.section .info-wrap {
  padding: 0;
}
.section  .info-wrap .info-text {
  display: block;
  width: 100%;
  padding: 20px;
  text-align:center;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #000000;
}
.section.hero {
  border-bottom: 1px solid #DADADA;
}
.section.hero .hero-image {
  margin: 0 auto;
  max-width: 1080px;
  max-height: 400px;
}
.section.hero .hero-image img {
  max-width: 1080px;
  max-height: 400px;
  object-fit: contain;
}
.section.campaign-detail {
  padding-bottom: 0;
}
.section.campaign-detail .items {
  border: 3px solid #DADADA;
  border-radius: 6px;
  margin-bottom: 40px;
}
.section.campaign-detail .items table th,
.section.campaign-detail .items table td {
  padding: 15px 20px;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 16px;
}
.section.campaign-detail .items table th {
  max-width: 150px;
  width: 15%;
}
.section.campaign-detail .items table td {
  width: 80%;
}
.section.campaign-detail .section-inner .items-title-name {
  font-weight: bold;
}

.section.campaign-detail .section-inner .item-txt {
  border-top: 3px solid #DADADA;
  padding: 20px;
  text-align: justify;
}
.section .campaign-inner .campaign-title,
.section .campaign-inner .campaign-duration {
  border-bottom: 1px solid #DADADA;
  padding: 20px;
}
.section .campaign-inner .campaign-title {
  border-top: 1px solid #DADADA;
}
.section .campaign-inner .campaign-box {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
}
.section .campaign-inner .campaign-box p,
.section .campaign-inner .campaign-box h2 {
  display: block;
  line-height: 1.5;
  text-align: left;
}
.section .campaign-inner .campaign-box p {
  max-width: 160px;
  width: 15%;
  margin-right: 30px;
}
.section .campaign-inner .campaign-box h2 {
  max-width: 800px;
  width: 80%;
}
.section.service-list .items-content .item {
  border-bottom: none;
}
.section.service-list .items-content .item-txt {
  text-align: left;
  padding: 0 20px;
}
.section.caption p,
.section.caption img {
  padding: 20px;
}
.pc-only {
  display: inline;
}

@media screen and (max-width: 768px) {
  .section.hero .hero-image {
    margin: 0 auto;
    max-width: 750px;
    max-height: 650px;
  }
  .section.hero .hero-image img {
    max-width: 750px;
    max-height: 650px;
  }
  .section .campaign-inner .campaign-box {
    display: flex;
    flex-direction: column;
  }
  .section .campaign-inner .campaign-box p {
    max-width: auto;
    width: 100%;
    margin-bottom: 15px;
  }
  .section .campaign-inner .campaign-box h2 {
    max-width: auto;
    width: 100%;
  }
  .section.campaign-detail .items table th,
  .section.campaign-detail .items table td {
    padding: 15px 20px;
  }
  .pc-only {
    display: none;
  }
}

/* apply */
.apply {
	padding: 6rem 0 8rem;
	background: #ebf4ff;
}
.apply h2 {
	padding-bottom: 3.5rem;
	font-size: 3.8rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.apply h2::after {
	display: block;
	content: '';
	/*border-top: solid 4px #004098;*/
	width: 7rem;
	height: 0.4rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -3.5rem;
}
.apply h2 span {
	text-decoration: underline;
}
.apply .wrap {
	display: flex;
	flex-wrap: wrap;
}
.apply .box {
	margin-top: 8rem;
	padding: 6rem 2.5rem 1.5rem;
	width: calc((100% - 13.5rem)/4);
	background: #fff;
	position: relative;
}
.apply .box:nth-child(1),
.apply .box:nth-child(2),
.apply .box:nth-child(3) {
	margin-right: 4.5rem;
}
.apply .box:nth-child(1)::after,
.apply .box:nth-child(2)::after,
.apply .box:nth-child(3)::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	left: 102.5%;
	border: solid transparent;
	border-top-color: #004098;
	border-width: 2.1rem 2.7rem 2.1rem 2.7rem;
	transform: rotate(-90deg);
	margin-top: -1.4rem;
}
.apply .box .icon {
	margin: 0 auto;
	width: 8rem;
	position: absolute;
	top: -3.5rem;
	left: 0;
	right: 0;
}
.apply .box .pic {
	height: 14.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.apply .box .pic img {
	width: initial;
	height: 11rem;
	margin: 0 auto;
}
.apply .box.box4 .pic img {
	height: 9rem;
}
.apply .box .txt {
	margin-top: 2rem;
	line-height: 2.6rem;
}
.apply .notice {
	margin-top: 3.5rem;
	line-height: 2.8rem;
}
.apply .notice + .link {
	margin-top: 1rem;
}
@media screen and (max-width: 768px) {
	.apply {
		padding: 6rem 0 9rem;
	}
	.apply h2 {
		font-size: 4.2rem;
	}
	.apply h2::after {
		/*border-top: solid 3px #004098;*/
		width: 8.2rem;
		height: 0.3rem;
		margin-left: -4.1rem;
	}
	.apply .wrap {
		flex-direction: column;
	}
	.apply .box {
		margin-top: 7.5rem;
		margin-left: 5rem;
		padding: 4.5rem 2.5rem 4.5rem 7.5rem;
		width: calc(100% - 5rem);
		height: auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.apply .box:nth-child(n+4) {
		margin-top: 7.5rem;
	}
	.apply .box:nth-child(1),
	.apply .box:nth-child(2),
	.apply .box:nth-child(3) {
		margin-right: 0;
	}
	.apply .box:nth-child(1)::after,
	.apply .box:nth-child(2)::after,
	.apply .box:nth-child(3)::after {
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		top: auto;
		bottom: -8.3rem;
		left: 50%;
		border: solid transparent;
		border-top-color: #004098;
		border-width: 3.1rem 3.7rem 3.1rem 3.7rem;
		transform: rotate(0);
		margin-left: -6rem;
	}
	.apply .box .icon {
		width: 11rem;
		top: -3.5rem;
		left: -5.5rem;
		right: auto;
	}
	.apply .box .pic {
		padding-right: 3rem;
		height: auto;
		width: 21.4rem;
	}
	.apply .box .pic img {
		height: initial;
		margin-right: 0;
	}
	.apply .box.box1 .pic img {
		width: 13.7rem;
	}
	.apply .box.box2 .pic img {
		width: 12.4rem;
	}
	.apply .box.box3 .pic img {
		width: 12rem;
	}
	.apply .box.box4 .pic img {
		width: 16rem;
		height: initial;
	}
	.apply .box.box5 .pic {
		padding-right: 0;
	}
	.apply .box.box5 .pic img {
		width: 21.4rem;
	}
	.apply .box .txt {
		margin-top: 0;
		width: 32rem;
		font-size: 2.6rem;
		line-height: 4.2rem;
	}
	.apply .notice {
		margin-top: 5.5rem;
		font-size: 2.6rem;
		line-height: 4rem;
	}
	.apply .notice + .link {
		margin-top: 2rem;
	}
}

.inner {
	margin: 0 auto;
	max-width: 108rem;
}


.p_center{
    text-align: center;
    line-height: 4.2rem;
    margin:10px;
}

.text_center {
	text-align: center;
	margin: 40px auto;
	display: block;
	max-width: 1100px;
}
.text_center .text_left {
	line-height: 1.6;
	text-align: left;
}


.usage01 {
    padding: 40px;
    background: #fff;
    border-radius: 6px;
    /*border: 3px solid #DADADA;*/
    margin: 60px auto 0;
    max-width: 960px;
}

.usage01-title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.usage01-title span.num {
	font-size: 36px;
}

.usage01 p {
	text-align: left;
	margin: 40px 0 0;
	line-height: 1.63;
	font-size: 16px;
}

.usage01 p a {
	color: #203D95;
	text-decoration: underline;
}



.usage01 p:nth-last-child(2) {
	margin: 40px 0 40px;
}

.usage01 .items {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}

.usage01 .item {
    width: calc((100% - 70px)/2);
    position: relative;
}

.usage01 .item:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: solid 15px transparent;
    border-right: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 20px #DADADA;
}

.marker-yellow {
    background: linear-gradient(transparent 60%, #FFF200 60%);
    padding: 0 0.5em;
}
@media (max-width: 768px) {
	.inner {
		margin: 0 2rem;
	}
	.line_height{
		line-height: 1.2!important;
	    padding: 9px 0;
	    font-size: 14px!important;
	}
	.small{
		font-size: 12px!important;
	}
	.text_center {
		text-align: center;
	    margin: 40px 10px 0 10px;
	    display: block;
	}	
    .usage01 .items {
        display: block;
    }

    .usage01 .item {
        width: 100%;
    }

    .usage01 .item:nth-of-type(2) {
        margin-top: 40px;
    }

    .usage01 .item:nth-of-type(1):after {
        content: "";
        position: absolute;
        top: initial;
        margin: auto;
        width: 0;
        height: 0;
        border-top: solid 20px #DADADA;
        border-right: solid 15px transparent;
        border-bottom: solid 15px transparent;
        border-left: solid 15px transparent;
        right: 0;
        left: 0;
        bottom: -46px;
    }	
	.marker-yellow {
	    background: linear-gradient(transparent 60%, #FFF200 60%);
	    padding: 0 0.5em;
	    line-height: 1.63;
	}    
}

@media (min-width: 768px) {
	.inner {
		margin: 0 2rem;
	}
	.line_height{
		line-height: 1.2!important;
	    padding: 9px 0;
	}
	.small{
		font-size: 12px;
	}	

}

