/* common
================================================== */
@font-face {
  font-family: 'notosansNum';
  font-style: normal;
  font-weight: 100;
  src: url('/font/NotoSans_num.otf');
}
.notosansNum{
  font-family: 'notosansNum';
}
.acumin {
  font-family: "acumin-pro-condensed";
  letter-spacing: 1px;
}
*{
  color: #333;
}
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.fixed{
  position: fixed;
}
.alignC{
  text-align: center;
}
.alignR{
  text-align: right;
}
.pdf{
  padding: 0 5px;
}
.pdfTxt{
  font-size: 10px;
}
.blank{
  background: url(/img/common_new/icon_blank.png) no-repeat right center;
  padding-right: 17px;
}
.blank02:after{
  content: "";
  background: url(/img/common_new/icon_blank02.png) no-repeat right 1px;
  padding-right: 20px;
}
.bgBtm{
  background: url(/img/common_new/btm_bg.png) no-repeat center bottom;
}
.pcNone{
  display: none;
}
.fadeIn{
  -webkit-transition: opacity .7s;
  transition: opacity .7s;
}
.mt0{
  margin-top: 0!important;
}
.mt1em{
  margin-top: 1em;
}
.mt2em{
  margin-top: 2em;
}
.notes{
  font-size: 11px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.7;
  margin-top: 10px;
}
.articleBlock01{
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}
.articleBlock01.short{
  width: 780px;
  padding: 70px 30px 240px;
}

.commonBt01{
  width: 420px;
  padding: 10px;
  background: linear-gradient(-222deg , #02a2ea , #037ece);
  background-size: 200% auto;
  transition: 0.5s;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  line-height: 1.6;
  border-radius: 2px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.commonBt01::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin:auto;
  opacity: .8;
}
.commonBt01:hover{
  background-position: right center;
}
.commonBt01.type02{
  width: 183px;
  height: 28px;
  font-size: 12px;
  margin: 20px 0 0;
  line-height: 1.6;
  box-sizing: border-box;
}
.commonBt01.type02:before{
  right: 10px;
  width: 5px;
  height: 5px;
}
.commonBt01.type02.blankBt:before{
  display: none;
}
.commonBt01.type02.blankBt:after{
  content: "";
  background: url(/img/common_new/icon_blank03.png) no-repeat right top;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: 9px;
  right: 10px;
}
.commonBt01.type03{
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 15px 30px;
  width: 375px;
}
.commonBt01.type03:before{
  display: none;
}
.commonBt01.type03 span{
  line-height: 1.3;
}
.commonBt01.type03 .txt01{
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.commonBt01.type03 .zipTxt{
  font-size: 10px;
  color: #fff;
  margin: 0 4px;
}
.commonBt01.type03 .txt01 + span{
	display: flex;
	align-items: center;
}
.commonBt01.type03 .txt01 + span img{
	display: block;
}
.yearLinkWrap{
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
.yearLinkWrap li{
  position: relative;
  font-family: "acumin-pro-condensed";
  letter-spacing: 1px;
  font-size: 20px;
  width: 100px;
  text-align: center;
}
.yearLinkWrap li:after{
  content: "";
  width: 4px;
  height: 4px;
  background: #e5e5e5;
  display: block;
  position: absolute;
  top: 9px;
  right: -2px;
  border-radius: 2px;
}
.yearLinkWrap li:last-child:after{
  display: none;
}
.yearLinkWrap li span{
  cursor: pointer;
  color: #666666;
  transition: all .2s;
}
.yearLinkWrap .active span{
  color: #00a0e9;
}
.anchorOpen{
  display: none;
}
.imgWrap{
  overflow: hidden;
}
a .imgWrap img{
  display: block;
  transition-duration: .3s;
}
a .imgWrap + div .txt01,
a .imgWrap + .txt01{
  transition: color .3s;
}
@media screen and (min-width: 769px) {
  body{
    min-width: 1000px;
  }
  a:hover .imgWrap img{
    transform: scale(1.08);
  }
  a:hover .imgWrap + div .txt01,
  a:hover .imgWrap + .txt01{
    color: #00a0e9;
  }
  .commonBt01{
    font-weight: 200;
  }
  .yearLinkWrap li span:hover{
    color: #00a0e9;
  }
}
@media screen and (max-width: 768px) {
  .notes{
    font-size: 10px;
  }
  .bgBtm{
    background: url(/img/common_new/btm_bg_sp.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  .overHidden{
    overflow: hidden;
  }
  .pcNone{
    display: block;
  }
  .spNone{
    display: none;
  }
  .spOverAuto{
    overflow: auto;
  }
  .blank02:after{
    content: "";
    background: url(/img/common_new/icon_blank02_sp.png) no-repeat right 1px;
    background-size: 8px auto;
    padding-right: 14px;
  }
  .articleBlock01{
    width: 100%;
    padding: 35px 15px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .articleBlock01.short{
    width: 100%;
    padding: 25px 15px 140px;
  }
  .commonBt01{
    width: 100%;
    height: 45px;
    line-height: 1.6;
    font-size: 11px;
  }
  .commonBt01::before{
    right: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 5px;
    height: 5px;
  }
  .commonBt01.type02{
    margin-top: 0;
    width: 55px;
    height: 24px;
    font-size: 10px;
    text-align: left;
    padding: 0 8px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .commonBt01.type02::before{
    right: 7px;
    width: 3px;
    height: 3px;
  }
  .commonBt01.type02.arw02{
      letter-spacing: 0;
      font-size: 11px;
  }
  .commonBt01.type02.arw02:before{
      right: 12px;
      width: 4px;
      height: 4px;
  }
  .commonBt01.type03{
    margin-top: 30px;
    height: auto;
    padding: 15px;
  }
  .commonBt01.type03 .txt01{
    font-size: 11px;
  }
  .yearLinkWrap{
    margin: 12px 0 0;
    padding: 0 30px 25px;
    justify-content: left;
    flex-wrap: wrap;
  }
  .yearLinkWrap li{
    font-size: 20px;
    width: 25%;
    margin-top: 20px;
    display: none;
  }
  .yearLinkWrap li:nth-child(1),
  .yearLinkWrap li:nth-child(2),
  .yearLinkWrap li:nth-child(3),
  .yearLinkWrap li:nth-child(4){
    margin-top: 0;
    display: block;
  }
  .yearLinkWrap li:nth-child(4n):after{
    display: none;
  }
  .anchorOpen{
    font-size: 12px;
    display: none;
    text-align: center;
  }
  .anchorOpen.active{
    display: block;
  }
  .anchorOpen span{
    position: relative;
    display: inline-block;
  }
  .anchorOpen span:after{
    content: "";
    position: relative;
    top: -3px;
    bottom: 0;
    right: -10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #00a0e9;
    border-right: 1px solid #00a0e9;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: auto;
  }
  .anchorOpen.open span:after{
    top: 0;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}

/* .header
================================================== */

.header{
  background: #00a0e9;
  height: 100px;
  width: 100%;
  z-index: 1000;
  position: relative;
}
.header .headerBlock{
  height: 100%;
  display: block;
  width: 100%;
}
.header .headerWrap{
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .logoWrap{
  background: #fff;
  width: 240px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header .logoWrap .logo01{
  position: absolute;
  top: 38px;
  left: 27px;
}
.header .logoWrap .logo02{
  display: none;
  position: absolute;
  top: 18px;
  left: 27px;
}
.header .menuLinkArea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 0 20px;
  padding-top: 46px;
  z-index: 100;
}

.header .menuLinkArea .menuLink01{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  height: calc(100% - 46px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-weight: 200;
}
.header .menuLinkArea .menuLink01 .line{
  content:"";
  width: 0;
  position: absolute;
  left: 0;
  bottom: -26px;
  border-bottom: solid 3px #fff;
  -webkit-transition: width .2s;
  transition: width .2s;
}
.header .menuLinkArea .menuLink01 .line.acitive{
  width: 100%;
}
.header .menuLinkArea .menuLink01 .searchLi .line{
  bottom: -20px;
}
.header .menuLinkArea .menuFirstFloor{
  background: #008dcd;
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  display: none;
  z-index: 1000;
}

.header .menuLinkArea .menuWrap{
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
.header .menuLinkArea .menuWrap .menuWrapUl01{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: solid 1px #66bbe1;
}
.header .menuLinkArea .menuWrap .menuWrapUl01 > li{
  width: 333px;
  border-left: solid 1px #66bbe1;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .menuLinkArea .menuWrap .menuWrapUl02 > li{
  margin-top: 30px;
}
.header .menuLinkArea .menuWrap .menuWrapUl02 > li:first-child{
  margin-top: 0;
}
.header .menuLinkArea .menuWrap .menuWrapUl02 > li a{
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  position: relative;
  display: inline-block;
}
.header .menuLinkArea .menuWrap .menuWrapUl02  li a .line{
  content:"";
  width: 0;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-bottom: solid 1px #fff;
  -webkit-transition: width .2s;
  transition: width .2s;
}

.header .menuLinkArea .menuWrap .menuWrapUl02 .backLink,
.header .menuLinkArea .menuWrap .menuWrapUl02 .backLink02{
  border-bottom: none;
}
.header #searchform{
  display: flex;
}
/* .header .searchAera{
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 80px;
  padding-top: 20px;
  box-sizing: border-box;
  background: rgba(0,0,0,.4);
  display: none;
} */
.header .languageWrap{
  position: relative;
  z-index: 120;
}
.header .language{
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  
}
.header .language a{
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  border-top: solid 4px #00a0e9;
}
.header .language a.active{
  border-top: solid 4px #fff;
}
.header.fix .menuLinkArea .menuFirstFloor{
  top: 60px;
}
@media screen and (min-width: 769px)  {
  .header .menuLinkArea > li:first-child{
    display: none;
  }
  .header .menuLinkArea > li{
    /* margin: 0 20px; */
  }
  .header .menuLinkArea > li.searchLi{
    width: 170px;
    margin: -5px 0 0 10px;
  }
  .header .menuLinkArea .menuLink01.homeLink{
    display: none;
  }
  .header .pcSearchForm{
    display: none;
  }
  .header .spSearchLink{
    display: none;
  }
  .header .spSearchForm{
    display: none;
  }
  .header.fix{
    background: #00a0e9;
    position: fixed;
    top: -60px;
    width: 100%;
    height: 60px;
    z-index: 1000;
    display: none;
  }
  .header.fix .menuLinkArea{
    width: calc(100% - 240px);
    margin: 0 0 0 20px;
    padding-top: 24px;
  }
  .header.fix .menuLinkArea .menuLink01 .line{
    bottom: -24px;
  }
  .header.fix .menuLinkArea .searchLi .menuLink01 .line{
    bottom: -10px;
  }
  .header.fix .searchAera{
  }
  .header.fix .logoWrap{
    background: #00a0e9;
  }
  .header.fix .logoWrap .logo01{
    display: none;
  }
  .header.fix .logoWrap .logo02{
    display: block;
  }
  .header.fix .language{
    display: none;
  }
  .header .menuLinkArea .menuFirstFloor{
    top: 100px;
  }
  .header .menuLinkArea .menuWrap .menuWrapUl02  li a:hover .line{
    width: 100%;
  }
  .header .headerWrap{
    background: #00a0e9;
  }
}

@media screen and (max-width: 768px)  {
  .header{
    position: fixed;
    top: 0;
    background: #fff;
    height: 50px;
  }
  .header.fix{
    display: none!important;
  }
  .header .headerWrap{
    width: 100%;
  }
  .header .menuLinkArea{
    display: none;
    background: #00a0e9;
    position: fixed;
    top: 50px;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100% - 20px);
  }
  .header .searchAera{
    display: none;
  }
  .header .languageWrap{
    display: none;
  }
  .header .menuLinkArea .menuLink01{
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    top: 0;
    height: 100%;
  }
  .header .menuLinkArea .menuLink01.homeLink{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .menuLinkArea > li{
    height: 52px;
    line-height: 52px;
    border-top: solid 1px #4dbdf0;
  }
  .header .menuLinkArea > li:first-child{
    border-top: none;
  }
  .header .menuLinkArea > li:last-child{
    border-bottom: solid 1px #4dbdf0;
  }
  .header .menuLinkArea .menuLink01.arw:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    opacity: .8;
  }
  .header .logoWrap{
    width: 112px;
  }
  .header .logoWrap .logo01{
    top: 17px;
    left: 15px;
    width: 100%;
  }
  .header .headerWrap .spSearchLink{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47px;
    margin-left: auto;
  }
  .header .headerWrap .spSearchLink{
    background: url(/img/common_new/header_search_sp.png) no-repeat center;
    background-size: 14px 14px;
  }
  .header .headerWrap .spSearchLink.active{
    background: url(/img/common_new/header_search_active_sp.png) no-repeat center;
    background-size: 14px 14px;
  }

  .header .menuLinkArea .menuWrap{
    width: 100%;
    padding: 0;
  }
  .header .menuLinkArea > li .menuWrap .menuWrapUl01{
    display: block;
    border-right: none;
  }
  .header .menuLinkArea .menuWrap .menuWrapUl01 > li{
    width: 100%;
    padding: 0;
    border-left: none;
  }
  .header .menuLinkArea .menuFirstFloor{
    /* overflow: auto; */
    height: calc(100% - 30px);
    top: 0;
    left: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header.fix .menuLinkArea .menuFirstFloor{
    top: 0;
  }

  .header .menuLinkArea .menuSecondFloor {
    background: #008dcd;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 1000;
    overflow: auto;
    height: 100%;
    top: 0;
    left: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .menuLinkArea .menuWrap .menuWrapUl02 > li{
    margin: 0 15px;
    border-bottom: solid 1px #33a4d7;
  }
  .header .menuLinkArea .menuWrap .menuWrapUl02 > li a{
    display: block;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-weight: 400;
  }
  .header .menuLinkArea .menuWrap .menuWrapUl02 > li .arw{
    position: relative;
  }
  .header .menuLinkArea .menuWrap .menuWrapUl02 > li .arw:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    opacity: .8;
  }
  .header .menuLinkArea .menuWrap .menuWrapUl02 > .backLink,
  .header .menuLinkArea .menuWrap .menuWrapUl02 > .backLink02{
    background: #00a0e9;
    margin: 0;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 12px;
  }

  .header .menuLinkArea .menuWrap .menuWrapUl02 > .backLink:before,
  .header .menuLinkArea .menuWrap .menuWrapUl02 > .backLink02:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin: auto;
    opacity: .8;
  }
  .header .spMenuLink,
  .header .spMenuLink span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .spMenuLink{
    width: 53px;
    background: #00a0e9;
    position: relative;
    top: 0;
  }
  .header .spMenuLink span {
    position: absolute;
    left: 20px;
    width: 13px;
    height: 2px;
    background-color: #fff;
  }
  .header .spMenuLink span:nth-of-type(1) {
    top: 20px;
  }
  .header .spMenuLink span:nth-of-type(2) {
    top: 28px;
  }
  .header .spMenuLink.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-315deg);
    transform: translateY(4px) rotate(-315deg);
  }
  .header .spMenuLink.active span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(315deg);
    transform: translateY(-4px) rotate(315deg);
  }

}

/* marsflag
================================================== */
.header .mf_finder_searchBox_doctype,
.mf_finder_searchBox_selects,
.header .mf_finder_searchBox_submit span,
.header .mf_finder_searchBox_submit:before{
  display: none;
}
.header .mf_finder_searchBox_query_input{
  min-height: auto;
}
.mf_finder_searchBox{
  margin: 0;
}

/* .header .mf_finder_searchBox_focusInput.mf_finder_searchBox_hasQuery .mf_finder_searchBox_items{
  border-radius: 20px 20px 0 0;
}
.header .mf_finder_searchBox_focusInput.mf_finder_searchBox_hasQuery .mf_finder_searchBox_suggest_items{
  border-radius: 0 0 20px 20px;
} */

.header .mf_finder_searchBox_items{
  display: flex;
  padding: 0;
  position: relative;
}

.header .searchAera .mf_finder_searchBox_submit {
    border: none;
    background: url(/img/common_new/header_search.png) no-repeat right 7px center #008dcd;
    width: 28px;
    height: 24px;
    outline: none;
}

.header .searchAera .mf_finder_searchBox_query_input {
    background: #008dcd;
    border: none;
    width: 142px;
    height: 24px;
    outline: none;
    color: #fff;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    z-index: 100;
    position: relative;
}

.header .searchAera .mf_finder_searchBox_query_input:placeholder-shown {
  color: #80c6e6;
}
.header .searchAera .mf_finder_searchBox_query_input::-webkit-input-placeholder {
  color: #80c6e6;
}
.mf_finder_searchBox_submit{
  background-color: #00a0e9;
}
.mf_finder_searchBox_suggest_item{border-top:none;}
.mf_finder_searchBox_suggest_item:first-child{border-top:none;}
.mf_finder_searchBox_suggest_item a{
  display:inline-block;width:100%;padding:2px;text-decoration:none;color:#fff;
  font-size: 13px;
}
.header .mf_finder_searchBox_suggest_items {
    position: absolute;
    margin: 0;
    width: 100%;
    background: #fff;
    list-style-type: none;
    padding: 0 1px 1px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    z-index: 10000;
}
.mf_finder_searchBox_suggest_items{
  background: #fff;
}
.mf_finder_searchBox_suggest_item_cur{background-color:rgba(80,80,80,.8);}
.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item{
  margin: 0;
  padding: 2px;
  border-top: 1px solid #ddd;
}
.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item:first-child{
  border-top: none;
}
.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item_cur{
	background: none;
}
.mf_finder_searchBox_suggest_item:hover{
    background-color: #eee;
}
.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_link{
	color: #333;
	border: #fff;
  font-size: 12px;
  padding: 6px;
  line-height: 1.5;
  box-sizing: border-box;
}

@media screen and (max-width: 1154px) and (min-width: 769px)  {
  .header .menuLinkArea{
    margin: 0 0 0 15px;
  }
  .header .headerWrap{
    width: 1000px;
  }
  .header .menuLinkArea > li{
    /* margin: 0 15px; */
  }
  .bgBtm{
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px)  {
  .header .headerWrap .spSearchForm{
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    display: none;
  }
  .header .headerWrap .spSearchLink.active + .spSearchForm{
    display: block;
      width: 100%;
      padding: 15px;
      box-sizing: border-box;
      background: rgba(0,0,0,.4);
  }
  .header .mf_finder_searchBox_items{
    width: 100%;
  }
  .header .mf_finder_searchBox_query_wrap{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header .headerWrap .spSearchForm input{
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
  }
  .header .mf_finder_searchBox_suggest_items{
    border-radius: 0 0 15px 15px;
    width: 100%;
  }
  .header .headerWrap .mf_finder_searchBox_submit{
    width: 70px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    background: #00a0e9;
    text-align: center;
    line-height: 30px;
    border: none;
  }
  .header .mf_finder_searchBox_submit span{
    display: block;
    color: #fff;
  }
  .mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_link{
    padding: 9px 18px;
    font-size: 11px;
  }

}

/* footer
================================================== */
.footerLinkArea{
  background: #33b3ed;
  position: relative;
  z-index: 20;
}
.footerLinkArea .pagetop{
  position: fixed;
  bottom: 12px;
  right: 9px;
  width: 48px;
  height: 48px;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.footerLinkArea .pagetop img{
  width: 100%;
}
.footerLinkArea .pagetop.stop{
  position: absolute;
  top: -100px;
  right: 9px;
}
.top .footerLinkArea .pagetop.stop{
  top: -60px;
}
.footerLinkArea .footerWrap{
  width: 1000px;
  margin: 0 auto;
  background: #33b3ed;
padding: 40px 0 50px;
}
.footerLinkArea .footerWrap .title{
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.footerLinkArea .footerLinkBlockUl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: solid 1px #71caf2;
}
.footerLinkArea .footerLinkBlockUl > li{
  width: 200px;
  border-left: solid 1px #71caf2;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footerLinkArea .footerLinkBlockUl .title{
  font-weight: 400;
}
.footerLinkArea .footerLinkUl{
  margin-top: 25px;
}
.footerLinkArea .footerLinkUl > li{
  margin-top: 15px;
}
.footerLinkArea .footerLinkUl > li:first-child{
  margin-top: 0;
}
.footerLinkArea .footerLinkUl > li a{
  font-weight: 200;
}
.footerLinkArea .footerLinkBlockUl > li:last-child ul li:first-child{
  margin-top: 0;
}
.footerLinkArea a{
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
}
#footer{
  height: 103px;
  background: #00a0e9;
}
#footer .footerWrap{
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00a0e9;
}
#footer .footerWrap ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footerWrap ul li{
  margin-left: 30px;
}
#footer .footerWrap ul li:first-child{
  margin-left: 0;
}
#footer .footerWrap a{
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding-bottom: 2px;
}

#footer .footerWrap .copy{
  font-size: 14px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 769px)  {
  .footerLinkArea .footerLinkBlockUl > li:nth-child(3){
    width: 399px;
  }
  .footerLinkArea .footerLinkBlockUl > li:nth-child(3) .footerLinkUl{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footerLinkArea .footerLinkBlockUl > li:nth-child(3) .footerLinkUl > li{
    width: 176px;
    display: inline-block;
  }
  .footerLinkArea .footerLinkBlockUl > li:nth-child(3) .footerLinkUl > li.pcNone{
    display: none;
  }
  .footerLinkArea .footerLinkBlockUl > li:nth-child(3) .footerLinkUl > li:nth-child(2),
  .footerLinkArea .footerLinkBlockUl > li:nth-child(3) .footerLinkUl > li:nth-child(3){
    margin-top: 0;
  }
  .footerLinkArea .footerLinkBlockUl > li:last-child ul li{
    margin-top: 22px;
  }
  #footer{
    font-weight: 200;
  }
  #footer .footerWrap a:hover{
    border-bottom: solid 1px #7cccf0;
  }
}

@media screen and (max-width: 768px)  {
  .footerLinkArea .pagetop{
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .footerLinkArea .pagetop.stop{
    top: -69px;
    width: 32px;
    height: 32px;
  }
  .top .footerLinkArea .pagetop.stop{
    top: -44px;
  }
  .footerLinkArea .pagetop img{
    width: 32px;
  }
  .footerLinkArea .footerWrap{
    width: 100%;
    padding: 0;
  }
  .footerLinkArea a{
    display: block;
    padding: 5px 0;
  }
  .footerLinkArea .footerLinkUl > li a{
    font-weight: 400;
  }
  .footerLinkArea .footerLinkBlockUl{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: none;
  }
  .footerLinkArea .footerLinkBlockUl > li{
    width: 100%;
    margin: 0 15px;
    border-top: solid 1px #71caf2;
    border-left: none;
    padding: 0;
  }
  .footerLinkArea .footerLinkBlockUl > li:first-child{
    border-top: none;
  }
  .footerLinkArea .footerLinkBlockUl .title{
    height: 51px;
    display: flex;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footerLinkArea .footerLinkBlockUl .title.arw::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: auto;
    opacity: .8;
  }
  .footerLinkArea .footerLinkBlockUl .title.arw.active::before {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .footerLinkArea .footerLinkBlockUl > li:last-child ul li:nth-child(2),
  .footerLinkArea .footerLinkBlockUl > li:last-child ul li:nth-child(3),
  .footerLinkArea .footerLinkBlockUl > li:last-child ul li:nth-child(4){
    border-top: solid 1px #71caf2;
  }

  .footerLinkArea .footerLinkUl{
    margin-top: 0;
    padding: 0 30px 20px;
    display: none;
  }
  #footer{
    height: auto;
  }
  #footer .footerWrap{
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 20px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer .footerWrap ul{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footerWrap ul li{
    margin-left: 0;
  }
  #footer .footerWrap ul li:nth-child(1){
    margin-left: 0;
  }
  #footer .footerWrap ul li:nth-child(2){
    margin-left: 25px;
    text-align: right;
  }
  #footer .footerWrap ul li:nth-child(3),
  #footer .footerWrap ul li:nth-child(4){
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  #footer .footerWrap .copy{
    font-size: 12px;
    margin-top: 35px;
    line-height: 1.5;
  }
}

/* List
================================================== */

.newsList li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
}
.newsList li:first-child{
  margin-top: 0;
}
.newsList li .newsWrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsList li .date{
  width: 108px;
  line-height: 26px;
  font-size: 18px;
  color: #555555;
}
@media screen and (min-width: 769px)  {
  .newsList li .date{
    margin-top: -3px;
  }
}
.newsList li .category{
  width: 98px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
}
.newsList li .category.pr{
  background: #0068b7;
}
.newsList li .category.business{
  background: #0faaa1;
}
.newsList li .category.other{
  background: #1d853f;
}
.newsList li .category.ir{
  background: #074369;
}
.newsList li .txt{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 32px;
}
.newsList li .txt a{
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  -webkit-transition: color .1s;
  transition: color .1s;
  width: calc(100% - 37px);
}
@media screen and (min-width: 769px)  {
  .newsList li .txt a:hover{
    color: #00a0e9;
  }
}
@media screen and (max-width: 768px)  {
  .newsList li{
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .newsList li .newsWrap{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newsList li .date{
    font-size: 13px;
    color: #555555;
    width: 73px;
  }
  .newsList li .category{
    width: 79px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
  }
  .newsList li .txt{
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-left: 0;
    margin-top: 10px;
  }
  .newsList li .txt a{
    font-size: 12px;
    line-height: 18px;
  }
}

.linkList{
  margin-top: 20px;
}
.linkList li{
  margin-top: 15px;
}
.linkList a{
  font-size: 13px;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
  display: block;
  transition: color .2s;
}
.linkList a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00a0e9;
  border-right: 1px solid #00a0e9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  opacity: 1;
}
.linkList a .pdf{
  margin-left: 15px;
}

@media screen and (min-width: 769px)  {
  .linkList a:hover{
    color: #00a0e9;
  }
}
@media screen and (max-width: 768px)  {
  .linkList a{
    font-size: 12px;
  }
}
.listType01{
  border-bottom: solid 1px #e5e5e5;
}
.listType01 li{
  display: flex;
  padding: 23px 20px;
  border-top: solid 1px #e5e5e5;
}
.listType01 li .title{
  width: 120px;
  padding-right: 10px;
  box-sizing: border-box;
  line-height: 2;
  font-size: 13px;
}
.listType01 li .txtArea{
  line-height: 2;
  font-size: 13px;
  flex: 1;
}
.listType01 li .txtArea .location{
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.listType01 li .txtArea .location:first-child{
  margin-top: 0;
}
.listType01 li .txtArea .location .left{
  width: 350px;
}
.listType01 li .commonBt01.type02{
  margin-top: 49px;
}
.listType01 li .txtArea .registrationArea p{
  margin-bottom: 6px;
}
.listType01 li .txtArea .registrationArea p:last-child{
  margin-bottom: 0;
}
.listType01 li .txtArea .registrationTxt{
  width: 130px;
  display: inline-block;
}

.accordionListWrap > li{
	display: none;
}
.accordionListWrap > li:nth-child(1){
	display: block;
}
.accordionList{
	margin-top: 30px;
	border-bottom: solid 1px #e5e5e5;
}
.accordionList li{
	padding: 20px 15px;
	border-top: solid 1px #e5e5e5;
	cursor: pointer;
}
.accordionList .faqTitle{
	font-size: 20px;
	line-height: 1.8;
	transition: color .2s;
  letter-spacing: 2px;
}
.accordionList .active .faqTitle{
	color: #00a0e9;
}
.accordionList .faqTxt{
	font-size: 13px;
	line-height: 2;
	display: none;
}
.accordionList .active .accordion_icon span{
	background-color: #00a0e9;
}
.accordionList .accordionImg{
  position: relative;
  float: right;
  top: 7px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px)  {
  .accordionList .accordionImg{
  top: 7px;
  right: 2px;
  width: 12px;
  height: 12px;
  }
}
.accordionList .accordionImg .plus,
.accordionList .accordionImg .minus{
  width: 100%;
}
.accordionList .accordionImg .minus{
  display: none;
}
.accordionList .accordion_icon,
.accordionList .accordion_icon span {
	display: inline-block;
	transition: all .2s;
	box-sizing: border-box;
}
.accordionList .accordion_icon {
	position: relative;
	width: 40px;
	height: 30px;
	float: right;
	top: 14px;
}
.accordionList .accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #333333;
}
.accordionList .accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordionList .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordionList .active .accordion_icon span:nth-of-type(1) {
	display:none;
}
.accordionList .active .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
@media screen and (min-width: 769px)  {
  .accordionList li:hover .faqTitle{
		color: #00a0e9;
	}
	.accordionList li:hover .accordion_icon span{
		background-color: #00a0e9;
	}
}
@media screen and (max-width: 768px)  {
  .accordionList li{
		padding: 13px 10px;
	}
	.accordionList .faqTitle{
		font-size: 14px;
	}
	.accordionList .faqTxt{
		font-size: 12px;
	}
	.accordionList .accordion_icon{
		width: 20px;
		height: 20px;
		top: 7px;
	}
}

/* title
================================================== */
.titleCircle{
  font-size: 22px;
  background: url(/img/common_new/icon_circle.png) no-repeat left center;
  padding-left: 35px;
  margin-top: 50px;
}
.titleCircle.type02{
    font-size: 26px;
    background: url(/img/common_new/icon_circle02.png) no-repeat left center;
    color: #00a0e9;
}
.commonTitle01{
  text-align: center;
}
.commonTitle01 .jp{
  font-size: 22px;
  letter-spacing: 2px;
}
.commonTitle01 .en{
  display: block;
  font-size: 18px;
  color: #00a0e9;
  margin-top: 10px;
}
.commonTitle01.type02{
  text-align: left;
}
.commonTitle02{
  margin-top: 25px;
  line-height: 1.7;
  font-size: 18px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px)  {
  .titleCircle{
    background-size: 13px;
    font-size: 15px;
    padding-left: 20px;
    margin-top: 30px;
    line-height: 1.6;
    background-position: left 6px;
  }
  .titleCircle.type02{
      font-size: 15px;
      background-size: 13px;
  }
  .commonTitle01 .jp{
    font-size: 15px;
  }
  .commonTitle01 .en{
    font-size: 15px;
  }
  .commonTitle02{
    font-size: 15px;
    margin-top: 20px;
  }
}

/* parts
================================================== */

.headerType01{
  height: 140px;
  font-size: 30px;
  text-align: center;
  line-height: 140px;
  background: url(/img/common_new/header_bg01.png) no-repeat center;
  background-size: cover;
}
.btmBread{
  background: #e5f5fd;
  position: relative;
  z-index: 12;
}
.btmBread .wrap{
  width: 1000px;
  margin: 0 auto;
  background: #e5f5fd;
}
.btmBread .wrap ul{
  display: flex;
  align-items: center;
  height: 40px;
}
.btmBread .wrap ul li{
  color: #00a0e9;
  font-size: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.btmBread .wrap ul li:first-child{
  margin-left: 0;
}
.btmBread .wrap ul li a{
  color: #00a0e9;
  font-size: 10px;
  position: relative;
}
.btmBread .wrap ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #00a0e9;
  border-right: 1px solid #00a0e9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}
.tableType01{
  width: 100%;
  table-layout: fixed;
  border-left: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  margin: 20px 0 48px;
}
.tableType01:last-child{
  margin-bottom: 0;
}
.tableType01 tr{
  border-top: solid 1px #e5e5e5;
}
.tableType01 th{
  background: #e5f5fd;
  border-right: solid 1px #e5e5e5;
  width: 110px;
  padding: 16px 5px;
  box-sizing: border-box;
  font-size: 13px;
  vertical-align: middle;
  line-height: 1.7;
}
.tableType01 td{
  padding: 16px 30px;
  vertical-align: middle;
  line-height: 1.7;
  font-size: 13px;
  background: #fff;
  border-right: solid 1px #e5e5e5;
}
.tableType01 .th02{
  text-align: left;
  padding: 16px 15px 16px 30px;
}

.pdfLinkWrap .pdfList li {
  margin-top: 10px;
}

.pdfLinkWrap .titleCircle{
  letter-spacing: 2px;
}
.pdfLinkWrap .titleCircle:first-child{
  margin-top: 0;
}
.pdfLinkWrap .pdfList a{
  font-size: 13px;
  line-height: 1.7;
  text-decoration: none;
  transition: color .2s;
  letter-spacing: 1px;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.pdfLinkWrap .pdfList a:before{
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00a0e9;
  border-right: 1px solid #00a0e9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  opacity: 1;
}
.pdfLinkWrap.type02 .pdfList{
  margin-top: 25px;
}
.dlArea{
  background: #e5f5fd;
  padding: 50px;
  margin-top: 20px;
}
.dlArea .dlAreaTitle01{
  font-size: 22px;
  text-align: center;
  line-height: 1.7;
}
.dlArea .dlAreaTxt01{
  font-size: 13px;
  text-align: center;
  line-height: 2.2;
  margin-top: 15px;
}
.dlArea .dlAreaTxt02{
  font-size: 13px;
  line-height: 2;
  text-align: center;
}
.txtType01{
	font-size: 13px;
	line-height: 2.1;
	margin-top: 15px;
	letter-spacing: 1px;
}
.titleCircle + .txtType01{
	margin-top: 20px;
}
.txtBlank{
    display: inline-block;
    font-size: 13px;
    line-height: 2.1;
    letter-spacing: 1px;
    background: url(/img/common_new/icon_blank.png) no-repeat right center;
    padding-right: 17px;
    text-decoration: none;
    margin-top: 15px;
}
.bnr01{
	margin-top: 10px;
	display: inline-block;
}

.linkArw{
  position: relative;
  padding-left: 20px;
  transition: color .2s;
}
.linkArw:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #00a0e9;
    border-right: 1px solid #00a0e9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    opacity: 1;
}
.linkArw02{
    position: relative;
    padding-left: 20px;
    transition: color .2s;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.5;
}
.linkArw02:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #00a0e9;
    border-right: 1px solid #00a0e9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    opacity: 1;
}
.indentTxt01{
  display: flex;
}
.indentTxt01 span{
  padding-right: 3px;
}


@media screen and (min-width: 769px)  {
    .headerType01{
    min-width: 1000px;
  }
    .pdfLinkWrap .pdfList a:hover{
    color: #00a0e9;
  }
    .linkArw:hover{
    color: #00a0e9;
  }
    .linkArw02:hover{
    color: #00a0e9;
  }
}
@media screen and (max-width: 768px)  {
  .headerType01{
    margin-top: 50px;
    background: url(/img/common_new/header_bg01_sp.png) no-repeat center;
    background-size: cover;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
  }
  .btmBread .wrap{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .btmBread .wrap ul{
    height: 25px;
  }
  .btmBread .wrap ul li{
    font-size: 10px;
  }
  .pdfLinkWrap .pdfList a{
    font-size: 12px;
  }
  .tableType01{
    margin: 10px 0 25px;
  }
  .tableType01 th{
    padding: 7px 15px;
    font-size: 11px;
  }
  .tableType01 td{
    padding: 7px 15px;
    font-size: 11px;
  }
  .tableType01 .th02{
    padding: 7px 15px;
  }
  .pdfLinkWrap.type02 .pdfList{
    margin-top: 15px;
  }
  .pdfLinkWrap .pdfList li{
    margin-top: 15px;
  }
  .dlArea{
    padding: 20px;
  }
  .dlArea .dlAreaTitle01{
    font-size: 15px;
  }
  .dlArea .dlAreaTxt01{
    font-size: 11px;
  }
  .dlArea .dlAreaTxt02{
    font-size: 11px;
  }
  .txtType01{
		font-size: 11px;
		line-height: 1.9;
	}
  .titleCircle{
    margin-top: 40px;
  }
	.titleCircle + .txtType01 {
    margin-top: 15px;
	}
	.txtType01{
		margin-top: 10px;
	}
  .txtBlank{
    font-size: 11px;
  }
  .linkArw:before {
    top: 9px;
  }
  .linkArw02 {
    font-size: 12px;
  }
}
