@charset "UTF-8";
/* PC
-------------------------------------------------- */
@media print, screen and (min-width: 960px) {
  html {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #4f4f4f;
  }

  * {
    padding: 0;
    margin: 0;
  }

  img {
    border: none;
    vertical-align: middle;
  }

  .mincho {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
  }

  footer {
    background: #0e5e98;
  }
  footer .btnBlock {
    background: #2d7db7;
    color: #fff;
  }
  footer .btnBlock p {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
  footer .credit {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
  }

  .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }

  .btnBlock {
    text-align: center;
    padding: 40px 0;
  }

  .btnDetail {
    background-image: url(../images/common/arrow_white_mr10.png);
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #91bf37;
    text-align: center;
    display: inline-block;
    width: 269px;
    height: 45px;
    box-shadow: 0 1px 0 #dcdbdb;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
  }

  .btnDetail.longTxt{
    width: 269px;
    height: 55px;
    box-shadow: 0 1px 0 #dcdbdb;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
		padding-top: 10px;
  }
  .btnDetail:hover {
    background-color: #6e981e;
  }

  .btnJoin {
    width: 434px;
    height: 71px;
    border-radius: 35px;
    background: url(../images/common/arrow_gray_mr10.png);
    background-repeat: no-repeat;
    background-position: right 47%;
    background-color: #fff;
    font-size: 18px;
    color: #666;
    text-decoration: none;
    display: inline-block;
    line-height: 71px;
  }
  .btnJoin:hover {
    background-color: #ebebeb;
  }

  .taC {
    display: flex;
    justify-content: center;
  }

  /* ----------------------------------------------
  
  smart phone menu
  
  ----------------------------------------------------------------------------- */
  .forSP, .forTB, .smart {
    display: none;
  }
}
/* tablet
-------------------------------------------------- */
@media screen and (max-width: 959px) and (min-width: 599px) {
  html {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #4f4f4f;
  }

  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  img {
    border: none;
    vertical-align: middle;
  }

  .mincho {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
  }

  footer {
    background: #0e5e98;
  }
  footer .btnBlock {
    background: #2d7db7;
    color: #fff;
  }
  footer .btnBlock p {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
  footer .credit {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
  }

  .inner {
    width: 100%;
  }

  .btnBlock {
    text-align: center;
    padding: 40px 0;
  }

  .btnDetail {
    background-image: url(../images/common/arrow_white_mr10.png);
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #91bf37;
    text-align: center;
    display: inline-block;
    width: 269px;
    height: 45px;
    box-shadow: 0 1px 0 #dcdbdb;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
  }

  .taC {
    display: flex;
    justify-content: center;
  }

  .btnJoin {
    width: 434px;
    height: 71px;
    border-radius: 35px;
    background: url(../images/common/arrow_gray_mr10.png);
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #fff;
    font-size: 24px;
    color: #666;
    text-decoration: none;
    display: inline-block;
    line-height: 71px;
  }

  /* ----------------------------------------------
  
  smart phone menu
  
  ----------------------------------------------------------------------------- */
  .forPC, .forSP {
    display: none;
  }
}
/* smartphone
-------------------------------------------------- */
@media screen and (max-width: 600px) {
  html {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #4f4f4f;
  }

  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  img {
    border: none;
    vertical-align: middle;
  }

  .mincho {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
  }

  footer {
    background: #0e5e98;
  }
  footer .btnBlock {
    background: #2d7db7;
    color: #fff;
  }
  footer .btnBlock p {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
  footer .credit {
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 10px 0;
    margin: 0;
    line-height: 14px;
  }

  .btnBlock {
    text-align: center;
    padding: 40px 0;
  }

  .btnDetail {
    background-image: url(../images/common/arrow_white_mr10.png);
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #91bf37;
    text-align: center;
    display: inline-block;
    width: 90%;
    height: 45px;
    box-shadow: 0 1px 0 #dcdbdb;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
  }


  .btnDetail.longTxt{
    height: 55px;
    box-shadow: 0 1px 0 #dcdbdb;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
		padding-top: 10px;
  }

  .btnJoin {
    width: 96%;
    height: 40px;
    border-radius: 20px;
    background: url(../images/common/arrow_gray_mr10.png);
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #fff;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .taC {
    display: flex;
    justify-content: center;
  }

  /* ----------------------------------------------
  
  smart phone menu
  
  ----------------------------------------------------------------------------- */
  #spHeader #spHead {
    display: table;
    position: fixed;
    width: 100%;
    list-style: none;
    z-index: 99;
    border-bottom: solid 1px #a0b2c0;
  }
  #spHeader #spHead li {
    display: table-cell;
  }
  #spHeader #spHead li.spLogo {
    background: #fff;
    text-align: center;
    padding: 3px 0;
  }
  #spHeader #spHead li.spLogo img {
    width: 76px;
    height: auto;
  }
  #spHeader #spHead li.spMember {
    background: #1161aa;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
  }
  #spHeader #spHead li.spMember a {
    color: #fff;
    text-decoration: none;
  }
  #spHeader #spHead li.spMenuBtn {
    background: #1161aa;
    text-align: center;
    vertical-align: middle;
    border-left: solid 1px #fff;
  }
  #spHeader #spHead li.spMenuBtn img {
    width: 59px;
    height: auto;
  }
  #spHeader #spMenu {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 275px;
    padding: 10px;
    list-style: none;
    top: 41px;
    left: 0;
    z-index: 99;
    display: none;
  }
  #spHeader #spMenu li {
    background: #fff;
    margin-bottom: 1px;
    width: 100%;
    height: 50px;
  }
  #spHeader #spMenu li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    color: #000;
    position: relative;
    font-size: 14px;
    text-decoration: none;
  }
  #spHeader #spMenu li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  .forPC, .forTB, .lage {
    display: none;
  }
}
