#breadcrumb {
  width: 750px;
}

/*#main-container {
  width: 960px;
  background-image:url("../images/MV_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
}
*/
 #main-container .pc02 {
  max-width: 100%;
  width: 100vw;
  }

 #main-container .sp02 {
  display: none;
  }

#inner-container {
  width: 859px;
  margin: 0 auto;
  padding: 50px 0;
  color: #280000;
/*  font-size: 13px;*/
  line-height: 1.8;
}

section#contents {
  padding: 0 0 18px 0;
  background-color: #fff9b0;
  padding-bottom: 0;
  background-color: transparent;
}

section#contents h2#main_panel {
  margin: 0;
/*  height: 342px;*/
  height: 356px;
  position: relative;
  line-height: 0;
}

section#contents h2#main_panel img {
  display: block;
  position: relative;
}

section#contents h2#main_panel > img {
  top: 37px;
}

section#contents h2#main_panel span {
  position: absolute;
  top: 0px;
  left: 350px;
}

section#contents h2#main_panel + p {
  margin-top: 2.5em;
}

section#contents .items {
  margin-top: 2.5em;
}

section#contents .item {
  width: 405px;
  margin:0 0 1em;
}

section#contents .item h3 {
  position: relative;
  margin: 0;
}

section#contents .item h3 > img {
  overflow: hidden;
  border-radius: 6px;
}

section#contents .item h3 span {
  display: block;
  position: absolute;
  left: -14px;
  bottom: 145px;
}

section#contents .item h3 + p {
  margin: 0.5em 0;
/*  font-size: 120%;*/
}

section#contents .item:nth-child(2n+1) {
  float: left;
}

section#contents .item:nth-child(2n+1) h3 + p {
  color: #ed6d00;
}

section#contents .item:nth-child(2n) {
  float: right;
}

section#contents .item:nth-child(2n) h3 + p {
  color: #4db47e;
}

section#contents .detail {
  margin-top: 5.5em;
  padding: 0 50px 50px 50px;
  border: solid 1px #ddd;
  border-radius: 6px;
}

section#contents .detail h3 {
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 1em;
  border-bottom: solid 1px #ddd;
}

section#contents .detail h3 img {
  position: absolute;
  right: 0;
  bottom: -13px;
}

section#contents .detail ol {
  list-style-type: decimal;
  padding-left: 2em;
}

section#contents .detail ol ul {
  margin-top: 0.5em;
}

section#contents .detail ul {
  list-style-type: disc;
  padding-left: 2em;
}

section#contents .detail li + li {
  margin-top: 0.2em;
}

section#contents .detail_application h3 {
  margin-top: 5px;
  margin-bottom: 0.75em;
  color: #888;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 70px;
  text-align: center;
}

section#contents .detail_application .btn a {
  width: 310px;
  margin: 1em auto 0 auto;
  display: block;
  text-align: center;
  border: solid 2px #ed6d00;
  border-radius: 30px;
  color: #ed6d00;
  font-size: 20px;
  text-decoration: none;
  line-height: 60px;
  -webkit-transition: .3s;
          transition: .3s;
}

section#contents .detail_application .btn a:hover {
  border-color: #280000;
  background: #280000;
  color: #fff;
  text-decoration: none;
}

section#contents .detail_period {
  font-size: large;
}

/*# sourceMappingURL=campaign.css.map */



/* add */

#main-container li{
 list-style: inherit;
}

@media screen and (min-width: 769px) {
  #sns{
  top:-40px;
  }
}

@media screen and (max-width: 768px) {

  #main-container .pc02 {
  display: none;
  }
  #main-container .sp02 {
  max-width: 100% !important;
  display: block !important;
  }
  #inner-container{
  width:auto;
  margin: 0 4.42% 50px;
  padding:0 0 0;
  }
  section#contents h2#main_panel {
    position: relative;
    width: auto;
    height: auto;
    padding-top:450px;
  }
  section#contents h2#main_panel span {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  section#contents h2#main_panel>img {
    width: 100%;
    height: auto;
    top:inherit;
 }
  section#contents h2#main_panel + p {
    width: auto;
    margin: 0;
 }

  section#contents .item {
    float: none !important;
    width: auto;
    margin:0 0 30px;
  }
  section#contents .item h3{
    margin:0 0 20px;
    padding:0;
    border:none;
  }
  section#contents .item h3>img{
    width: 100%;
    height: auto;
  }

  section#contents .detail {
    margin: 150px 0 0;
    padding: 0 20px 20px;
  }
  section#contents .detail ol,
  section#contents .detail ul {
    margin: 0 0 0 1em;
    padding: 0;
  }
  section#contents .detail h3 {
    padding:0;
    border-top:none;
    text-align:left;
  }
  section#contents .detail_application h3 {
    padding:0;
    border-top:none;
    text-align:center;
  }
  section#contents .detail h3 img {
    position: absolute;
    right: 0;
    top: -135px;
  }
  section#contents .detail_application .btn a {
    width: auto;
  }
}

/*20250623 2カラムflex*/
.detail_application .flexBox {
	display: flex;
    flex-wrap: nowrap;
	padding: 1.5rem 0;
	}

.detail_application .flexItem {
	flex-basis: 50%;
    padding: 1%;
}

.detail_application .flexItem img{
	max-width: 100%;
}

@media screen and (max-width: 768px) {
.detail_application .flexBox {
	display: block;
	text-align: center;
	}
}

/*20250623 3カラムflex*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 960px;
    width: 96%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

a.card-link {
    text-decoration: none;
}

#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-figure {
    margin: 0;
    padding: 0;
}

.card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: center;
    font-size: 1.8em;
}

.card-text-tax {
    margin: 0;
    padding: 1em;
}

.card-text-tax-02 {
    margin: 0;
    padding: 0 1em;
}

.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 100%;
}

@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2); 
    }
	
}

@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 3); 
    }
    
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(100% / 3);
    }
}
	