 @charset "UTF-8";

/* ==========================================================================
   common
   ======================================================================= */

.section-main {
  background: url(../img/instagram/bg.png) center top repeat;
  background-color: #FAF65B;
  font-size: 18px;
  font-weight: bold;
  font-family: "Hiragino kaku Gothic ProN", Meiryo, Verdana, sans-serif;
}

.section-main__inner{
	max-width: 1024px;
  margin: 0 auto;
  padding: 70px 0;
}

.main-visual{
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	box-sizing: border-box;
}

.main-visual img{
	width: 100%;
	height: auto;
}

.cp-lead{
	padding: 70px 0 20px;
	width: 100%;
	/*max-width: 942px;*/
	max-width: 800px;
	margin: 0 auto;
}

.cp-lead img{
	width: 100%;
	height: auto;
}

.cp-lead__sp{
	display: none;
}

@media all and (max-width: 1024px){
	.section-main__inner{
	  padding: 30px 0 12vw;
	}
	.cp-lead{
		display: none;
	}
	.cp-lead__sp{
		display: block;
		padding: 30px 0 10px;
		width: 100%;
		max-width: 710px;
		margin: 0 auto;
	}
	.cp-lead__sp img{
		width: 100%;
		height: auto;
	}
	.main-visual{
		padding: 10px 0 0;
	}
}

@media all and (max-width: 500px){
	.cp-lead__sp {
    padding: 30px 0 0;
	}
}



/* 
	section
*/
   
.section__wrapper{
	background-color: #fff;
	border: solid 3px #D02D25;
	border-radius: 8px;
	padding: 70px 50px 30px;
	position: relative;
	margin: 80px auto 0;
	max-width: 960px;
	box-sizing: border-box;
}

.section__wrapper__end{
	margin: 80px auto 0;
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
}

.section__wrapper__end img{
	width: 100%;
	height: auto;
}

.section__wrapper__end__sp{
	display: none;
}

.section__title{
	position: absolute;
	top:-40px;
	text-align: center;
	left: 0;
  right: 0;
  margin: auto; 
}

.section__text__target{
	padding: 10px 0;
}

.section__text__sp{
	display: none;
}

.section_text__method{
	display: flex;
	margin: 20px -28px 30px;
}

.method__li {
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
  text-align: center;
  font-size: 17px;
  padding: 0 23px;
  line-height: 1.4em;
  border-left: dashed 2px #D4D4D4;
}

.method__li_1{
	border-left: none;
}


.method__step{
	padding: 20px 0;
}

.method__step__lead{
	padding-top: 5px;
}

.method__step__lead-2{
	padding-top: 23px;
}

.method__step span{
	font-size: 15px;
	display: block;
	padding-top: 18px;
}

.method__step a{
	text-decoration: underline;
}

.step__text__sp{
	display: none;
}

.method__install{
	font-size: 15px;
}

.method__install .install__lead{
	padding: 4px 20px;
	margin: 5px 0 10px;
	background-color: #F8F45B;
}

.method__install .install__btn{
	padding-top: 15px;
}

.method__install .install__btn p{
	display:inline;
}

@media all and (max-width: 1024px){
	.section__wrapper{
		padding: 60px 10px 30px;
		margin: 60px auto 0;
		max-width: 750px;
	}
	.section__wrapper__end{
		display: none; 
	}
	.section__wrapper__end__sp{
		display: block;
		margin: 40px auto 0;
		max-width: 750px;
	}
	.section__wrapper__end__sp img{
		width: 100%;
		height: auto;
	}
	.section__title{
		top:-37px;
		width: 40%;
	}
	.section__title img{
		width: 100%;
		height: auto;
	}
	.section__text{
		display: none;
	}
	.section__text__sp{
		display: block;
	}
	.section__text__sp img{
		width: 103%;
    height: auto;
    margin: 0 -5px 0;
	}
	.section_text__method{
		display: block;
		margin: 0;
	}
	.method__step__no img{
		width: 20%;
	}
	.method__li {
		width : 100% ;
		width : -webkit-calc(100% / 1) ;
	  width : calc(100% / 1) ;
	  font-size: 16px;
	  border-left: none;
	  border-top: dashed 2px #D4D4D4;
	  padding: 20px 0 20px;
	}
	.method__li_1{
		border-left: none;
		border-top: none;
	}
	.method__li_3{
		padding-bottom: 0;
	}
	.method__step{
		display: flex;
		flex-direction: row-reverse;
		justify-content:center;
		align-items: center; 
		text-align: left;
		padding: 0 0 20px;
		font-size: 18px; 
	}
	.method__step_3{
		align-items: start; 
	}
	.method__step__lead{
		width: 65%;
	}
	.method__step .method__step__img{
		width: 35%;
		max-width: 200px;
	}
	.method__li_1 .method__step__lead{
		width: 70%;
	}
	.method__li_1 .method__step .method__step__img{
		margin-left: -15px;
	}
	.method__li_3 .method__step .method__step__lead{
		padding-top: 25px;
	}
	.step__text__pc{
		display: none;
	}
	.step__text__sp{
		display: block;
		width: 100%;
		height: auto;
	}
	.method__step span{
		padding-left: 10px;
	}
	.br__sp{
		display: none;
	}
}

@media all and (max-width: 768px){
	.section__wrapper{
		margin: 55px 10px 0;
	}
	.section__wrapper__end__sp img{
		padding: 0 10px;
		box-sizing: border-box;
	}
}

@media all and (max-width: 640px){
	.section__wrapper{
		padding: 10% 10px 20px;
	}
	.section__title{
		top:-27px;
	}
	.method__step span{
		padding-left: 5px;
		padding-top: 0;
		font-size: 14px;
	}
}

@media all and (max-width: 520px){
	.method__step{
		font-size: 14px;
	}
	.method__install {
    font-size: 14px;
	}
}

/* 
	section_2
*/

.section_2__wrapper{
	padding:  0 50px 40px;
	max-width: 960px;
	box-sizing: border-box;
}

.section_2__title{
	text-align: center;
	color: #fff;
	background-color: #CE2D25;
	padding: 18px 0 15px;
	margin: 0 -50px;
	font-size: 38px;
}

.section_2__item{
	line-height: 30px;
}

.section_2__name{
	font-size: 18px;
	display: inline-block;
	background-color: #F8F45B;
	padding: 1px 3px 2px;
	margin: 30px 0 10px;
}

.scroll_text {
	margin-top: 40px;
  width: 100%;
  height: 200px;
  overflow: auto;
  white-space:normal;
  font-size: 15px;
  line-height: 24px;
  word-wrap: break-word;
  padding: 0 10px 0 0;
}

.scroll_text__name{
	font-size: 18px;
	margin: 30px 0 10px;
}
.scroll_text__name_top{
	margin-top: 0;
}

.scroll_text a{
	text-decoration: underline;
}

.scroll_text__terms .scroll_text__name{
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}

.scroll_text__terms p{
	padding-bottom: 20px;
}

.text-align_right{
	text-align: right;
	padding: 30px 10px;
	box-sizing: border-box;
}

@media all and (max-width: 1024px){
	.section_2__wrapper{
		padding:  0 15px 20px;
		max-width: 750px;
	}
	.section_2__title{
		text-align: center;
		color: #fff;
		background-color: #CE2D25;
		padding: 15px 10px 12px;
		margin: 0 -15px;
		font-size: 38px;
	}
	.section_2__items{
		padding-top: 20px;
	}
	.section_2__item{
		line-height: 22px;
    letter-spacing: -0.3px;
	}
	.scroll_text{
		line-height: 22px;
	}
}

@media all and (max-width: 640px){
	.section_2__title img{
		width: 100%;
		height: auto;
	}
}

@media all and (max-width: 520px){
	.section_2__title{
		padding: 2px 20px;
	}
	.section_2__name{
		font-size: 16px;
		margin: 15px 0 5px;
	}
	.section_2__wrapper p{
		font-size: 14px;
	}
}

@media all and (max-width: 400px){
	.section_2__title{
		line-height: 14px;
		padding: 5px 20px 6px;
	}
}
