@charset "UTF-8";
/* Scss Document */
/*------------------
mixin
------------------*/
/*------------------
setting
------------------*/
/*html {*/
/*  overflow-y: scroll;*/
/*  -webkit-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  -moz-osx-font-smoothing: grayscale;*/
/*  -webkit-text-size-adjust: 100%;*/
/*  -ms-text-size-adjust: 100%; }*/

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

/**,*/
/*::before,*/
/*::after {*/
/*  -webkit-box-sizing: inherit;*/
/*  box-sizing: inherit; }*/

/*::before,*/
/*::after {*/
/*  text-decoration: inherit;*/
/*  vertical-align: inherit; }*/

article,
figure,
footer,
header,
main,
section,
summary {
  display: block; }

ul {
  list-style: none; }

main {
  color: #000000;
  font-family: '游ゴシック体',  YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }
  @media screen and (max-width: 640px) {
    main {
      font-size: 2.1vw; } }

main a {
  display: block;
  text-decoration: none;
  color: #000; }
  main a:hover {
    opacity: 1;
    transition: 0; }

main img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*------------------
contents
------------------*/
.pc-only {
  display: block; }

.sp-only {
  display: none; }

main p {
  font-weight: bold; }

.kv-area {
  padding: 40px 0;
  width: 100%;
  background-image: url("../img/bg.gif");
  background-repeat: repeat;
  background-size: 60% auto; }

.kv-ttl {
  margin: 0 auto;
  max-width: 980px;
  width: 90%; }

.conts {
  margin: 60px auto 100px;
  max-width: 980px;
  width: 96%; }

main dl {
  margin-top: 30px; }

main dl:first-child {
  margin-top: 0; }

main dl dt {
  font-size: 28px;
  font-weight: bold; }

main dl dd {
  line-height: 1.8;
  font-size:17px;
   }

main ul li {
  text-indent: -1em;
  padding-left: 1em; }

main ul a{
  display: inline;
  color: #003f95;
  text-decoration: underline !important;
  font-weight: bold;
}

.attention {
  margin-top: 78px;
  padding: 28px 26px;
  border: solid 1px #8b8b8b; }

.attention .ttl {
  font-size: 22px;
  font-weight: bold; }

.attention .txt {
  padding-top: 6px;
  font-weight: normal; }
  
.sub_title{
  font-size:22px;
  }
  
.cvbtn{
  font-size:23px;
  width:50%;
  margin:0 auto;
  margin-top:70px;
  margin-bottom:60px;
  text-align:center;
  padding:15px;
  background-color:#F89436;
  border-radius:50px;
}

.cvbtn a{
  color:#FFFFFF;
}

.cvtitle{
  font-size:25px;
}

.cvtext{
  font-size:40px;
  margin-top:50px;
}

.cpendguide{
  margin-bottom:30px;
  padding:10px;
 }


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

  .sp-only {
    display: block; }

  .kv-area {
    padding: 4.688vw 0; }

  .kv-ttl {
    width: 90.625vw; }

  .conts {
    margin: 8.75vw auto 8vw;
    width: 90.625vw; }

  main dl {
    margin-top: 2.6vw; }

  main dl dt {
    font-size: 3.8vw; }

  main dl dd {
    padding-top: 0.4vw;
    font-size:3.1vw;
    line-height: 1.7; }

  .attention {
    margin-top: 7.6vw;
    padding: 4vw; }

  .attention .ttl {
    font-size: 3.4vw; }

  .attention .txt {
    padding-top: 6px; }

.sub_title{
  font-size:3.4vw;
  }
  
.cvbtn{
  width:80%;
  margin-top:30px;
  margin-bottom:30px;
  font-size:1.0rem;
}

.cvtitle{
  font-size:20px;
}

.cvtext{
  font-size:25px;
  margin-top:40px;
  margin-bottom:50px;
}

}