@charset "UTF-8";

/**
 * オリジナルcss
 */

body.manga {
	overflow-x: hidden;
}

#body-in, #main {
	width: 980px;
}
#body-in {
	margin-top: 80px;
}

#main h1, 
.blog-title {
	position: relative;
	text-align: center;
	/* margin-bottom: 80px; */
	font-size: 1.6em;
	letter-spacing: 3px;
}
.blog-discription {
	text-align: center;
    margin-top: 60px;
	margin-bottom: 60px;
    font-size: 0.9em;
    letter-spacing: 1px;
	padding: 0px 30px;
}
#main h1:after, 
.blog-title:after {
	background: #333;
	content: "";
	width: 2em;
	height: 5px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	/* border-radius: 10px; */
    /* -webkit-border-radius: 10px; */
    /* -moz-border-radius: 10px; */
}

#main h2 {
	text-align: center;
}

#main h3 {
	background: none;
}
#main p {
	font-size: 16px;
	padding: 15px;
}

.line_3step {
	margin: 62px auto;
}

.line_3step li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2%;
	color: #fff;
}

.line_3step li:last-child {
	margin-right: 0;
}

.line_step_content {
	position: relative;
	background-image: url("../images/line/line-bg.png");
	background-size: cover;
	width: calc((92% - 64px) / 3);
}

.line_step_content:before {
	content: "";
	display: block;
	padding-top: calc(2450% / 42);
}

.line_step {
	position: absolute;
	top: 27%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-weight: bold;
	font-size: 1.5em;
}

.line_step span {
	color: #ffff00;
}

.line_step_detail {
	position: absolute;
	top: calc(50% + .8em);
	text-align: center;
	width: 100%;
	font-size: .9em;
}

.line_step_tri {
	width: 32px;
}

/* CTA */
.common_cta{
	background: #fff;
	width: 100vw;
	margin-left: calc((-100vw + 980px) / 2);
}
.common_cta .out_inner{
	padding: 65px 40px;
}
.common_cta .sec_ttl{
	margin-bottom: 20px;
	text-align: center;
	font-size: 34px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.common_cta .sec_ttl span{
	display: inline;
	background: transparent;
}
.common_cta .btn_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.common_cta .btn_wrap .btn{
	max-width: 470px;
	width: 100%;
	min-width: 400px;
	margin: 0;
	padding: 0;
	border-radius: 16px;
	box-shadow: 0px 0px 10px 0px rgba(163,158,55,0.62);
}
.common_cta .btn_wrap .btn a{
	position: relative;
	display: block;
	margin: 0;
	padding: 28px 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	/* transition: all 0.3s; */
}
.common_cta .btn_wrap .btn a:hover{
	opacity: 0.7;
}
.common_cta .btn_wrap .line_btn{
	background: #06C755;
}
.common_cta .btn_wrap .line_btn a::before{
	content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../images/top/images/icon-line.svg) no-repeat;
    width: 45px;
    height: 37px;
    background-size: contain;
}
.common_cta .btn_wrap .soudan_btn{
	background: #F6C00D;
}
.common_cta .btn_wrap .soudan_btn a::before{
	content: "";
    position: absolute;
    top: 50%;
    left: 69px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../images/top/images/icon-mail.svg) no-repeat;
	width: 35px;
    height: 27px;
    background-size: contain;
}

@media screen and (max-width:980px){
	.common_cta{
		margin-left: 0;
	}

}
@media screen and (max-width:745px){
	.common_cta .out_inner{
		padding: 60px 20px;
	}
	.common_cta .sec_ttl{
		font-size: 22px;
	}
	.common_cta .sec_ttl span{
		display: none;
	}
	.common_cta .btn_wrap{
		gap: 20px;
	}
	.common_cta .btn_wrap .btn{
		max-width: 100%;
		min-width: auto;
	}
	.common_cta .btn_wrap .line_btn a::before{
    	left: 25px;
		width: 37px;
    	height: 30px;
	}
	.common_cta .btn_wrap .soudan_btn a::before{
   	 	left: 32px;
		width: 30px;
    	height: 23px;
	}
	.common_cta .btn_wrap .btn a{
		padding: 28px 40px 28px 66px;
		font-size: 22px;
	}
}

@media screen and (max-width: 1110px) {
	#body-in, #main {
		width: 100%;
	}
	
	.line_3step li {
		margin-right: 1%;
	}
	
	.line_step_content {
		width: calc((96% - 36px) / 3);
	}
	
	.line_step_tri {
		width: 18px;
	}
	
	.line_step_tri img {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
	
	.line_step {
		font-size: 1.3em;
	}
	
	.line_step_detail {
		font-size: .8em;
		line-height: 1.4em;
	}
}
@media screen and (max-width:740px){
	.line_3step li {
		width: 300px;
		margin-right: 0;
		display: block;
	}
	
	.line_3step li, 
	.line_3step li:last-child {
		text-align: center;
		margin: 12px auto;
	}
}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
	.article .line_3step {
		padding: 0;
	}
}

