/* html5doctor.com Reset Stylesheet v1.6.1*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

ol, ul, li {list-style: none;}

img {vertical-align: top;}

* {box-sizing: border-box;}

/*=================================================
===================================================
  Base Common
===================================================
===================================================*/
body {
  font-family: Meiryo, メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body p { line-height: 1.5;}
.sp-on {display: none;}
.sp-off {display: block;}

.wrap-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto
}

.title01 {
  font-size: 2rem;
  margin: 60px 0 15px;
}

/*========== Header ==========*/
#header .wrap-content {
  position: relative;
  padding: 7px 0;
}
#header #btn-gnav {
  width: 30px;
  min-height: 30px;
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 100;
  display: block;
  padding: 6px;
}
#header #btn-gnav span {
  display: block;
  background: #005bac;
  height: 2px;
  width: 30px;
  position: absolute;
  transition: all 0.1s;
}
#header #btn-gnav span:nth-child(1){top: 12px;}
#header #btn-gnav span:nth-child(2){top: 20px;}
#header #btn-gnav span:nth-child(3){top: 20px;}
#header #btn-gnav span:nth-child(4){top: 28px;}

#header #btn-gnav.active span:nth-child(2) {
  transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
  transition: all 0.4s;
  top: 20px;
}
#header #btn-gnav.active span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.4s;
  top: 20px;
}
#header #btn-gnav.active span:nth-child(1), 
#header #btn-gnav.active span:nth-child(4) {
  opacity: 0;
}

#gnav {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: rgba(30,119,198,.9);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.6s linear;
}
#gnav.active {
  visibility: visible;
  opacity: 1;
}
#gnav ul li {
  float: none;
  width: 100%;
  text-align: left;
}
#gnav ul li a {
  color: #ffffff;
  display: block;
  padding: 20px;
  border-left: none;
  border-bottom: 1px solid #519ee1;
}
#gnav ul li a:hover {color: #ffffff;}
#gnav ul li a:after {
  content: "";
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-top: 2px;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}
#gnav ul li:last-child a {border-right: none;}

#gnav .gnav-last {padding: 20px;}
#gnav .gnav-last a {
  color: #ffffff;
  margin-right: 15px;
}
#gnav .gnav-last a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}


/*========== Visual ==========*/
#sub-visual {position: relative;}
#sub-visual .sub-visual_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  background: rgba(0,0,0,.5)
}
#sub-visual .sub-visual_img img {width: 100%;}


/*========== Main ==========*/
#main{
  background: #def1fb;
  padding: 20px 0;
}

.txt-lead {
  font-size: 1.75rem;
  text-align: center;
  padding: 60px 0;
  display: block;
}

.col2 {
  width: 100%;
  margin-bottom: 70px;
}
.col2 .items {
  width: 47%;
  background: #3f9ad5;
  float: left;
}
.col2 .items:nth-child(2n+2) {float: right;}
.col2 .items .items-img img {width: 100%;}
.col2 .items .items-content {
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 40px 0;
  background: #409bd6; /* Old browsers */
  background: -moz-linear-gradient(-65deg, #409bd6 1%, #409bd6 50%, #348ccd 51%, #348ccd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-65deg, #409bd6 1%,#409bd6 50%,#348ccd 51%,#348ccd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(150deg, #409bd6 1%,#409bd6 50%,#348ccd 51%,#348ccd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#409bd6', endColorstr='#348ccd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.col2 .items .items-content:after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(253,254,255,0) 1%, rgba(65,155,213,.8) 99%, rgba(63,154,213,.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(253,254,255,0) 1%,rgba(65,155,213,.8) 99%,rgba(63,154,213,.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(253,254,255,0) 1%,rgba(65,155,213,.8) 99%,rgba(63,154,213,.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#3f9ad5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.col2 .items .items-content_inner {
  position: relative;
  z-index: 10;
}
.col2 .items .items-content .items-content_title span {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}
.col2 .items .items-content .items-content_title strong {
  font-size: 2.5rem;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  margin-bottom: 20px;
}
.col2 .items .items-content .items-content_text {
  font-size: 2rem;
  font-weight: bold;
}


.lyt01 {
  border: 7px #409bd6 solid;
  border-radius: 4px;
}
.lyt01 .lyt01-img img {width: 100%;}
.lyt01 .lyt01-content {
  background: #ffffff;
  padding: 30px 66px;
}



.lyt02 .items {
  display: table;
  width: 100%;
}
.lyt02 .items .items-step {
  background: #409bd6;
  color: #ffffff;
  display: table-cell;
  padding: 30px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  width: 170px;
  vertical-align: middle;
}
.lyt02 .items .items-step strong {
  font-size: 2.5rem;
  vertical-align: middle;
}
.lyt02 .items .items-content {
  font-size: 1.75rem; 
  display: table-cell;
  background: #ffffff;
  padding: 30px;
  vertical-align: middle;
}
.lyt02 .items .items-content strong {color: #409bd6;}
.lyt02 .items .items-content p {
  font-size: 1.125rem;
  margin-top: 10px;
}
.step-ico {
  margin: 20px auto;
  content: "";
  display: block;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #409bd6;
}



.lyt03 .items {
  display: table;
  width: 100%;
  background: #ffffff;
  padding: 25px 0;
  border-bottom: 1px solid #7cbae3;
}
.lyt03 .items .items-title {
  display: table-cell;
  padding: 10px 30px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  width: 170px;
  vertical-align: middle;
  border-right: 2px solid #409bd6;
}
.lyt03 .items .items-content {
  display: table-cell;
  vertical-align: middle;
  border-left: 2px solid #409bd6;
  padding: 0 30px;
  line-height: 1.8;
}

.list-note li {
  padding-left: 18px;
}
.list-note li:before {
  content: "●";
  color: #409bd6;
  margin-left: -18px;
  
}
.txt-note {font-size: 0.875rem;}


.blk-01 {
  background: #fffdf2;
  max-width: 80%;
  margin: 60px auto;
  text-align: center;
}
.blk-01 a {
  display: block;
  padding: 20px;
}
.blk-01 a:hover {
  opacity: 0.5;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.blk-01 strong {
  font-size: 1.25rem;
  color: #409bd6;
  vertical-align: middle;
  display: inline-block;
}
.blk-01 span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}


.lyt04 {
  background: #409bd6;
  color: #ffffff;
  padding: 20px 30px 40px;
  margin-bottom: 40px;
}

.lyt04 .lyt04-title {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9fcdea;
}
.lyt04 .lyt04-inner {vertical-align: top;}
.lyt04 .lyt04-content {
  width: 50%;
  margin-right: -0.4em;
  display: inline-block;
  vertical-align: top;
  padding-right: 5%;
}
.lyt04 .lyt04-content p {line-height: 1.8;}
.lyt04 .lyt04-link {
  width: 45%;
  display: inline-block;
}
.lyt04 .lyt04-link .link-01,
.lyt04 .lyt04-link .link-02 {
  display: block;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 10px;
}
.lyt04 .lyt04-link .link-01 {background: #000000;}
.lyt04 .lyt04-link .link-02 {background: #68b0df;}
.lyt04 .lyt04-link .link-01:hover,
.lyt04 .lyt04-link .link-02:hover {
  opacity: 0.5;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}


.lyt05 {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 60px;
}
.lyt05 .lyt05-title {
  text-align: center;
  font-size: 1.625rem;
  font-weight: normal;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.lyt05 .lyt05-img {
  width: 36%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.4em;
  text-align: center;
}
.lyt05 .lyt05-content {
  width: 60%;
  margin-left: 4%;
  display: inline-block;
  vertical-align: middle;
}

.lyt05 .lyt05-content h3 {
  font-size: 1.125rem;
  color: #409bd6;
  margin-bottom: 10px;
}
.lyt05 .lyt05-content .link-01 {
  display: block;
  margin-bottom: 10px;
  background: #409bd6;
  color: #ffffff;
  font-size: 1.125rem;
  padding: 8px;
  text-align: center;
}
.lyt05 .lyt05-content .link-01:hover {
  opacity: 0.5;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.lyt05 .lyt05-content .link-02 {
  color: #000000;
  text-decoration: underline;
}
.lyt05 .lyt05-content .link-02:hover {color: #409bd6;}


/*========== footer ==========*/
#footer {
  background: #251e1c;
  padding: 10px 0 20px;
}
#footer .footer-copy {
  text-align: center;
  color: #ffffff;
  font-size: 0.75rem;
}

#btn-top {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 30px;
  right: 25px;
  border-radius: 50% 50%;
  background: rgba(255,255,255,.7);
  text-align: center;
  box-shadow: 1px 0px 6px rgba(0,0,0,.3);
  display: none;
}
#btn-top:before {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 25px auto -10px;
  border-left: 2px solid #1558a0;
  border-bottom: 2px solid #1558a0;
  transform: rotate(135deg);
}
#btn-top span {color: #1558a0}
#btn-top:hover {
  cursor: pointer;
  background: #ffffff;
}




@media only screen and (max-width: 768px) {
  body p {font-size: 0.875rem;}
  /*========== Visual ==========*/
  #sub-visual .sub-visual_text {padding: 6px 0;}
  #sub-visual .sub-visual_text img {height: 60px;}
  

  .title01 {
    font-size: 1.5rem;
    margin: 40px 0 10px;
  }



  /*========== Main ==========*/
  #main{padding: 10px;}

  .txt-lead {
    font-size: 0.875rem;
    text-align: center;
    padding: 20px;
    display: block;
  }

  .col2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .col2 .items {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .col2 .items:nth-child(2n+2) {float: none;}
  .col2 .items .items-content {
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
  }
  .col2 .items .items-content .items-content_title span {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
  .col2 .items .items-content .items-content_title strong {
    font-size: 1.75rem;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 20px;
  }
  .col2 .items .items-content .items-content_text {font-size: 1.25rem;}


  .lyt01 {
    border: 3px #409bd6 solid;
    border-radius: 2px;
  }
  .lyt01 .lyt01-content {
    background: #ffffff;
    padding: 20px;
  }



  
  .lyt02 .items .items-step {
    padding: 14px;
    font-size: 1rem;
    width: 120px;
  }
  .lyt02 .items .items-step strong {
    font-size: 1.25rem;
  }
  .lyt02 .items .items-content {
    font-size: 1rem; 
    padding: 14px;
  }
  .lyt02 .items .items-content p {
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .step-ico {
    margin: 10px auto;
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #409bd6;
  }



  .lyt03 .items {
    padding: 14px 0;
  }
  .lyt03 .items .items-title {
    padding: 14px;
    font-size: 1rem;
    width: 120px;
    border-right: 1px solid #409bd6;
  }
  .lyt03 .items .items-content {
    border-left: 1px solid #409bd6;
    padding: 0 14px;
    line-height: 1.6;
    font-size: 0.875rem;
  }

  .list-note li {padding-left: 14px;}
  .list-note li:before {margin-left: -14px;}
  .txt-note {font-size: 0.75rem;}


  .blk-01 {
    max-width: 100%;
    margin: 30px auto;
  }
  .blk-01 a {
    padding: 14px;
  }
  .blk-01 strong {
    font-size: 1rem;
    vertical-align: middle;
    display: block;
  }
  .blk-01 span {
    display: block;
    margin: 20px 0 0 0;
  }


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

  .lyt04 .lyt04-title {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .lyt04 .lyt04-title img {height: 26px;}
  .lyt04 .lyt04-inner {vertical-align: top;}
  .lyt04 .lyt04-content {
    width: 100%;
    margin-right: 0;
    display: block;
    padding-right: 0;
  }
  .lyt04 .lyt04-content p {
    line-height: 1.6;
    font-size: 0.875rem;
  }
  .lyt04 .lyt04-link {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .lyt04 .lyt04-link .link-01,
  .lyt04 .lyt04-link .link-02 {
    padding: 12px 0;
    margin-bottom: 15px;
  }


  .lyt05 {
    padding: 14px;
    margin-bottom: 30px;
  }
  .lyt05 .lyt05-title {
    font-size: 1.125rem;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .lyt05 .lyt05-img {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .lyt05 .lyt05-content {
    width: 100%;
    margin-left: 0;
    display: block;
    margin-top: 20px;
  }

  .lyt05 .lyt05-content h3 {
    font-size: 1rem;
    color: #409bd6;
    margin-bottom: 10px;
  }
  .lyt05 .lyt05-content .link-01 {
    margin-bottom: 7px;
    font-size: 1rem;
    padding: 6px;
  }
  .lyt05 .lyt05-content p {font-size: 0.875rem;}

  /*========== footer ==========*/
  #footer {
    padding: 10px 0 10px;
  }
  #footer .footer-copy {
    font-size: 0.625rem;
  }

  #btn-top {
    font-size: 0.75rem;
    width: 46px;
    height: 46px;
    right: 13px;
  }
  #btn-top:before {
    width: 12px;
    height: 12px;
    margin: 13px auto -5px;
    border-left: 1px solid #1558a0;
    border-bottom: 1px solid #1558a0;
  }
}


/*=================================================
  Helper  styles
===================================================*/
.cfx:after {
  content: "";
  display: block;
  clear: both;
  line-height: 0;
  font-size: 0;
}

