@charset "UTF-8";

/* ====================================================
common style
==================================================== */

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body {   background: url(../img/index/bg-index.png);
	background-repeat:no-repeat;
	background-position:center top;
  background-size: cover;} /* IE11 */
}

#topcontrol {
  width: 70px;
  height: 70px;
  background: url(../img/top.png) no-repeat 0 0;
  background-size: 100% auto;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  #topcontrol {
    width: 50px;
    height: 50px;
    right: 10px !important;
    bottom: 70px !important;
  }
}


main img, footer img {
  width: 100%;
}

main a img:hover, footer a img:hover {
  opacity: 0.6;
}

header .logo {
  font-size: 22px !important;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

header .logo span {
  font-size: 13px;
  margin: 0 0 4px 0;
  display: block;
}

.inner {
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
}


.inner-index {
  max-width: 990px;
  padding: 0;
  margin: 0 auto;
}

.details-btn {
  width: 100%;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1em 0.7em 1em;
  text-decoration: none;
  color: #fff;
  border: dashed 1px #000;
  border-radius: 30px;
  transition: .4s;
  background: #f7d460;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7d460 0%, #efd002 100%);
  background: -webkit-linear-gradient(top, #f7d460 0%, #efd002 100%);
  background: linear-gradient(to bottom, #f7d460 0%, #efd002 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d460', endColorstr='#efd002', GradientType=0);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.download a {
  font-size: 16px;
  padding: 4px 20px 4px 0;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #8F1416;
  background: url(../img/pdf.png) no-repeat 100% 50%;
}

.download a:hover {
  opacity: 0.6;
}

.last {
  margin: -20px 0 0 0 !important;
}

@media screen and (max-width: 768px) {
  .details-btn {
    font-size: 14px;
  }
}

.details-btn:hover {
  border: dotted 1px #000;
  color: #FFF;
  background: #f4b65f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4b65f 0%, #efd002 100%);
  background: -webkit-linear-gradient(top, #f4b65f 0%, #efd002 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b65f', endColorstr='#efd002', GradientType=0);
}

#index, #second {
  background: url(../img/index/bg-index.png);
	background-repeat:no-repeat;
	background-position:center top;
  background-size: cover;
}

section.banner-sec {
  background: url(../img/index/bg-banner.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-color: #fff;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  section.banner-sec {
    padding: 15px 0;
  }
}


section.banner-sec ul.banner-list{
    
    display:flex;
    justify-content:center;

    
}


section.banner-sec ul.banner-list li {
  float: left;
  margin: 0 2% 0 0;
  width: 23.5%;
}

section.banner-sec ul.banner-list li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  section.banner-sec ul.banner-list li {
    float: left;
    margin: 0;
    width: 50%;
    padding: 1%;
    test-align: center;
  }
  section.banner-sec ul.banner-list li:last-child {
    margin: 0;
  }
  section.banner-sec ul.banner-list li img {
    width: 100% !important;
  }
}

section.sitemap-sec {
  padding: 60px 0 30px 0;
}

@media screen and (max-width: 768px) {
  section.sitemap-sec {
    padding: 15px 0;
  }
}

section.sitemap-sec .center-box {
  position: relative;
  overflow: hidden;
}

section.sitemap-sec .center-box ul.contact-list {
  position: relative;
  left: 50%;
  float: left;
}

section.sitemap-sec .center-box ul.contact-list li {
  width: 50%;
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
}

@media screen and (max-width: 768px) {
  section.sitemap-sec .center-box ul.contact-list li {
    width: 50%;
    position: relative;
    left: -50%;
    float: left;
    list-style: none;
  }
}

section.sitemap-sec .center-box ul.sitemap-list {
  position: relative;
  left: 50%;
  float: left;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  section.sitemap-sec .center-box ul.sitemap-list {
    display: none;
  }
}

section.sitemap-sec .center-box ul.sitemap-list li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  padding: 0 15px;
}

section.sitemap-sec .center-box ul.sitemap-list li a {
  color: #73A8C9;
}

section.sitemap-sec .center-box ul.sitemap-list li a:hover {
  text-decoration: underline;
}

section.credit-sec {
  color: #72A5C9;
  font-size: 15px;
  text-align: center;
  padding: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  section.credit-sec {
    padding: 0 0 15px 0;
  }
}

section.credit-sec .inner {
  border-top: 1px solid #72A5C9;
  padding: 30px 0 0 0;
}

section.credit-sec .address {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  section.credit-sec .inner {
    padding: 15px 0 0 0;
  }
  section.credit-sec .address {
    margin: 0 0 10px 0;
    font-size: 13px;
  }
  section.credit-sec .credit {
    font-size: 13px;
  }
}


/* ====================================================
main-visual
==================================================== */

#index section.main-visual {
  padding: 30px 0 0 0;
  margin: 105px 0 0 0;
}

@media screen and (max-width: 930px) {
  #index section.main-visual {
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
  }
}

#index section.main-visual .visual-box {
  /*
	background: #fff;
  border: 3px solid #73A8C9;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
  margin: 30px 0 0 0;
  height: 478px;
	*/
}

#index section.main-visual .visual-box img {
/*	
  border-radius: 15px;
*/
}


/* ====================================================
campaign-sec
==================================================== */

#index section.campaign-sec {
  padding: 0px 0 60px 0;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec {
    padding: 0px 0 30px 0;
  }
}

#index section.campaign-sec .campaign-box {
  background: #fff;
  border: 3px solid #D9EAF3;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
  margin: 30px 0 0 0;
}

#index section.campaign-sec .campaign-box .announce-box {
  background: #FFF9FF;
  border-bottom: 2px solid #D9EAF3;
  border-radius: 15px 15px 0 0;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .announce-box {
    padding: 0 15px 15px 15px;
  }
}

#index section.campaign-sec .campaign-box .announce-box .intro {
  color: #fff;
  background: #FF007F;
  padding: 30px 10px 10px 10px;
  display: inline-block;
  border-radius: 0 0 10px 10px;
  margin: 0 0 15px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .announce-box .intro {
    padding: 10px 10px 10px 10px;
  }
}

#index section.campaign-sec .campaign-box .announce-box .campaign-sec-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #FF007F;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .announce-box .campaign-sec-ttl {
    font-size: 20px;
    margin: 0 0 8px 0;
  }
}

#index section.campaign-sec .campaign-box .announce-box .img {
  float: right;
  width: 32%;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .announce-box .img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .announce-box .img-sp {
    margin: 0 -15px;
  }
  #index section.campaign-sec .campaign-box .announce-box .img-sp img {
    border-radius: 15px 15px 0 0;
  }
}

#index section.campaign-sec .campaign-box .announce-box .cont {
  float: left;
  width: 66%;
  margin: 0 2% 0 0;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .announce-box .cont {
    float: left;
    width: 100%;
  }
}

#index section.campaign-sec .campaign-box .announce-box .img img {
  border-radius: 0 15px 0 0;
}

#index section.campaign-sec .campaign-box .announce-box .details {
  margin: 20px 0 0 0;
}

#index section.campaign-sec .campaign-box .announce-box .details img {
  max-width: 602px;
  height: auto;
}

#index section.campaign-sec .campaign-box .merit-box {
  background: #FFFBEE;
  border-radius: 0 0 15px 15px;
}

#index section.campaign-sec .campaign-box .merit-box .img {
  float: left;
  width: 32%;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .merit-box .img {
    display: none;
  }
}

#index section.campaign-sec .campaign-box .merit-box .img img {
  border-radius: 0 0 0 15px;
}

#index section.campaign-sec .campaign-box .merit-box .cont {
  float: left;
  width: 68%;
  margin: 0;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .merit-box .cont {
    width: 100%;
    padding: 15px;
  }
}

#index section.campaign-sec .campaign-box .merit-box .merit-ttl {
  width: 403px;
  height: 49px;
  background: url(../img/index/bg-merit-ttl.png) no-repeat center;
  background-position: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #00A3D8;
  margin: 0 auto 30px auto;
  padding: 3px 0 0 0;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .merit-box .merit-ttl {
    width: 309px;
    background: url(../img/index/bg-merit-ttl-sp.png) no-repeat center;
    background-position: center;
    font-size: 22px;
    margin: 0 auto 15px auto;
    padding: 6px 0 0 0;
  }
}

#index section.campaign-sec .campaign-box .merit-box .cont .maker {
  border: 2px solid #23B0DE;
  width: 50%;
  float: left;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .merit-box .cont .maker {
    width: 100%;
  }
}

#index section.campaign-sec .campaign-box .merit-box .cont .fee {
  border: 2px solid #00A3D9;
  border-left: none !important;
  width: 50%;
  float: left;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .merit-box .cont .fee {
    border-left: 2px solid #00A3D9 !important;
    width: 100%;
  }
}

#index section.campaign-sec .campaign-box .merit-box .cont-ttl {
  background: #00A3D9;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .merit-box .cont-ttl {
    font-size: 17px;
  }
}

#index section.campaign-sec .campaign-box .merit-box p {
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  #index section.campaign-sec .campaign-box .merit-box p {
    font-size: 14px;
  }
}


/* ====================================================
support-sec
==================================================== */

#index section.support-sec {
  background: url(../img/index/bg-support.png);
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  #index section.support-sec {
    padding: 30px 0;
  }
}

#index section.support-sec .support-box {
  background: #fff;
  border: 3px solid #FFE0F2;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
  padding: 30px;
}

@media screen and (max-width: 768px) {
  #index section.support-sec .support-box {
    padding: 15px;
  }
}

#index section.support-sec .support-sec-ttl {
  width: 378px;
  height: 49px;
  background: url(../img/index/bg-support-ttl.png) no-repeat center;
  background-position: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #8C4600;
  margin: 0 auto;
  padding: 3px 0 0 0;
}

@media screen and (max-width: 535px) {
  #index section.support-sec .support-sec-ttl {
    width: 309px;
    height: 49px;
    background: url(../img/index/bg-support-ttl-sp.png) no-repeat center;
  }
}

#index section.support-sec .support-box ul.support-list {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  #index section.support-sec .support-box ul.support-list {
    margin: 15px 0 0 0;
  }
}

#index section.support-sec .support-box ul.support-list li {
  margin: 0 0 15px 0;
}

#index section.support-sec .support-box ul.caution-list li {
  color: #8C2200;
  font-weight: bold;
  margin: 0 0 15px 0;
}

#index section.support-sec .support-box ul.caution-list>li:last-child {
  margin: 0;
}

#index section.support-sec .support-box ul.caution-list li ol li {
  list-style-type: decimal;
  font-weight: normal;
  color: #000;
  margin: 0 0 0 35px;
}


/* ====================================================
voice-sec
==================================================== */

#index section.voice-sec {
  background: url(../img/index/bg-voice.png) no-repeat center;
  background-position: center bottom;
  background-size: cover;
  padding: 60px 0 120px 0;
}

@media screen and (max-width: 768px) {
  #index section.voice-sec {
    padding: 30px 0;
  }
}

#index section.voice-sec .voice-sec-ttl {
  width: 378px;
  height: 49px;
  background: url(../img/index/bg-voice-ttl.png) no-repeat center;
  background-position: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 3px 0 0 0;
}

@media screen and (max-width: 535px) {
  #index section.voice-sec .voice-sec-ttl {
    width: 345px;
    height: 49px;
    background: url(../img/index/bg-voice-ttl-sp.png) no-repeat center;
  }
}

#index section.voice-sec .voice-box {
  background: #FFFBEE;
  border: 3px solid #D9EAF3;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
  padding: 30px;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  #index section.voice-sec .voice-box {
    padding: 15px;
    margin: 30px 0 0 0;
  }
}

#index section.voice-sec .voice-box ul.voice-list li {
  width: 30%;
  float: left;
  margin: 0 5% 0 0;
}

@media screen and (max-width: 768px) {
  #index section.voice-sec .voice-box ul.voice-list li {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
  }
  #index section.voice-sec .voice-box .img {
    float: left;
    width: 45%;
    margin: 0 5% 0 0;
  }
  #index section.voice-sec .voice-box .cont {
    float: left;
    width: 50%;
  }
}

#index section.voice-sec .voice-box ul.voice-list li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #index section.voice-sec .voice-box ul.voice-list li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none !important;
  }
}

#index section.voice-sec .voice-box .img img {
  border-radius: 10px;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
  #index section.voice-sec .voice-box .img img {
    margin: 0;
  }
}

#index section.voice-sec .voice-list-ttl a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #72A6C9;
  border-bottom: 1px dotted #72A6C9;
}

@media screen and (max-width: 768px) {
  #index section.voice-sec .voice-list-ttl a {
    font-size: 15px;
  }
}

#index section.voice-sec .voice-box .cont .text {
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  #index section.voice-sec .voice-box .cont .text {
    margin: 8px 0;
    font-size: 13px;
  }
}

#index section.voice-sec .details {
  margin: 0;
  text-align: center;
}

#index section.voice-sec .details img {
  max-width: 283px;
  height: auto;
}


/* ====================================================
flow-sec
==================================================== */

#index section.flow-sec {
  background: url(../img/index/bg-flow.png);
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  #index section.flow-sec {
    padding: 30px 0;
  }
}

#index .flow-sec-ttl {
  font-size: 25px;
  color: #72A7C9;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  border-top: 3px solid #72a7c9;
  border-bottom: 3px solid #72a7c9;
  padding: 8px 0
}

#index section.flow-sec .flow-box {
  background: #fff;
  border: 3px solid #00A3D9;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  #index section.flow-sec .flow-box {
    padding: 15px 0;
  }
}

#index section.flow-sec .flow-box img {
  border-radius: 15px 15px 0 0;
}

#index section.flow-sec .flow-box .flow-box-inner {
  padding: 0 60px;
}

@media screen and (max-width: 768px) {
  #index section.flow-sec .flow-box .flow-box-inner {
    padding: 0 15px;
  }
}

#index section.flow-sec .flow-box .flow-box-ttl {
  width: 25%;
  margin: 0 5% 0 0;
  float: left;
  border: 1px solid #72A7C9;
  padding: 3% 2%;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #index section.flow-sec .flow-box .flow-box-ttl {
    width: 100%;
    margin: 0 7% 0 0;
    border: none;
    padding: 0 0 15px 0;
    ;
  }
}

#index section.flow-sec .flow-box .flow-box-cont {
  width: 70%;
  float: left;
}

@media screen and (max-width: 768px) {
  #index section.flow-sec .flow-box .flow-box-cont {
    width: 100%;
  }
}

#index section.flow-sec .flow-box .flow-box-cont .copy {
  font-weight: bold;
  color: #729FCA;
  background: linear-gradient(transparent 60%, #ffff66 0);
}

#index section.flow-sec .details {
  margin: 40px 60px 0 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #index section.flow-sec .details {
    margin: 15px 15px 0 15px;
  }
}

#index section.flow-sec .details img {
  max-width: 602px;
  height: auto;
}


/* ====================================================
second / main-visual
==================================================== */

#second section.main-visual {
  padding: 0;
  margin: 105px 0 0 0;
}

@media screen and (max-width: 930px) {
  #second section.main-visual {
    padding: 30px 0 0 0;
    margin: 15px 0 0 0;
  }
}

#second section.main-visual .visual-box {
  /*background-image:url(../img/index/flow-01.png);*/
     background: repeating-linear-gradient(-45deg, #f7f7f7 0, #f7f7f7 2px, #FFF 4px, #FFF 6px);
    
	background-size:cover;
  border: 3px solid #73A8C9;
	background-color:#fff;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
  margin: 30px 0 0 0;
  text-align: center;
  width: 100%;
  height: 150px;
  display: table;
}

#second section.main-visual .visual-box img {
  border-radius: 15px;
}

#second section.main-visual .visual-box .main-visual-ttl {
  display: table-cell;
  vertical-align: middle;
  width: 403px;
  height: 49px;
  background: url(../img/index/bg-merit-ttl.png) no-repeat center;
  background-position: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #00A3D8;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 768px) {
  #second section.main-visual .visual-box .main-visual-ttl {
    width: 309px;
    background: url(../img/index/bg-merit-ttl-sp.png) no-repeat center;
    background-position: center;
    font-size: 22px;
    margin: 0 auto 15px auto;
  }
}





/* ====================================================
second / voice-sec
==================================================== */

#second section.voice-sec {
  padding: 0 0 60px 0;
}

@media screen and (max-width: 768px) {
  #second section.voice-sec {
    padding: 0 0 30px 0;
  }
}

#second section.voice-sec .voice-sec-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #00A3D9;
  border-bottom: 1px solid #00A3D9;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
  #second section.voice-sec .voice-sec-ttl {
    font-size: 20px;
  }
}

#second section.voice-sec .voice-box span {
  color: #fff;
  background: #00A3D9;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  border-radius: 10px 0 10px 0;
  margin: 0 0 15px -30px !important;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #second section.voice-sec .voice-box span {
    color: #fff;
    background: #72A6C9;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    border-radius: 10px 0 10px 0;
    margin: 0 0 7px -15px !important;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  }
}

#second section.voice-sec .voice-sec-ttl-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 7px 0;
}

#second section.voice-sec .voice-box {
  background: #FFFBEE;
  border: 3px solid #00A3D9;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
  padding: 0 30px 30px 30px;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  #second section.voice-sec .voice-box {
    padding: 0 15px 15px 15px;
    margin: 30px 0 0 0;
  }
}

#second section.voice-sec .voice-box .img {
  float: left;
  width: 33%;
  margin: 0 2% 0 0;
}

@media screen and (max-width: 768px) {
  #second section.voice-sec .voice-box .img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

#second section.voice-sec .voice-box .cont {
  float: left;
  width: 65%;
}

@media screen and (max-width: 768px) {
  #second section.voice-sec .voice-box .cont {
    width: 100%;
  }
}

#second section.voice-sec .voice-box .cont p {
  margin: 0 0 10px 0;
}

#second section.voice-sec .voice-box .cont p:last-child {
  margin: 0;
}

#second section.voice-sec .voice-box .img img {
  border-radius: 10px;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
  #second section.voice-sec .voice-box .img img {
    margin: 0;
  }
}


/* ====================================================
second / summary-sec
==================================================== */

#second section.summary-sec {
  padding: 0 0 60px 0;
}

@media screen and (max-width: 768px) {
  #second section.summary-sec {
    padding: 0 0 30px 0;
  }
}

#second section.summary-sec .summary-sec-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  background: #00A3D9;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 15px 0;
  margin: -30px -30px 30px -30px;
}

@media screen and (max-width: 768px) {
  #second section.summary-sec .summary-sec-ttl {
    font-size: 20px;
    margin: -15px -15px 15px -15px;
  }
}

#second section.summary-sec .summary-box {
  background: #FFFBEE;
  border: 3px solid #00A3D9;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
  padding: 30px;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  #second section.summary-sec .summary-box {
    padding: 15px;
    margin: 30px 0 0 0;
  }
}

#second section.summary-sec .tbl-2clm {
  border-collapse: collapse;
  width: 100%;
}

#second section.summary-sec .tbl-2clm th, #second section.summary-sec .tbl-2clm td {
  border: 1px solid #dbe1e8;
  background: #fff;
  padding: 15px;
}

#second section.summary-sec .tbl-2clm th {
  background: #f9fafc;
  text-align: left;
  width: 160px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #second section.summary-sec .tbl-2clm tr, #second section.summary-sec .tbl-2clm th, #second section.summary-sec .tbl-2clm td {
    display: block;
    width: auto;
  }
  #second section.summary-sec .tbl-2clm tr:first-child {
    border-top: 1px solid #dbe1e8;
  }
  #second section.summary-sec .tbl-2clm th, #second section.summary-sec .tbl-2clm td {
    border-top: none;
  }
}

#second section.summary-sec .summary-gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 30px -30px 30px -30px
}
.plots-gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 15px 15px 0 15px;
}


@media only screen and (max-width: 768px) {
  #second section.summary-sec .summary-gmap, .plots-gmap {
    margin: 15px -15px 15px -15px
  }
}
@media only screen and (max-width: 768px) {
.plots-gmap {
    margin: 15px 0 15px 0;
  }
}


#second section.summary-sec .summary-gmap iframe, #second section.summary-sec .summary-gmap object, #second section.summary-sec .summary-gmap embed,
.plots-gmap iframe, .plots-gmap object, .plots-gmap embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#second section.summary-sec ul.summary-list li {
  list-style-type: disc;
  margin: 0 0 5px 25px;
}

#second section.summary-sec .summary-box .summary-list-ttl {
  font-weight: 700;
}


/* ====================================================
second / contact-sec
==================================================== */

#second section.contact-sec {
  padding: 0 0 60px 0;
}

@media screen and (max-width: 768px) {
  #second section.contact-sec {
    padding: 0 0 30px 0;
  }
}

#second section.contact-sec .contact-sec-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  background: #00A3D9;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 15px 0;
  margin: -30px -30px 30px -30px;
}

@media screen and (max-width: 768px) {
  #second section.contact-sec .contact-sec-ttl {
    font-size: 20px;
    margin: -15px -15px 15px -15px;
  }
}

#second section.contact-sec .contact-box {
  background: #FFFBEE;
  border: 3px solid #00A3D9;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
  padding: 30px;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  #second section.contact-sec .contact-box {
    padding: 15px;
    margin: 30px 0 0 0;
  }
}

#second section.contact-sec .contact-box .text {
  margin: 0 0 30px 0;
  text-align: center;
}

#second section.contact-sec .contact-box .number {
  border: 1px solid #FFEA9F;
  margin: 0 0 30px 0;
  text-align: center;
  background: #FFFEF9;
  padding: 15px;
}

#second section.contact-sec .contact-box .number .tel {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 42px;
  font-weight: 500;
}

#second section.contact-sec .contact-box .number .tel span {
  font-size: 20px;
  display: block;
}

#second section.contact-sec .tbl-2clm {
  border-collapse: collapse;
  width: 100%;
}

#second section.contact-sec .tbl-2clm th, #second section.contact-sec .tbl-2clm td {
  border: 1px solid #dbe1e8;
  background: #fff;
  padding: 15px;
}

#second section.contact-sec .tbl-2clm th {
  background: #f9fafc;
  text-align: left;
  width: 230px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #second section.contact-sec .tbl-2clm tr, #second section.contact-sec .tbl-2clm th, #second section.contact-sec .tbl-2clm td {
    display: block;
    width: auto;
  }
  #second section.contact-sec .tbl-2clm tr:first-child {
    border-top: 1px solid #dbe1e8;
  }
  #second section.contact-sec .tbl-2clm th, #second section.contact-sec .tbl-2clm td {
    border-top: none;
  }
}

#second section.contact-sec .tbl-2clm th span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px;
  margin: 0 5px 0 0;
  border-radius: 5px;
  display: inline-block;
}

#second section.contact-sec .tbl-2clm th .hissu {
  background: #820000;
}

#second section.contact-sec .tbl-2clm th .nini {
  background: #666;
}

#second section.contact-sec .tbl-2clm td .caption {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}


/* ====================================================
second / flow-sec
==================================================== */

#second section.flow-sec {
  padding: 0 0 60px 0;
}

@media screen and (max-width: 768px) {
  #second section.flow-sec {
    padding: 0 0 30px 0;
  }
}

#second section.flow-sec .flow-sec-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  /*	
  background: #72A6C9;
*/
  background: #00A3D9;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 15px 0;
  margin: -30px -30px 30px -30px;
}

@media screen and (max-width: 768px) {
  #second section.flow-sec .flow-sec-ttl {
    font-size: 20px;
    margin: -15px -15px 15px -15px;
  }
}

#second section.flow-sec .flow-box {
  background: #FFFBEE;
  border: 3px solid #00A3D9;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
  padding: 30px;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  #second section.flow-sec .flow-box {
    padding: 15px;
    margin: 30px 0 0 0;
  }
}

#second section.flow-sec .flow-box ul.caution-list li {
  margin: 0 0 10px 0;
}

#second section.flow-sec .flow-box ul.caution-list li:last-child {
  margin: 0;
}

#second section.flow-sec .flow-box ol.claim-list li {
  margin: 0 0 15px 15px;
  list-style-type: decimal;
  font-weight: 700;
}

#second section.flow-sec .flow-box ol.claim-list li ul li {
  list-style-type: katakana;
  margin: 0 0 3px 30px;
  font-weight: normal;
}

#second section.flow-sec .flow-box>div {
  margin: 0 0 15px 0;
}

#second section.flow-sec .flow-box>div:last-child {
  margin: 0;
}

#second section.flow-sec .flow-box .flow-box-ttl {
  font-weight: 700;
}

#second section.flow-sec .flow-box .download {
  width: 100%;
  text-align: left;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
  #second section.flow-sec .flow-box .download {
    width: 100%;
  }
}

#second section.flow-sec .flow-box .flow-list-box {
  padding: 15px;
  border: 1px solid #A2E8FF;
  background: #E8F7FB;
}

#second section.flow-sec .flow-box .flow-list-box-last {
  padding: 15px;
  border: 1px solid #A2E8FF;
  background: #E8F7FB;
}

#second section.flow-sec .flow-box .flow-list-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0085B2;
  background: #A3DEF1;
  padding: 17px 120px 17px 120px;
  margin: -15px -15px 15px -15px;
}

@media screen and (max-width: 768px) {
  #second section.flow-sec .flow-box .flow-list-ttl {
    margin: -15 -15px 15px -15px;
    font-size: 17px;
    display: block;
    padding: 8px;
    text-align: center;
  }
}

#second section.flow-sec .flow-list-box span {
  display: block;
  padding: 20px;
  margin: -15px;
  width: 100px;
  float: left;
  background: #0085B2;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

#second section.flow-sec .flow-list-box-last span {
  display: block;
  padding: 20px;
  margin: -15px;
  width: 100px;
  float: left;
  background: #0085B2;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #second section.flow-sec .flow-list-box span {
    padding: 0;
    margin-top: -37px;
  }
  #second section.flow-sec .flow-list-box-last span {
    padding: 0;
    margin-top: -37px;
  }
}

#second section.flow-sec .flow-box .flow-list-box {
  position: relative;
  margin-top: 83px;
}

#second section.flow-sec .flow-box .flow-list-box-last {
  position: relative;
  margin-top: 83px;
}

#second section.flow-sec .flow-box .flow-list-box:before {
  background-image: url(../img/yazirushi.png);
  position: absolute;
  margin-left: -36px;
  width: 71px;
  height: 43px;
  position: absolute;
  left: 50%;
  bottom: -63px;
  content: "";
}

#second section.flow-sec .flow-box .flow-list-box-last:before {
  background-image: none;
  position: absolute;
  margin-left: -36px;
  width: 71px;
  height: 43px;
  position: absolute;
  left: 50%;
  bottom: -63px;
  content: "";
}

#second section.flow-sec .flow-box ul.flow-list {
  margin-top: -50px
}

#second section.flow-sec .flow-box ul.flow-list li ul li {
  list-style-type: disc;
  margin: 0 0 5px 30px;
}


/* ====================================================
second / lots-sec
==================================================== */

#second section.lots-sec {
  padding: 0 0 60px 0;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec {
    padding: 0 0 30px 0;
  }
}

#second section.lots-sec .lots-sec-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  /*	
  background: #72A6C9;
*/
  background: #00A3D9;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 15px 0;
  margin: 0 -30px 30px -30px;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .lots-sec-ttl {
    font-size: 20px;
    margin: 0 -15px 15px -15px;
  }
}

#second section.lots-sec .lots-box-inner {
  margin: 25px 0 45px 0;
}

#second section.lots-sec .lots-box-inner:last-child {
  margin: 25px 0 0 0;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .lots-box-inner {
    margin: 15px 0 25px 0;
  }
  #second section.lots-sec .lots-box-inner:last-child {
    margin: 15px 0 0 0;
  }
}

#second section.lots-sec .lots-box-inner .inner-list {
  margin: 0 0 30px 0;
}

#second section.lots-sec .lots-box-inner .inner-list {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .lots-box-inner .inner-list {
    margin: 0 0 15px 0;
  }
}

#second section.lots-sec .lots-box-inner .inner-list-index {
  margin: 0;
}

#second section.lots-sec .lots-box-inner ul.inner-list li {
  width: 31%;
  float: left;
  margin: 0 3.5% 0 0;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .lots-box-inner ul.inner-list li {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
  }
}

#second section.lots-sec .lots-box-inner ul.inner-list li:last-child {
  margin: 0;
}

#second section.lots-sec .lots-box-inner .inner-list .img {
  float: left;
  width: 33%;
  margin: 0 2% 0 0;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .lots-box-inner .inner-list .img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

#second section.lots-sec .lots-box-inner .inner-list .cont {
  float: left;
  width: 65%;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .lots-box-inner .inner-list .cont {
    width: 100%;
  }
}

#second section.lots-sec .cont-index {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .cont-index {
    margin: 15px 0 0 0;
  }
}

#second section.lots-sec .lots-box-inner .details {
  text-align: cetenr;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .lots-box-inner .details {
    width: 100%;
  }
}

#second section.lots-sec .lots-box-inner-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #00A3D9;
  border-bottom: 3px solid #00A3D9;
  padding: 0 0 8px 0;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .lots-box-inner-ttl {
    font-size: 20px;
  }
}

#second section.lots-sec .lots-box {
  background: #FFFBEE;
  border: 3px solid #00A3D9;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
  padding: 0 30px 30px 30px;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .lots-box {
    padding: 0 15px 15px 15px;
    margin: 30px 0 0 0;
  }
}

#second section.lots-sec .lots-box .img {
  margin: -30px -30px 0 -30px;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .lots-box .img {
    margin: -15px -15px 0 -15px;
  }
}

#second section.lots-sec .lots-box .img-gallery {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .lots-box .img {
    margin: -15px -15px 0 -15px;
  }
}

#second section.lots-sec .lots-box-outline {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  #second section.lots-sec .lots-box-outline {
    margin: 0 0 15px 0;
  }
}

#second section.lots-sec .tbl-2clm {
  border-collapse: collapse;
  width: 100%;
}

#second section.lots-sec .tbl-2clm th, #second section.lots-sec .tbl-2clm td {
  border: 1px solid #dbe1e8;
  background: #fff;
  padding: 15px;
}

#second section.lots-sec .tbl-2clm th {
  background: #f9fafc;
  text-align: left;
  width: 160px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #second section.lots-sec .tbl-2clm tr, #second section.lots-sec .tbl-2clm th, #second section.lots-sec .tbl-2clm td {
    display: block;
    width: auto;
  }
  #second section.lots-sec .tbl-2clm tr:first-child {
    border-top: 1px solid #dbe1e8;
  }
  #second section.lots-sec .tbl-2clm th, #second section.lots-sec .tbl-2clm td {
    border-top: none;
  }
}


.table-last{padding-bottom:0 !important;}

.side-menu {
  /*
  position: fixed;
  top: 20vh;
	right:0;
	*/
  top: 50px;
  margin-right: -75px;
  position: relative;
  float: right;
  z-index: 0;
  font-size: 0;
  /* 親要素でフォントサイズを０にする */
  border: 3px solid #00A3D9;
  border-radius: 0 15px 15px 0;
}

.side-menu li a {
/*  
-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  
	font-size: 1rem;
  /*  フォントサイズ0になっているので指定する */
  /* 以下、装飾 */
  padding: 20px 24px;
  color: #9F886E;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  border-bottom: 1px dotted #00A3D9;
}

.side-menu li:first-child a {
  border-radius: 0 15px 0 0
}

.side-menu li:last-child a {
  border-radius: 0 0 15px 0;
  border-bottom: none;
}

.side-menu li a:hover {
  color: #fff;
  background: skyblue;
}

@media screen and (min-width: 768px) {
  .side-menu {
    /*
  position: fixed;
  top: 20vh;
	right:0;
	*/
    top: 0;
    margin: -16px 0 0 25px;
    position: static;
    float: left;
    z-index: 0;
    font-size: 0;
    /* 親要素でフォントサイズを０にする */
    border: 3px solid #00A3D9;
    border-radius: 5px 5px 0 0;
  }
  .side-menu li {
    float: left;
  }
  .side-menu li a {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    font-size: 1rem;
    /*  フォントサイズ0になっているので指定する */
    /* 以下、装飾 */
    padding: 10px 15px;
    display: block;
    color: #9F886E;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    border-bottom: none;
    border-right: 1px dotted #00A3D9;
  }
	
	
	  .side-menu li.active a {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    font-size: 1rem;
    /*  フォントサイズ0になっているので指定する */
    /* 以下、装飾 */
    padding: 10px 15px;
    display: block;
    color: #fff;
    background-color: #00A3D9;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    border-bottom: none;
    border-right: 1px dotted #00A3D9;
  }
	
	
	
  .side-menu li:first-child a {
    border-radius: 0;
  }
  .side-menu li:last-child a {
    border-radius: 0;
    border-right: none;
  }
  .side-menu li a:hover {
    color: #fff;
    background: skyblue;
  }
  section.lots-sp {
    margin-top: 30px;
  }
}


@media screen and (max-width: 768px) {
  .side-menu {
    /*
  position: fixed;
  top: 20vh;
	right:0;
	*/
    top: 0;
    margin: -14px 0 0 15px;
    position: static;
    float: left;
    z-index: 0;
    font-size: 0;
    /* 親要素でフォントサイズを０にする */
    border: 3px solid #00A3D9;
    border-radius: 5px 5px 0 0;
  }
  .side-menu li {
    float: left;
  }
  .side-menu li a {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    font-size: 1rem;
    /*  フォントサイズ0になっているので指定する */
    /* 以下、装飾 */
    padding: 10px 15px;
   display: block;
    color: #9F886E;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    border-bottom: none;
    border-right: 1px dotted #00A3D9;
  }
	
	  .side-menu li.active a {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    font-size: 1rem;

    padding: 10px 15px;
   display: block;
    color: #fff;
    background-color: #00A3D9;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    border-bottom: none;
    border-right: 1px dotted #00A3D9;
  }
	
	
	
  .side-menu li:first-child a {
    border-radius: 0;
  }
  .side-menu li:last-child a {
    border-radius: 0;
    border-right: none;
  }
  .side-menu li a:hover {
    color: #fff;
    background: skyblue;
  }
  section.lots-sp {
    margin-top: 30px;
  }
}
.bunjo-box .img {}

.bunjo-box .img img {
  display: block;
  max-height: 100vh;
  max-width: 100vw;
  margin: 0 auto;
}
		
		
		.bunjo-box .img {
  display: inline-block;
  position: relative;
  text-align: left;
}
		
		
	.bunjo-box .img a.bun1 {
   	
		border-radius:100%;
/*    display: block;
    height: 13%;
    left: 47.7%;
    opacity: 0.8;
    position: absolute;
    text-indent: -9999px;
    top: 18%;
    width: 8%;*/
        
        
                     border-radius: 100%;
    display: block;
    height: 10.2%;
    left: 58.5%;
    opacity: 0.8;
    position: absolute;
    text-indent: -9999px;
    top: 17.4%;
    width: 6.2%;   
        
        
        
}
.bunjo-box .img a.bun1:hover,
.bunjo-box .img a.bun2:hover,
.bunjo-box .img a.bun3:hover{
	background:red;
	opacity: 0.5;
}


.bunjo-box .img a.bun4:hover,
.bunjo-box .img a.bun5:hover,
.bunjo-box .img a.bun6:hover,
.bunjo-box .img a.bun7:hover,
.bunjo-box .img a.bun8:hover,
.bunjo-box .img a.bun9:hover,
.bunjo-box .img a.bun10:hover,
.bunjo-box .img a.bun11:hover,
.bunjo-box .img a.bun12:hover,
.bunjo-box .img a.bun13:hover,
.bunjo-box .img a.bun23:hover{
	background:red;
	opacity: 0.3;
}






	.bunjo-box .img a.bun2 {
		border-radius:100%;
			
			 display: block;
/*    height: 10.2%;
    left: 65%;
    opacity: 0.8;
    position: absolute;
    text-indent: -9999px;
    top: 32%;
    width: 6.2%;*/
        
                border-radius: 100%;
    display: block;
    height: 10.2%;
    left: 60%;
    opacity: 0.8;
    position: absolute;
    text-indent: -9999px;
    top: 35%;
    width: 6.2%;
        
        
			
}
		
.bunjo-box .img a.bun3 {
/*	border-radius:100%;
    display: block;
    height: 28.5%;
    left: 35%;
    opacity: 0.7;
    position: absolute;
    text-indent: -9999px;
    top: 59.5%;
    width: 17.6%;*/
    
        border-radius: 100%;
    display: block;
    height: 10.2%;
    left: 42%;
    opacity: 0.8;
    position: absolute;
    text-indent: -9999px;
    top: 62.5%;
    width: 6.2%;
    
    
}

.bunjo-box .img a.bun4 {
    display: block;
    height: 6.5%;
    left: 38%;
    opacity: 0.8;
    position: absolute;
    text-indent: -9999px;
    top: 42.6%;
    width: 16.5%;
	
}

.bunjo-box .img a.bun5 {
    display: block;
    height: 6.5%;
     left: 38.5%;
    opacity: 0.6;
    position: absolute;
   text-indent: -9999px;
    top: 89%;
    width: 16%;
	
}




.bunjo-box .img a.bun6 {

    display: block;
    height: 11.5%;
    left: 57.5%;
    opacity: 0.6;
    position: absolute;
    text-indent: -9999px;
    top: 6%;
    width: 14%;
	
}

.bunjo-box .img a.bun7 {
    display: block;
    height: 6.5%;
    left: 42.5%;
    opacity: 0.6;
    position: absolute;
   text-indent: -9999px;
    top: 38%;
    width: 22.5%;
	
}





.bunjo-box .img a.bun9 {
    display: block;
    height: 7%;
    left: 25%;
    opacity: 0.5;
    position: absolute;
    text-indent: -9999px;
    top: 1.7%;
    width: 23.5%;
	
}

.bunjo-box .img a.bun10 {

    display: block;
    height: 7%;
    left: 56%;
    opacity: 0.4;
    position: absolute;
   text-indent: -9999px;
	top: 29%;
    width: 23.5%;
	

}

.bunjo-box .img a.bun11 {
    display: block;
    height: 6.8%;
    left: 25%;
    opacity: 0.4;
    position: absolute;
   text-indent: -9999px;
    top: 53.8%;
    width: 23.5%;
	
}



.bunjo-box .img a.bun12 {
    display: block;
    height: 6.8%;
    left: 22.3%;
    opacity: 0.4;
    position: absolute;
   text-indent: -9999px;
    top: 69%;
    width: 25.5%;
	
}

.bunjo-box .img a.bun13 {
    display: block;
    height: 7%;
    left: 50%;
    opacity: 0.4;
    position: absolute;
   text-indent: -9999px;
    top: 71%;
    width: 23.5%;
	
}

.bunjo-box .img a.bun23 {
    display: block;
    height: 7%;
    left: 45.5%;
    opacity: 0.4;
    position: absolute;
   text-indent: -9999px;
    top: 38%;
    width: 23.5%;
	
}


.lots-sec .caution{
	text-align:center;
	color:#8F0C0E;
}


.seibi-link{
	
	margin-top:15px;
}

.seibi-link a{
color:#A82729;
}

.seibi-link a:before{
content:"> ";
}

.seibi-link a{
	padding:0 20px 0 0;
 background: url(../img/html.png) no-repeat 100% 50%;
}

.seibi-link a:hover{
border-bottom:1px dotted #A82729;
}



.shorui-box{
	
	margin:0 0 15px 0;
}

p.shorui-text{margin:0 0 15px 0;}

.shorui-box h4{
	font-size:14px;
	border-radius:20px;
	padding:0 5px 3px 5px;
	margin:10px 0;color:#fff;
	display:inline-block;
	background:#333;
}


ol.shorui-list li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.shorui-list li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}



.download2 a {
  font-size: 16px;
  padding: 4px 20px 4px 0;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #8F1416;
  background: url(../img/pdf.png) no-repeat 100% 50%;
}

.download2 a:hover {
  opacity: 0.6;
}


.shorui-box-quote{
	background:#fff;
	padding:10px 10px 0 10px;
	border:3px solid #ccc;
}

.center{
margin-top:30px !important;
}


.wpcf7c-conf {
    background-color: #F5F5F5 !important; /* 背景色 */
    color: black !important; /* 文字色 */
    border: 1px solid #AEAEAE !important; /* 周りの線: 太さ　線種 線の色 */
}

input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
    width: 8em; /* ボタンの横幅:8文字分の大きさ */
    height: 2em; /* ボタンの高さ:2文字分の高さ */
}

.ttl-img{
	margin:0 auto;
text-align:center;}

.ttl-img img{
	margin:0 auto;
	max-width:570px !important;
	
}

a.pdf-files {
    padding: 4px 20px 4px 0;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #8F1416;
    background: url(../img/pdf.png) no-repeat 100% 50%;
}



.wpcf7 textarea{
width:100%;}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"]{
	margin:0 10px;
	/*padding:10px 20px;*/
}

@media(max-width:768px){
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"]{
	margin:0 10px;
	padding:0;
}
}



.wpcf7 textarea{
height:100px;}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
	width:50%;
}

@media(max-width:768px){
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
	width:100%;
}	
	
}

@media(max-width:768px){
	
	
}

#cnt-07{
	margin:15px 0 0 0;
}

@media(max-width:768px){

	#cnt-07{
	margin:-15px 0 0 0;
}
	
}


input:-webkit-autofill.wpcf7c-conf {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  border: none !important;
  background: #fff !important; }
  input:-webkit-autofill.wpcf7c-conf:focus {
    border: none !important; }

.wpcf7c-conf {
  background: #fff !important;
  border-color: #fff !important; }
  .wpcf7c-conf:focus {
    border-color: transparent !important; }


.bunjo-box .img2{
    
    max-width:75%;
    margin:auto;
}