@charset "UTF-8";
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .backtotop {
   	bottom: 30px;  /* IE10 */
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul.pointlist li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .main .items .main-ttl {
    height: auto;
    width: 100%;
    margin: 0;
}

/* navi
----------------------------------------------*/
#gnavi {
  border-top: solid 1px #fff;
	background-color: #a4d6f5;
	text-align: center;
}
#gnavi ul {
	width: 940px;
	margin: 0 auto;
  font-size: 0;
}
#gnavi li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
  font-size: 15px;
}
#gnavi li.disp_none {
	display: none;
}
#gnavi li a {
	display:block;
	padding: 0 20px;
	line-height: 40px;
	color: #270c0a;
  font-weight: bold;
}
#gnavi .current{
	background-color: #F7F48B;
    color: #270c0a;
}
#gnavi ul li a:hover{
	background-color: #F7F48B;
    color: #270c0a;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

/* contents
----------------------------------------------*/
.contents {
	width: 820px;
	margin: 20px auto 0 auto;
	padding: 30px 60px;
	border-radius: 10px;
	background-color :#fff;
}

/*ページ内スクロール調整
------------------------*/
#section0,#section1,#section2,#section3,#section4,#section5 {
  margin-top: -40px; padding-top: 40px;
}

#missionCapture_1,#missionCapture_2,#missionCapture_3,#missionCapture_4,#missionCapture_5 {
  margin-top: -40px; padding-top:40px;
}


/*1カラム
------------*/
.box_1col {
	margin: 0 auto 12px auto;
}
.box_1col_img {
	margin: 0 auto 17px auto;
	display: block;
  text-align: center;
}

/*2カラム
------------*/
.box_2col {
	vertical-align: top;
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 12px;
	width: 400px;
}
.box_2col_img {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 17px;
}
.box_2col_txt {
	text-align: left;
	margin-right: 0px;
	margin-bottom: 17px;
}

/*3カラム
------------*/
ul.box_3col{
  display: -webkit-flex;
  display: flex;
}

.box_3col li {
  width: 30%;
  padding: 16px 24px 0;
  border-radius: 8px;
  border: 2px solid #eee;
  display: grid;
  margin-right: 24px;
}

.box_3col li:last-child {
  margin: 0;
}

.box_3col li img{
  width: 100%;
}

.box_3col li p.ttl{
  color: #333;
  font-weight: bold;
}




/*記事内リンクパーツ
------------*/
.link-parts-box{
  position: relative;
  width:-moz-fit-content; /* Firefox */
  width:fit-content; /* other browsers */
  margin: 16px 0;
  padding: 16px 24px;
  border-radius: 8px;
  border: 2px solid #eee;    
}

.link-parts-box:hover img{
  opacity: 0.7;
}

.link-parts-box:hover{
  border: 2px solid #f5f5f5;
}

.link-parts-box:hover .link{
  text-decoration: underline!important;
}

.link-parts-box a{
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.link-parts-box .img{
  display: inline-block;
  width: 30%;
  box-sizing: border-box;
vertical-align: top;
margin: 0 0 0 16px;
}

.link-parts-box .img img{
width: 100%;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}

.link-parts-box .text{
display: inline-block;
width: 67%;
box-sizing: border-box;
vertical-align: top;
margin: 0;
}
.link-parts-box .text p:last-child{
  margin-bottom: 0;
}
.link-parts-box .text p a{
color: #333;
display: block;
}

.link-parts-box .text p{
  margin-bottom: 10px;
}

.link-parts-box .text p:last-child{
  margin: 0;
}

.link-parts-box .text a:hover{
text-decoration: none;
}

.link-parts-box .text .link{
  color: #245dc1;
}

@media screen and (max-width:767px) {
  .link-parts-box {
      padding: 16px;
  }
  .link-parts-box .text{
      width: 100%;
  }
  .link-parts-box .img {
      width: 100%;
      margin: 16px 0 0;
  }
}

/*記事内リンクパーツ
------------*/
.link-parts-box2{
  position: relative;
  width:-moz-fit-content; /* Firefox */
  width:fit-content; /* other browsers */
  margin: 0 0 10px;
  padding: 6px 24px 16px;
}

.link-parts-box2:hover img{
  opacity: 0.7;
}


.link-parts-box2:hover .link{
  text-decoration: underline!important;
}

.link-parts-box2 a{
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.link-parts-box2 .img{
  display: inline-block;
    width: 47%;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 14px;
    margin: 0 0 0 16px;
    color: #245dc1;
}

.link-parts-box2 .img img{
width: 100%;
}

.link-parts-box2 .text{
display: inline-block;
width: 50%;
box-sizing: border-box;
vertical-align: top;
margin: 0;
}
.link-parts-box2 .text p:last-child{
  margin-bottom: 0;
}
.link-parts-box2 .text p a{
color: #333;
display: block;
}

.link-parts-box2 .text p{
  margin-bottom: 10px;
}

.link-parts-box2 .text p:last-child{
  margin: 0;
}

.link-parts-box2 .text a:hover{
text-decoration: none;
}

.link-parts-box2 .text .link{
  color: #0085cc!important;
}

@media screen and (max-width:767px) {
  .link-parts-box2 {
      padding: 16px;
  }
  .link-parts-box2 .text{
      width: 100%;
  }
  .link-parts-box2 .img {
      width: 100%;
      margin: 16px 0 0;
  }
}

/* バッジ */
.badge{
background-color: #F7F48B;
padding: 0.5em 0.75em;
display: inline-block;
}
.red {
  color: #d11013;
  font-weight: 600;
}
.bold {
  font-weight: 600;
}

/* advertiser
----------------------------------------------*/
.advertiser{
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  background-color: #393939;
  margin: 0 0 20px 0;
  color: #fff;
}
.advertiser_ttl {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.advertiser_ttl span {
  font-size: 10px;
}
.btn_createad {
  box-shadow: 0 8px 0 0 #2a6a14;
  background-color: #429a23;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px 5px;
  border-radius: 3px;
  width: 260px;
  margin: 0 auto;
}

/* flow
----------------------------------------------*/
.flow_block {
  font-weight: 500;
  font-size: 18px;
}
.flow_step2, .flow_step3, .cam, .flow_step5 {
  line-height: 30px;
}
.flow_step2, .flow_step4 {
  line-height: 30px;
  margin: 0 auto;
  padding: 30px;
  border: 3px solid #eee;
  border-radius: 8px;
  display: block;
  background-repeat: no-repeat;
  background-position: 145px center;
  padding-left: 260px;
  background-size: 92px;
}
.flow_step2 span, .flow_step4 span, .flow_step5 span {
  font-weight: 600;
  font-size: 30px;
  color: #d11013;
  margin-bottom: 10px;
  line-height: 35px;
}
.flow_step1, .flow_step3, .flow_step5 {
  line-height: 30px;
  text-align: center;
  padding: 16px;
  border: 3px solid #eee;
  border-radius: 8px;
}
.flow_step1 p, .flow_step3 p, .flow_step5 p {
  font-size: 15px;
  font-weight: normal;
}
.flow_step6 {
  line-height: 30px;
  font-size: 15px;;
  padding: 16px;
  border: 3px solid #eee;
  border-radius: 8px;
}
.flow_step6 p {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
.ttl_1 {
  display: block;
  background-image: url(img/flow_step1_img.png);
  background-repeat: no-repeat;
  background-position: 120px center;
  padding-left: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ttl_3 {
  display: block;
  background-image: url(img/flow_step3_img.png);
  background-repeat: no-repeat;
  background-position: 120px center;
  padding-left: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flow_arrow_a, .flow_arrow_b {
  text-align: center;
  margin: 7px 0 5px 0;
  padding: 0;
}
.flow_step{
  margin: 0 auto;
  padding: 30px;
  padding-left: 30px;
  background-color: #f3f3f3;
  display: block;
  border-bottom: dotted 2px #fff;
}
.flow_step p{
  font-size: 15px;
  font-weight:normal;
}
.flow_step ul li{
  font-size: 15px;
  list-style: disc;
  margin-left: 3%;
  padding-left: 7px;
  font-weight:normal;
}
.flow_2col_txt {
  margin-right: 0px;
  margin-bottom: 17px;
}
.flow_ttl {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
.flow_txt {
  font-weight: 600;
  font-size: 22px;
}
.flow_2col {
  vertical-align: top;
    display: inline-block;
    margin: 0 22px 20px 22px;
    width: auto;
    font-size: 15px;
}
.sttl_1 {
  background-image: url(img/people1.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 95px;
  padding-bottom: 10px;
  height: 50px;
  font-size: 15px;
  background-size: 92px;
}
.sttl_2 {
  background-image: url(img/people2.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding: 20px 0 0px 95px;
  height: 40px;
  font-size: 15px;
  background-size: 92px;
}
.login_btn {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.login_btn a {
  padding: 15px 100px;
  border-radius: 5px;
  background-color: #00a2a4;
  color: #ffffff;
}
.flow_step1 p, .flow_step3 p {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
.flow_step4 {
  background-image: url(img/people3.png);
  background-repeat: no-repeat;
  background-position: 120px center;
  padding-left: 250px;
}
.weight {
  font-weight: bold;
}
.txt_left {
  margin-left: 170px;
}

/* inquiry
----------------------------------------------*/
.inq_cp {
  padding: 20px;
  background-color: #f7f7f7;
  text-align: center;
  width: 460px;
  margin: 0 auto;
}
.inq_cp span {
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.inq_cp span img {
  padding: 4px 10px 0 0;
}
.eventsEnd {
  display: block;
    width: 475px;
    margin: 10px auto 13px;
    padding: 10px 0 8px 0;
    border: solid 1px #e64551;
    text-align: center;
    font-size: 20px;
    color: #e64551;
    font-weight: bold;
}

/* table
----------------------------------------------*/
table.remuneration {
  width: 80%;
  font-size: 90%;
  margin: 15px auto 10px;
  text-align: center;
}
table.remuneration td.ttl {
  width: 50%;
  background: #f3f8f1;
  font-weight: bold;
}
table.remuneration, .remuneration td, .remuneration th {
  border: 1px solid #000;
  border-collapse: collapse;
}
.remuneration td, .remuneration th {
  padding: 5px;
  width: 30px;
  height: 25px;
  background-color: #fff;
}
.appTable {
  margin-bottom: 10px;
}
.appTable th, .appTable td {
  border: 1px solid #ccc;
  padding: 5px 15px 5px 15px;
  vertical-align: top;
  text-align: left;
}
.appTable th {
  font-weight: normal;
}
.ttlcolor {
  background: #ffc;
  width: 210px;
}

/* buton_1
----------------------------------------------*/
.btn_wrap_1 {
  padding: 20px 20px 5px;
  text-align: center;
}
.btn_main a {
  display: block;
  padding: 22px 0 20px 0;
  font-size: 22px;
  font-weight: 400;
  border-radius: 5px;
  background-color: #00a2a4;
  border-bottom: 8px solid #005e60;
  color: #ffffff;
  width: 480px;
  margin: 0 auto 10px;
}

.btn_main a span{
  display: block;
  font-size: 15px;
}

/* スケジュール */
#schedule img{
	width: 100%;
	margin-bottom: 1rem;
}


/* buton_2
----------------------------------------------*/
.btn_wrap_2 {
  background-color: #f5f5f5;
  display: block;
  margin: 0 auto 32px;
  padding: 20px 35px 20px;
}
.btn_main {
  display: block;
  border-radius: 5px;
  color: #ffffff;
  line-height: 1.4;
}
.btn_a a, .btn_b a, .btn_c a{
  text-align: center;
  width: 360px;
  line-height: 1em;
  float: none;
  margin: 8px auto;
  text-align: center;
  font-weight: 600;
  display: block;
  border-radius: 5px;
}

.btn_a {
  float: left;
}
.btn_b {
  float: right;
  margin-top: 25px;
}

.btn_b span{
  font-size: 15px;
}
.btn_a a, .btn_c a {
  padding: 27px 0 5px 0;
  font-size: 20px;
  height: 80px;
  background-color: #66CACC;
  color: #270c0a;
  font-weight: bold;
}
.btn_b a {
  padding: 11px 0 23px 0;
  font-size: 20px;
  height: 80px;
  background-color: #ffd43e;
  color: #270c0a;
  font-weight: bold;
}
.btn_d {
  position: relative; 
  top: -120px; /* 上から10px移動 */
  left: 0px; /* 左から20px移動 */
}
.btn_d a{
  padding: 20px 0 5px 0;
  font-size: 20px;
  height: 80px;
  background-color: #66CACC;
  color: #270c0a;
  font-weight: bold;
  text-align: center;
  width: 544px;
  line-height: 1em;
  float: none;
  margin: 8px auto;
  text-align: center;
  font-weight: 600;
  display: block;
  border-radius: 5px;
}
a.btn_underlink{
  background: none;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  color: #245dc1;
  padding: 8px 0 0 !important;

}
.btn_txt {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* site top
----------------------------------------------*/
.sitetop {
	padding: 20px 0;
	text-align: center;
}

/* 追従バナーエリア
----------------------------------------------*/
.floating-banner {
  position: fixed;
  z-index: 999;
  bottom: 16px;
  right: 16px;
  padding: 14px 20px 10px;
  background: white;
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 50%);
}
.banner-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-size: 26px;
}


/* footer
----------------------------------------------*/
.footer {
	margin: 40px 0 0 0;
	padding: 20px 0;
	background-color: #fff;
	font-size: 17px;
	text-align: center;
}

/* backtotop
----------------------------------------------*/
.backtotop {
	position: fixed;
	bottom: 40px;
	right: 100px;
	z-index: 10;
	display: none;
}
.backtotop {
	bottom: 40px;     /* ハックなし */
	bottom: 40px¥9;   /* IE8以下 */
 *	bottom: 40px;   /* IE7以下 */
}

.backtotop:not(:target) {
 	bottom: 100px¥9;  /* IE9 */
}
.backtotop a{
	display: inline-block;
	width: 56px;
	height: 56px;
	padding: 0;
	margin: 0;
	font-size: 98%;
	color: #270c0a;
	line-height: 62px;
	text-align: center;
	background-color:#F7F48B;
	border-radius: 50%;
}
.backtotop a:hover{
	opacity: 0.7;
}

/* section1
----------------------------------------------*/
.notes li {
	font-size: 12px;
	display: table;
}
.notes li span {
	display: table-cell;
}
.news {
  padding: 16px;
  border: 3px solid #eee;
  border-radius: 8px;
  margin-bottom: 16px;
}

/* section2
----------------------------------------------*/
.btn-img{
  width: 300px;
}

.vpc_img > img{
  width: 90%!important;
}

/* section3
----------------------------------------------*/
.related_links {
	padding: 20px;
	border: solid 1px #c4c4c4;
}

/* etc
----------------------------------------------*/
.pcshow {
  display: block;
  width: 100%;
}
.spshow {
  display: none;
  width: 100%;
}
.pcshow2 {
  display: block;
}
p.point_text {
  font-size: 12px;
  text-align: right;
  color: #777;
  padding-right: 70px;
}
.mr14 {
	margin-right: 14px;
}
.ml20 {
  margin-left: 20px;
}
.mb0 {
	margin-bottom: 0px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}
.txt_small{
  font-size: small;
}

.txt_c{
  text-align: center;
}

/* @media screen and (max-width: 767px
--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
body {
  font-size: 15px;
  line-height: 1.7;
}
h2,#section2 h2 {
  font-size: 20px;
  background-position: 0px;
}
section {
  padding: 0;
}

.btn-img{
  width: 100%;
}

/* contents
----------------------------------------------*/
.contents {
	width: 85%;
	margin-top: 20px;
	padding: 20px 20px;
	border: none;
	border-radius: 0;
}

/* head
----------------------------------------------*/

.mainwrap {
	height: auto;/* mainwrapはheight必須 */
}
.main {
  height: 100%;
  padding: 0;
  background: none;
  background-position-x: center;
}
.main h1 img {
  padding: 0;
  width: 100%;
}

/*ページ内スクロール調整解除
------------------------*/
#section0 {
  margin-top: 0px; padding:0;
}
#section1 {
  margin-top: 30px; padding:0;
}
#section2 {
  margin-top: 30px; padding:0;
}
#section3 {
  margin-top: 30px; padding:0;
}
#section4 {
  margin: 30px 0 30px; padding:0;
}

#missionCapture_1,#missionCapture_2,#missionCapture_3,#missionCapture_4,#missionCapture_5,#missionCapture_bonus {
  margin-top: 30px; padding-top:0;
}

#mission2{
  margin: 30px 0 30px; padding:0;
}


/*1カラム
------------*/
.box_1col_img img {
	width: 100%;
	max-width: 600px;
}

/*2カラム
------------*/
.box_2col {
	display: block;
	width: 100%;
}
.box_2col img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.box_2col_img img {
	width: 100%;
	max-width: 400px;
}
.box_2col_img .txt {
	width: 100%;
	max-width: 400px;
}

/*3カラム
------------*/
ul.box_3col {
  width: 100%;
  display: block;
}

.box_3col li {
  width: 86%;
  padding: 16px 16px 0 16px;
  border-radius: 8px;
  border: 2px solid #eee;
  display: table;
  margin: 0 0 24px 0;
}

/* table
----------------------------------------------*/
.ttlcolor span {
  display: inline;
}
.ttlcolor {
  width: 110px;
}
table.remuneration {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 90%;
}

/* buton_1
----------------------------------------------*/
.btn_main a {
  width: 100%;
  font-size: 20px;
}

/* buton_2
----------------------------------------------*/
.btn_wrap_2{
  background-color: #f5f5f5;
    display: block;
    margin: 0 auto 32px;
    padding: 24px;
}
.btn_a{
  float: none;
}
.btn_a a{
  float: none;
  width: 100%;
  margin-top: 0;
}
.btn_b{
  margin-top: 16px;
  width: 100%;
}

.btn_b a{
  float: none;
  width: 100%;
  margin: 0 0 8px;
}
.btn_d {
  top: 0; /* 上から10px移動 */
  left: 0; /* 左から20px移動 */
}
.btn_d a{
  width: 90%;
}

/* loginbuton
----------------------------------------------*/
.login_btn {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 15px;
}
.login_btn a {
  padding: 15px 75px;
  border-radius: 5px;
  background-color: #00a2a4;
  color: #ffffff;
}

/* sitetop
----------------------------------------------*/
.sitetop {
  margin: 20px 0 0 0;
  padding: 10px 0;
}

/* backtotop
----------------------------------------------*/
.backtotop {
	right: 30px;
}
.backtotop a{
	width: 40px;
	height: 40px;
	line-height: 46px;
}

/* footer
----------------------------------------------*/
.footer p{
	font-size: 15px;
	line-height: 1.3;
}
/* section2
----------------------------------------------*/

@media screen and (max-width: 767px) {
  .vpc_img img{width: 90%!important;}
}

/* section3
----------------------------------------------*/
.related_links {
	padding: 10px;
}
p.point_text {
  padding-right: 0px;
}

/* advertiser
----------------------------------------------*/
.btn_createad {
  margin: 0 auto 40px;
}
.advertiser_ttl {
  margin-bottom: 10px;
}

/* etc
----------------------------------------------*/
.pcshow {
  display: none!important;
}
.spshow {
  display: block;
}
.pcshow2 {
  display: none!important;
}

/* flow
----------------------------------------------*/
.flow_block {
  font-weight: 500;
  font-size: 16px;
  margin: 20px auto 40px;
  width: 100%;
}
.flow_step1, .flow_step2, .flow_step3, .flow_step5 {
  line-height: 30px;
  font-size: 15px;
  margin: 0;
  background-image: none;
  padding: 20px;
}

.ttl_3 {
  background-position: 0px center;
  padding-left: 100px;
}
.flow_step4 {
  background-position: 15px center;
  padding-left: 120px;
}
.flow_step4 {
  /* background-position: 25px 30px; */
  /* padding-left: 90px; */
}
.ttl_1 {
  background-position: 0px center;
  padding-left: 100px;
}

/* inquiry
----------------------------------------------*/
.inq_cp {
  padding: 20px;
  background-color: #f7f7f7;
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.eventsEnd {
  width: 100%;
}
}


/* Mission 一覧
----------------------------------------------*/

.missionIntroduction,.missionList,.missionCalendar{
  margin:40px 0 0;
}


.missionIntroduction{
  font-size: 16px;
}

.missinIntroduction_wrap{
  padding:0;
}

.missinIntroduction_wrap p span.marker{
  background:linear-gradient(transparent 60%, #ffdcda 60%);
}
.marker{
  background:linear-gradient(transparent 60%, #ffdcda 60%);
}
@media screen and (max-width: 767px) {
.missionList,.missionCalendar{
    margin:20px 0;
  }

  .missionIntroduction{
    background-size: cover;
    height: auto;
    margin: 0 0 20px;
  }

}

.missionList{
  display: flex;
  flex-wrap: wrap;
}

 .missionList_box:nth-child(1) {
  margin-right: 48px;
  margin-bottom: 40px;
}
.missionList_box:nth-child(2){
  margin-bottom: 40px;
}
.missionList_box:nth-child(3), .missionList_box:nth-child(4) {
  width: 100%;
  margin: 0 0 40px;
}

.missionList_box{
  border: 3px solid #eee;
  padding:  16px 16px 24px;
  border-radius: 8px;
  width: 348px;
  position: relative;
}

.missionList_box dl{
  margin-bottom: 30px;
}


.missionList_box .col_flex dl:nth-child(2){
  margin-left: 100px;
}


.missionList_icon{
  width: 108px;
  position: absolute;
  top: -35px;
  left: -40px;
}

.capturelink {
  position: absolute;
  bottom: 0;
  text-align: center;
  bottom: 0px;
  left:50%;
  display: block;
  transform:translateX(-50%);
  width: 100%;
}

.capturelink :after{
  content: "\f107";
  font-family: FontAwesome;
}

.missionList_box h3{
  line-height: 1.5;
  color: #270c0a;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.reward{
  line-height: 1.5;
  color: #270c0a;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 65px;
  margin-bottom: 20px;
}

.reward_other{
  line-height: 1.5;
  color: #270c0a;
  font-size: 18px;
  font-weight: 600;
  margin-left: 266px;
  margin-bottom: 20px;
}
.reward_other2{
  line-height: 1.5;
  color: #270c0a;
  font-size: 18px;
  font-weight: 600;
  margin-left: 266px;
  margin-bottom: 20px;
}

.mission_title_icon{
  vertical-align: middle;
}

.missionCalendar img{
  margin:0 auto;

}

@media screen and (max-width: 767px) {
  .missionList_box{
    width: 100%;
    margin: 10px 0;
    padding: 16px;
  }

   .missionList_box:nth-child(1), .missionList_box:nth-child(4){
     margin-right: 0;
   }

   .missionList_box:nth-child(3){
     width: 100%;
     margin: 10px 0 40px;
   }
   .missionList_icon{
     width: 80px;
     height: auto;
     top:-20px;
     left: -10px;
   }
   .missionList_box h3{
     font-size: 20px;
     line-height: 1.2;
   }

   .missionList_box .col_flex dl:nth-child(2){
     margin-left: 0;
   }
   .mission_title_icon{
     display: none;
   }
   .btn_c a{
    width: auto;
  }
  .flow_2col {
    width: 100%;
      margin: 0;
  }
  .missionList_box:nth-child(2) {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .txt_left {
    margin: 0;
  }
  .reward_other{
    margin-left: 0;
  }
  .reward_other2{
    line-height: 1.5;
    color: #270c0a;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 65px;
    margin-bottom: 20px;
  }

}


.details dt{
  float: left;
  font-weight: 600;
}
.details dt:after{
  content: ':';
  margin: 0 4px;
}

.details dd{
  margin: 0;
}

.details dd .fee{
  color: #FF0000;
  font-weight: 600;
}

.col_flex{
  display: flex;
  flex-wrap:wrap;
}

.missionCapture_box{
  border: 3px solid #eee;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 8px;
}

.missionCapture_title{
  background-color: #F7F48B;
  padding:10px 20px;
  border-radius: 5px 5px 0 0;
}

.missionCapture_title h3{
  font-size: 20px;
  color: #270c0a;
  margin:0;
  padding:0;
}

.missionCapture_item{
  border-top: 1px dashed #999;
  padding:20px 0 0 0;
  overflow: hidden;
}

.missionCapture_item .space_m{
  float: right;
  height: 80px;
}

.missionCapture_item .space_L{
  float: right;
  height: 150px;
}


.missionCapture_img img{
  width: 100px;
  float: right;
  clear: both;
  margin-left: 24px;
}

.missionCapture_item h4{
  color: #c22d2d;
  font-size: 20px;
  font-weight: 600;
  margin:0;
}

.missionCapture_wrap{
  padding: 8px 16px;
}

.missionCapture_box .col_flex dl:nth-child(2){
  margin-left: 40px;
  border-left: 1px dashed #999;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .missionCapture_box .col_flex dl:nth-child(2){
    margin-left: 0px;
    padding: 20px 0 0 0;
    border-left: none;
    border-top: 1px dashed #999;
  }

  .missionCapture_item .space_m{
    height: 120px;
}

  .missionCapture_item .space_L{
    height: 300px;
  }
  .missionCapture_title h3{
    text-align: center;
  }

  .missionCapture_title h3 span{
    display: block;
    font-size: 16px;
  }
}


#section3 h5{
  margin-top: 10px;
}

#section3 dl.details{
  font-size: 14px;
  margin:3px 0 10px;
}

#section3 dl.details dt{
  font-weight: 300;
}

#section3 .details dd{
  margin-left: 110px;
}

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


  #section3 dl.details dd{
    display: block;
    margin-left: 0;
  }
  .mission_ok{
    font-size: 18px;
  }
}

.Asterisk_list li{
  padding-left: 16px;
  list-style: none;
  text-indent: -16px;
}

.Asterisk_list li:before{
  content:'※';
}

.dot_list li{
  padding-left: 16px;
  list-style: none;
  text-indent: -16px;
}

.dot_list li:before{
  content:'・';
}

.mission_ok{
  font-size: 23px;
  font-weight: 600;
  text-align:  center;
  margin: 32px 0 18px;
}
}
	
/* CTA Buttons styles (pink matches white button size exactly) */
:root{
  --pink:#f04a7a;
  --pink-dark:#d83f6a;
  --shadow:0 12px 24px rgba(0,0,0,.08);
  --radius:9999px;
}

*{ box-sizing: border-box; }


.cta-wrap{
  max-width: 1200px;
  margin: 40px auto;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;            /* 50%狭くした間隔を維持 */
  align-items: start;
  padding: 0 16px;
}

/* 共通ボタン（白を基準に統一） */
.cta{
  display:flex; align-items:center; justify-content:center; gap:8px;
  max-width: 90%;        /* 白の幅に合わせる */
  margin: 0 auto;        /* 両ボタンとも中央寄せで同サイズ */
  width: 100%;
  border-radius: var(--radius);
  padding: 18px clamp(16px,3vw,40px);   /* 白基準の高さ */
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 800;
  text-decoration:none;
  line-height:1;
  transition: all .2s ease;
  box-shadow: var(--shadow);
  white-space: nowrap;   /* 2行化で高さがズレるのを防止 */
  border: 4px solid var(--pink);  /* 白ボタンと同じ枠線厚みに統一 */
}

/* アイコンサイズも統一 */
.cta svg{
  width: 22px; height: 22px;
  flex: none;
}

/* 白（アウトライン）とピンク（塗り）の違いは色だけ */
.cta--outline{
  background:#fff;
  color: var(--pink);
}
.cta--outline:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(0,0,0,.12);
}
.cta--outline:active{ transform: translateY(0); }

.cta--solid{
  background: var(--pink);
  color:#fff;
}
.cta--solid:hover{ background: var(--pink-dark); transform: translateY(-1px); }
.cta--solid:active{ transform: translateY(0); }

@media (max-width: 840px){
  .cta-wrap{ grid-template-columns: 1fr; gap: 20px; }
  .cta{ max-width: 100%; white-space: normal; } /* スマホでは幅100% & 折返し許可 */
}

/* ===== ファーストビュー PC/SP 切替（決定版） ===== */
/* 初期＝SP表示 */
.pcshow { display: none; }
.spshow { display: block; }

/* 768px以上＝PC表示 */
@media (min-width: 768px) {
  .pcshow { display: block; }
  .spshow { display: none; }
}

/* ===== アコーディオン（details/summary版） ===== */
.accordion-native { max-width: 100%; margin: 0 auto 24px; }
.acd { border: 1px solid #e5e7eb; border-radius: 8px; background: #fff; }
.acd + .acd { margin-top: 12px; }

.acd-summary {
  list-style: none; /* Firefox対策 */
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 14px 16px; cursor: pointer; background: #f7f7f7;
}
.acd-summary::-webkit-details-marker { display: none; } /* 既定の三角アイコンを非表示 */

.acd-summary h4 { margin: 0; font-size: 1.125rem; font-weight: 700; }

/* 右端の▽アイコン（CSSだけで作成） */
.acd-summary::after {
  content: "▾"; flex: 0 0 auto; transition: transform .2s ease;
}
.acd[open] .acd-summary::after { transform: rotate(180deg); }

.acd-panel { padding: 0 16px 16px; }
.acd-panel .img-fluid { max-width: 100%; height: auto; display: block; margin: 12px auto 0; }

/* ユーザーが低速アニメを希望する設定に配慮（好みで） */
@media (prefers-reduced-motion: reduce) {
  .acd-summary::after { transition: none; }
}


/* ===== アコーディオン（調整版） ===== */
.accordion-native {
  max-width: 100%;
  margin: 0 auto 32px;
}

.acd {
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.acd + .acd { margin-top: 16px; }

.acd-summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;   /* ← 閉じた時の高さを広げる */
  cursor: pointer;
  background: #f7f7f7;
  min-height: 80px;     /* ← 最低高さを指定（閉じても十分な大きさ） */
}

.acd-summary::-webkit-details-marker { display: none; }

.acd-summary h4 {
  margin: 0;
  font-size: 1.25rem;   /* 少し大きめに */
  font-weight: 700;
}

.acd-summary::after {
  content: "▾";
  font-size: 1.5rem;    /* 矢印も大きめに */
  transition: transform .2s ease;
}

.acd[open] .acd-summary::after { transform: rotate(180deg); }

.acd-panel {
  padding: 20px 24px;   /* 開いた時の余白も大きめに */
  background: #fff;
}

.acd-panel .card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.acd-panel .card {
  flex: 1 1 45%;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}


/* ===== アコーディオン見出しと本文のサイズを統一 ===== */
/* まずは共通のサイズ変数を作る（必要に応じて数値だけ後で調整） */
:root{
  --acd-title-size: 1.5rem;   /* PC基準の見出しサイズ */
  --acd-title-weight: 700;
  --acd-line-height: 1.6;
}

/* ① 既存のタイトル .service-box__title を統一サイズに */
.service-box__title{
  font-size: var(--acd-title-size);
  font-weight: var(--acd-title-weight);
  line-height: var(--acd-line-height);
  margin: 0;
}

/* ② アコーディオンの閉じたバー（<summary>内の見出し）も同サイズに */
.acd-summary h4.service-box__title{
  font-size: inherit;            /* ← .service-box__title の値をそのまま使う */
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* ③ バー自体の高さ/余白も見出しに合わせて最適化（必要なら残す） */
.acd-summary{
  padding: 20px 24px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ④ スマホで少しだけ小さく（任意） */
@media (max-width: 767.98px){
  :root{ --acd-title-size: 1.25rem; }
}


/* ===== アコーディオン 見出しサイズ・バーの大きさ固定 ===== */
:root{
  --acd-title-size: 1.5rem;  /* PC時の見出しサイズ：必要なら調整 */
  --acd-title-weight: 700;
  --acd-line-height: 1.6;
}

.accordion-native, .acd { width: 100%; }

/* summary自体を「ブロック & 全幅 & 高さ確保」 */
.acd-summary{
  display: flex;             /* ブロック化＋横並び */
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 60px;         /* ← 閉じた時でも十分な高さを確保（必要なら120px等） */
  padding: 24px 32px;        /* ← 余白を広めに */
  background: #f7f7f7;
  cursor: pointer;
}

/* ▼ デバッグ中に他ルールに負ける場合は !important で一時対応
.acd-summary{ min-height:100px !important; padding:24px 32px !important; }
*/

.acd-summary::-webkit-details-marker{ display:none; } /* 既定の三角を非表示 */

/* 見出しサイズをspanに適用（h4を使わないため） */
.acd-summary .acd-title{
  font-size: var(--acd-title-size);
  font-weight: var(--acd-title-weight);
  line-height: var(--acd-line-height);
  margin: 0;
  display: inline-block;
}

/* 右端の矢印（CSSだけで） */
.acd-summary::after{
  content:"▾";
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 16px;
  transition: transform .2s ease;
}
.acd[open] .acd-summary::after{ transform: rotate(180deg); }

/* 本文側（開いた時） */
.acd-panel{ padding: 24px 32px; background:#fff; }

/* スマホで少し縮めたい場合（任意） */
@media (max-width: 767.98px){
  :root{ --acd-title-size: 1.25rem; }
  .acd-summary{ min-height: 84px; padding: 20px; }
  .acd-panel{ padding: 20px; }
}

/* ===== タイトル強制復元（紹介例を見る / MyLinkBox / LinkSwitch）===== */
/* 親の縮小指定を打ち消す（small, fs-* などの影響を受けないようリセット） */
.acd-summary,
.card { font-size: 1rem !important; }

/* タイトルを rem で固定（親のfont-sizeに依存しない） */
.acd-summary .service-box__title,
.card .service-box__title,
.acd .service-box__title {
  font-size: 1.5rem !important;   /* ← ここを好みで 1.4〜1.6rem に調整可 */
  line-height: 1.6 !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

/* スマホでわずかに縮めたい場合（任意） */
@media (max-width: 767.98px){
  .acd-summary .service-box__title,
  .card .service-box__title,
  .acd .service-box__title {
    font-size: 1.375rem !important;
  }
}


/* ===== MyLinkBox / LinkSwitch の見出しサイズを本文以上にする ===== */

/* 本文サイズは既存のまま維持（特に上書きしない） */

/* 見出しだけ強制的に大きくする */
.card .service-box__title {
  font-size: 1.5rem !important;   /* ← 本文より必ず大きく */
  font-weight: 700 !important;
  line-height: 1.6 !important;
  margin: 0 0 8px !important;
  display: block;
}

/* スマホ用に少し調整したい場合（任意） */
@media (max-width: 767.98px){
  .card .service-box__title {
    font-size: 1.375rem !important;
  }
}


/* カード内の見出しを左寄せ */
.card .service-box__title {
  text-align: left !important;
}


/* ===== アコーディオン三角を3倍に、かつ位置固定 ===== */
.acd-summary::-webkit-details-marker { display: none !important; } /* 既定マーカーを完全に消す */
.acd-summary::marker { content: ""; }                                 /* Firefox 等 */

.acd-summary{
  position: relative;            /* ▼を絶対配置するため */
  padding-right: 88px !important;/* 大きい▼に合わせて右側に余白を確保 */
}

/* ▼ 3倍に拡大 & 右上に固定配置 */
.acd-summary::after{
  content: "▾";
  position: absolute;
  right: 24px;                   /* 右端の余白。好みで調整 */
  top: 50%;
  transform: translateY(-50%);   /* 縦中央 */
  font-size: 4.5rem !important;  /* ← 既定の1.5rem相当の “約3倍” */
  line-height: 1;
  pointer-events: none;
  transition: transform .2s ease;
}

/* 開いた時にだけ回転（位置は維持） */
.acd[open] .acd-summary::after{
  transform: translateY(-50%) rotate(180deg);
}


/* ===== 見出しを本文(fs-3=1.75rem)よりわずかに大きくする ===== */
.acd-panel .service-box__title,
.card .service-box__title,
.service-box__title {
  font-size: 1.875rem !important;  /* 本文1.75remより少し大きい */
  font-weight: 700 !important;
  line-height: 1.6 !important;
  margin: 0 0 8px !important;
}

/* スマホ時（狭い画面では少し抑える） */
@media (max-width: 767.98px){
  .acd-panel .service-box__title,
  .card .service-box__title,
  .service-box__title {
    font-size: 1.5rem !important; /* モバイルでは本文よりわずかに大きい程度 */
  }
}


/* ===== 「紹介例を見る」の見出しも本文より少し大きく ===== */
.acd-summary .service-box__title {
  font-size: 1.875rem !important;  /* 本文(fs-3=1.75rem)より大きく */
  font-weight: 700 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* スマホ時は控えめに */
@media (max-width: 767.98px){
  .acd-summary .service-box__title {
    font-size: 1.5rem !important;
  }
}

.marker{
  background: linear-gradient(transparent 50%, #d9ffff 50%); /*マーカーの色、幅を指定*/
  font-weight: bold; /*マーカー部分の文字を太字*/
}


.external-link-icon {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-left: 0.2em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16"><path d="M6 3.5a.5.5 0 0 0 0 1h4.793L3.146 12.146a.5.5 0 1 0 .708.708L11.5 5.207V10a.5.5 0 0 0 1 0v-6a.5.5 0 0 0-.5-.5h-6z"/></svg>') no-repeat center;
  background-size: contain;
}

.external-link-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2em;
  stroke: #0066cc; /* リンクの青に合わせる */
}


CSS
.step-card {
  display: flex;
  justify-content: center;   /* 横方向中央 */
  align-items: center;       /* 縦方向中央 */
  text-align: center;
  min-height: 120px;         /* ← 高さを確保する */
  border: 1px solid #eee;    /* 枠確認用：任意 */
}


/* SPのみ：紹介例のカードを1列100%表示 */
@media (max-width: 767.98px){
  .acd-panel .card{
    flex: none;        /* ← 横幅の自動計算をやめる */
    width: 100%;       /* ← 常に全幅 */
  }
  /* もし左右に余白をつけたい場合（任意）
  .acd-panel .card { width: 100%; }
  .acd-panel .card-container { gap: 12px; }  // 余白を少し詰める時
  */
}


.card-text-area {
  min-height: 120px; /* 高さは必要にあわせて調整 */
  display: flex;
  align-items: flex-start; 
}


/* スマホ時（狭い画面では少し抑える） */
@media (max-width: 767.98px){
.card-text-area {
  min-height: auto; /* 高さは必要にあわせて調整 */

}

}


