.breadcrumbs_template {
    background: #f0f0f0
}

.breadcrumbs_template ul.breadcrumbs_list {
    max-width: 1110px;
    padding: 10px 15px
}

.breadcrumbs_template ul.breadcrumbs_list a,
.breadcrumbs_template ul.breadcrumbs_list li,
.breadcrumbs_template ul.breadcrumbs_list span {
    color: #000;
    font-size: 12px
}

.breadcrumbs_template ul.breadcrumbs_list a::after {
    color: #000;
    display: inline-block;
    margin: 0 8px;
    font-size: 12px
}

.template-title {
    background-color: #00aca0;
    padding: 29px 0;
    margin-bottom: 40px
}

.template-title__txt {
    color: #fff;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px;
}



.px60 {
    padding: 0 60px;
}

.px90 {
    padding: 0 90px;
}

.px180 {
    padding: 0 180px;
}

.center { text-align:center;}


.w40 { width: 31%;}

.w20 { width: 23%;}

.w10 { width: 15%;}

/*　main-kv　*/

.main-kv img {
    max-width: 1500px;
    /*min-width: 980px;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.btn-icon {
    display: inline-block;
    max-width: 300px;
    text-align: left;
    background-color: #ff99cc;
    font-size: 16px;
    color: #666699;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 16px 20px 32px;
    border-radius: 10px;
    position: relative;
}

.btn-icon:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -8px;
}

.btn-icon:hover {
    opacity: 0.8;
}

@media screen and (max-width: 480px) {
    .btn-icon {
        max-width: 500px;
        width: 100%;
		margin-bottom: 20px;
    }
    .mt100 {
        margin-top: 30px;
    }
}


/*　contents　*/

.eco-contents-wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.col_3 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
    margin: 30px auto;
    justify-content: space-between;
}

.col_3 > div:nth-child(1) {}

.col_3 > div:nth-child(2) {}

.col_3 > div:nth-child(3) {
    flex-grow: 1;
    text-align: right;
}

.col_3 img {
    max-width: 338px;
    width: 100%;
    margin-right: 10px;
}

@media screen and (max-width: 960px) {
    .eco-contents-wrap {
        padding: 0 10px 120px;
    }
    .pc {
        display: none;
    }
    .sp {
		display: block;
		margin: 0 auto;
		padding-bottom: 10px;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
    .col_3 {
    margin: 30px auto 10px;
	}
	.col_3 > div {
        width: 100%;
    }
}

.eco-wrap {}

.eco-section-wrap,
.eco-section-wrap02,
.eco-section-wrap03 {
    background: url(/csr/concours/2020/images/bg-lr.png) repeat-y;
    background-size: cover;
}

@media screen and (max-width: 960px) {
    .eco-section-wrap {
        background-size: contain;
    }
}

.inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 50px 20px;
    box-sizing: border-box;
}

.inner h2 {
    margin: 50px auto 30px;
}

.ss-txt {
    font-size: 14px;
    margin-left: 20px;
    display: block;
}

.eco-section-wrap .eco-contents .txt {
    font-size: 2.0rem;
    font-weight: bold;
}

.eco-section-wrap02 .eco-contents .txt {
    font-size: 3.0rem;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .ss-txt {
        font-size: 14px;
        margin: 10px 0;
    }
    .inner h2 {
        margin: 20px auto 10px;
    }
    .eco-section-wrap .eco-contents .txt {
        font-size: 1.4rem;
    }
    .eco-section-wrap02 .eco-contents .txt {
        font-size: 1.4rem;
    }
}

.flex_prize-box {
    height: auto;
  	display: flex;
    align-items: stretch;
}

.flex_prize-item {}

ul.prize {
    margin: 20px 0;
    list-style: none;
    font-size: 1.55rem;
}

@media screen and (max-width: 480px) {
    ul.prize {
        font-size: 1.4rem;
    }
}


/*　賞・商品　*/

.precautions {
    background-color: #ffff99;
    padding: 20px 40px;
}

.precautions-ttl {
    font-size: 1.55rem;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}

.precautions ul {
    margin-left: 10px;
    font-size: 1.3rem;
}

.precautions ul li {
    padding: 2px 0;
}

@media screen and (max-width: 480px) {
    .precautions {
        padding: 20px;
    }
}


/*　応募方法　*/
.method-flexbox {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
}

.method {
    background-color: #CCCCCC;
    padding: 20px 40px;
    margin-top: 30px;
}

.method-ttl {
    font-size: 1.55rem;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}

.method label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
}

.method label:after {
      content:"";
  display:inline-flex;
  width:8px;
  height:8px;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:relative;
  right: -2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.method input {
    display: none;
}

.method .methshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.method:checked + label + .methshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

.method:checked + label:after {
   content:"";
  display:inline-flex;
  width:8px;
  height:8px;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:relative;
  right: -2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.method ul {
    font-size: 1.3rem;
    list-style: none;
}

.method ul li {
    padding: 2px 0;
}

.w48 {
    width: 48%;
}

.method-flexbox-item a:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}

@media screen and (max-width: 480px) {
    .method-flexbox {
        flex-wrap: wrap;
        justify-content: center;
    }
    .method-flexbox-item img {
        text-align: center;
    }
    .method {
        padding: 20px 10px;
        margin-top: 20px;
    }
}


/*　応募規定　*/

.regulations {
    background-color: #ffcccc;
    padding: 20px 40px;
    margin-top: 30px;
}

.regulations ul {
    font-size: 1.6rem;
    padding-left: 1em;
}

.regulations ul li {
    padding: 2px 0;
    text-indent: -1em;
    list-style: none;
}

@media screen and (max-width: 480px) {
    .regulations {
        padding: 20px 10px;
        margin-top: 20px;
    }
    .regulations ul {
        font-size: 1.4rem;
    }
}


/* 過去の作品 */

.flex_work-box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto 0;
}

.flex_work-item {
    width: 48%;
    margin-top: 20px;
}

.flex_work-item a:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}


/* 過去の作品（詳細ページ） */

.eco-consept-detail {
    width: 100%;
    background: url(/csr/concours/2020/images/work-bg.jpg) no-repeat;
    background-size: cover;
}

.eco-consept-detail-wrap {
    background: url(/csr/concours/2020/images/bg-detail-lr.png) repeat-y;
    background-size: contain;
}

.eco-consept-detail-inner {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px 120px;
}

.inner-consept-detail {
    max-width: 420px;
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
}

.inner-consept-detail h2 {
    margin: 0px auto 20px;
}

.detail-ttl {
    text-align: center;
    padding: 0 150px;
}

.detail-ttl-box {
    background: #ffffcc;
    max-width: 750px;
    width: 100%;
    text-align: center;
    font-size: 3.0rem;
    margin: 30px auto 0;
    line-height: 4.0rem;
    padding: 10px 0;
}

.detail-ttl-box p {
    font-weight: bold;
}

.flex-detail-img {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 30px;
}

.flex-detail-img-item1 {
    width: 100%;
    /*margin-top: 20px;*/
}

.flex-detail-img-item2 {
    width: 30%;
    /*margin-top: 20px;*/
}

.flex-detail-img-item3 {
    width: 25%;
    /*margin-top: 20px;*/
}

.flex-detail-img-item4 {
    width: 45%;
    /*margin-top: 20px;*/
}

.detail-txt {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-align: center;
    padding: 10px 0 20px;
}

.detail-txt-sub {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
    padding: 10px 0 20px;
}

.detail-right-txt {
    text-align: right;
    font-size: 1.6rem;
}

.annotation ul {
    margin-top: 60px;
}

.annotation ul li {
    list-style: none;
    font-size: 1.6rem;
}

.footer_sitemap_wrap {
    margin-top: 0px!important;
}


@media screen and (max-width: 960px) {

.px90,
.px60,
.px180{
    padding: 0 30px;
}


.detail-ttl {
    padding: 0 10px;
}	
.flex-detail-img-item2 {
    width: 50%;
    /* margin-top: 20px; */
}	
.flex-detail-img-item3 {
    width: 50%;
    /* margin-top: 20px; */
}

.flex-detail-img-item4 {
    width: 50%;
    /* margin-top: 20px; */
}

.detail-ttl-box {
    font-size: 2.0rem;
    line-height: 3.0rem;
}

.inner-consept-detail h2 {
    margin: 0px auto 20px;
    padding: 0 20px;
}
.detail-txt {
    font-size: 1.6rem;
    line-height: 2.5rem;
}
.flex-detail-img {
    padding-bottom: 0px; 
}

.inner-consept-detail {
    padding: 30px 20px 10px;
}
}

@media screen and (max-width: 480px) {
	
.inner-consept-detail {
    padding: 30px 20px 0;
}

.flex-detail-img-item2 {
    width: 100%;
    /* margin-top: 20px; */
}

.detail-txt-sub {
    font-size: 1.4rem;
}
.flex-detail-img-item3 {
    width: 100%;
    /* margin-top: 20px; */
}

.flex-detail-img-item4 {
    width: 100%;
    /* margin-top: 20px; */
}

.detail-right-txt,
.annotation ul li{
    font-size: 1.4rem;
}


	
}
/*# sourceMappingURL=lp0915.css.map */