
/* mvArea
----------------------------------------------------------------------------*/

.mvArea {
	background: url(../img/mv_bg_pc.jpg) no-repeat top center;
	background-size: cover;
	height: 700px;
}
.mvArea .mvArea_inner {
	width: 1165px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.mvArea .mvArea_inner h1,
.mvArea .mvArea_inner h2 {
	position: absolute;
}
.mvArea .mvArea_inner h1 {
    width: 459px;
    height: 571px;
    top: 40px;
    left: 35px;
}
.mvArea .mvArea_inner h2 {
    width: 130px;
    height: 230px;
    top: 45px;
    right: 70px;
}

@media screen and (max-width: 768px) {
	.mvArea {
		background: url(../img/mv_bg_sp.jpg) no-repeat top center;
		background-size: auto 240px;
		height: 450px;
	}
	.mvArea .mvArea_inner {
		width: 100%;
	}
	.mvArea .mvArea_inner h1 {
        width: 347px;
		height: 222px;
		top: 200px;
		left: 50%;
        transform: translateX(-50%);
	}
	.mvArea .mvArea_inner h2 {
       width: 60px;
		height: auto;
		top: 25px;
		right: inherit;
		left: 25px;
	}
}

@media screen and (max-width: 320px) {
	.mvArea {
		height: 410px;
	}
	.mvArea .mvArea_inner h1 {
		width: 285px;
    	height: auto;
	}
}



/* parts
----------------------------------------------------------------------------*/

.linkBtn a {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	display: block;
	background: -moz-linear-gradient(top, #2c2953, #5062a0);
	background: -webkit-linear-gradient(top, #2c2953, #5062a0);
	background: linear-gradient(to bottom, #2c2953, #5062a0);
	border: 1px solid #000;
	border-radius: 7px;
	padding: 8px 10px;
	position: relative;
	transition: .3s;
}
.linkBtn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: .3s;
	margin-top: -5px;
}
.linkBtn a:hover {
	opacity: .8;
	transition: .3s;
}

.linkBlock {
	border: 3px solid #000;
	padding: 10px;
	position: relative;
} 
.linkBlock .linkBlock_inner {
	border: 1px solid #000;
	padding: 30px 40px;
}
.linkBlock .linkImg {
	position: absolute;
	width: 260px;
	height: 195px;
	top: -45px;
    left: -25px;
}
.linkBlock .linkBox {
	overflow: hidden;
	padding-left: 235px;
}
.linkBlock .linkBox li {
	float: left;
}
.linkBlock .linkBox .logo {
	width: 364px;
	padding-right: 40px;
}
.linkBlock .linkBox .link {
	width: 330px;
}

.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}

@media screen and (max-width: 768px) {
	.linkBlock .linkBlock_inner {
		padding: 60px 30px 20px;
	}
	.linkBlock .linkImg {
		width: 140px;
		height: 100px;
		top: -38px;
		left: 50%;
		transform: translate(-50%);
	}
	.linkBlock .linkBox {
		padding-left: 0;
	}
	.linkBlock .linkBox li {
		float: none;
	}
	.linkBlock .linkBox .logo {
		width: 240px;
		padding-right: 0;
		margin: 0 auto 15px;
	}
	.linkBlock .linkBox .link {
		width: 100%;
	}
	.linkBlock .linkBox .linkTxt {
		padding-top: 5px;
		text-align: center;
	}
	.linkBtn a br {
		display: none;
	}
	.linkBtn a {
		font-size: 20px;
		padding: 10px;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}

.fDAnime {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fDAnime;
    -ms-animation-name: fDAnime;
    animation-name: fDAnime;
    visibility: visible !important;
}
@-webkit-keyframes fDAnime {
     0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
     100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fDAnime {
     0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
     100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}




/* pointArea
----------------------------------------------------------------------------*/

.pointArea {
	background: url("../img/sec_bg.jpg") repeat top center;
    background-size: cover;
	padding-bottom: 160px;
}
.pointArea .-ribbon {
	position: relative;
	width: 100%;
}
.pointArea .-ribbonTop,
.pointArea .-ribbonBtm {
	position: absolute;
}
.pointArea .-ribbonTop {
	width: 394px;
	height: 384px;
	top: 0;
	right: 0;
}
.pointArea .-ribbonBtm {
	width: 368px;
	height: 382px;
	bottom: -130px;
	left: 0;
}

.readBlock {
	position: relative;
}
.readBlock .readBox::after {
	content: "";
    position: absolute;
    width: 1040px;
    height: 6px;
    bottom: 0;
    left: 0;
    background: radial-gradient(circle farthest-side, #E32D41, #E32D41 20%, transparent 20%, transparent);
    background-size: 12px 6px;
    display: inline-block;
	
}
.readBlock .readBlock_img {
	position: absolute;
	width: 520px;
	height: 382px;
	top: -50px;
	left: -100px;
}
.readBlock .readBox {
	padding: 70px 0 60px 440px;
	margin: 0 0 40px;
	overflow: hidden;
}
.readBlock .readBox_tit {
	width: 468px;
	margin: 0 0 25px;
}
.readBlock .readBox .readBox_point {
	overflow: hidden;
}
.readBlock .readBox .readBox_point ul,
.readBlock .readBox .readBox_point .linkBtn {
	float: left;
	
}
.readBlock .readBox .readBox_point ul {
	width: 340px;
	margin-right: 25px;
}
.readBlock .readBox .readBox_point ul li {
	color: #e32d45;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #e32d45;
	border-radius: 8px;
	padding: 5px;
	margin-bottom: 10px;
}
.readBlock .readBox .readBox_point ul li:last-child {
	margin-bottom: 0;
}
.readBlock .readBox .readBox_point .linkBtn {
	width: 235px;
}
.readBlock .readBox .readBox_point .linkBtn a{
	line-height: 1.4;
    padding: 17px 10px;
}
.reasonBlock .reasonBlock_tit {
	font-size: 38px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 500;
	text-align: center;
	letter-spacing: .05em;
	margin: 0 0 30px;
}
.reasonBlock .reasonBlock_tit span {
	color: #e32d45;
}
.reasonBlock .reasonBlock_tit span.logo {
	width: 276px;
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 5px;
}
.reasonBlock .reasonBox ul {
	overflow: hidden;
}
.reasonBlock .reasonBox li {
	float: left;
	width: 328px;
	height: 651px;
	margin-right: 28px;
	padding: 40px 0;
	position: relative;
}
.reasonBlock .reasonBox li::before,
.reasonBlock .reasonBox li::after {
	content: "";
	position: absolute;
	width: 328px;
	height: 12px;
	left: 0;
}
.reasonBlock .reasonBox li::before {
	top: 0;
}
.reasonBlock .reasonBox li::after {
	bottom: 0;
}
.reasonBlock .reasonBox li.goodcycle1::before,
.reasonBlock .reasonBox li.goodcycle1::after {
	background: url("../img/goodcycle_line01_pc.jpg") no-repeat top left;
}
.reasonBlock .reasonBox li.goodcycle2::before,
.reasonBlock .reasonBox li.goodcycle2::after {
	background: url("../img/goodcycle_line02_pc.jpg") no-repeat top left;
}
.reasonBlock .reasonBox li.goodcycle3::before,
.reasonBlock .reasonBox li.goodcycle3::after {
	background: url("../img/goodcycle_line03_pc.jpg") no-repeat top left;
}
.reasonBlock .reasonBox li:last-child {
	margin-right: 0;
}
.reasonBlock .reasonBox li.goodcycle1 {
	background: url("../img/sec01_bg.jpg") repeat top left;
	background-size: 90px 90px;
}
.reasonBlock .reasonBox li.goodcycle2 {
	background: url(../img/sec02_bg.jpg) repeat top left;
}
.reasonBlock .reasonBox li.goodcycle3 {
	background: url(../img/sec03_bg.jpg) repeat top left;
}

.reasonBlock .reasonBox li .subtit {
	width: 118px;
	margin: 0 auto 40px;
}
.reasonBlock .reasonBox li.goodcycle3 .subtit {
	margin-bottom: 20px;
}
.reasonBlock .reasonBox li .tit {
	font-size: 28px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: 500;
    text-align: center;
	line-height: 1.4;
	margin: 0 0 35px;
}
.reasonBlock .reasonBox li.goodcycle3 .tit {
	margin-bottom: 20px;
}
.reasonBlock .reasonBox li p {
	font-size: 14px;
	text-align: center;
}
.reasonBlock .reasonBox li .goodcycleImg {
	width: 235px;
	margin: 25px auto 0;
}
.reasonBlock .reasonBox li.goodcycle1 .goodcycleImg {
	margin-top: 10px;
}


@media screen and (max-width: 768px) {
	.pointArea {
		padding: 60px 0 75px;
	}
	.pointArea .-ribbon {
		width: 100%;
	}
	.readBlock .readBox::after {
		width: 100%;
	}
	.readBlock .readBlock_img {
		width: 140px;
		height: auto;
		top: -20px;
		left: 0;
	}
	.readBlock .readBox {
		padding: 0 0 50px;
    	margin: 0 0 30px;
	}
	.readBlock .readBox_tit {
		width: 50%;
		float: left;
		padding: 100px 15px 0 0;
    	margin: 0;
	}
	.readBlock .readBox .readBox_point {
		width: 50%;
	}
	.readBlock .readBox .readBox_point ul,
	.readBlock .readBox .readBox_point .linkBtn {
		float: none;
	}
	.readBlock .readBox .readBox_point ul {
		width: 100%;
		margin: 0 0 10px;
	}
	.readBlock .readBox .readBox_point ul li {
		font-size: 12px;
		padding: 3px;
		margin-bottom: 5px;
	}
	.reasonBlock .reasonBox li::before,
	.reasonBlock .reasonBox li::after {
		width: 100%;
		height: 8px;
	}
	.reasonBlock .reasonBox li.goodcycle1::before,
	.reasonBlock .reasonBox li.goodcycle1::after {
		background: url("../img/goodcycle_line01_sp.jpg") repeat top left;
		background-size: contain;
	}
	.reasonBlock .reasonBox li.goodcycle2::before,
	.reasonBlock .reasonBox li.goodcycle2::after {
		background: url("../img/goodcycle_line02_sp.jpg") repeat top left;
		background-size: contain;
	}
	.reasonBlock .reasonBox li.goodcycle3::before,
	.reasonBlock .reasonBox li.goodcycle3::after {
		background: url("../img/goodcycle_line03_sp.jpg") repeat top left;
		background-size: contain;
	}
	.readBlock .readBox .readBox_point .linkBtn {
		width: 100%;
	}
	.readBlock .readBox .readBox_point .linkBtn a {
		line-height: inherit;
		font-size: 14px;
    	padding: 10px;
	}
	.readBlock .readBox .readBox_point .linkBtn a::before {
		right: 10px;
		width: 8px;
		height: 8px;
	}
	.reasonBlock .reasonBlock_tit {
		font-size: 18px;
		line-height: 1.6;
		margin: 0 0 10px;
	}
	.reasonBlock .reasonBlock_tit span { 
		font-size: 22px;
	}
	.reasonBlock .reasonBlock_tit span.logo {
		width: 138px;
		vertical-align: middle;
		padding-bottom: 3px;
	}
	.reasonBlock .reasonBox li {
		float: left;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 15px;
		padding: 30px 0;
	}
	.reasonBlock .reasonBox li:last-child {
		margin-bottom: 0;
	}
	.reasonBlock .reasonBox li .tit {
		font-size: 25px;
		margin: 0 0 15px;
	}
	.reasonBlock .reasonBox li .subtit {
		width: 97px;
		margin: 0 auto 25px;
	}
	.reasonBlock .reasonBox li.goodcycle3 .subtit {
		width: 100px;
		margin-bottom: 25px;
	}
	.reasonBlock .reasonBox li .goodcycleImg {
		display: none;
	}
	.pointArea .-ribbonTop {
		width: 130px;
		height: auto;
		top: -60px;
		z-index: 1;
	}
	.pointArea .-ribbonBtm {
		width: 90px;
		height: auto;
		bottom: -50px;
	}
}




/* sec
----------------------------------------------------------------------------*/

.sec {
	position: relative;
	padding-bottom: 180px;
}
.sec::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.sec .sec_deco {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}
.sec .sec_deco .img {
	width: 176px;
	margin: 0 auto;
	padding-top: 50px;
}

.sec .sec_tit {
	font-size: 60px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: 500;
    text-align: center;
    letter-spacing: .1em;
	padding: 130px 0 30px;
	position: relative;
    z-index: 10;
}

.sec .sec_sub {
	font-size: 22px;
	text-align: center;
	margin: 0 0 60px;
}

.sec .secBlock {
	margin: 0 0 70px;
}
.secBlock .titArea {
	position: relative;
	margin: 0 0 25px;
}
.secBlock .titArea + p {
	text-align: center;
	margin: -25px 0 25px;
}
.secBlock .titArea .point {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 25px;
	border-radius: 50px;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.secBlock .titArea .point::after {
	content: "";
    position: absolute;
    width: 30px;
    height: 23px;
    border-style: solid;
    border-width: 23px 15px 0 15px;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
}
.secBlock .titArea .tit {
	font-size: 25px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	padding-top: 70px;
}
.secBlock .titArea .tit span {
	font-size: 35px;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", sans-serif;
	font-weight: bold;
}
.secBlock .titArea .tit span span {
	font-size: 24px;
}

.sec .secBox {
	background: #fff;
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
	padding: 10px;
	position: relative;
}
.sec .secBox.-first {
	border-top: 8px solid;
	border-bottom: 8px solid;
	padding: 45px 60px;
}
.sec .secBox .secBox_inner {
	border: 1px solid;
	padding: 40px 100px;
}
.sec .secBox.-first::before,
.sec .secBox.-first::after,
.sec .secBox::before,
.sec .secBox::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
}
.sec .secBox.-first::before {
	top: -29px;
    left: -24px;
}
.sec .secBox.-first::after {
	bottom: -33px;
    right: -25px;
}
.sec .secBox::before {
	top: -22px;
    left: -25px;
}
.sec .secBox::after {
	bottom: -27px;
    right: -24px;
}
.sec .secBox .secBox_tit {
	font-size: 25px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	margin: 0 0 30px;
}
.sec .secBox.-first .secBox_tit {
	font-size: 30px;
	text-align: left;
	padding-bottom: 0;
	border: none;
	padding-left: 15px;
	position: relative;
}
.sec .secBox.-first .secBox_tit::before,
.sec .secBox.-first .secBox_tit::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
}
.sec .secBox.-first .secBox_tit::before {
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 0;
	left: 0;
}
.sec .secBox.-first .secBox_tit::after {
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(-270deg);
	transform: rotate(-270deg);
	bottom: 0;
	right: 5px;
}
.sec .secBox.-first .txtArea,
.sec .secBox.-first .imgArea {
	display: inline-block;
	vertical-align: top;
	position: relative;
    z-index: 10;
}
.sec .secBox.-first .txtArea {
	width: 660px;
	position: relative;
    z-index: 50;
}
.sec .secBox p {
	position: relative;
	z-index: 10;
}
.sec .secBox .nameSet {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: right;
}
.sec .secBox .nameSet .name {
	font-size: 25px;
	padding-left: 15px;
}
.sec .secBox .imgBox_note {
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.sec {
		padding-bottom: 75px;
	}
	.sec::before {
		height: 10px;
	}
	.sec .sec_deco {
		width: 130px;
		height: 130px;
		top: -45px;
	}
	.sec .sec_deco .img {
		width: 110px;
		padding-top: 30px;
	}
	.sec .sec_tit {
		font-size: 32px;
		padding: 110px 0 0;
	}
	.sec .sec_sub {
		font-size: inherit;
		text-align: center;
		margin: 0 0 35px;
	}
	.sec .secBlock {
		margin: 0 0 60px;
	}
	.sec .secBox.-first {
		border-top: 6px solid;
		border-bottom: 6px solid;
		padding: 40px 35px;
	}
	.sec .secBox.-first .txtArea {
		width: 100%;
	}
	.secBlock .titArea + p {
		margin: -20px 0 20px;
		font-size: 10px;
	}
	.sec .secBox.-first .secBox_tit {
		font-size: 18px;
		padding: 5px;
		text-align: center;
		position: relative;
	}
	.sec .secBox.-first .secBox_tit span {
		display: none;
	}
	.sec .secBox.-first .secBox_tit::before,
	.sec .secBox.-first .secBox_tit::after {
		content: "";
		position: absolute;
		width: 25px;
		height: 25px;
	}
	.sec .secBox.-first .secBox_tit::before {
		border-top: 1px solid;
		border-right: 1px solid;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: 0;
		left: -5px;
	}
	.sec .secBox.-first .secBox_tit::after {
		border-top: 1px solid;
		border-right: 1px solid;
		-webkit-transform: rotate(-270deg);
		transform: rotate(-270deg);
		bottom: 0;
		right: 5px;
	}
	.sec .secBox.-first .imgArea {
		width: 160px;
		margin: 25px auto 15px;
		display: block;
	}
	.secBlock .titArea {
		margin: 0 0 20px;
	}
	.secBlock .titArea .point {
		font-size: 18px;
		padding: 3px 25px;
		min-width: 180px;
		text-align: center;
		min-width: 180px;
	}
	.secBlock .titArea .point.-long {
		width: 90%;
	}
	.secBlock .titArea .point::after {
		bottom: -12px;
	}
	.secBlock .titArea .tit {
		font-size: inherit;
		font-weight: bold;
		padding-top: 60px;
		line-height: 1.6;
	}
	.secBlock .titArea .tit span {
    	font-size: 20px;
	}
	.secBlock .titArea .tit span span {
		font-size: 14px;
	}
	.sec .secBox .secBox_inner {
		padding: 30px;
	}
	.sec .secBox .secBox_tit {
		font-size: 16px;
		margin: 0 0 20px;
	}
	.sec .secBox .imgBox_note {
		font-size: 10px;
	}
	.sec .secBox .nameSet {
		text-align: center;
		line-height: 1.4;
	}
	.sec .secBox .nameSet .name {
		padding-left: 0;
	}
	
	.sec .secBox.-first::before,
	.sec .secBox.-first::after,
	.sec .secBox::before,
	.sec .secBox::after {
		width: 65px;
		height: 65px;
	}
	.sec .secBox.-first::before {
		top: -20px;
    	left: -16px;
	}
	.sec .secBox.-first::after {
		bottom: -22px;
    	right: -16px;
	}
	.sec .secBox::before {
		top: -14px;
    	left: -15px;
	}
	.sec .secBox::after {
		bottom: -16px;
    	right: -16px;
	}

}






/* sec01
----------------------------------------------------------------------------*/

.sec01 {
	background: url("../img/sec01_bg.jpg") repeat top center;
}
.sec.sec01::before {
	background: url("../img/sec01_line_pc.jpg") repeat-x top center;
	background-size: 300px 20px;
}
.sec.sec01 .sec_deco {
	background: url("../img/sec01_bg.jpg") repeat top center;
}
.sec.sec01 .secBlock .titArea .point {
	background: #dc5e05;
}
.sec.sec01 .secBlock .titArea .point::after {
	border-color: #dc5e05  transparent transparent transparent;
}
.sec.sec01 .secBox {
	border-color: #dc5e05;
}
.sec.sec01 .secBox.-first::before {
	background: url("../img/sec01_secbox_deco01_pc.jpg") no-repeat top left;
	background-size: 100px 100px;
}
.sec.sec01 .secBox.-first::after {
	background: url("../img/sec01_secbox_deco02_pc.jpg") no-repeat top right;
	background-size: 100px 100px;
}
.sec.sec01 .secBox::before {
	background: url("../img/sec01_secbox_deco03_pc.jpg") no-repeat top left;
	background-size: 100px 100px;
}
.sec.sec01 .secBox::after {
	background: url("../img/sec01_secbox_deco04_pc.jpg") no-repeat top right;
	background-size: 100px 100px;
}

.sec.sec01 .secBox .secBox_tit,
.sec.sec01 .secBlock .titArea .tit span {
	color: #dc5e05;
}

.sec.sec01 .secBox.-first .txtArea {
    margin-right: 30px;
}


.sec.sec01 .secBox_inner {
	border-color: #dc5e05;
}
.sec.sec01 .secBox.-detail01 .dataImg {
	width: 800px;
	margin: 0 auto;
}
.sec.sec01 .secBox.-detail01 .dataList {
	overflow: hidden;
	margin: 70px 0 0;
	position: relative;
    z-index: 50;
}
.sec.sec01 .secBox.-detail01 .dataList li {
	width: 355px;
	float: left;
}
.sec.sec01 .secBox.-detail01 .dataList li.data01 {
	margin-right: 108px;
}
.sec.sec01 .secBox.-detail01 .dataList li.data03 {
	width: 100%;
	float: none;
	clear: both;
	padding: 70px 0 0;
}
.sec.sec01 .secBox.-detail01 .dataList .dataList_tit {
	border-bottom: 1px solid #dc5e05;
	padding-bottom: 3px;
	margin: 0 0 20px;
}
.sec.sec01 .secBox.-detail01 .dataList li.data01 .dataList_tit img {
	width: 82px;
}
.sec.sec01 .secBox.-detail01 .dataList li.data02 .dataList_tit img {
	width: 87px;
}
.sec.sec01 .secBox.-detail01 .dataList li.data03 .dataList_tit img {
	width: 86px;
}
.sec.sec01 .secBox.-detail01 .dataList .dataList_subtit {
	color: #dc5e05;
	font-size: 25px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 1.4;
    margin: 0 0 10px;
}
.sec.sec01 .secBox.-detail01 .dataList .dataList_subtit span {
	font-size: 16px;
}
.sec.sec01 .secBox.-detail01 .dataList li.data03 .dataBox,
.sec.sec01 .secBox.-detail01 .dataList li.data03 .dataList_img {
	float: left;
}
.sec.sec01 .secBox.-detail01 .dataList li.data03 .dataBox {
	width: 290px;
    margin-right: 40px;
}
.sec.sec01 .secBox.-detail01 .dataList li .dataList_img {
	margin: 15px 0 0;
}
.sec.sec01 .secBox.-detail01 .dataList li.data03 .dataList_img {
	margin: 5px 0 20px;
}
.sec.sec01 .secBox.-detail01 .dataList .data_note {
	font-size: 13px;
}
.sec.sec01 .secBox.-detail01 .dataList .dataList_point {
	background: #ffe9cc;
    border-radius: 10px;
    padding: 20px;
    clear: both;
	z-index: 10;
    position: relative;
}
.sec.sec01 .secBox.-detail01 .dataList .dataList_point p {
	color: #dc5e05;
	font-size: 24px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
}


.sec.sec01 .secBox.-detail02 .secBox_tit {
	letter-spacing: -.3px;
}



.sec.sec01 .secBox.-detail02 .imgBox01 {
	overflow: hidden;
	margin: 0 0 75px;
}
.sec.sec01 .secBox.-detail02 .imgBox01 .imgBox01_col01,
.sec.sec01 .secBox.-detail02 .imgBox01 .imgBox01_col02 {
	float: left;
}
.sec.sec01 .secBox.-detail02 .imgBox01 .imgBox01_col01 {
	margin-right: 105px;
}
.sec.sec01 .secBox.-detail02 .imgBox01 .imgBox01_col01 .img {
	margin: 0 0 25px;
}

.sec.sec01 .secBox.-detail02 .imgBox02 {
	padding-right: 40px;
	overflow: hidden;
}
.sec.sec01 .secBox.-detail02 .imgBox02 .imgBox02_col01,
.sec.sec01 .secBox.-detail02 .imgBox02 .imgBox02_col02 {
	float: left;
	width: 50%;
	margin-right: 40px;
}
.sec.sec01 .secBox.-detail02 .imgBox02 .imgBox02_col02 {
	margin-right: -40px;
}
.sec.sec01 .secBox.-detail02 .imgBox02 .img {
	float: left;
	padding-right: 20px;
}
.sec.sec01 .secBox.-detail02 .imgBox02 .tit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sec.sec01 .secBox.-detail02 .imgBox02 .imgBox02_col01 .tit {
	color: #999;
}
.sec.sec01 .secBox.-detail02 .imgBox02 .imgBox02_col02 .tit {
	color: #dc5e05;
}
.sec.sec01 .secBox.-detail03 .colBox {
	overflow: hidden;
}
.sec.sec01 .secBox.-detail03 .colBox .imgArea,
.sec.sec01 .secBox.-detail03 .colBox .txtArea {
	display: inline-block;
	vertical-align: top;
}
.sec.sec01 .secBox.-detail03 .colBox .imgArea {
	width: 150px;
    margin-right: 50px;
}
.sec.sec01 .secBox.-detail03 .colBox .txtArea {
	width: 610px;
}

@media screen and (max-width: 768px) {
	.sec.sec01 .secBox.-detail01 .dataImg {
		width: 230px;
	}
	.sec.sec01 .secBox.-detail01 .dataList {
		margin: 50px 0 0;
	}
	.sec.sec01 .secBox.-detail01 .dataList li {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}
	.sec.sec01 .secBox.-detail01 .dataList li.data01 {
		margin-right: 0;
	}
	.sec.sec01 .secBox.-detail01 .dataList .dataList_tit {
		margin: 0 0 15px;
		padding-bottom: 0;
	}
	.sec.sec01 .secBox.-detail01 .dataList li.data01 .dataList_tit img,
	.sec.sec01 .secBox.-detail01 .dataList li.data02 .dataList_tit img,
	.sec.sec01 .secBox.-detail01 .dataList li.data03 .dataList_tit img {
		width: 60px;
	}
	.sec.sec01 .secBox.-detail01 .dataList .dataList_subtit {
		font-size: 16px;
		margin: 0 0 5px;
	}
	.sec.sec01 .secBox.-detail01 .dataList .dataList_subtit span {
		font-size: 13px;
	}
	.sec.sec01 .secBox.-detail01 .dataList li .dataList_img {
		width: 230px;
		margin: 10px auto 0;
	}
	.sec.sec01 .secBox.-detail01 .dataList li.data03 {
		padding: 0;
		margin-bottom: 0;
	}
	.sec.sec01 .secBox.-detail01 .dataList li.data03 .dataBox {
		width: 100%;
		margin-right: 0;
	}
	.sec.sec01 .secBox.-detail01 .dataList .data_note {
		font-size: 10px;
	}
	.sec.sec01 .secBox.-detail01 .dataList li.data03 .dataList_img {
		margin: 15px 0;
	}
	.sec.sec01 .secBox.-detail01 .dataList .dataList_point {
		padding: 15px 10px;
	}
	.sec.sec01 .secBox.-detail01 .dataList .dataList_point p {
		font-size: 16px;
		line-height: 1.6;
	}
	.sec.sec01 .secBox.-detail02 .secBox_tit {
		letter-spacing: -.5px;
	}
	.sec.sec01 .secBox.-detail02 .imgBox01 {
		margin: 0 0 40px;
	}
	.sec.sec01 .secBox.-detail02 .imgBox01 .imgBox01_col01,
	.sec.sec01 .secBox.-detail02 .imgBox01 .imgBox01_col02 {
		float: none;
	}
	.sec.sec01 .secBox.-detail02 .imgBox01 .imgBox01_col01 {
		margin-right: 0;
	}
	.sec.sec01 .secBox.-detail02 .imgBox01 .imgBox01_col01 .img {
		margin: 0 auto 35px;
		width: 230px;
	}
	.sec.sec01 .secBox.-detail02 .imgBox01 .imgBox_note {
		padding-left: 15px;
    	margin-top: 15px;
	}
	.sec.sec01 .secBox.-detail02 .imgBox02 {
		padding-right: 0;
	}
	.sec.sec01 .secBox.-detail02 .imgBox02 .imgBox02_col01,
	.sec.sec01 .secBox.-detail02 .imgBox02 .imgBox02_col02 {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.sec.sec01 .secBox.-detail02 .imgBox02 .img {
		float: none;
		padding-right: 0;
		width: 130px;
		margin: 0 auto 10px;
	}
	.sec.sec01 .secBox.-detail02 .imgBox02 .txt p {
		text-align: center;
	}
	.sec.sec01 .secBox.-detail02 .imgBox02 .tit {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 0;
	}
	.sec.sec01 .secBox.-detail02 .imgBox02 .imgBox02_col01 {
		margin-bottom: 30px;
	}
	.sec.sec01 .secBox.-detail03 .colBox .imgArea,
	.sec.sec01 .secBox.-detail03 .colBox .txtArea {
		display: block;
	}
	.sec.sec01 .secBox.-detail03 .colBox .imgArea {
		width: 91px;
		margin: 0 auto 20px;
	}
	.sec.sec01 .secBox.-detail03 .colBox .txtArea {
		width: 100%;
	}
	.sec.sec01 .secBox.-first::before {
		background: url(../img/sec01_secbox_deco01_sp.jpg) no-repeat top left;
		background-size: 65px 65px;
	}
	.sec.sec01 .secBox.-first::after {
		background: url(../img/sec01_secbox_deco02_sp.jpg) no-repeat top left;
		background-size: 65px 65px;
	}
	.sec.sec01 .secBox::before {
		background: url(../img/sec01_secbox_deco03_sp.jpg) no-repeat top left;
		background-size: 65px 65px;
	}
	.sec.sec01 .secBox::after {
		background: url(../img/sec01_secbox_deco04_sp.jpg) no-repeat top left;
		background-size: 65px 65px;
	}
}



/* sec02
----------------------------------------------------------------------------*/

.sec02 {
	background: url("../img/sec02_bg.jpg") repeat top center;
}
.sec.sec02::before {
	background: url("../img/sec02_line_pc.jpg") repeat-x top center;
	background-size: 300px 20px;
}
.sec.sec02 .sec_deco {
	background: url("../img/sec02_bg.jpg") repeat top center;
}
.sec.sec02 .secBlock .titArea .point {
	background: #d92f1e;
}
.sec.sec02 .secBlock .titArea .point::after {
	border-color: #d92f1e  transparent transparent transparent;
}

.sec.sec02 .secBox .secBox_tit,
.sec.sec02 .secBlock .titArea .tit span {
	color: #d92f1e;
}

.sec.sec02 .secBox {
	border-color: #d92f1e;
}
.sec.sec02 .secBox.-first::before {
	background: url("../img/sec02_secbox_deco01_pc.jpg") no-repeat top left;
	background-size: 100px 100px;
	top: -30px;
}
.sec.sec02 .secBox.-first::after {
	background: url("../img/sec02_secbox_deco02_pc.jpg") no-repeat top right;
	background-size: 100px 100px;
	bottom: -34px;
}
.sec.sec02 .secBox::before {
	background: url("../img/sec02_secbox_deco03_pc.jpg") no-repeat top left;
	background-size: 100px 100px;
	top: -23px;
    left: -24px;
}
.sec.sec02 .secBox::after {
	background: url("../img/sec02_secbox_deco04_pc.jpg") no-repeat top right;
	background-size: 100px 100px;
	bottom: -26px;
    right: -25px;
}
.sec.sec02 .secBox.-first .imgArea {
    margin-right: 30px;
}
.sec.sec02 .secBox.-first .imgArea.spOnly {
	display: none;
}
.sec.sec02 .secBox_inner {
	border-color: #d92f1e;
}
.sec.sec02 .secBox.-detail01 .secBox_inner {
	padding: 45px;
}
.sec.sec02 .secBox.-detail01 .colBox .imgArea,
.sec.sec02 .secBox.-detail01 .colBox .txtArea {
	display: inline-block;
	vertical-align: top;
}
.sec.sec02 .secBox.-detail01 .colBox .imgArea {
	width: 500px;
    margin-right: 40px;
}
.sec.sec02 .secBox.-detail01 .colBox .txtArea {
	width: 350px;
}
.sec.sec02 .secBox.-detail01 .colBox .txtArea .storng {
	background: #d92f1e;
	border-radius: 10px;
	padding: 20px 15px;
	margin: 0 0 25px;
}
.sec.sec02 .secBox.-detail01 .colBox .txtArea .storng p {
	color: #fcee21;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.sec.sec02 .secBox.-detail01 .colBox .txtArea .storng p span.equal {
	color: #fff;
	padding: 0 10px;
}

.sec.sec02 .secBox.-detail02 .secBox_inner {
	padding: 70px;
}
.sec.sec02 .secBox.-detail02 .colBox {
	padding-right: 60px;
	overflow: hidden;
}
.sec.sec02 .secBox.-detail02 .colBox li {
	width: 400px;
	float: left;
	margin-right: 60px;
}
.sec.sec02 .secBox.-detail02 .colBox li:last-child {
	margin-right: -60px;
}
.sec.sec02 .secBox.-detail02 .colBox .img {
	margin: 0 0 20px;
}
.sec.sec02 .secBox.-detail02 .colBox li:first-child .img {
	margin: 20px 0 0;
}
.sec.sec02 .secBox.-detail02 .colBox li:first-child .txt {
	width: 269px;
}
.sec.sec02 .secBox.-detail02 .colBox li:first-child .repletion {
    width: 120px;
    height: 213px;
    float: right;

}

@media screen and (max-width: 768px) {
	.sec.sec02 .secBox.-first .imgArea.pcOnly {
		display: none;
	}
	.sec.sec02 .secBox.-first .imgArea.spOnly {
		display: block;
	}
	.sec.sec02 .secBox.-first .imgArea {
		margin-right: auto;
	}
	.sec.sec02 .secBox.-detail01 .secBox_inner {
		padding: 30px 0;
	}
	.sec.sec02 .secBox.-detail01 .colBox .imgArea,
	.sec.sec02 .secBox.-detail01 .colBox .txtArea {
		display: block;
	}
	.sec.sec02 .secBox.-detail01 .colBox .imgArea {
		width: 270px;
		margin: 0 auto 15px;
	}
	
	.sec.sec02 .secBox.-detail01 .colBox .txtArea {
		width: 100%;
		padding: 0 30px;
	}
	.sec.sec02 .secBox.-detail01 .colBox .txtArea .storng {
		padding: 10px;
		margin: 0 0 15px;
		line-height: 1.2;
	}
	.sec.sec02 .secBox.-detail01 .colBox .txtArea .storng p {
		font-size: 20px;
	}
	.sec.sec02 .secBox.-detail01 .colBox .txtArea .storng span {
		display: inline-block;
		vertical-align: middle;
	}
	.sec.sec02 .secBox.-detail02 .secBox_inner {
		padding: 30px;
	}
	.sec.sec02 .secBox.-detail02 .colBox {
		padding-right: 0;
	}
	.sec.sec02 .secBox.-detail02 .colBox li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.sec.sec02 .secBox.-detail02 .colBox li:first-child {
		margin: 0 0 35px;
	}
	.sec.sec02 .secBox.-detail02 .colBox li:first-child .repletion {
		width: 230px;
		height: auto;
		float: none;
		margin: 0 0 10px;
	}
	.sec.sec02 .secBox.-detail02 .colBox li:first-child .txt {
		width: 100%;
	}
	.sec.sec02 .secBox.-detail02 .colBox li:first-child .img {
		display: none;
	}
	.sec.sec02 .secBox.-detail02 .colBox .img {
		margin: 0 0 15px;
	}
	.sec.sec02 .secBox.-first::before {
		background: url(../img/sec02_secbox_deco01_sp.jpg) no-repeat top left;
		background-size: 65px 65px;
		top: -21px;
    	left: -15px;
	}
	.sec.sec02 .secBox.-first::after {
		background: url(../img/sec02_secbox_deco02_sp.jpg) no-repeat top left;
		background-size: 65px 65px;
		bottom: -22px;
    	right: -16px;
	}
	.sec.sec02 .secBox::before {
		background: url(../img/sec02_secbox_deco03_sp.jpg) no-repeat top left;
		background-size: 65px 65px;
		top: -14px;
    	left: -15px;
	}
	.sec.sec02 .secBox::after {
		background: url(../img/sec02_secbox_deco04_sp.jpg) no-repeat top left;
		background-size: 65px 65px;
		bottom: -17px;
    	right: -16px;
	}
}



/* sec03
----------------------------------------------------------------------------*/

.sec03 {
	background: url("../img/sec03_bg.jpg") repeat top center;
}
.sec.sec03::before {
	background: url("../img/sec03_line_pc.jpg") repeat-x top center;
	background-size: 300px 20px;
}
.sec.sec03 .sec_deco {
	background: url("../img/sec03_bg.jpg") repeat top center;
}
.sec.sec03 .coordinateArea {
	width: 1092px;
    margin: 0 auto;
	overflow: hidden;
}
.sec.sec03 .coordinateArea li {
	width: 364px;
	float: left;
}
.sec.sec03 .coordinateArea li .coordinateArea_img {
	margin: 0 0 10px;
}
.sec.sec03 .coordinateArea li .coordinateArea_tit {
	font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
	margin: 0 0 15px;
}
.sec.sec03 .coordinateArea li .coordinateArea_tit span {
	color: #7e4c8e;
	font-size: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.sec.sec03 .coordinateArea li .coordinateArea_txt {
	border-top: 1px solid #7e4c8e;
	padding-top: 15px;
	width: 318px;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.sec.sec03 .sec_tit {
		letter-spacing: -.5px;
	}
	.sec.sec03 .coordinateArea {
		width: 100%;
	}
	.sec.sec03 .coordinateArea li {
		width: 100%;
		float: none;
		margin-bottom: 55px;
	}
	.sec.sec03 .coordinateArea li:last-child {
		margin-bottom: 0;
	}
	.sec.sec03 .coordinateArea li .coordinateArea_img {
		max-width: 326px;
		margin: 0 auto 10px;
	}
	.sec.sec03 .coordinateArea li .coordinateArea_txt {
		max-width: 285px;
	}
}



/* voice
----------------------------------------------------------------------------*/

.voice {
    background: url(../img/voice_bg.jpg) repeat top center;
	padding: 130px 0;
	position: relative;
}
.voice::before,
.voice::after {
	content: "";
	position: absolute;
	background: url("../img/voice_line.png") repeat-x top left;
	width: 100%;
	height: 4px;
}
.voice::before {
	top: 30px;
}
.voice::after {
	bottom: 30px;
}
.voice_tit {
	width: 144px;
	margin: 0 auto;
}
.voice .voiceList {
	margin: 0 0 70px;
}
.voice .voiceList li {
	width: 870px;
	background: #fff;
	border-radius: 30px;
	padding: 10px;
	margin: 75px 0 0;
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
	position: relative;
}
.voice .voiceList li.orange {
	margin-left: 170px;
}
.voice .voiceList li.pink {
	margin-right: 170px;
}
.voice .voiceList li .aword {
	position: absolute;
	width: 200px;
	height: 90px;
	border-radius: 20px;
	padding: 10px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
	top: -30px;
}
.voice .voiceList li .aword::after {
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: -33px;
}
.voice .voiceList li.orange .aword {
	background: #da6100;
	right: -30px;
}
.voice .voiceList li.orange .aword::after {
	background: url("../img/aword_orange.png") no-repeat top left;
	right: 115px;
}
.voice .voiceList li.pink .aword {
	background: #d5557f;
	left: -30px;
}
.voice .voiceList li.pink .aword::after {
	background: url("../img/aword_pink.png") no-repeat top left;
	left: 115px;
}
.voice .voiceList li .voiceList_inner {
	border: 1px solid;
	border-radius: 30px;
	padding: 30px 55px;
	overflow: hidden;
}
.voice .voiceList li.orange .voiceList_inner {
	border-color: #da6100;
}
.voice .voiceList li.pink .voiceList_inner {
	border-color: #d5557f;
}
.voice .voiceList li .voiceList_img,
.voice .voiceList li .voiceList_txt {
	float: left;
}
.voice .voiceList li.pink .voiceList_img,
.voice .voiceList li.pink .voiceList_txt {
	float: right;
}
.voice .voiceList li .voiceList_img {
	width: 230px;
	margin-right: 50px;
}
.voice .voiceList li.pink .voiceList_img {
	margin-right: 0;
	margin-left: 50px;
}
.voice .voiceList li .voiceList_txt {
	width: 455px;
}
.voice .voiceList li .voiceList_txt .nameSet {
	font-size: 34px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0 0 15px;
}
.voice .voiceList li.pink .voiceList_txt .nameSet {
	text-align: right;
	padding-right: 8px;
}
.voice .voiceList li .voiceList_txt .nameSet span {
	font-size: 21px;
}
.voice .voiceList li .voiceList_txt .nameSet span.sama {
	padding-right: 20px;
}

@media screen and (max-width: 768px) {
	.voice {
		padding: 85px 0;
	}
	.voice_tit {
		width: 93px;
	}
	.voice::before, .voice::after {
		height: 3px;
		background-size: auto 3px;
	}
	.voice .voiceList {
		margin: 0 0 60px;
	}
	.voice .voiceList li {
		width: 100%;
		border-radius: 25px;
		margin: 70px 0 0;
	}
	.voice .voiceList li.orange {
		margin-left: 0;
	}
	.voice .voiceList li.pink {
		margin-right: 0;
	}
	.voice .voiceList li .voiceList_inner {
		border-radius: 25px;
		padding: 50px 35px 35px;
	}
	.voice .voiceList li .voiceList_img,
	.voice .voiceList li .voiceList_txt {
		float: none;
	}
	.voice .voiceList li .voiceList_img {
		margin: 0 auto 20px;
	}
	.voice .voiceList li .aword {
		width: 195px;
		height: 80px;
		border-radius: 20px;
		padding: 10px;
		color: #fff;
		font-size: 22px;
		top: -35px;
	}
	.voice .voiceList li.orange .aword {
		right: 0;
	}
	.voice .voiceList li.pink .aword {
		left: 0;
	}
	.voice .voiceList li.orange .aword::after {
		right: 20px;
	}
	.voice .voiceList li.pink .aword::after {
		left: 20px;
	}
	.voice .voiceList li .voiceList_txt {
		width: 100%;
	}
	.voice .voiceList li .voiceList_txt .nameSet {
    	font-size: 28px;
		text-align: center;
		line-height: 1;
	}
	.voice .voiceList li .voiceList_txt .nameSet span {
		font-size: 16px;
	}
	.voice .voiceList li .voiceList_txt .nameSet span.sama {
		padding-right: 0;
	}
	.voice .voiceList li.pink .voiceList_txt .nameSet {
		text-align: center;
		padding-right: 0;
	}
}



/* prArea
----------------------------------------------------------------------------*/

.prArea {
	background: url("../img/sec_bg.jpg") repeat top center;
    background-size: cover;
	padding: 100px;
}

.prArea .readBlock {
	position: relative;
	min-height: 750px;
	margin: 0 0 65px;
}
.prArea .readBlock .txtBox {
	width: 435px;
}
.prArea .readBlock .txtBox p {
	line-height: 2;
}
.prArea .readBlock .txtBox .logo {
	padding: 30px 0;
	margin: 0 0 30px;
	border-bottom: 1px solid #000;
}
.prArea .readBlock .main {
	position: absolute;
    top: 0;
    right: -150px;
	width: 700px;
	height: 700px;
}
.prArea .readBlock .imgBox .sicure {
	position: absolute;
    top: 420px;
    left: 200px;
    width: 400px;
    height: 360px;
}
.prArea .readBlock .readBlock_point {
	padding: 50px 0 0;
}
.prArea .readBlock .readBlock_point li {
	width: 180px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #f4335c;
	border-radius: 10px;
	padding: 10px;
    line-height: 1.4;
	margin: 0 0 10px
}

.prArea .pointBlock {
	background: #fff;
	padding: 70px;
	margin: 0 0 70px;
}
.prArea .pointBlock .pointBlock_tit {
	color: #d6335c;
	font-size: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 500;
	text-align: center;
	margin: 0 0 45px;
}
.prArea .pointBlock .pointBlock_tit span {
	border-bottom: 1px solid #d6335c;
	padding: 0 0 10px;
}

.prArea .pointBlock .pointList {
	padding-right: 50px;
	margin-bottom: 100px;
	overflow: hidden;
}
.prArea .pointBlock .pointList li {
	width: 425px;
	margin: 0 50px 50px 0;
	float: left;
}
.prArea .pointBlock .pointList li:nth-child(2n) {
	margin-right: -50px;
}
.prArea .pointBlock .pointList li:nth-child(n+2) {
	margin-bottom: 0;
}
.prArea .pointBlock .pointList .itemImg {
	margin: 0 0 20px;
}
.prArea .pointBlock .pointList .tit {
	color: #d6335c;
	font-size: 22px;
	text-align: center;
	margin: 0 0 10px;
}

.prArea .pointBlock .variationList {
	padding-right: 35px;
	overflow: hidden;
}
.prArea .pointBlock .variationList li {
	width: 276px;
	margin-right: 35px;
	float: left;
}
.prArea .pointBlock .variationList li:last-child {
	margin-right: -35px;
}
.prArea .pointBlock .variationList .itemImg {
	margin: 0 0 25px;
}
.prArea .pointBlock .variationList .tit {
	text-align: center;
	margin: 0 0 10px;
}
.prArea .pointBlock .variationList li p {
	text-align: center;
}
.prArea .pointBlock .variationList li:nth-child(2) p {
	letter-spacing: -1px;
}


@media screen and (max-width: 768px) {

	.prArea {
		background-size: contain;
		padding: 0 0 55px;
	}
	.prArea .readBlock {
		min-height: auto;
		margin: 0 0 40px;
	}
	.prArea .readBlock .main {
		position: relative;
		top: inherit;
		right: inherit;
		width: auto;
		height: 280px;
		margin: 0 -30px;
	}
	.prArea .readBlock .txtBox {
		width: 100%;
		padding: 0 20px;
	}
	.prArea .readBlock .txtBox .logo {
		padding: 40px 0 20px;
		margin: 0;
		border-bottom: none;
	}
	.prArea .readBlock .txtBox .sicure {
		width: 265px;
    	margin: 0 auto;
	}
	.prArea .readBlock .readBlock_point {
		padding: 15px 0;
	}
	.prArea .readBlock .readBlock_point {
		overflow: hidden;
		padding-right: 10px;
	}
	.prArea .readBlock .readBlock_point li {
		width: 50%;
		color: #fff;
		font-size: inherit;
		float: left;
		margin: 0 10px 0 0;
	}
	.prArea .readBlock .readBlock_point li:last-child {
		margin-right: -10px;
	}
	.prArea .pointBlock {
    	padding: 25px 45px;
	}
	.prArea .pointBlock .pointBlock_tit {
		font-size: 18px;
		margin: 0 0 25px;
	}
	.prArea .pointBlock .pointBlock_tit span {
		padding: 0 0 5px;
		letter-spacing: -1px;
	}
	.prArea .pointBlock .pointList {
    	padding-right: 0;
		margin-bottom: 45px;
	}
	.prArea .pointBlock .pointList li {
		width: 100%;
		margin: 0 0 35px;
		float: none;
	}
	.prArea .pointBlock .pointList li:nth-child(n+2) {
		margin-bottom: 35px;
	}
	.prArea .pointBlock .pointList li:nth-child(2n) {
		margin-right: 0;
	}
	.prArea .pointBlock .pointList li:last-child {
		margin-bottom: 0;
	}
	.prArea .pointBlock .pointList .itemImg {
		margin: 0 auto 10px;
		width: 230px;
	}
	.prArea .pointBlock .pointList .tit {
		font-size: 16px;
		margin: 0;
	}
	.prArea .pointBlock .variationList {
		padding-right: 0;
	}
	.prArea .pointBlock .variationList li {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 30px;
	}
	.prArea .pointBlock .variationList .itemImg {
		margin: 0 0 15px;
	}
	.prArea .pointBlock .variationList li .tit {
		margin: 0 auto;
	}
	.prArea .pointBlock .variationList li:first-child .tit {
		width: 59px;
	}
	.prArea .pointBlock .variationList li:nth-child(2) .tit {
		width: 122px;
	}
	.prArea .pointBlock .variationList li:nth-child(3) .tit {
		width: 84px;
	}
	.prArea .pointBlock .variationList li:last-child {
		margin: 0;
	}
}

