@charset "UTF-8";
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .backtotop {
   	bottom: 30px;  /* IE10 */
  }
}
body {
	background-color: #f7f7f7;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
  font-family: Sans-Serif;
  word-break: break-all;
}
h2 {
  margin: 0 0 20px;
  padding: 6px 20px;
  font-size: 31px;
  font-weight: 380;
  background-image: url(img/flow_img.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 40px;
  background-size: 32px;
}
h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
h3 span {
  background-image: linear-gradient(136deg, #fff7c8 60%, #fff7c8 100%);
  background-size: 100% 50%;
  background-position: bottom;
  background-repeat: no-repeat;
}
h5 {
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  margin: 0;
  padding: 6px 0 0;
}
p {
  margin-top:0;
	margin-bottom: 12px;
}
section {
	padding-bottom: 40px;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
.clearfix {
  clear: both;
}
img {
  vertical-align: top;
}
a {
  color: #245dc1;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover {
  opacity: 0.7;
  text-decoration:underline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.pointlist li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 5px;
}
.strong {
  font-weight: 600;
}
.mark {
  color: #F57079;
  text-align: center;
  background: #fff7c8;
  padding: 15px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}

/* head
----------------------------------------------*/
.headerwrap {
	height: 40px;
	border-bottom: solid 1px #f0f0f0;
	background-color: #fff;
}
.header {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding-top: 8px;
}
.sns {
	position: absolute;
	top: 3px;
	right: 0;
}
.mainwrap {
	height: 341px;/* mainwrapはheight必須 */
	width: 100%;
	background: url(img/bg.png) no-repeat center;
  background-size: 2000px;
}
.main {
	height: 300px;
	margin: 0 auto;
	text-align: center;
}
.main h1 {
	margin: 0 auto 16px auto;
}

/* navi
----------------------------------------------*/
#gnavi {
	background-color: #001998;
	text-align: center;
	border-bottom: solid 1px #f2f2f2;
}
#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 30px;
	line-height: 40px;
	color: #fff;
}
#gnavi .current{
	background-color: #ffffff;
	color: #1f2d82;
}

#gnavi ul li a:hover{
	background-color: #ffffff;
	color:#1f2d82;
  opacity: 0.9;
}
.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;
	border-bottom: 3px solid #e4e4e4;
	border-right: 3px solid #e4e4e4;
	background-color :#fff;
}

/*ページ内スクロール調整
------------------------*/
#section0 {
  margin-top: -40px; padding-top: 40px;
}
#section1 {
  margin-top: -40px; padding-top: 40px;
}
#section2 {
  margin-top: -40px; padding-top: 40px;
}
#section3 {
  margin-top: -40px; padding-top: 40px;
}
#section4 {
  margin-top: -40px; padding-top: 40px;
}
#section5 {
  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: 360px;
}
.box_2col_img {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 17px;
}
.box_2col_txt {
	text-align: left;
	margin-right: 0px;
	margin-bottom: 17px;
}

/*流れ
------------*/
.flow_2col {
	vertical-align: top;
	display: inline-block;
	margin: 0 40px 12px 30px;
	width: 320px;
}
.flow_2col_img {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 17px;
}
.flow_2col_txt {
	margin-right: 0px;
	margin-bottom: 17px;
}

/*メリット
------------*/
.meritlist, .adIntrolist {
    width: 260px;
    float: left;
}
.adIntrolist {
text-align: center;
}
.adIntrolist img {
  padding-bottom: 10px;
  width: 230px;
}
.adIntrolist p {
  margin-bottom: 0;
}
.space {
    margin: 0 20px;
}
.space2 {
    margin: 0 50px;
}

/* 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;
}

.login_btn{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.login_btn a{
  border-bottom: 5px solid 	#007071;
  padding: 15px 100px;
  border-radius: 5px;
  background-color:#00a2a4;
  color: #ffffff;
}

/* flow
----------------------------------------------*/
.flow_block {
  font-weight: 500;
  font-size: 18px;
}
.flow_step2, .flow_step3, .cam {
  line-height: 30px;
}
.flow_step2, .flow_step4, .flow_step5 {
  line-height: 30px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f3f3f3;
  display: block;
  background-repeat: no-repeat;
  background-position: 145px center;
  padding-left: 270px;
  background-size: 92px;
}
.flow_step4 span, .flow_step5 span {
  font-weight: 600;
  font-size: 36px;
  color: #F33F4E;
}
.flow_step1, .flow_step3 {
  line-height: 30px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f3f3f3;
}
.flow_step1 p, .flow_step3 p {
  font-size: 15px;
  font-weight: normal;
}
.flow_step3 ul {
  margin: 0 120px;
}
.flow_step3 ul li {
  float: left;
  font-size: 15px;
}
.flow_step3 {
    text-align: center;
}
.steplist {
    width: 240px;
    float: left;
}
.steplist span {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}
.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_step2 {
  background-image: url(img/flow_step2_img.png);
  background-repeat: no-repeat;
  background-position: 153px center;
  padding-left: 252px;
}
.flow_step4 {
  background-image: url(img/people3.png);
  background-repeat: no-repeat;
  background-position: 170px center;
  padding-left: 280px;
}
.flow_step5 {
  background-image: url(img/people4.png);
  background-repeat: no-repeat;
  background-position: 170px center;
  padding-left: 280px;
}
.flow_arrow_a, .flow_arrow_b {
  text-align: center;
  margin: 0;
  padding: 0;
  height: 20px;
  background-color: #fff;
}
.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_ttl {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px;
}
.weight {
  font-weight: bold;
}
.sttl_1 {
  background-image: url(img/people1.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 85px;
  padding-bottom: 10px;
  height: 50px;
  font-size: 15px;
  background-size: 92px;
  text-align: left;
}
.sttl_2 {
  background-image: url(img/people2.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 85px;
  padding-bottom: 10px;
  height: 50px;
  font-size: 15px;
  background-size: 92px;
  text-align: left;
}
.big {
  font-size: 22px;
}

/* 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: 0 auto 0 auto;
  padding: 10px 0 8px 0;
  border: solid 1px #e64551;
  text-align: center;
  font-size: 15px;
  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: #E9F2FC;
  font-weight: bold;
}
table.remuneration, .remuneration td, .remuneration th {
  border: 1px solid #d2d2d2;
  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 #d2d2d2;
  padding: 5px 15px 5px 15px;
  vertical-align: top;
  text-align: left;
}
.appTable th {
  font-weight: normal;
}
.ttlcolor {
  background: #f1f4ff;
  width: 170px;
}

/* buton_1
----------------------------------------------*/
.btn_wrap_1 {
  background-color: #fffaee;
  padding: 20px 0 10px;
  text-align: center;
  border-radius: 5px;
  margin: 30px 0;
}
.btn a {
  display: block;
  padding: 22px 0 20px 0;
  font-size: 18px;
  border-radius: 5px;
  background-color: #46c57f;
  border-bottom: 8px solid #2e965d;
  color: #ffffff;
  width: 650px;
  margin: 0 auto 10px;
}

/* buton_1_s
----------------------------------------------*/
.btn_wrap_1_s {
  text-align: center;
  border-radius: 5px;
  margin: 20px 0 0;
}
.btn_s a {
  display: block;
  padding: 22px 0 20px 0;
  font-size: 20px;
  border-radius: 5px;
  background-color: #F25F6C;
  border-bottom: 8px solid #e03d4a;
  color: #ffffff;
  width: 300px;
  margin: 0 auto 10px;
}

/* buton_2
----------------------------------------------*/
.btn_wrap_2 {
  background-color: #fffaee;
  display: block;
  margin: 0 auto;
  padding: 20px 35px 20px;
}
.btn {
  display: block;
  border-radius: 5px;
  color: #ffffff;
  line-height: 1.4;
}
.btn_a, .btn_b {
  text-align: center;
  width: 360px;
}
.btn_a {
  float: left;
}
.btn_b {
  float: right;
}
.btn_b span{
  font-size: 17px;
}
.btn_a a {
  padding: 27px 0 5px 0;
  font-size: 22px;
  height: 90px;
  background-color: #F25F6C;
  border-bottom: 10px solid #e03d4a;
}

.btn_b a {
  padding: 11px 0 23px 0;
  font-size: 22px;
  height: 90px;
  background-color: #307ECF;
  border-bottom: 10px solid #1d5283;
}
.btn_txt {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}

/* site top
----------------------------------------------*/
.sitetop {
	margin: 40px 0 0 0;
	padding: 20px 0;
	text-align: center;
}

/* footer
----------------------------------------------*/
.footer {
	margin: 20px 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: #fff;
	line-height: 62px;
	text-align: center;
	background-color:#cccccc;
	border-radius: 50%;
}
.backtotop a:hover{
	opacity: 0.7;
}

/* section1
----------------------------------------------*/
.notes li {
	font-size: 12px;
	display: table;
}
.notes li span {
	display: table-cell;
}

/* section2
----------------------------------------------*/
.center {
  text-align: center;
}

/* section3
----------------------------------------------*/
.related_links {
	padding: 20px;
	border: solid 1px #c4c4c4;
}

/* section5
----------------------------------------------*/
.img800 img {
display: block;
margin: 0 auto;
width: 100%;
}

/* etc
----------------------------------------------*/
.pcshow {
  display: block;
}
.pcshow img {
  width: 940px;
}
.spshow {
  display: none;
}
p.point_text {
  font-size: 12px;
  text-align: right;
  color: #777;
  padding-right: 70px;
}
.mr14 {
	margin-right: 14px;
}
.mb0 {
	margin-bottom: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}

/* @media screen and (max-width: 767px
--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
body {
  font-size: 15px;
  line-height: 1.7;
}
h2 {
  padding: 10px 0 10px 40px;
  font-size: 24px;
  background-position: 0 6px;
}
h3{
  margin-bottom: 10px;
}
section {
  padding: 20px;
}

/* contents
----------------------------------------------*/
.contents {
	width: 85%;
	margin-top: 20px;
	padding: 20px 20px;
	border: none;
	border-radius: 0;
}

/* head
----------------------------------------------*/
.header {
	width: 100%;
}
.headerwrap {
  padding: 0 5px;
}
.mainwrap {
	height: auto;/* mainwrapはheight必須 */
}
.main {
  height: 100%;
  padding: 0;
  background: none;
  background-position-x: center;
}
.main img {
  padding: 0;
  width: 90%;
}
.main h1 {
	margin: 0 auto;
}
.sns {
	position: absolute;
	top: 3px;
	right: 0;
}

/*ページ内スクロール調整
------------------------*/
#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 60px; padding:0;
}
#section5 {
  padding: 30px 0 30px; padding:0;
}

/*1カラム
------------*/
.box_1col_img img {
	width: 100%;
	max-width: 600px;
}

/*2カラム
------------*/
.box_2col {
	display: block;
  margin-bottom: 20px;
	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;
}



/* table
----------------------------------------------*/
.ttlcolor span {
  display: inline;
}
.ttlcolor {
  background: #f3f6ff;
  width: 110px;
}
table.remuneration {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 90%;
}

/* buton_1
----------------------------------------------*/
.btn a {
  display: block;
  padding: 20px 20px 20px 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  background-color: #46c57f;
  border-bottom: 8px solid #2e965d;
  color: #ffffff;
  width: 80%;
  margin: 0 auto 10px;
}

.login_btn a{
  padding: 15px 80px;
}

/* buton_2
----------------------------------------------*/
.btn_wrap_2 {
  background-color: #fffaee;
  display: block;
  margin: 0 auto;
  padding: 20px 20px 20px;
}
.btn_a {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.btn_b {
  width: 100%;
  float: none;
}

/* 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;
}
/*メリット
------------*/
.meritlist, .adIntrolist {
    width: 100%;
    float: none;
    padding-bottom: 20px;
}
.space {
    margin: 0 0;
}

/* section3
----------------------------------------------*/
.related_links {
	padding: 10px;
}

/* advertiser
----------------------------------------------*/
.btn_createad {
  margin: 0 auto 40px;
}
.advertiser_ttl {
  margin-bottom: 10px;
}

/* etc
----------------------------------------------*/
.pcshow {
  display: none;
}
.spshow {
  display: block;
}

/* flow
----------------------------------------------*/
.flow_block {
  font-weight: 500;
  font-size: 16px;
  margin: 20px auto 40px;
  width: 100%;
}
.flow_step1, .flow_step2, .flow_step3 {
  line-height: 30px;
  font-size: 15px;
  margin: 0;
  background-image: none;
  padding: 20px;
}
.flow_step1 span, .flow_step2 span, .flow_step3 span {
  /*font-size: 24px;*/
}
.flow_2col {
    vertical-align: top;
    display: inline-block;
    margin: 0 0 10px 0;
    width: 100%;
  }
.steplist {
    width: 100%;
    margin-bottom: 5px;
}
.steplist span {
  font-size: 18px;
}
.ttl_3 {
  background-position: 0px center;
  padding-left: 100px;
}
.flow_step3 ul li {
    float: none;
}
.space2 {
  margin: 0;
}
.flow_step3 ul {
  margin: 0;
}
.flow_step4, .flow_step5 {
  background-position: 15px center;
  padding-left: 120px;
}
.flow_step4 span, .flow_step5 span {
    font-weight: 600;
    font-size: 26px;
    color: #F33F4E;
}
.ttl_1 {
  background-position: 0px center;
  padding-left: 100px;
}
.sttl_1 {
  font-size: 14px;
  height: 100%;
}
.sttl_2 {
  font-size: 14px;
  height: 100%;
  padding-bottom: 30px;
}

/* table
----------------------------------------------*/
.appTable th, .appTable td {
  padding: 5px 3px 5px 3px;
}
/* buton_1_s
----------------------------------------------*/
.btn_s a {
  width: 100%;
}
/* inquiry
----------------------------------------------*/
.inq_cp {
  padding: 20px;
  background-color: #f7f7f7;
  text-align: center;
  width: auto;
  margin: 30px auto 0;
}
.eventsEnd {
  width: 100%;
}
}

/* 200401
----------------------------------------------*/
.notes {
    font-size: 60%;
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}
