@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}


body{
  color:#333;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align:center;
  font-size:100%;
 -webkit-text-size-adjust: none;
 	position:relative;
}

a:link{ color:#343434;text-decoration:none;}
a:visited{ color:#343434;text-decoration:none;}
a:hover{ color:#343434;text-decoration:none;}
a:active{ color:#343434;text-decoration:none;}

ul{ list-style:none;}

img {
	padding:0px;
	margin:0px;
	vertical-align:bottom;
	max-width: 100%;
  height: auto;
}
a {
	outline:none;
	text-decoration:none;
	color:#212020;
}
a:hover {
 	-webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.5s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	
}
a:hover {
	opacity:0.6;
}


/*
html ----------------------------------------------------------*/



/* body base
===============================================================*/

.l-Wrap {
  padding: 158px 0 0 0;
}
.l-flowHead {
  position: fixed;
  width: 100%;
  top:0;
  left: 0;
  background: rgba(255,255,255,0.9);
  z-index: 10010;
}

.l-inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 868px) {
  .l-Wrap {
    padding: 120px 0 0 0;
  }  
}
@media screen and (max-width: 768px) {
  .l-Wrap {
    padding: 117px 0 0 0;
  }    
}
@media screen and (max-width: 640px) {
  .l-Wrap {
    padding: 57px 0 0 0;
  }    
}


.c-header {
  padding: 4px 0 0 0;
  
}
.c-headerWrap {
  display: table;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.c-headerLogo ,
.c-headerMenu {
  display: table-cell;
  vertical-align: middle;
}
.c-headerLogo {
  padding: 27px 0;
}
.c-headerLogoInner {
  display: table;
}
.c-headerLogo-img ,
.c-headerLogo-text ,
.c-headerLogo-tag {
  display: table-cell;
  vertical-align: middle;
}
.c-headerLogo-img {
  
}
.c-headerLogo-text {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
  padding: 0 11px 0 8px;
}
.c-headerLogo-tag {
  
}
.c-headerLogo-tag p {
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  background: #00469e;
  color: #fff;
  padding: 6px 0 5px 0;
  width: 112px;
}

.c-headerMenu {
}
.c-headerMenuList {
  display: table;
  margin-left: auto;
}
.c-headerMenuList li {
  display: table-cell;
}
.c-headerMenuList li + li {
  padding-left: 23px;
}
.c-headerMenuList li a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1;
  padding: 0 0 0 9px;
}
.c-headerMenuList li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 4px solid #020200;  
}
.c-headerMenuList li a.c-header-searchBtn {
  background: #028acc;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 15px;
  border-radius: 5px;
}
.c-headerMenuList li a i {
  font-size: 18px;
  line-height: 18px;
  margin-right: 7px;
}
.c-headerMenuList li a.c-header-searchBtn:before {
  display: none;
}
.c-headerBtn {
  display: none;
}

@media screen and (max-width: 868px) {
  .c-header {
    padding: 0px 0 0 0;  
  }
  .c-headerLogo {
    padding: 0px 0;
  }
  .c-headerLogoInner {
    display: block;
    text-align: left;
    padding: 0 0 0 16px;
  }
  .c-headerLogo-img ,
  .c-headerLogo-text ,
  .c-headerLogo-tag {
  }
  .c-headerLogo-img {
    display: block;
    text-align: left;
    margin-bottom: 3px;
  }
  .c-headerLogo-img img {
    width: 75px;
  }
  .c-headerLogo-text {
    font-size: 16px;
    letter-spacing: 0px;
    padding: 0 5px 0 3px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
  }
  .c-headerLogo-tag {
    display: inline-block;
    vertical-align: top;
  }
  .c-headerLogo-tag p {
    font-size: 8px;
    display: inline-block;
    padding: 5px 0 4px 0;
    width: 86px;
    vertical-align: top;
    text-align: center;
  }  
  
}


@media screen and (max-width: 640px) {
  .c-headerMenu {
    display: none;
  }
  .c-headerBtn {
    display: table-cell;
    vertical-align: middle;
    width: 62px;
    height: 54px;
    background: #028acc;
  }
}


.c-headerBtn-trigger,
.c-headerBtn-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.c-headerBtn-trigger {
  position: relative;
  width: 30px;
  height: 21px;
  vertical-align: middle;
}
.c-headerBtn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.c-headerBtn-trigger span:nth-of-type(1) {
  top: 0;
}
.c-headerBtn-trigger span:nth-of-type(2) {
  top: 9px;
}
.c-headerBtn-trigger span:nth-of-type(3) {
  bottom: 0;
}




.c-gNav {
  border-bottom: #dde0e7 1px solid;
  border-top: #dde0e7 1px solid;
  background: #6abfe8;
}
.c-gNavList {
  max-width: 1100px;
  margin: 0 auto;
  display: table;
  width: 100%;
}
.c-gNavList li {
  display: table-cell;
  vertical-align: middle;
  width: 14.28571428571429%;
}
.c-gNavList li a {
  background: #ffffff;
  display: block;
  border: #dde0e7 1px solid;
  color: #3b4e64;
  font-size: 14px;
  padding: 22px 0;
  font-weight: bold;
}
@media screen and (max-width: 832px) {
  .c-gNavList li {
    width: auto;
  }  
  .c-gNavList li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .c-gNav {
    display: none;
  }
}


.c-gNavContents {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.c-gNavContents-head {
  display: none;
}
.c-gNavContents-item {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  background: #eeeeee;
  padding: 27px 40px 30px 40px;
  box-sizing: border-box;
  display: none;
}
.c-gNavContents-headTitle {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  color: #028acc;
  margin-bottom: 15px;
}
.c-gNavContents-headTitle a {
  color: #028acc;
}
.c-gNavContents-middleTitle {
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  color: #028acc;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: normal;
  padding-left: 24px;
  position: relative;
}
.c-gNavContents-middleTitle:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #028acc;
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-gNavContents-list {
  text-align: left;
}
.c-gNavContents-list li {
  
}
.c-gNavContents-list li + li {
  margin-top: 8px;
}
.c-gNavContents-list li a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  padding-left: 24px;
}
.c-gNavContents-list li a::before,
.c-gNavContents-list li a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.c-gNavContents-list li a::before{
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #028acc;
}
.c-gNavContents-list li a::after{
  left: 6px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
}
.c-gNavContents-list li.is-externalLink {
  
}
.c-gNavContents-list li.is-externalLink a:after {
  display: none;  
}
.c-gNavContents-list li.is-externalLink a:before {
  content: "\f08e";
  font: normal normal normal 16px/1 FontAwesome;
  color: #028acc;
  background: none;
}
.c-gNavContents-middleTitle + .c-gNavContents-list {
  margin-left: 24px;
}
.c-gNavContents-list + .c-gNavContents-list {
  margin-top: 15px;
}
.c-gNavContents-frame {
  display: table;
  width: 100%;
}
.c-gNavContents-frameBox {
  display: table-cell;
  width: 50%;
}



@media screen and (min-width: 641px) {
  .c-gNavContents-close {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .c-gNavContents {
    display: none;
    overflow: scroll;
  }
  .c-gNavContents-head {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: #FFF;
    background: #028acc;
    padding: 15px 0 15px 20px;
    text-align: left;
    font-weight: bold;
    border-top: #a0a0a0 1px solid;
    position: relative;
  }
  .c-gNavContents-head:before ,
  .c-gNavContents-head:after {
    content: '';
    background: #FFF;
    position: absolute;
    margin: auto;
    top:0;
    bottom: 0;
  }
  .c-gNavContents-head:before {
    width: 18px;
    height: 4px;
    right: 10px;
  }
  .c-gNavContents-head:after {
    width: 4px;
    height: 18px;
    right: 17px;
  }
  .c-gNavContents-head.is-active:after {
    display: none;
  }
  .c-gNavContents-item {
    position: relative;
    background: #eeeeee;
    padding: 0px 0px 0px 0px;
    display: none;
  }
  .c-gNavContents-headTitle {
    font-size: 16px;
    line-height: 1.3;
    color: #FFF;
    margin-bottom: 0px;
    background: #78bcdd;
    padding: 13px 0 13px 20px;
  }
  .c-gNavContents-middleTitle {
    font-size: 15px;
    line-height: 1.4;
    color: #028acc;
    background: #dededf;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 13px 0 13px 20px;
    position: relative;
  }
  .c-gNavContents-middleTitle:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    left: auto;
    right: 10px;
  }
  .c-gNavContents-list {
    text-align: left;
  }
  .c-gNavContents-list li {
    border-bottom: #834e00 1px solid;
  }
  .c-gNavContents-list li + li {
    margin-top: 0px;
  }
  .c-gNavContents-list li a {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    background: #eeeeee;
    padding: 13px 30px 13px 20px;
  }
  .c-gNavContents-list li a::before,
  .c-gNavContents-list li a::after{
    left: auto;
    right: 10px;
  }
  .c-gNavContents-list li a::before{
  }
  .c-gNavContents-list li a::after{
    right: 11px;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 5px solid #fff;
  }
  .c-gNavContents-list li.is-externalLink {

  }
  .c-gNavContents-list li.is-externalLink a:after {
    display: none;  
  }
  .c-gNavContents-list li.is-externalLink a:before {
    content: "\f08e";
    font: normal normal normal 16px/1 FontAwesome;
    color: #028acc;
    background: none;
  }
  .c-gNavContents-middleTitle + .c-gNavContents-list {
    margin-left: 0px;
  }
  .c-gNavContents-list + .c-gNavContents-list {
    margin-top: 15px;
  }
  .c-gNavContents-frame {
    display: table;
    width: 100%;
  }
  .c-gNavContents-frameBox {
    display: table-cell;
    width: 50%;
  }
  .c-gNavContents-close {
    background: #4a4a4a;
    color: #FFF;
    border-top: #a0a0a0 1px solid;
  }
  .c-gNavContents-close span {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 20px 0 20px 24px;
    position: relative;
    font-weight: bold;
  }
  .c-gNavContents-close span:before ,
  .c-gNavContents-close span:after {
    content: '';
    background: #FFF;
    position: absolute;
    margin: auto;
    top:0;
    bottom: 0;
  -webkit-transform: rotate(45deg);
transform: rotate(45deg);  
  }
  .c-gNavContents-close span:before {
    width: 16px;
    height: 4px;
    left: 0px;
  }
  .c-gNavContents-close span:after {
    width: 4px;
    height: 16px;
    left: 6px;
  }  
}









.c-footer {
  display: block;
  border-top: #dde0e7 1px solid;
  margin-top: 90px;
  background: #efefef;
}
.c-footer:before {
  content: '';
  padding: 3px 0 0 0;
  border-top: #FFF 2px solid; 
  border-bottom: #FFF 2px solid;
  background: #028acc;
  display: block;
}
.c-footerWrap {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 25px 0 76px 0;
}
.c-footerReturn {
}
.c-footerReturn a {
  position: absolute;
  right:0;
  top:-51px;
  height: 48px;
  width: 48px;
  background: #028acc;
  text-indent: -9999px;
}
.c-footerReturn a:before {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-bottom: 10px solid #FFF;  
}
.c-footerLogo {
  display: table;
  margin: 0 auto 20px auto;
  color: #000;
}
.c-footerLogo-img ,
.c-footerLogo-text {
  display: table-cell;
  padding-right: 8px;
}
.c-footerLogo-text {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.c-footerLogo-copy {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}


@media screen and (max-width: 640px) {
  .c-footer {
    display: block;
    border-top: #dde0e7 1px solid;
    margin-top: 90px;
  }
  .c-footer:before {
    padding: 1px 0 0 0;
  }
  .c-footerWrap {
    padding: 25px 0 33px 0;
  }
  .c-footerReturn {
  }
  .c-footerReturn a {
    position: absolute;
    right:0;
    top:-51px;
    height: 48px;
    width: 48px;
    background: #028acc;
    text-indent: -9999px;
  }
  .c-footerReturn a:before {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-bottom: 10px solid #FFF;  
  }
  .c-footerLogo {
    display: block;
    margin: 0 auto 20px auto;
    color: #000;
  }
  .c-footerLogo-img ,
  .c-footerLogo-text {
    display: block;
  }
  .c-footerLogo-img {
    margin-bottom: 3px;
  }  
  .c-footerLogo-text {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
  }
  .c-footerLogo-copy {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
  }
}

