@charset "UTF-8";
/*-------------------------------------------------------------------------
  Clearfix
/*-----------------------------------------------------------------------*/
#jp-cmptemp section, #jp-cmptemparticle,#jp-cmptemp figure,
#jp-cmptemp nav,#jp-cmptemp aside,#jp-cmptemp header,#jp-cmptemp footer,
#jp-cmptemp div,#jp-cmptemp ul,#jp-cmptemp dl {
  zoom:1;
}
#jp-cmptemp section:after,
#jp-cmptemp article:after,
#jp-cmptemp figure:after,
#jp-cmptemp nav:after,
#jp-cmptemp aside:after,
#jp-cmptemp header:after,
#jp-cmptemp footer:after,
#jp-cmptemp div:after,
#jp-cmptemp ul:after,
#jp-cmptemp dl:after,
#jp-cmptemp form:after,
#jp-cmptemp .jp-cmptemp-sideImg:after {
  content:"";
  display: block;
  clear:both;
  visibility:hidden;
}

#jp-cmptemp .jp-rerease-sideImg:after {
  content:"";
  display: block;
  clear:both;
  visibility:hidden;
}

@media screen and (max-width: 767px) {
  .jp-cmp-h1-001{
    font-size: 130%;
    padding: 10px 0.5em;
  }
}


/*- jp-cmptemp
-----------------------------------------------------------------------*/
#jp-cmptemp {
   /* margin-top: 20px; */
  /* padding: 10px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* background: #fff; */
  background: url(../img/bg.png) repeat;
  width: 1030px;
}


@media screen and (max-width: 767px) {
  #jp-cmptemp {
    padding: 10px 1%;
    width: auto;
  }
}


/*- jp-cmptemp-social
-----------------------------------------------------------------------*/
#jp-cmptemp-social {
  text-align: center;
  margin-bottom: 10px;
}

/*- SNS
-----------------------------------------------------------------------*/
.jp-cmp-list-social-001 ul{
  margin: 10px auto;
  width: 200px;
}
@media screen and (max-width: 767px){
  .jp-cmp-list-social-001 ul{
    width: 18em;
  }
  .jp-cmp-list-social-001 li{
    border-right: 4px solid transparent;
    border-bottom: 0;
  }
}


/*- メインビジュアル
-----------------------------------------------------------------------*/
.jp-cmptemp-main{
  margin: 0 0 10px;
  padding: 10px;
}

.jp-cmptemp-img{
  width: 100%;
}


@media screen and (max-width: 767px) {
  .jp-cmptemp-img{
    padding: 0;
    width: auto;
  }
}



/*- jp-cmptemp-contents
-----------------------------------------------------------------------*/

.jp-cmptemp-contents{
  margin: 0 10px;
  /* border-bottom: 1px solid #D5D5D5; */
  padding: 10px;

}




/*- jp-cmptemp-terms
-----------------------------------------------------------------------*/

.jp-cmptemp-terms-contents{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.jp-cmptemp-terms-contents ul li{
  margin-bottom: 5px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

/*テキストオプション*/
.mt1em{ margin-top: 1em; }
.jp-cmptemp-terms-contents ul li.noIn{
  padding-left: 0;
  text-indent: 0;
}


@media screen and (max-width: 767px) {
  .jp-cmptemp-terms{ background: #fff; padding: 0; }
  .jp-cmptemp-terms-contents{
    margin: 0 auto;
    width: 99%;
  }
}



/*- リード文
-----------------------------------------------------------------------*/

.jp-cmptemp-txt{
  font-size: 18px;
  margin: 10px;
  text-align: center;
  line-height: 1.8em;
}

.jp-cmptemp-txt-lead{
  margin-bottom: 15px;
}

.jp-cmptemp-txt-lead span{
  color:#0d549a;
  font-weight: bold;
  font-size: 130%;
  line-height: 2em;
  background:linear-gradient(transparent 60%, #f7f756 40%);
}

.jp-cmptemp-txt-lead-free{
  display: block;
  position: relative;
  padding: 0.8em;
  background: #D70E18;
  border-radius: 7px;
  font-size: 20px;
  color:#fff;
  font-weight: bold;
  width: fit-content;
  margin:0 auto;
}

.jp-cmptemp-txt-lead-free:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #D70E18;
  width: 0;
  height: 0;
  margin-bottom: 20px;
}

.jp-cmptemp-txt-lead-free strong{ 
  color: #ffff00;
  font-weight: bold;
}



.jp-cmptemp-txt-plain{
  font-size: 100%;
  margin:20px 0;
}

.jp-cmptemp-txt-plain span,.jp-cmptemp-text-detail span{
  color: #0d549a;
}

.jp-cmptemp-text-detail{
  font-size: 100%;
  margin-bottom:15px;
}

.jp-cmptemp-txt-plain strong,.jp-cmptemp-text-detail strong{
  font-size:120%;
  font-weight: bold;
  color:#D70E18;
}


.jp-cmptemp-dateld{
  background: #333333;
  color: #ffffff;
  font-size: 100%;
  line-height: 1.2;
  margin: 5px 0 0;
  padding: 5px;
}
.jp-cmptemp-dateld strong{ 
  font-weight: bold;
  font-size: 100%;
  color: #ffff00;
}


.jp-cmptemp-contents .link{
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 50px;
  padding: 20px 20px 0 20px;
  background: #fff;
}




.jp-cmptemp-contents .link li{
  display: inline-block;
  margin: 0 40px 20px 0;
  padding-left: 15px;
  font-size: 15px;
  /* background: url(../img/common/arrow.png) left center no-repeat; */
}

.jp-cmptemp-contents .link i{
  color:#194EDA;
  font-size:120%;
  padding-right:5px;
}




@media screen and (max-width: 767px) {
.jp-cmptemp-txt{
  font-size: 14px;
  margin: 0 0 10px;
}


.jp-cmptemp-txt span{
  color: #0d549a;
  font-size: 120%;
}

  .jp-cmptemp-dateld{
    font-size: 100%;
    line-height: 1.2;
    margin: 5px 0 0;
    padding: 5px;
    text-align: center;
  }

.jp-cmptemp-dateld strong{ 
  font-weight: bold;
  font-size: 100%;
  color: #ffff00;
}


}


/*改行*/

.br-pc{
  display: block;
}
 .br-sp{
 display: none;
}

@media screen and (max-width: 767px) {
 .br-pc{
  display: none;
 }
 .br-sp{
 display: block;
}
}


/*- フロー
-----------------------------------------------------------------------*/

.collectioncmp-flow{
  font-size:18px;
  line-height: 1.8em;
}

.collectioncmp-flow h2{
  text-align: center;
  margin:30px 0;
}


.collectioncmp-flow h2 span{
  color:#0d549a;
  background:linear-gradient(transparent 60%, #f7f756 40%);
  font-weight: bold;
  font-size:130%;
}


.collectioncmp-flow ul{
  list-style: none;
}

.collectioncmp-flow-step{
  position: relative;
  background: #fff;
  margin:15px 0;
  padding-bottom:10px;
}

.collectioncmp-flow-step:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fde7d1 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}



.collectioncmp-title{
  display: block;
  background-color: #D70E18;
}

.collectioncmp-title p{
  font-size:120%;
  font-weight: bold;
  color:#fff;
  padding:5px 0 5px 20px;
}

.collectioncmp-textbox{
  text-align: center;
}



.collectioncmp-text{
  margin:20px;
  padding:0 20px;
  word-break: break-all;
  font-weight: bold;
  font-size:95%;
}

.collectioncmp-text span{
  color:#0d549a;
}

.collectioncmp-text strong{
  color:#D70E18;
}

.collectioncmp-text small{
  font-weight: normal;
  font-size:80%;
}

.collectioncmp-text a{
  text-decoration: underline;
}



.collectioncmp-flow-linkbtn li a{
  background:#1D72E4;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 4px #194EDA;
  color: #FFF;
  display: block;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  width: 80%;
  text-decoration: none;
}

.collectioncmp-flow-linkbtn li a:hover{
  background:rgb(254, 174, 2);
  border-bottom: solid 4px #FC4500;
}


.collectioncmp-flow-linkbtn li span{
  font-size:70%;
  font-weight: normal;
}

.collectioncmp-flow-linkbtn li i{
  font-size:130%;
  color:rgb(254, 174, 2);
  font-weight: normal;
}

.collectioncmp-flow-linkbtn li a:hover i{
  color:#FC4500;
}

@media screen and (max-width: 767px) {
  .collectioncmp-flow-linkbtn li a{
    text-align: left;
    padding-left: 15px;
  }
  
 }

/* 画像 */
.collectioncmp-flow-img ul{
  text-align: center;
}


.collectioncmp-flow-img ul li{
  display: inline-block;
  width: 38%;
  vertical-align: middle;
  }

.collectioncmp-flow-img ul li span{
  text-align: center;
  display: block;
  margin: 10px 0;
  font-size: 80%;
}


.collectioncmp-flow-img ul li:nth-child(2){
  background-image: url(../img/arrow01.png);
  background-repeat: no-repeat;
  background-position: 0px;
  padding-left: 50px;
}

.collectioncmp-flow-img ul li img{
  box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
  width:280px;
}



@media screen and (max-width: 767px) {
.collectioncmp-flow-img ul li{
  width: 100%;

}
.collectioncmp-flow-img ul li:nth-child(2){
  width: 100%;
  background-image: url(../img/arrow02.png);
  padding-left: 0px;
  padding-top: 75px;
  text-align: center;
  background-position: center 15px;
}

}

.collectioncmp-question-box{
  margin: 20px 0 30px 0;
}

.collectioncmp-question{
  width: 80%;
  margin: 0 auto;
  padding:10px 20px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgb(155, 98, 102);
  border: 1px solid #D70E18;
}

.collectioncmp-question .title{
  font-weight: bold;
}

.collectioncmp-question .title i{
  font-size:120%;  
}

.collectioncmp-question p{
  font-size:90%;
}


