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

@media screen and (min-width:100px) and ( max-width:468px) { 
/*　for Mobile 　*/

/* Header */
#d1751587 h3 {
    margin: 0 0 20px !important;
	font-size: 26px !important;
    text-align: center;
	line-height: 1.4;
}

/* Wave */
.make_waves_gc .col_text {
    padding: 0px !important;
}
.make_waves_gc .col_text h3 {
    font-size: 26px !important;
    margin-bottom: 10px !important;
    text-align: center;
}
.make_waves_gc.layer_img.layer_img_r {
    margin-bottom: 80px !important;
}
.make_waves_gc .layer_img_link {
    margin-bottom: 40px;
}

/* FEATURES */
.feature_sideimg {
    margin: 40px 0;
}

/* FEATURES - Modal Window */
.modal-dialog.modal-lg .media-box.media-image.pull-right {
    margin-left: 0px !important;
    text-align: center;
    float: none !important;
}
}

@media screen and (min-width:469px) and ( max-width:767px) {
/*　for Tablet　*/

/* Header */
#d1751587 h3 {
    margin-bottom: 10px !important;
	font-size: 26px !important;
    text-align: center;
}

/* Wave */
.make_waves_gc .col_text h3 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}
.make_waves_gc .layer_img_link {
    margin-bottom: 40px;
}
.make_waves_gc.layer_img.layer_img_r {
    margin-bottom: 30px !important;
}

/* FEATURES */
.feature_sideimg {
    margin: 40px 0;
}
}

@media screen and (min-width:768px) and (max-width:1080px) {
/*　for Tablet　*/

/* Header */
#d1751587 h3 {
	font-size: 2.em;
}

/* Wave */
.make_waves_gc .col_text h3 {
    font-size: 24px !important;
}

/* FEATURES */

.feature_sideimg h3 {
    font-size: 22px;
}

.feature_sideimg .feature_sideimg_text,
.feature_sideimg.feature_sideimg_r .feature_sideimg_image figure {
    margin-top: 0;
}

.feature_sideimg.feature_sideimg_r .feature_sideimg_image figure {
    margin-left: 0px !important;
	background: lightblue;
}
.col-lg-4.col-md-4.col-sm-12.col-xs-12.feature_sideimg_image img {
    max-width: 100% !important;
}
}

@media screen and (min-width:1080px) {
.col-lg-4.col-md-4.col-sm-12.col-xs-12.feature_sideimg_image img {
    max-width: 500px !important;
}
}

/* ///////////////////////////////////////////////////////////////////////////////// */

/* Header Banner Image */
.images-for-slider-full-width .container-fluid {
	max-width: 100%;
    padding: 0;
}

/* Header */
#d1751587 {
	margin: 50px auto;
}

#d1751587 h3 {
	margin: 50px 0 30px;
	font-size: 2.5em;
    text-align: center;
}

/* Wave */
.make_waves_gc.layer_img {
    padding-top: 2.5rem;
}
.make_waves_gc .col_text h3 {
    font-size: 28px;
    margin-bottom: 30px;
}
.make_waves_gc .col_text p {
    color: #333;
    line-height: 1.6em;
}

/* FEATURES */
.feature_sideimg {
    margin: 80px 0;
	background-color: #dcdcdc;
}
.feature_sideimg .feature_1col {
    margin-top: 0;
    margin-bottom: 30px;
}
.feature_sideimg.feature_sideimg_r .feature_sideimg_image figure {
    margin-top: 0;
	margin-left: 0px !important;
}

.feature_sideimg .feature_sideimg_text .feature_1col .feature_1col_img {
    height: auto;
}

/* Button */
#d1745951 a {
    display: block;
	width: 260px;
	margin: 20px auto 0;
	padding: 1.5rem 3.5rem;
    color: #fff;
    font-size: 13px;
	font-weight: 700;
    text-align: center;
	text-transform: uppercase;
	line-height: 1.4;
	background: #636;
    background: linear-gradient(90deg,#636,#fcc);
	border: none;
    border-radius: 30px;
}