@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@custom-media --desktop(min-width: 1280px);

:root {
  --header-height: 90px;
  --container-size: 52px;
  /*--white: #fff;
  --black: #2A2D32;
  --gray-100: #FAFAFA;
  --gray-200: #F0F4F4;
  --gray-300: #F5F5F5;
  --blue-100: #A7DAF2;
  --blue-200: #4AACD5;
  --orange: #FFD193;
  --green: #D0F482;
  --info-blue: #4AACD54D;
  --info-orange: #FFD1934D;
  --info-green: #D0F4824D;
  --border-color: #D9D9D9;
  --ff-ja: "Noto Sans JP", sans-serif;
  --ff-en: "Poppins", "Noto Sans JP", sans-serif;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --side-width: 270px;
  --rounded-sm: 4px;
  --z-headerMenu: 9;
  --z-sideMenu: 9;
  --z-header: 10;
  --z-loading: 99;
  --everyone-red: #D64133;
  --everyone-orange: #B36110;
  --everyone-green: #00856A;
  --everyone-blue: #007DB8;
  --everyone-purple: #745499;*/
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 62.5%;
	font-family: "Noto Sans", sans-serif;
  scroll-behavior: smooth; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p, ul, ol{
  margin: 0;
  padding: 0; }
h1 {
	margin-bottom: 20px;
}
h2 {
	font-size: 2.8rem;
	margin-bottom: 20px;
	font-weight: normal;
}
h3 {
	font-size: 1.6rem;
	margin-bottom: 16px;
}
p{
	font-size: 1.3rem;
	margin-bottom: 16px;
	line-height: 1.6;
}
main {
	margin-bottom: 80px;
	font-family: "Inter", sans-serif;
}
.container a:hover{
	opacity: 0.6;
}
.container {
  max-width: 1130px; /*1400px*/
	margin-inline: auto;
	margin-top: var(--header-height);
}
section{
	margin-bottom: 40px;
}
main section:not(.mv-wrap){
	width: 90%;
	margin-inline: auto;
}
.mv-wrap{
	text-align: center;
	margin-inline: calc(var(--container-size) * -1);
}
.mv-title{
	text-align: center;
	margin-bottom: 40px;
}
.mv-wrap-p{
	width: 88%;
	margin: 20px auto 0;
	text-align: left;
	font-weight: bold;
}
.everyone-in-menu{
	font-size: 1.8rem;
	font-weight: bold;
	margin-block: 20px;
}
.everyone-in-menu li{
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	position: relative;
	list-style: none;
}
.everyone-in-menu li:last-child {
	margin-bottom: auto;
}
.everyone-in-menu li a {
 	display: block;
	padding-right: 20px;
	color: inherit;
}
.everyone-in-menu a::before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #D64133;
}
.everyone-in-menu a::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  box-sizing: border-box;
}
.everyone-in-menu .btn-orange::before {
  background-color: #B36110;
}
.everyone-in-menu .btn-green::before {
  background-color: #00856A;
}
.everyone-in-menu .btn-blue::before {
  background-color: #007DB8;
}
.everyone-in-menu .btn-purple::before {
  background-color: #745499;
}
.actions-block-wrap{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 8%;
}
.action-block{
	width: 46%;
    display: flex;
	aspect-ratio: 1 / 1;
}
.action-block-wrap h2{
	padding: 30px;
	color: #fff;
	margin-bottom: 0;
	border-radius: 20px 20px 0 0;
	font-weight: 500;
	text-transform: none;
}
#adapt-01 h2{
	background-color: #80271f;
}
#adapt-02 h2{
	background-color: #6b3a0a;
}
#adapt-03 h2{
	background-color: #005040;
}
#adapt-04 h2{
	background-color: #004b6e;
}
#adapt-05 h2{
	background-color: #46325c;
}
.adapt-block{
	padding: 30px;
	color: #fff;
	border-radius: 0 0 20px 20px;
}
.c-red {
	background-color: #D64133;	
}
.c-orange{
	background-color: #B36110;
}
.c-green{
	background-color: #00856A;	
}
.c-blue{
	background-color: #007DB8;	
}
.c-purple{
	background-color: #745499;	
}
.adapt-block{
	display: grid;
  grid-template-columns: 1fr 80px;
}
.adapt-block h3{
	margin-top: 0;
	font-weight: 700;
	font-size: 2.4rem;
	text-transform: none;
	margin-bottom: 20px;
}
.adapt-block p {
	font-size: 1.6rem;
}
.adapt-block-en{
	font-size: 1.6rem;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	display: none;/*flex*/
	flex-direction: column;
	align-items: flex-start;
	font-weight: bold;
}
.adapt-block-en img{
	width: 180px;
	margin-bottom: 8px;
	}
/*
.en-num{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
	margin-right: 10px;
}
*/
.adapt-block-note{
	/*
	grid-row: 2 / 3;
	grid-column: 1 / 3;
	*/
	grid-row: 2 / 3;
	grid-column: 1 / 3;
	margin-top: -100px;
}
.adapt-block-nom{
	grid-row: 1 / 2;
	grid-column: 2 / 2;
	font-size: 10rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
	text-align: right;
	margin-top: -30px;
}
.actions-block-wrap{
	grid-row: 3 / 3;
	grid-column: 1 / 3;
}
.action-block a {
	width: 100%;
}
.action-block img{
	border: 5px solid #fff;
	border-radius: 10px;
	width: 100%;
}
.action-illust{
	width: 70vw;
	max-width: 300px;
	height: auto;
	position: inherit;
	margin-block: 20px;
	margin-inline: auto;
}
.more-link{
	background-color: #fff;
	color: #000;
	border-radius: 30px;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
.ap_button {
	margin-top: 18px;
	font-size: 1.4rem;
	text-transform: inherit;
	background-image: none;
}

.h2-together{
	text-align: center;
	font-size: 3.0rem;
	font-weight: 700;
	margin-block: 50px;
	line-height: 1.6;
	text-transform: none;
}
.campaign-info{
	background-color: #EFEFEF;
	padding: 20px;
	text-align: center;
	border-radius: 20px;
}
.campaign-info h2{
	font-weight: normal;
}
.campaign-info p{
	text-align: left;
}
.campaign-logo{
	background-color: #fff;
	padding: 20px;
	border: 3px solid #000;
}
.campaign-15action{
	background-color: #fff;
	padding: 10px;
	border: 3px solid #000;
	border-top: none;
}
.more-link-black{
	margin-top: 20px;
}
.more-link-black a{
	background-color: #000;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 5px;
	padding: 10px;
}
.everyone-link li h3{
	margin-top: 0;
	font-size: 1.6rem;
}
.everyone-link li p{
	margin: 10px 0 20px;
  line-height: 1.2em;
}
.everyone-sns-wrap ul{
	display: flex;
	justify-content: center;
}
.everyone-sns-wrap li{
	margin-right: 10px;
}
.everyone-sns-wrap li img{
	width: 30px;
}
.everyone-sns{
	margin-bottom: 30px;
}
.pc-br{
	display: none;
}
.animate__animated {
 visibility: hidden;
 opacity: 0;
 transition: 1s;
}
.animate__fadeInRight {
 visibility: visible;
 opacity: 1;
}

.fontsmall {
  font-size: 50%;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

.animate__delay-1 {
 animation-delay: calc(var(--animate-delay) * 0.6);
}
.animate__delay-2 {
 animation-delay: calc(var(--animate-delay) * 0.8);
}
.animate__delay-3 {
 animation-delay: calc(var(--animate-delay) * 1);
}

.mv-wrap{
	position: relative;
	width: 100%;
	margin-inline: auto;
}
.mv-01{
	width: 18vw;
	position: absolute;
	right: 0.8vw;
	top: 35%;
}
.mv-02{
	width: 18vw;
	position: absolute;
	left: 0.2vw;
	top: 32%;
}
/* animationプロパティの用意 */
.cloud-animation {
  animation: cloud-animation 1.8s ease-in-out infinite alternate-reverse;
}
.cloud-animation2 {
  animation: cloud-animation2 1.6s ease-in-out infinite alternate-reverse;
}
/* @keyframesの用意 */
@keyframes cloud-animation {
  0% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(12px);
  }
}
@keyframes cloud-animation2 {
  0% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(9px);
  }
}

/*15アクション個別ページ*/
.action-detail h1{
	font-size: 1.6rem;
	margin-top: 20px; 
}
.action-detail h2{
	font-size: 2rem;	
}
.actions-mv h2 img{
	border-radius: 20px;
}
.select-actions h2{
	padding-bottom: 10px;
}
.action-num{
	font-weight: bold;
}
.action-graph-wrap{
	background-color: #EDF6F1;
	padding: 20px;
	border-radius: 20px;
}
.action-graph-wrap h3{
	margin-top: 0;
	color: #00856A;
}
.scroll-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
	padding-bottom: 16px;
}
.scroll-box img {
  max-width: 100%;
  min-width: 1000px;
}
.action-graph-text{
	margin-top: 20px;
}
.action-graph-text p{
	margin: 0;
}
.action-graph-text p:first-child{
	color: #00856A;
	font-weight: bold;
}
.select-menu li{
	padding-bottom: 10px;
	margin-bottom: 16px;
	position: relative;
	padding-left: 30px;
}
.select-menu li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  background-color: #00856A;
}
.select-menu li::after {
    content: "";
    display: block;
    position: absolute;
    width: 0.8rem;
    height: 0.5rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 8px;
    left: 3px;
    transform: rotate(-45deg);
}
.action-green h1, .action-green .action-num{
	color: #00856A;
}
.select-menu li{
	border-bottom: dotted 2px #00856A;
	color: #00856A;
	font-weight: bold;
}
#action-block-link{
	margin-inline: calc(var(--container-size) * -1);
	background-color: #00856A;
}
#campaign-info{
	margin-inline: calc(var(--container-size) * -1);
	background-color: #F9F9F9;
}
.campaign-logo a{
	text-decoration: underline;
}
.action-block-link-wrap{
	padding: 30px;
	color: #fff;
	max-width: 980px;
	margin-inline: auto;
}
.campaign-info-2col{
	padding: 60px 30px;
	max-width: 980px;
	margin-inline: auto;
}
.campaign-info-right{
	text-align: center;
}
.campaign-info-right h3{
	margin-top: 30px;
}		
.campaign-info-right .more-link-black a{
	padding: 5px 50px;
	font-size: 1.6rem;
}
.select-actions hgroup{
	color: #fff;
	padding: 10px 20px 0;
	border-radius: 10px 10px 0 0;
}
.actions-mv .action-num{
	margin-top: 60px;
}
.actions-mv h2{
	font-weight: bold;
}
.select-actions h2,.select-actions p{
	margin-bottom: 0;
	font-weight: bold;
}
.select-actions-list{
	background-color: #EDF6F1;
	padding: 20px;
	border-radius: 0 0 20px 20px;
}
.select-actions-list p{
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 20px;
}
.back-link a{
	border: 5px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
	width: 100%;
	font-weight: bold;
}
.select-menu-s li{
	list-style: disc;
	border-bottom: none!important;
	margin-bottom: 0;
	padding: 0;
}
.select-menu-s li:first-child{
	margin-top: 20px;
}
.select-menu-s li::before,.select-menu-s li::after{
	display: none;
}

/*色分け*/
.action-red h1, .action-red .action-num,.action-red .action-graph-wrap h3,.action-red .action-graph-text p:first-child{
	color: #D64133;
}
.action-red .select-menu li{
	border-bottom: dotted 2px #D64133;
	color: #D64133;
}
.action-red .select-menu li::before {
  background-color: #D64133;
}
.action-red #action-block-link{
  background-color: #D64133;
}
.action-red .select-actions-list,.action-red .action-graph-wrap{
  background-color: #fcf0ef;	
}
.action-orange h1, .action-orange .action-num,.action-orange .action-graph-wrap h3,.action-orange .action-graph-text p:first-child{
	color: #B36110;
}
.action-orange .select-menu li{
	border-bottom: dotted 2px #B36110;
	color: #B36110;
}
.action-orange .select-menu li::before {
  background-color: #B36110;
}
.action-orange #action-block-link{
  background-color: #B36110;
}
.action-orange .select-actions-list,.action-orange .action-graph-wrap{
  background-color: #f7efe7;	
}
.action-blue h1, .action-blue .action-num,.action-blue .action-graph-wrap h3,.action-blue .action-graph-text p:first-child{
	color: #007DB8;
}
.action-blue .select-menu li{
	border-bottom: dotted 2px #007DB8;
	color: #007DB8;
}
.action-blue .select-menu li::before {
  background-color: #007DB8;
}
.action-blue #action-block-link{
  background-color: #007DB8;
}
.action-blue .select-actions-list,.action-blue .action-graph-wrap{
  background-color: #e5f2f8;
}
.action-purple h1, .action-purple .action-num,.action-purple .action-graph-wrap h3{
	color: #745499;
}
.action-purple .select-menu li{
	border-bottom: dotted 2px #745499;
	color: #745499;
}
.action-purple .select-menu li::before {
  background-color: #745499;
}
.action-purple #action-block-link{
  background-color: #745499;
}
.action-purple .select-actions-list,.action-purple .action-graph-wrap{
  background-color: #f1eef5;
}
.action-15-wrap .action-graph-text p{
	color: #000;
	font-weight: normal;
}

/* インタビュー個別ページ部分 */
/* 親コンテナ：2カラムのグリッド */
.interview-flex-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列 */
  gap: 20px; /* カード同士の隙間 */
  padding: 20px;
}

/* 各カードの設定 */
.interview-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px; /* 角丸 */
  overflow: hidden; /* 子要素が角からはみ出ないようにする */
  transition: background 0.3s;
}

.interview-card:hover {
  background: #f9f9f9;
}

/* リンクを横並びのFlexboxにする */
.interview-card a {
  display: flex; /* サムネとテキストを横並び */
  align-items: stretch; /* 画像の高さをテキストブロックに合わせる重要設定 */
  text-decoration: none;
  color: #333;
  /* paddingを削除し、画像を端に寄せる */
}

/* サムネイル容器 */
.thumbnail {
  flex: 0 0 30%; /* 画像の幅をカード全体の30%に固定（お好みで調整可） */
  /* heightの固定を削除 */
}

/* 画像自体の設定 */
.thumbnail img {
  width: 100%;
  height: 100%; /* 親(.thumbnail)の高さ（=テキストの高さ）に合わせる */
  object-fit: cover; /* 縦横比を保ったまま、領域を埋めるようにトリミング */
  display: block; /* 画像の下にできる不要な隙間を消す */
}

/* テキストコンテンツ */
.content {
  flex: 1; /* 残りの幅（70%）をすべて使う */
  padding: 15px; /* テキストの周りだけに余白を設ける */
}

.title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

.fontbold {
  font-weight: bold;
  display: block; /* カテゴリ名を改行させる */
  color: #0066cc;
  margin-bottom: 5px;
}

/* レスポンシブ対応：スマホでは1カラムにする */
@media (max-width: 768px) {
  .interview-flex-container {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  .sp-br {
  display: block;
}
}

@media screen and (min-width:960px){
.action-detail{
	max-width: 980px;
	margin-inline: auto;		
}
h2 {
    font-size: 4.3rem;
}
h3 {
    font-size: 2.6rem;
}
h4 {
    font-size: 2.4rem;
}
h5 {
    font-size: 2rem;
}
h6 {
    font-size: 1.6rem;
}
p {
    font-size: 1.8rem;
}
ul {
    margin-left: 1em;
}
.container {
	margin-top: calc(var(--header-height) + 60px);
}
main {
	margin-bottom: 160px;
}
main section:not(.mv-wrap){
	width: 92%;
	margin-inline: auto;
}
.mv-wrap {
	margin-bottom: 60px;
}
.mv-wrap h1 img{
	margin-top: 60px;
}
.mv-title {
	margin-bottom: 100px;
}
.mv-wrap-p{
	margin-block: 60px 0;
	max-width: 900px;
}
.mv-wrap-p p{
	font-size: 2.0rem;
	letter-spacing: 10%;
	line-height: 1.7;
}
.mv-01{
	width: 12vw;
	right: 0;
	top: 35%;
}
.mv-02{
	width: 12vw;
	left: 1%;
	top: 32%;
}

.everyone-in-menu{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	font-size: 2.0rem;
	margin-block: 40px;
}	
.everyone-in-menu li{
	width: 32%;
	padding-bottom: 20px;
    margin-bottom: 30px;
}
.action-block-wrap h2{
	padding: 40px 70px;/*50px 80px;*/
	font-size: 5.6rem;
}
.en-num{
	margin-right: 20px;
}
.adapt-block{
	display: grid;
  grid-template-columns: 1fr 180px;/*150px 1fr*/
	padding: 60px 70px 90px;/*80px 100px 100px;*/
}
.adapt-block h3 {
	margin-top: 0;
	font-size: 3.2rem;
}
.adapt-block p {
font-size: 2.0rem;
}

.adapt-block-note{
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	padding-right: 40px;
	margin-top: 0;
}
.adapt-block-nom{
	font-size: 180px;
	grid-row: 1 / 2;
	grid-column: 2 / 3;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
	margin-top: -68px;
}
.actions-block-wrap {
	grid-row: 2 / 3;
	grid-column: 1 / 2;
	position: relative;
	gap: 40px 3.5%;
}
.action-block{
	width: 31%;
}
.action-illust{
	width: 280px;
	height: auto;
	position: absolute;
	right: -160px;
	bottom: -40px;
}
.action-block img{
	border: 12px solid #fff;
	border-radius: 20px;
}

.more-link{
	font-size: 1.8rem;
	margin-top: 20px;
	padding: 8px;
}
.ap_button {
	width: 540px;
	height: 100px;
	border-radius: 50px;
	font-size: 2.0rem;
	line-height: 1.6;
}
.ap_button span:before {
	font-size: 1.6em;
}

.h2-together{
	margin-block: 80px;
	font-size: 4.6rem;
}
.campaign-info{
	padding: 100px;
}
.campaign-info h2{
	margin-top: 0;
}
.campaign-logo{
	padding: 60px;
	border: 8px solid #000;
}
.campaign-logo img{
	margin-bottom: 40px;
}
.campaign-15action{
	padding: 57px;
	border: 8px solid #000;
	border-top: none;
}
.more-link-black{
	margin-top: 40px;
	font-size: 2.4rem;
}
.more-link-black a{
	border-radius: 60px;
	padding: 20px 50px;
}

.everyone-link{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-top: 40px;
}
.everyone-link li h3{
	font-size: 2rem;
}
.everyone-link li{
	width: 32%;
}
.everyone-sns-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 8%;
}
.everyone-sns-wrap > div{
	width: 46%;
}
.everyone-sns-wrap ul{
	justify-content: flex-start;
}
.everyone-sns-wrap li{
	margin-right: 30px;
}
.everyone-sns-wrap li img{
	width: 60px;
}
.pc-br{
	display: block;
}
.sp-br {
  display: none;
}
	
/*15アクション個別ページ*/
.action-detail h1{
	font-size: 3.6rem;
	margin-bottom: 40px;
}
.action-detail h2{
	font-size: 3.2rem;	
	margin-top: 0;
}
.actions-mv hgroup{
	margin-top: 30px;	
}
.action-graph-wrap{
	padding:  20px 40px;
}
.action-graph-wrap h3{
	font-size: 2.8rem;
}
.action-15-wrap{
	display: flex;
}
.action-15-wrap-img{
	width: 44%;
}
.action-15-wrap .action-graph-text{
	width: 56%;
}
.scroll-box {
  overflow-x: inherit;
}
.scroll-box img {
  min-width: 100%;
}
.action-graph-text{
	display: flex;
	justify-content: space-between;
}
.select-actions hgroup{
	display: inline-block;
}
.select-actions-list{
	border-top: 5px solid #00856A;
}
.select-actions-list p{
	font-size: 2.2rem;
	padding: 20px;
}
.select-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.select-menu li{
	width: 49%;
	font-size: 2.4rem;
}
.select-menu li::before {
  top: 9px;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
}
.select-menu li::after {
  width: 16px;
  height: 10px;
    top: 12px;
    left: 4px;
}
.select-actions-list-04{
	display: flex;
	justify-content: space-between;
}
.select-actions-list-04 li{
	width: 100%;
}
.select-actions-list-04 .select-menu{
	flex-direction: column;
	justify-content: flex-start;
}
.action-block-link-wrap{
	display: flex;
	justify-content: space-between;
	padding: 60px 0
}
.action-block-link-wrap h2{
	margin-block: 0;
	font-size: 3.2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}
#action-block-link .adapt-block{
	padding: 60px;
}
#action-block-link .actions-block-wrap{
	width: 70%;
	gap: 4%;
}
#action-block-link .actions-block-wrap .action-block img{
	border: 8px solid #fff;
}
.back-link a{
	border: 8px solid #fff;
	border-radius: 20px;
}
#action-block-link .action-block{
	width: 22%;
}
#action-block-link .actions-block-wrap div:last-child{
    margin-left: inherit;
}
.campaign-info-2col{
	display: flex;
	padding: 40px 80px;
	justify-content: space-between;
	align-items: center;
}
.campaign-info-left{
	width: 40%;		
}
.campaign-info-right{
	width: 50%;
	text-align: center;
}	
.campaign-info-right h3{
	margin-top: 0;
}		
.campaign-info-right .more-link-black a{
	padding: 10px 50px;
	font-size: 2rem;
}
	
/*色分け*/	
.action-red .select-actions-list{
	border-top: 5px solid #D64133;
}
.action-orange .select-actions-list{
	border-top: 5px solid #B36110;
}
.action-blue .select-actions-list{
	border-top: 5px solid #007DB8;
}
.action-purple .select-actions-list{
	border-top: 5px solid #745499;
}
}