@charset "utf-8";





/*COMMON*/
html { -webkit-text-size-adjust:none; -webkit-print-color-adjust:exact; }
body { width:100%; -webkit-text-size-adjust:none; text-rendering:optimizeLegibility; }
body,div,span,a,p,img,ul,li,h1,h2,h3,h4,h5,h6,input,textarea,select,section { margin:0; padding:0; box-sizing:border-box; }
input:focus,textarea:focus,select:focus { outline:none; }
a { text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0); }
a:focus { outline:none; }
h1,h2,a,p { color:#333333; }
h1,h2,p { letter-spacing:1px; }
img { width:100%; height:auto; border-style:none; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none; -webkit-user-drag:none; user-drag:none; pointer-events:none; vertical-align:bottom; }
.kerning { font-feature-settings:"palt"; }
.ie .nokerning,.edge .nokerning { font-feature-settings:normal; }
.mac { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
.ja1 { font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; }
.clear { clear:both !important; float:none !important; width:0 !important; height:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; }
.opa { opacity:0; }
.none { display:none !important; }
.pc a[href^="tel:"] { cursor:default; pointer-events:none; }
.pc a {
	transition-duration:0.5s;
	transition-property:opacity;
}
.pc a:hover {
	opacity:0.75;
}
@media (min-width:1025px){
	.tb_disp { display:none !important; }
	.sp_disp { display:none !important; }
	.pc_disp { display:inline-block !important; }
}
@media (min-width:600px) and (max-width:1024px){
	.pc_disp { display:none !important; }
	.sp_disp { display:none !important; }
	.tb_disp { display:inline-block !important; }
}
@media (max-width:599px){
	.pc_disp { display:none !important; }
	.tb_disp { display:none !important; }
	.sp_disp { display:inline-block !important; }
	h1,h2,p { letter-spacing:0.5px; }
}





/*WRAP*/
.wrap {
	width:100%;
}
.wrap_inner {
	width:100%;
	position:relative;
	overflow:hidden;
}
@media (max-width:599px){
}





/*HEADER*/
.header {
	width:100%;
	min-width:1200px;
	background-color:#ffffff;
	position:absolute;
	top:0;
	left:0;
}
.header_inner {
	width:100%;
}
.header_block {
	width:100%;
	height:90px;
	position:relative;
}
.header_logo {
	width:380px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -480px;
}
.header_logo a {
	display:block;
	width:100%;
}
@media (max-width:599px){
	.header { min-width:100%; }
	.header_block { height:60px; }
	.header_logo { width:230px; top:50%; left:30px; margin:-15px 0 0 0; }
}





/*FIX*/
.fix {
	width:100%;
	min-width:1200px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:100;
}
.fix_inner {
	width:100%;
}
.fix_block {
	width:100%;
	position:relative;
}
.fix_back {
	width:60px;
	position:absolute;
	bottom:60px;
	right:60px;
}
.fix_back a {
	display:block;
	width:100%;
    user-select:none;
    pointer-events:none;
}
.fix_back a img {
    opacity:0;
}
.fix_on .fix_back a {
    user-select:auto;
    pointer-events:auto;
}
@media (max-width:599px){
	.fix { min-width:100%; }
	.fix_back { width:50px; bottom:30px; right:30px; }
}





/*CONTENTS*/
.contents {
	width:100%;
	min-width:1200px;
}
.contents_inner {
	width:100%;
}
.contents_section {
	width:100%;
	padding:100px 0 100px 0;
}
.contents_section_inner {
	width:100%;	
}
.contents_block {
	width:100%;
	max-width:960px;
	margin:0 auto;
}
.contents_title {
	width:100%;
	margin:0 0 45px 0;
	text-align:center;	
}
.contents_title h2 {
	font-size:60px;
	line-height:60px;
	font-weight:700;
}
.contents_caption {
	width:100%;
	margin:45px 0 0 0;
	text-align:center;	
}
.contents_caption p {
	font-size:16px;
	line-height:32px;
}
.contents_subtitle {
	width:100%;
	margin:0 0 45px 0;
	text-align:center;		
	position:relative;
	font-size:0;
	line-height:0;
}
.contents_subtitle h3 {
	display:inline-block;
	padding:0 30px 0 30px;
	font-size:40px;
	line-height:40px;
	font-weight:700;
	color:#E50011;
	background-color:#FBE2EA;
	position:relative;
}
.contents_subtitle::before {
	content:"";
	width:100%;
	height:2px;
	background-color:#E50011;
	position:absolute;
	top:50%;
	left:0;
	margin:-1px 0 0 0;
}
.contents_text {
	width:100%;	
	margin:0 0 45px 0;
	text-align:center;	
}
.contents_text p {
	font-size:20px;
	line-height:40px;
}
.contents_text p a {
	font-weight:700;
	color:#E50011;
	text-decoration:underline;
}
.contents_copy {
	width:100%;	
	margin:0 0 30px 0;
	text-align:center;		
}
.contents_copy p {
	font-size:30px;
	line-height:60px;
	font-weight:700;
}
.contents_illustration {
	width:75px;		
	position:absolute;
}
.contents_illustration1 {
	top:-225px;
	left:-130px;
}
.contents_illustration2 {
	top:-225px;
	left:700px;
	transform:scale(-1,1);
}
.contents_illustration3 {
	width:60px;	
	top:-185px;
	left:770px;
}
.contents_illustration4 {
	top:-140px;
	left:1000px;
}
.contents_illustration5 {
	top:-220px;
	left:-130px;
}
.contents_illustration6 {
	top:-175px;
	left:1015px;
	transform:scale(-1,1);
}
.contents_illustration7 {
	top:-160px;
	left:-120px;
}
.contents_illustration8 {
	top:-175px;
	left:-130px;
}
.contents_illustration9 {
	top:15px;
	left:1015px;
	transform:scale(-1,1);
}
.contents_illustration10 {
	top:-120px;
	right:50%;
	margin:0 -600px 0 0 ;
	transform:scale(-1,1);
}
.contents_rabit {
	width:220px;
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 200px;
}
@media (max-width:599px){
	.contents { min-width:100%; }
	.contents_section { padding:60px 30px 60px 30px; }
	.contents_block { max-width:100%; }
	.contents_title { margin:0 0 40px 0; }
	.contents_title h2 { font-size:24px; line-height:24px; }
	.contents_caption { margin:40px 0 0 0; text-align:justify; }
	.contents_caption p { font-size:12px; line-height:24px; }
	.contents_subtitle { margin:0 0 30px 0; }
	.contents_subtitle h3 { font-size:20px; line-height:40px;  padding:0 10px 10px 10px; border-bottom:2px solid #E50011; }
	.contents_subtitle::before { display:none; }
	.contents_text { margin:0 0 30px 0; }
	.contents_text p { font-size:16px; line-height:32px; }
	.contents_copy { margin:0 0 30px 0; }
	.contents_copy p { font-size:16px; line-height:32px; }
	.contents_illustration { width:50px; }
	.contents_illustration1 { top:-100px; left:-5px; }
	.contents_illustration2 { top:-100px; left:calc(100% - 80px); }
	.contents_illustration3 { width:40px; top:-80px; left:calc(100% - 35px); }
	.contents_illustration4 { display:none; }
	.contents_illustration5 { top:-110px; left:-5px; }
	.contents_illustration6 { top:-105px; left:calc(100% - 55px); }
	.contents_illustration7 { top:-100px; left:-5px; }
	.contents_illustration8 { top:-110px; left:-5px; }
	.contents_illustration9 { top:-115px; left:calc(100% - 45px); }
	.contents_illustration10 { top:-55px; right:25px; margin:0; }
	.contents_rabit { width:120px; margin:0 0 -80px 50px; }
}





/*VISUAL*/
#visual {
	padding:90px 0 0 0;
}
#visual .contents_block {
	max-width:100%;
}
.visual_block {
	width:100%;
	height:450px;
	background-repeat:no-repeat;
    background-size:cover;
    background-position:top center;
    background-image:url(../img/img1.jpg);    
    position:relative;
}
.visual_img {
	width:380px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-60px 0 0 150px;
}
.visual_title {
	width:540px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-100px 0 0 -425px;
}
.visual_text {
	width:650px;
    position:absolute;
    top:100%;
    left:50%;
    margin:-90px 0 0 -480px;
    border-radius:22px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.1);
}
@media (max-width:599px){
	#visual { padding:60px 0 0 0; }
	#visual .contents_block { max-width:100%; }
	.visual_block { width:100%; height:auto; }
	.visual_block { background-image:url(../img/img1_sp.jpg); }
	.visual_title { width:100%; position:relative; top:0; left:0; margin:0; }
}





/*INTRO*/
#intro {
	padding:150px 0 75px 0;
	background:url('../img/dot1.svg');
	background-position:center;
	background-size:40px 40px;
	background-color:#FBEFF4;
}
.start_block {
	width:100%;
	position:relative;
}
.start_button {
	width:900px;
	margin:0 auto;
	position:relative;
}
.start_button a {
	display:block;
	width:120px;
	height:45px;
	position:absolute;
	top:150px;
	background-color:#ffffff;
	opacity:0;
}
.start_button > a:nth-child(3) {
	left:540px;
}
.start_button > a:nth-child(4) {
	left:725px;
}
.pc .start_button a {
	transition-duration:0.5s;
	transition-property:opacity;
}
.pc .start_button a:hover {
	opacity:0.25;
}
@media (max-width:599px){	
	#intro { padding:45px 30px 45px 30px; }
	.start_button { width:100%; }
	.start_button a { width:100%; height:auto; position:relative; top:0; background-color:transparent; opacity:1; }
	.start_button > a:nth-child(3) { left:0; margin:30px 0 0 0; }
	.start_button > a:nth-child(4) { left:0; margin:20px 0 0 0; }
	.pc .start_button a:hover { opacity:0.75; }
}





/*POINT*/
#point {
	background-color:#ffffff;
}
.point_block {
	width:100%;
	font-size:0;
	line-height:0;
}
.point_list {
	display:inline-block;
	vertical-align:middle;
	width:calc((100% - 30px) / 2);	
    margin:30px 0 0 0;
    padding:60px 45px 45px 45px;
    border:2px solid #E50011;
    border-radius:12px;
}
.point_block > .point_list:nth-child(even) {
    margin-right:30px;
}
.point_block > .point_list:nth-child(4) {
	height:444px;
}
.point_block > .point_list:nth-child(5) {
	height:444px;
    padding:68px 45px 68px 45px;
}
.point_block > .point_list:nth-child(6) {
	height:465px;
    padding:48px 45px 48px 45px;
}
.point_block > .point_list:nth-child(6) img {
	width:330px;
}
.point_block > .point_list:nth-child(7) {
	height:465px;
}
.point_list img {
	display:block;
    width:300px;
    margin:0 auto;
}
.point_list > p:nth-child(2) {
    margin:45px 0 0 0;
	font-size:24px;
	line-height:24px;
	font-weight:700;
	text-align:center;
}
.point_list > p:nth-child(3) {
    margin:30px 0 0 0;
	font-size:16px;
	line-height:32px;
}
@media (max-width:599px){
	.point_list { display:block; width:100%; margin:30px 0 0 0; padding:40px 30px 40px 30px; border-radius:16px; }
	.point_block > .point_list:nth-child(even) { margin-right:0; }
	.point_list img { display:block; width:90%; margin:0 auto; }
	.point_block > .point_list:nth-child(2) img { width:80%; }
	.point_list > p:nth-child(2) { margin:25px 0 0 0; font-size:18px; line-height:36px; }
	.point_list > p:nth-child(3) { margin:10px 0 0 0; font-size:14px; line-height:28px; }
	.point_block > .point_list:nth-child(4) { height:auto; padding:40px 30px 40px 30px; }
	.point_block > .point_list:nth-child(5) { height:auto; padding:40px 30px 40px 30px; }
	.point_block > .point_list:nth-child(6) { height:auto; padding:40px 30px 40px 30px; }
	.point_block > .point_list:nth-child(6) img { width:90%; }
	.point_block > .point_list:nth-child(7) { height:auto; padding:40px 30px 40px 30px; }
}





/*DETAIL*/
.detail1 {
	background-color:#FBE2EA;
}
.detail2 {
	background: url(../img/dot1.svg);
    background-position: center;
    background-size: 40px 40px;
    background-color: #FBEFF4;
}
.detail_block {
	width:100%;
	font-size:0;
	line-height:0;
	position:relative;
}
.detail_list {
	display:inline-block;
	vertical-align:middle;
	box-shadow:5px 5px 5px rgba(0,0,0,0.25);
	background-color:#ffffff;
    border-radius:12px;
}
.detail_block1 .detail_list {
	width:calc((100% - 120px) / 3);
	height:360px;
	margin:0 60px 0 0;
	padding:40px 40px 40px 40px;
}
.detail_block1 > .detail_list:nth-child(5) {
	margin:0;
}
.detail_block1 .detail_list img {
	margin:0 0 25px 0;
}
.detail_block1 .detail_list p {
	font-size:16px;
	line-height:26px;
	text-align:justify;
	word-break:break-all;
}
.detail_block1 .detail_list p a {
    font-weight: 700;
    color: #E50011;
    border-bottom:1px solid #E50011;
}
.detail_block2 .detail_list {
	width:100%;
	padding:75px 100px 75px 100px;
	text-align:center;
}
.detail_block2 .detail_list > div {
	width:100%;
	font-size:0;
    line-height:0;
}
.detail_block2 .detail_list > div:nth-child(1) p {
	font-size:30px;
    line-height:30px;
    font-weight:700;
    margin:0 0 45px 0;
}
.detail_block2 .detail_list > div:nth-child(1) div {
	display:inline-block;
	vertical-align:middle;
	width:calc((100% - 90px) / 3);
	margin:0 45px 0 0;
}
.detail_block2 .detail_list > div:nth-child(1) > div:nth-last-child(1) {
	margin:0;
}
.detail_block2 .detail_list > div:nth-child(1) div p {
    margin:30px 0 0 0;
    font-size:24px;
    line-height:24px;
    font-weight:700;
}
.detail_block2 .detail_list > div:nth-child(2) {
	width:50px;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:60px;
}
.detail_block2 .detail_list > div:nth-child(3) > p:nth-child(1) {
	font-size:30px;
    line-height:30px;
    font-weight:700;
}
.detail_block2 .detail_list > div:nth-child(3) img {
	width:200px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
.detail_block2 .detail_list > div:nth-child(3) > p:nth-child(3) {
	font-size:16px;
    line-height:32px;
}
.detail_block3 {
	margin:0 0 100px 0;	
}
.detail_block3 .contents_subtitle::before,
.detail_block4 .contents_subtitle::before {
	display:none;
}
.detail_block3 .contents_subtitle h3,
.detail_block4 .contents_subtitle h3 {
	padding:0 15px 0 15px;
	line-height:70px;
	border-bottom:2px solid #EE86A8;
	background-color:transparent;
	color: #EE86A8;
}
.detail_block3 .contents_caption p {
	width:750px;
	margin:0 auto;
	text-align:justify;
}
.detail_block4 .contents_copy {
	margin:0;
}
.detail_block4 .contents_text {
	margin:0;
}
@media (max-width:599px){
	.detail_list { display:block; border-radius:16px; }
	.detail_block1 { margin:0 0 0 0;	 }
	.detail_block1 .detail_list { width:100%; height:auto; margin:30px 0 0 0; padding:30px 30px 40px 30px; }
	.detail_block1 > .detail_list:nth-child(6) { margin:30px 0 0 0; }
	.detail_block1 .detail_list img { display:block; width:60%; margin:0 auto; }
	.detail_block1 .detail_list p { font-size:14px; line-height:28px; text-align:center; margin:20px 0 0 0; }
	.detail_block2 .detail_list { padding:40px 30px 40px 30px; }
	.detail_block2 .detail_list > div:nth-child(1) p { font-size:18px; line-height:36px; margin:0 0 30px 0; }
	.detail_block2 .detail_list > div:nth-child(1) div { display:block; width:100%; margin:0 0 30px 0; }
	.detail_block2 .detail_list > div:nth-child(1) > div:nth-last-child(1) { margin:0; }
	.detail_block2 .detail_list > div:nth-child(1) div img { display:block; width:60%; margin:0 auto; }
	.detail_block2 .detail_list > div:nth-child(1) div p { margin:15px 0 0 0; font-size:14px; line-height:14px; }
	.detail_block2 .detail_list > div:nth-child(2) { width:40px; margin-top:40px; margin-bottom:40px; }
	.detail_block2 .detail_list > div:nth-child(3) > p:nth-child(1) { font-size:18px; line-height:36px; }
	.detail_block2 .detail_list > div:nth-child(3) img { width:150px; margin-top:20px; margin-bottom:20px; }
	.detail_block2 .detail_list > div:nth-child(3) > p:nth-child(3) { font-size:14px; line-height:28px; }
	.detail_block3 { margin:0 0 60px 0;	 }
	.detail_block3 .contents_subtitle h3,
	.detail_block4 .contents_subtitle h3 { padding:0 10px 10px 10px; line-height:40px; }
	.detail_block3 .contents_caption p { width:100%; }
	.detail_block3 .contents_copy { margin:0 0 25px 0; }
	.detail_block4 .contents_copy { margin:0; }
	.detail_block3 .contents_text { text-align:justify; }
	.detail_block3 .contents_text p { font-size:14px; line-height:28px; }
	.detail_block4 .contents_text { margin:0; }
	.detail_block4 .contents_text p { font-size:14px; line-height:28px; }
	.detail_block3 .contents_caption { margin: 30px 0 0 0; }
	.detail_block1 > .detail_list:nth-child(5) { margin:30px 0 0 0; }
}





/*FLOW*/
#flow {
	padding-bottom:0;
	background-color:#ffffff;
}
#flow .contents_title {
	margin:0 0 75px 0;		
}
.flow_block {
	width:100%;	
	position:relative;
}
.flow_block::before {
	content:"";
	width:120px;	
	height:2600px;	
	background-color:#AAA1CC;
	position:absolute;
	top:150px;
	left:50%;
	margin:0 0 0 -60px;
}
.flow_list {
	width:100%;
	height:230px;
	margin:50px 0 0 0;
	padding:40px 60px 40px 60px;
	background-color:#E9E7F2;
	border-radius:12px;
	position:relative;
}
.flow_block > .flow_list:nth-child(2) {
	border-radius:12px 12px 0 0;	
}
.flow_list p,
.flow_list img {
	display:inline-block;
	vertical-align:middle;
}
.flow_list > p:nth-child(1) {
	width:150px;
	margin:0 40px 0 0;
	font-size:20px;
    line-height:150px;
    font-weight:700;
    color:#978BC1;
	text-align:center;
   	background-color:#ffffff;
	border-radius:50%;
}
.flow_list > p:nth-last-child(1) {
	font-size:20px;
    line-height:40px;
}
.flow_list > p:nth-last-child(1) span {
	font-size:36px;
    line-height:66px;
    font-weight:700;
}
.flow_list img {
	width:auto;
	height:230px;
	position:absolute;
	bottom:0;
	right:30px;
}
.flow_arrow {
	width:230px;
	margin:0 auto;
	margin-top:80px;
	position:relative;
}
.flow_complete {
	width:550px;
	margin:0 auto;
	margin-top:20px;
	padding:50px 0 50px 0;
	border:3px solid #EE86A8;	
	border-radius:20px;	
	font-size:0;
    line-height:0;
    text-align:center;
   	position:relative;
}
.flow_complete img,
.flow_complete p {
	display:inline-block;
	vertical-align:middle;
}
.flow_complete img {
    width: 190px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -90px 0 0 -45px;
}
.flow_complete p {
	font-size:60px;
    line-height:60px;
    font-weight:700;
    color:#EE86A8;
}
.flow_block > .flow_list:nth-child(2) img {
    height:180px;
    right: 90px;
    bottom:20px;
}
.flow_detail {
	width:100%;
	padding:75px 100px 75px 100px;
	text-align:center;
	position: relative;
	background-color:#ffffff;
	border-radius:0 0 12px 12px;	
	border:5px solid #E9E7F2;
}
.flow_detail > div {
	width:100%;
	font-size:0;
    line-height:0;
}
.flow_detail > div:nth-child(1) p {
	font-size:30px;
    line-height:30px;
    font-weight:700;
    margin:0 0 45px 0;
}
.flow_detail > div:nth-child(1) div {
	display:inline-block;
	vertical-align:middle;
	width:calc((100% - 90px) / 3);
	margin:0 45px 0 0;
}
.flow_detail > div:nth-child(1) > div:nth-last-child(1) {
	margin:0;
}
.flow_detail > div:nth-child(1) div p {
    margin:30px 0 0 0;
    font-size:24px;
    line-height:24px;
    font-weight:700;
}
.flow_detail > div:nth-child(2) {
	width:50px;
	margin:0 auto;
	margin-top:45px;
	margin-bottom:45px;
}
.flow_detail > div:nth-child(3) > p:nth-child(1) {
	font-size:30px;
    line-height:30px;
    font-weight:700;
}
.flow_detail > div:nth-child(3) img {
	width:400px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
.flow_detail > div:nth-child(3) > p:nth-child(3) {
	font-size:16px;
    line-height:32px;
}
@media (max-width:599px){
	#flow .contents_title { margin:0 0 45px 0; }
	.flow_block::before { width:80px;	 height:calc(100% - 400px); top:75px; left:50%; margin:0 0 0 -40px; }
	.flow_list { height:auto; margin:40px 0 0 0; padding:30px 20px 30px 20px; border-radius:16px; }
	.flow_list > p:nth-child(1) { width:80px; margin:0; font-size:14px; line-height:80px; position:absolute; top:-15px; left:-15px; background-color: #EE86A8; color: #ffffff; }
	.flow_list > p:nth-last-child(1) { width:100%; margin:20px 0 0 0; text-align:center; font-size:14px; line-height:28px; }
	.flow_list img { display:block; width:210px; margin:0 auto; height:auto; position:relative; bottom:0; right:0; }
	.flow_arrow { width:180px; margin-top:0;  padding-top:40px; }
	.flow_complete { width:100%; margin:30px 0 0 0; padding:30px 0 30px 0; }	
	.flow_complete img,
	.flow_complete p { display:block; }
	.flow_complete img { width:200px; margin:0 auto; }
	.flow_complete p { font-size:28px; line-height:28px; margin:20px 0 0 0; } 
	.flow_block > .flow_list:nth-child(2) img { height:auto; right:0; bottom:0; }
	.flow_complete { border:2px solid #EE86A8; border-radius:10px; }   
	.flow_complete img { width:150px; position:relative; left:0; top:0; margin:0 auto; } 
	.flow_block > .flow_list:nth-child(2) { border-radius:16px 16px 0 0;	 }
	.flow_list > p:nth-last-child(1) span { font-size:20px; line-height:20px; }
	.flow_detail { padding:40px 30px 40px 30px; }
	.flow_detail > div:nth-child(1) p { font-size:18px; line-height:36px; margin:0 0 30px 0; }
	.flow_detail > div:nth-child(1) div { display:block; width:100%; margin:0 0 30px 0; }
	.flow_detail > div:nth-child(1) > div:nth-last-child(1) { margin:0; }
	.flow_detail > div:nth-child(1) div img { display:block; width:60%; margin:0 auto; }
	.flow_detail > div:nth-child(1) div p { margin:15px 0 0 0; font-size:14px; line-height:14px; }
	.flow_detail > div:nth-child(2) { width:40px; margin-top:30px; margin-bottom:30px; }
	.flow_detail > div:nth-child(3) > p:nth-child(1) { font-size:18px; line-height:36px; }
	.flow_detail > div:nth-child(3) img { width:250px; margin-top:20px; margin-bottom:20px; }
	.flow_detail > div:nth-child(3) > p:nth-child(3) { font-size:14px; line-height:28px; }
}





/*OUTRO*/
#outro {
	padding-top:0;
	padding-bottom:0;
}
#outro .contents_block {
	max-width:100%;
}
.outro_block {
	width:100%;
	margin:0 auto;
	position:relative;
}
.outro_block1 {
	padding:0 0 100px 0;
	background-color:#ffffff;
}
.outro_contact {
	width:960px;
	margin:0 auto;
	padding:60px 0 60px 0;
	border:1px solid #000000;
	text-align:center;
	position:relative;
}
.outro_contact h2 {
	font-size:24px;
    line-height:24px;
    font-weight:700;
    margin:0 0 30px 0;
}
.outro_contact > p:nth-child(2) {
	width:420px;
	font-size:20px;
    line-height:20px;
    margin:0 auto;
   	text-align:center;
}
.outro_contact a {
	display:block;
	width:520px;
    margin:0 auto;
    margin-top:25px;
}
.outro_contact > p:nth-child(4) {
	font-size:16px;
    line-height:16px;
    margin:30px 0 0 0;
}
.outro_block2 {
	padding:75px 0 75px 0;
	background-color:#FFECF0;
}
.outro_logo {
	width:280px;
	margin:0 auto;
}
.outro_logo a {
	display:block;
	width:100%;
}
.outro_text {
	width:100%;
	margin:30px 0 30px 0;
	text-align:center;
}
.outro_text p {
	font-size:14px;
    line-height:34px;
}
.outro_copyright {
	width:100%;
	text-align:center;
}
.outro_copyright p {
	font-size:14px;
    line-height:28px;
}
.outro_contact > img {
	width:130px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-50px 0 0 -300px;
}
@media (max-width:599px){
	#outro { padding-left:0; padding-right:0; }    
	.outro_block1 { padding:0 30px 60px 30px; }
	.outro_contact { width:100%; padding:30px 30px 30px 30px; }
	.outro_contact h2 { font-size:20px; line-height:20px; margin:0 0 20px 0; }
	.outro_contact > p:nth-child(2) { font-size:18px; line-height:28px; margin:0 0 15px 0; }
	.outro_contact a { width:100%; }
	.outro_contact > p:nth-child(4) { font-size:12px; line-height:24px; margin:15px 0 0 0; }
	.outro_block2 { padding:40px 30px 40px 30px; }
	.outro_logo { width:200px; }
	.outro_text { width:100%; margin:20px 0 20px 0; }
	.outro_text p { font-size:12px; line-height:24px; }
	.outro_copyright p { font-size:12px; line-height:24px; }
	.outro_contact > p:nth-child(2) { width:100%; text-align:center; left:0; }
	.outro_contact a { width:100%; text-align:center; left:0; margin:0; }
	.outro_contact > img { width: 100px; top:-25px; left:-15px; margin:0; }
}




