@charset "utf-8";

.anshin-ico {
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 10%;
}

.anshin-img-ico {
	width: 55%;
}

.anshin-box-title {
	margin: 2rem auto;
	padding: 0.5rem;
	border-top: 2px solid #eda3c4;
	border-bottom: 2px solid #eda3c4;
	color: #eda3c4;
	text-align: center;
}

#system .main-wide01 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#system .step-body {
	padding: 2rem;
	margin: 0 auto;
	box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}

#system .arrow-box {
	width: 100%;
	height: 80px;
	text-align: center;
}

#system .arrow-box i {
	font-size: 4em;
	font-weight: bold;
	line-height: 80px;
	color: #e4007f;
}

.step-contents-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.step-title {
	width: 20%;
}

.contents-text,
.step-img {
	width: 35%;
	font-size: 1.7rem;
}

.anshin-step-img {
	width: 100%;
}

#system .step-title h3 {
	position: relative;
	color: #333;
	margin: 47px 0;
	text-shadow: 0 0 2px white;
	font-family: 'Kiwi Maru', serif;
	font-size: 3rem;
	color: #e4007f;
}

#system .step-title h3::before {
	content: "";
	position: absolute;
	background: #fbe6ef;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: 50%;
	border: dashed 1px white;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
	box-shadow: 0px 0px 0px 5px #fbe6ef;
}

#system .check-body {
	display: flex;
	justify-content: space-between;
	margin: 10rem auto 2rem;
}

#system .check-body-style {
	margin: 2rem auto;
}

.check-title {
	width: 15%;
}

#system .check-title-back{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 150px;
	border-radius: 10px;
	text-align: center;
	background: #eda3c4;
	margin: 0 auto;
}

#system .check-title h3 {
	font-size: 1em;
	font-weight: normal;
	color: #ffffff;
}

#system .check-title h3 span {
	font-size: 1.7em;
	font-weight: bold;
}

#system .check-contents .contents-text {
	display: flex;
	align-items: center;
	width: 100%;
	height: 150px;
	background: #eda3c4;
	border-radius: 10px;
	color: #ffffff;
	padding-left: 20px;
}

.anshin-ico-box {
	width: 15%;
	margin-left: 1rem;
}

.anshin-sys-ico {
	width: 100%;
}

#system .check01 .check-contents {
	position: relative;
	width: 80%;
}

#system .check-contents {
	width: 80%;
}


#system .check01 .image-box {
	position: absolute;
	right: 40px;
	bottom: -2rem;
}

#system .check02 .contents-text {
	background-image: url(../images/check02_back.png);
	background-position: right -80px;
	background-repeat: no-repeat;
}

#system .check03 .contents-text {
	background-image: url(../images/check03_back.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#system .check04 .text-area {
	width: 50%;
}

#system .check04 {
	margin-bottom: 80px;
}

#system .check-contents .contents-text-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 150px;
	background: #eda3c4;
	border-radius: 10px;
	color: #ffffff;
	padding-left: 20px;
}

.btn-area {
	margin-right: 3rem;
}

.btn-copy {
        font-size: 1.5rem;
        font-weight: bold;
        position: relative;
        margin-bottom: .2em;
        text-align: center;
}

.btn-copy:before {
        margin-right: 1rem;
        content: '＼';
}

.btn-copy:after {
        margin-left: 1rem;
        content: '／';
}

.support-btn {
        text-align: center;
}

.btn-link {
        display: inline-block;
        padding: 1rem 6rem;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        font-family: 'Kiwi Maru', serif;
        font-size: 1.6rem;
        border-radius: 100vh;
        color: #eda3c4;
        background-color: #ffffff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.btn-link:hover{
        color: #fff;
        background: #e4007f;
        border: 2px solid #ffffff;
        transition: all 0.3s;
}

@media screen and (max-width:768px) {

.anshin-box-title {
	border: none;
	background-color: #eda3c4;
	color: #ffffff;
}

#system .step-body {
	display: block;
	padding-top: 4rem;
}

#system .step-title {
	width: 100%;
	height: auto;
}

.contents-text {
	width: 100%;
	margin-bottom: 2rem;
	font-size: 1.5rem;
}

.step-img {
	width: 100%;
}

#system .step-title h3 {
	width: 100%;
	margin: 1em auto;
	text-align: center;
	font-size: 2rem;
}

.step-contents-flex {
	display: block;
}

#system .check-body {
	display: block;
	width: 94%;
	margin: 0 auto;
}

#system .check-title {
	display: block;
	width: 100%;
}

#system .check-title-back {
	width: 100%;
	height: auto;
	margin: 2rem auto 1rem;
}

#system .check01 .check-contents {
	width: 100%;
}

#system .check-contents {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#system .check01 .contents-text {
	display: block;
	width: 100%;
	height: auto;
	padding: 1rem 1rem 10rem 1rem;
}

#system .check-contents .contents-text p {
	width: 100%;
}

#system .check02 .contents-text {
	overflow: hidden;
	height: auto;
	padding: 2rem 1rem;
	background-position: right bottom -4rem;
	background-size: 125%;
}

#system .check02 .contents-text p {
	padding: 1rem;
	color: #e4007f;
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	text-align: justify;
}

.anshin-ico-box {
	width: 50%;
	max-width: 160px;
	float: right;
}

#system .check03 .contents-text {
	display: block;
	padding: 0.5rem;
	height: auto;
	background: none;
	background-color: #eda3c4;
}

#system .check03 .contents-text p {
	padding: 0.5rem;
	color: #ffffff;
}

#system .check01 .image-box {
	width: 15rem;
	right: 1rem;
	bottom: -1rem;
}

#system .check01 .image-box img {
	width: 100%;
}

#system .check04 .contents-text {
	display: block;
	height: auto;
	padding: 1rem;
}

#system .step04 .step-contents,
#system .step06 .step-contents {
	padding-bottom: 55%;
}

#system .check04 {
	margin-top: 40px;
}

#system .check04 .text-area {
	width: 100%;
	padding: 0;
	text-align: justify;
}

.btn-area {
	width: 100%;
	margin-top: 2rem;
}

.btn-link {
	width: 100%;
	padding: 1rem;
}

}