@charset "utf-8";
/* CSS Document */

body {
    position: relative;
}

.fotter_under_group {
    position: fixed;
    bottom: 0;
}

.welcome_background_images {
    background-image: url(../img/welcome_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	    position: relative;
}


.black-background {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    width: 100%;
    bottom: 30%;
    padding: 20px 0;
}

.fotter_under_group .fotter_under_flex_group {
    padding: 15px 20px;
}


.contents_center h2 {
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 1.8em;
    padding: 0 20px;
    box-sizing: border-box;
	    margin-bottom: 20px;
}


.button_flex_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width:700px;
    margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}


a.pink_button {
    color: #fff;
    background-color: #3e2768;
    padding: 15px;
    width: 45%;
    box-sizing: border-box;
    text-align: center;
/*    border-radius: 30px;*/
    position: relative;
}


a.pink_button:hover span.yajirusi , a.black_button:hover span.yajirusi{
	right: 20px;
	transition: all 0.5s ease;

}

a.pink_button:hover , a.black_button:hover{
	opacity:0.8;

}

a.black_button {
    color: #fff;
    background-color: #000000;
    padding: 15px;
    width: 45%;
    box-sizing: border-box;
    text-align: center;
 /*   border-radius: 30px;*/
    position: relative;
}


@media screen and (max-width: 1040px){
	
section.main_contents_box {
    margin-top: 60px;
}


.fotter_under_group {
    position: static;
}


.welcome_background_images_sf{
    background-image: url(../img/welcome_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 650px;
}


.black-background {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    width: 100%;
    bottom: 110px;
    padding: 20px 0;
}

.contents_center h2 {
    font-size: 12px;
    text-align: center;
	margin-bottom: 0;
}

a.pink_button {
    font-size: 12px;
	    margin: 0 10px;
}

a.black_button {
    font-size: 12px;
	    margin: 0 10px;
}


span.yajirusi {
    position: absolute;
    right: 15px;
    transition: all 0.5s ease;
}

a.pink_button:hover span.yajirusi, a.black_button:hover span.yajirusi {
    right: 10px;
}


.button_flex_group {
    margin: 0 auto 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

}




}


@media screen and (max-width: 400px){

.welcome_background_images_sf{
    background-image: url(../img/seback.jpg);
    height:650px;
}

.black-background{
	bottom:150px;
}


.button_flex_group {
 

    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

}

a.pink_button {

    width: 100%;
	margin-bottom:15px;

}

a.black_button {
	
    width: 100%;


}
}