/* header
-----------------------------------*/
/*#header {
  position: relative;
  z-index: 2;
  width: 100%;
}*/

#header {
    position: relative;
    z-index: 20;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*.headerBlock{
    width: 1080px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 3px solid #0D6883;
    position: relative;
    z-index: 20;
}

.headerBlock:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #FFDD00;
    bottom: -6px;
    width: 90%;
}*/

.sp_device .headerBlock{
    width: 100%;
    position: fixed;
    top: -1px;
    background-color: #5188b1;
}

.sp_device .headerBlock:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: none;
}

/*headerTop
---------------------------*/

#header .headerTop {
    background-color: #5188b1!important;
}

#header .headerTopInner {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    width: 100%;
}

#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;
}

/* -------------------------- fontBtnBlock */

#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;
}



/*headerBtm
-----------------------------*/

#header .headerBtm {

}

#header .headerBtmInner {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.70);
}




#header .headerBtmCnt {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#header .headerBtmCnt > * {
  display: table-cell;
  vertical-align: middle;
}


/*sp
----------------------------*/
.sp_device #header .headerBtm {
    height: 65px;
    box-shadow: none;
}

.sp_device #header .headerBtmInner {
    width: 100%;
    padding: 6px 0 6px 15px;
    height: 63px;
}

.sp_device #header .headerBtmCnt {
  display: inline-block;
  width: auto;
}

.sp_device #header .headerBtmCnt > * {
  display: block;
}


/*globalNav
----------------------------*/
#header .globalNav {
    display: table;
    table-layout: fixed;
    width: 800px;
    padding-right: 16px;
}

#header .globalNav > * {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}

#header .globalNav > *:last-child {
}

#header .globalNav > *:hover {
    opacity: 1;  
}

#header .globalNav > *.active{
  opacity: 1;  
}

#header .navTtl {
  text-align: center;
  font-weight: bold;
}
.navTtl img {
}

#header .navIco {
  display: block;
}

#header .navIco:hover {
    opacity: 0.5;
}

#header .navCntWrap {
    display: none;
    position: absolute;
    top: 125px;
    left: 0;
    padding: 30px 0;
    width: 100%;
    background-color: #0D6883;
    z-index: 2;
}

#header .navCntInner {
  width: 960px;
  margin: 0 auto;
}

#header .navCntHeading {
  margin-bottom: 20px;
}

#header .navCntTtl {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #FFFFFF;
}

#header .navCntTtl strong{
  font-weight: bold;
}

#header .navCntLead {
    float: left;
    width: auto;
    font-size: 1.4rem;
    color: #FFFFFF;
}

#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;
    padding: 15px 18px 15px 18px;
    background: #fff url("../images/arrowstyle01@2x.png") no-repeat 96% center;
    color: #0D6883;
    text-decoration: none;
    border-radius: 4px;
}

#header .navCnt a:hover {
    background-color: #FFDD00
}


#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
----------------------------*/

.spLogoBlock {


}
#header .spNavWrap {
    border-top: solid 3px #0D6883;
    position: fixed;
    top: 65px;
    /* left: 0; */
    width: 100%;
    background: #fff;
    z-index: 2;
    /* background-color: white; */
    overflow: scroll;
}

#header .spNavWrap a {
    color: #0D6883;
}

#header .spNavBtn {
    display: block;
    width: 40px;
    height: 63px;
    position: absolute;
    top: 0;
    right: 15px;
    background: url("../images/header/hamb_cls.png") no-repeat center;
    background-size: contain;
}

#header .spNavBtn.active {
  background: url(../images/header/hamb_opn.png) no-repeat center;
  background-size: contain;
}

#header .spNav {
    display: block;
    position: relative;
    padding-top: 25px;
    padding-right: 38px;
    padding-left: 20px;
    padding-bottom: 25px;
    border-bottom: solid 1px #cccccc;
    font-size: 1.75rem;
    font-weight: bold;
}

#header .spNav:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}

#header .spNav.spNavAcco:after {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arrowstyle02@2x.png);
    background-size: contain;
}

#header .spNav.spNavAcco.active:after {
  background: url(../images/header/minus.png) no-repeat center;
  background-size: contain;
}

#header .spNav.spNavLink:after {
  width: 25px;
  height: 25px;
  background: url(../images/header/arrowstyle02.png) no-repeat center;
  background-size: contain;
}

#header .spNavCnt {
  border-bottom: solid 1px #999999;
  background: #F5F5F5;
  padding: 11px 34px;
}

#header .spNavCnt > li + li {
  border-top: solid 1px #999999;
}

#header .spNavCnt a {
    display: block;
    padding-top: 17px;
    padding-right: 7px;
    padding-left: 0;
    padding-bottom: 17px;
    position: relative;
    font-size: 1.5rem;
}

#header .spNavCnt a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: auto 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/header/arrowstyle02.png);
    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: 60px;
  line-height: 60px;
  border-radius: 5px;
  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 #0D6883;
    color: #0D6883;
    font-size: 1.75rem;
}

#header .spNavBtmLink_01 a:after {
    width: 15px;
  height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/header/arrowstyle02.png);
    background-size: contain;
}

#header .spNavBtmLink_02 a:after {
    width: 15px;
  height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/header/arrowstyle02white.png);
    background-size: contain;
}
#header .spNavBtmLink_01 {
  margin-top: 15px;
}

#header .spNavBtmLink_02 {
  /*margin-top: 15px;*/
}

#header .spNavBtmLink_02 a {
    padding-left: 21px;
    padding-right: 22px;
    background: #f0a235;
    color: #fff;
    font-size: 1.75rem;
}


#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;
}



/*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;
}



/* -------------------------- fontBtnBlock */

#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_01 {
  width: 329px;
  padding-right: 75px;
  line-height: 0;
}

#header .headerLogo_01 {
    width: 280px;
    line-height: 0;
    padding-left: 20px;
}
#header .headerLogo_01 img {
    padding-right: 0;
    width: 180px;
}

#header .headerLogo_02 {
    padding-top: 15px;
    text-align: right;
    padding-right: 20px;
}

#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("/common/images/headerlogo@2x.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 400px auto;
    height: 110px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.sp_device .headerLogo  {
    height: 95px;
    margin-top: -15px;
}

.sp_device .headerLogo h1 {
    background-size: 60% auto!important;
}

/*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/headerlogo.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;
}


/*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;
}

.sp_device #header .headerLogo_01 {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 19px;
    padding-top: 2px;
}

.sp_device #header .headerLogo_01 img {
    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;
}

/*ヘッダー 豊中DC引用
---------------------------------*/
header {

}
.headContents {
    margin-top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
}
.spHeaderNav {
}

.h1Logo a{
    width: 250px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("/common/images/headerlogo@2x.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 250px auto;
    justify-content: flex-start;
    float: left;
    font-size: 0px;
    margin-top: 20px;
    margin-left: 30px;
}



.sp_device .h1Logo a  {
    width: 50%!important;
    aspect-ratio: 5/1;
    height: auto;
    background-size: 100% auto;
    margin-left: 0px;
}



.h2Style01   {
    text-align: center;
    font-size: 2.75rem;
    line-height: 4rem;
    margin-bottom: 20px;
}


.sp_device .h2Style01   {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
}


#header {top:0; left:0;height: 70px;
    z-index: 10000;
    width: 100%;
    display: block;    
    position: fixed;
    background-repeat: repeat-x;
    background-position: 0% bottom;
    background-size: 420px auto;
}

.sp_device #header {
    width: 100%;
    display: block;
    height: 50px;
    background-repeat: repeat-x;
    background-position: 0% bottom;
    background-size: 200px auto;
}

.headerBlock {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 200px;
    position: fixed;
    background-color: #ffffff;
    z-index: 1000;
    clear: both;
}

.sp_device .headerBlock {
    height: 30px;
    background-size: 100px auto;
}


.h1_title a {
    width: 450px;
    display: inline-block;
    float: left;
    background-image: url("/common/images/headerlogo.png");
    height: 300px;
    background-repeat: no-repeat;
    margin-top: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100% auto;
}

.sp_device .h1_title a {
    width: 245px;
    height: 80px;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-left: 10px;
    background-image: url("/common/images/header/CityEmblem-ArtBridge02.png");
    margin-bottom: 10px;
}


.headerInnerBlock {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
}


#menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0px;
    width: 100%;
}

#menu-btn {
  display: none;
}

#menu-content {
    list-style-type: disc!important;
    display: inline-block;
    float: right;
    margin-top: -70px;
}

#menu-content > li {
    position: relative;
    float: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
}

#menu-content > li > a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    margin-right: 25px;
}

#menu-content > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}

#menu-content > li > ul.second-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    border: thin solid #CFCFCF;
    min-width: 100%;
    white-space: nowrap;
}



#menu-content > li:hover > ul.second-content {
  visibility: visible;
  opacity: 1;
  
}

#menu-content > li > ul.second-content > li {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

#menu-content > li > ul.second-content > li > a {
    display: block;
    line-height: 2rem;
    color: #000;
    font-size: 1.5rem;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#menu-content > li > ul.second-content > li > a:hover {
    background: #eee;
    color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.sp_device #menu-content {
    margin-top: 0px;
}

 .sp_device #menu-content > li > ul.second-content {
    border: none;   
}

 .sp_device #menu-content > li > ul.second-content > li > a {
    
    padding-top: 15px;
    padding-bottom: 0px;
}


 .sp_device  nav {
    position: fixed;
    top: 0;
    left: -80%;
    bottom: 0;
    width: 80%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
  }
 .sp_device  .open nav {
    left: 0;
    opacity: 1;
  }
 .sp_device  nav .inner {
    padding: 25px;
  }
 .sp_device  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
 .sp_device  nav .inner ul li {
    position: relative;
    margin: 0;
  }
 .sp_device  nav .inner ul li a {
    display: block;
    
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none;
  }
 .sp_device  .toggle_btn {
    display: block;
    position: fixed;
    top: 25px;
    right: 30px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
  }
 .sp_device  .toggle_btn span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
 .sp_device  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
 .sp_device  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
 .sp_device  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
 .sp_device  .open .toggle_btn span {
    background-color: #fff;
  }
.sp_device   .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-45deg);
  }
.sp_device   .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
.sp_device   .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(45deg);
  }
.sp_device   #mask {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
 .sp_device  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
.sp_device   #menu-content > li {
    width: 100%;
    margin-bottom: 20px;
  }
.sp_device   #menu-content > li:hover {
    background: none;
  }
 .sp_device  #menu-content > li > a {
    height: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    font-size: 100%;
    border-bottom: 1px solid #000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
 .sp_device  #menu-content > li > ul.second-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
 .sp_device  #menu-content > li > ul.second-content > li {
    width: 100%;
    text-align-last: left;
  }
 .sp_device  #menu-content > li > ul.second-content > li > a {
    padding-left: 15px;
  }
 .sp_device  #menu-content > li > ul.second-content > li > a:hover {
    background: none;
  }

