@charset "UTF-8";
/* =========================================

link free CSS

2019/10/11 326_sakaguchi 

============================================ */
/*  共通　　*/
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

/* --------------------------------------
　　　　　　　　　　　　　　content
-----------------------------------------*/
#content {
  margin: 1em auto 0;
  max-width: 940px;
  width: 98%;
}

.ttl_main {
  background: url("../image/bg-ttl.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2em 1.5em;
}

h1 {
  border-bottom: 1px solid #fff; 
  display: inline-block;
  font-size: 170%;
  font-feature-settings: normal;
  margin-bottom: 0.3em;
  padding: 0 0.5em 0.1em 0;
}

.txt_lead {
  margin: 1.5em auto 0;
  text-align: justify;
  width: calc( 730 / 940 * 100% );
}

@media screen and (max-width: 736px) {
  #content {
    margin-top: 0;
    width: 100%;
  }

  .ttl_main {
    background: none;
    padding: 0
  }

  .ttl_main h1 {
    background: #004894;
    box-sizing: border-box;
    border: none;
    margin-bottom: 0;
    padding: 0.3em 0.5em;
    width: 100%;
  }

  .ttl_main p {
    display: none;
  }

  .txt_lead {
    width: 93%;
  }
}


.con_conditions {
  margin: 0 auto;
  width: calc( 800 / 940 * 100% );
}

.con_conditions section {
  background: #f2faff;
  margin-top: 2em;
  padding-bottom: 1.5em;
}

.con_conditions section:last-of-type {
  background: #f2faff url("../image/bg-contents.png") no-repeat;
  background-size: 55%;
  background-position: right bottom;
}

.con_conditions section h2 {
  background: #213782;
  border-left: 0.5em solid #6175b9;
  color: #fff;
  font-size: 150%;
  letter-spacing: 0.1em;
  padding: 0.3em 0.5em;
}

.con_conditions .inner {
  margin: 0 auto;
  width: calc( 750 / 800 * 100% );
}

.con_conditions .inner p {
  margin: 1em auto 0;
  word-break: break-all;
}

.con_conditions .inner ul {
  box-sizing: border-box;
  margin: 1em auto 0;
  padding: 1em;
}

.con_conditions .inner ul li {
  padding-left: 1em;
  position: relative;
}

.con_conditions .inner ul li:last-child {
  margin-top: 0.5em;
}

.con_conditions .inner ul li:before {
  background: #213782;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  width: 0.5em;
}

.con_conditions .inner small {
  display: block;
  font-size: 90%;
  margin: 1em auto 0;
  padding-left: 1em;
  text-indent: -1em;
}

.con_conditions .inner .box_bnr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-direction: column;
}

.con_conditions .inner .box_bnr figure {
  margin-top: 1em;
}

.con_conditions .inner .box_bnr figure figcaption {
  font-size: 120%;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}

.con_conditions .inner .box_bnr figure:nth-child(1) img{
width:485px;
height:60px;
}
.con_conditions .inner .box_bnr figure:nth-child(2) img{
width:300px;
height:75px;
}
.con_conditions .inner .box_bnr figure:nth-child(3) img{
width:240px;
height:200px;
}


.con_conditions .inner .box_bnr figure figcaption:before {
  background: #213782;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  width: 0.5em;
}


@media screen and (max-width: 736px) {

img {
	width: 100%;
}

.con_conditions .inner .box_bnr figure:nth-child(1) img{
width: 100%;
height:initial;
}
.con_conditions .inner .box_bnr figure:nth-child(2) img{
width: 100%;
height:initial;
}


  .con_conditions {
    width: 95%;
  }

  .con_conditions section:last-of-type {
    background-image: none;
  }
}
#banners section h3 {
  position: relative;
  font-size: 111.8%;
  font-weight: bold;
  color: #000;
}
#banners section h3::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  margin: auto 0;
  background: #213782;
}
.con_conditions #banners section {
  margin-top: 0;
  padding-bottom: 0;
}
#banners section p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.link_color {
  color: #00f;
}
#banners section section p b a {
  display: inline-block;
  color: #2067c8;
}
.code_wrap {
  background: #fff;
}
.code_wrap code {
  line-height: 1.3;
  word-break: break-all;
  letter-spacing: 0;
}
#banners section .dot_list li {
  padding: 0 1em 0 1.3em;
  text-indent: -1.3em;
}
#banners section .dot_list li:nth-child(n+2) {
  margin-top: 0.7em;
}
@media screen and (max-width: 760px) {
  #banners section {
    margin: 0 2vw;
  }
  #banners section h3 {
    margin: 6vw 0 3vw;
    padding-left: 6vw;
    line-height: 1.2;
  }
  #banners section h3::before {
    width: 4vw;
    height: 4vw;
  }
  #banners section .dot_list {
    width: 93%;
    margin: 6.4vw auto;
    border-radius: 1.8vw;
    padding: 3.47vw 3vw 3.47vw 4.53vw;
  }
  .code_wrap {
    border: 2px solid #6175b9;
    margin: 0.25em auto;
    padding: 0.5em 1em;
  }
  .code_wrap code {
    font-size: 4vw;
  }
  .bnr_s {
    width: 53.3%;
  }
  .bnr_m {
    width: 78%;
  }
  .bnr_l {
    width: 100%;
  }
}
@media print, screen and (min-width: 761px) {
  #banners section {
    width: 710px;
    margin: 0 auto;
  }
  #banners section h3 {
    min-height: 26px;
    padding: 0 0 0 25px;
    margin: 30px 0 11px;
    line-height: 26px;
  }
  #banners section h3::before {
    width: 16px;
    height: 16px;
  }
  #banners section section p b a {
    font-size: 19px;
  }
  #banners section .dot_list {
    margin: 24px auto;
    border-radius: 7px;
    padding: 13px 12px;
  }
  #banners section p.kome {
    width: 625px;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
  .code_wrap {
    border: 2px solid #6175b9;
    margin: 0.25em auto;
    padding: 0.5em 2em;
  }
  .code_wrap code {
    font-size: 15px;
  }
  .bnr_s {
    width: 160px;
  }
  .bnr_m {
    width: 234px;
  }
  .bnr_l {
    width: 300px;
  }
}