@charset "utf-8";
/* ---------------- // reset ---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
/* ---------------- base ---------------- */
body {
/*font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;*/
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
/*font-family: 'yugo','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
color: #333;
line-height: 1.6;
font-weight: 500;
}
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
body{
    font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}
textarea {
resize: none;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
}
/* ---------------- link ---------------- */
a:link { text-decoration:none; color:#333; }
a:visited { text-decoration:none; color:#333; }
a:hover { text-decoration:none; color:#333; }
a:active { text-decoration:none; color:#333; }
/* ---------------- clearfix ---------------- */
.clearfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size: 0.1em;}
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/
/* ---------------- other ---------------- */
.nowrap {
	white-space: nowrap;
}
.spbr640 {
	display: none;
}
@media only screen and (max-width: 640px) {
.spbr640 {
	display: block;
}
}
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
	content: "";
	display: table;
	clear: both;
}
.row { padding-bottom: 0; }
.col {
	display: block;
	float: left;
	width: 100%;
}
@media screen and (min-width: 768px){

	.gutters .col {
		margin-left: 2%;
	}

	.gutters .col:first-child {
		margin-left: 0;
	}
}
@media ( min-width : 768px ) {
	.span_1 { width: 4.16666666667%; }
    .span_2 { width: 8.33333333333%; }
    .span_3 { width:12.5%; }
    .span_4 { width: 16.6666666667%; }
    .span_5 { width: 20.8333333333%; }
    .span_6 { width: 25%; }
    .span_7 { width: 29.1666666667%; }
    .span_8 { width: 33.3333333333%; }
    .span_9 { width: 37.5%; }
    .span_10 { width: 41.6666666667%; }
    .span_11 { width: 45.8333333333%; }
    .span_12 { width: 50%; }
    .span_13 { width: 54.1666666667%; }
    .span_14 { width: 58.3333333333%; }
    .span_15 { width: 62.5%; }
    .span_16 { width: 66.6666666667%; }
    .span_17 { width: 70.8333333333%; }
    .span_18 { width: 75%; }
    .span_19 { width: 79.1666666667%; }
    .span_20 { width: 83.3333333333%; }
    .span_21 { width: 87.5%; }
    .span_22 { width: 91.6666666667%; }
    .span_23 { width: 95.8333333333%; }
    .span_24 { width: 100%; }

    .gutters .span_1 { width: 2.25%; }
	.gutters .span_2 { width: 6.5%; }
	.gutters .span_3 { width: 10.75%; }
	.gutters .span_4 { width: 15.0%; }
	.gutters .span_5 { width: 19.25%; }
	.gutters .span_6 { width: 23.5%; }
	.gutters .span_7 { width: 27.75%; }
	.gutters .span_8 { width: 32.0%; }
	.gutters .span_9 { width: 36.25%; }
	.gutters .span_10 { width: 40.5%; }
	.gutters .span_11 { width: 44.75%; }
	.gutters .span_12 { width: 49.0%; }
	.gutters .span_13 { width: 53.25%; }
	.gutters .span_14 { width: 57.5%; }
	.gutters .span_15 { width: 61.75%; }
	.gutters .span_16 { width: 66.0%; }
	.gutters .span_17 { width: 70.25%; }
	.gutters .span_18 { width: 74.5%; }
	.gutters .span_19 { width: 78.75%; }
	.gutters .span_20 { width: 83.0%; }
	.gutters .span_21 { width: 87.25%; }
	.gutters .span_22 { width: 91.5%; }
	.gutters .span_23 { width: 95.75%; }
	.gutters .span_24 { width: 100%; }
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mos-box-sizing: border-box;
	-mz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/* -------------------------------------------------------
header
------------------------------------------------------- */
.logo {
	float: left;
}
/* -------------------------------------------------------
nav
------------------------------------------------------- */
.sp_btn_wrap {
	width: 26px;
	height: 20px;
	display: block;
	position: relative;
	top: 0;
	cursor: pointer;
}
.sp_btn1 {
	width: 26px;
	height: 4px;
	background: #005BAC;
	position: absolute;
	top: 0;
}
.sp_btn2 {
	width: 26px;
	height: 4px;
	background: #005BAC;
	position: absolute;
	top: 10px;
}
.sp_btn3 {
	width: 26px;
	height: 4px;
	background: #005BAC;
	position: absolute;
	top: 20px;
}
.sp_btn1,.sp_btn2,.sp_btn3 {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.close .sp_btn1,.close .sp_btn2,.close .sp_btn3 {
	background: #fff;
}
.sb-active .sp_btn1 {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top: -10px;
}
.sb-active .sp_btn2 {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.sb-active .sp_btn3 {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	top: 30px;
}
.menu {
	display: none;
}
.close {
	display: none;
}
@media only screen and (max-width: 769px) {
.menu {
	display: inherit;
	float: right;
}
.close {
	display: inherit;
}
}
/* -------------------------------------------------------
contents
------------------------------------------------------- */
#page_wrap {
	position: relative;
}
.page_body {
	padding: 0 2%;
	width: 100%;
}
.page_wrap {
	width: 100%;
}
.page_wrap2 {
	width: 100%;
}
.contents {
}

.header_content {
	width: 100%;
	background: url(../images/main_img01_pc.jpg) no-repeat;
	background-size: 100% auto;
	position: relative;
}
.header_content:before {
	content: "";
	display: block;
	padding-top: 45%;
}
.top_img {
    position: absolute;
    bottom: 104%;
    z-index: 15;
    text-align: center;
}
.top_img h2{
	text-align: center;
}
.top_img img{
	width: 65%;
}
.header_navi {
	width: 70%;
	margin: 0 auto;
	padding: 0 2%;
}
.header_navi_wrap {
    margin: 10px 0 0;
}
.header_navi_ttl {
	z-index: 10;
}
.header_navi_ttl {
	width: 70%;
	margin: 0 auto;
}
.header_navi_ttl img {
	width: 100%;
}
.header_body {
	position: absolute;
	bottom: 0%;
	left: 0;
	margin: 0;
}
.floating {
    background: #E40045;
    display: none;
    color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    padding: 20px;
    z-index: 20;
    margin: 180px 0 0 0;
}
.pr_ttl {
	text-align: center;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.pr_size1 {
	font-size: 15px;
}
.pr_size2 {
	font-size: 33px;
}
.pr_size3 {
	font-size: 19px;
}
.floating_button_ttl{
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
}
.floating_right_arrow {
	margin: 0 0 5px 0;
	text-align: center;
}
.floating_left {
	float: left;
}
.floating_left img{width:120px;}
.floating_right {
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
}
.floating_right img{width:15px;}
.floating_right_list ul li{
    background: url(../images/arrow02.png) no-repeat,#fff;
    background-position: left 10px center;
    text-align: center;
}
.floating_right_list ul li:first-child {
	margin: 0 0 10px 0;
}
.floating_right_list ul li a {
	color: #E40045;
	padding: 10px 30px;
	display: block;
	font-size: 13px;
	text-align: center;
}
@media only screen and (min-width: 1281px) {
.floating {
    display: inline-block;
    padding: 10px;
}
.pr_size1 {
    font-size: 10px;
}
.pr_size2 {
    font-size: 14px;
}
.pr_size3 {
    font-size: 10px;
}
.floating_left {
	float: none;
	text-align: center;
}
.floating_right {
	float: none;
	margin: 0;
	text-align: center;
}
.floating_button_ttl{
	font-size: 12px;
}
}
@media only screen and (min-width: 1616px) {
.floating {
    display: inline-block;
    padding: 20px;
}
.floating_left {
	float: left;
}
.floating_right {
	float: right;
	margin: 0 0 0 10px;
}
.floating_button_ttl{
	font-size: 14px;
}
.header_navi {
    width: 990px;
    margin: 0 auto;
    padding: 0 1%;
}
.header_navi_ttl {
    text-align: center;
    width:initial;
}
.header_navi_ttl img {
    width: inherit;
}
.top_img img {
    width: 100%;
}
.pr_size1 {
    font-size: 15px;
}
.pr_size2 {
    font-size: 33px;
}
.pr_size3 {
    font-size: 19px;
}
}
.header_right_img {
    position: absolute;
    bottom: 19%;
    left: 15%;
    z-index: 1;
    width: 11%;
}
.header_right_img img{
	width: 100%;
}
.header_left_img {
    position: absolute;
    bottom: 36%;
    left: 2%;
    z-index: 1;
    width: 15%;
}
.header_left_img img{
	width: 100%;
}
.header_body {
	z-index: 10;
}
.header_navi ul li {
	background:url(../images/arrow04.png) no-repeat,#E40045;
	background-position: left 15px top 50%;
	margin: 0 0 15px;
	width: 100%;
}
.header_navi ul li:first-child {
	margin: 0 0 15px;
}
.header_navi ul li a {
	font-size: 13px;
	display: block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}
@media only screen and (min-width: 481px) {
	.header_navi ul li a {
		font-size: 16px;
	}
}
@media only screen and (min-width: 971px) {
	.header_navi ul li a {
		font-size: 12px;
	}
}
@media only screen and (min-width: 1281px) {
.header_navi ul li a {
	font-size: 17px;
}
}
.header_body {
	width: 100%;
}
#section02 {
	background: #8EC21F;
	margin: 50px 0 0 0;
	padding: 0 0 50px 0;
}
.section02_inner_wrap::before {
	padding-top: 400%;
	display: block;
	content: "";
}
.section_green_arrow {
	text-align: center;
}
.section02_inner_wrap {
	position: relative;
}
.section_img1::before {
	padding-top: 409%;
	display: block;
	content: "";
}
.section_img1 {
	background: url(../images/con_img01_sp.png) no-repeat;
	background-size: 100% auto;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: -29px;
}
.img_txt1 p {
    text-align: left;
}
.center_img_wrap {
	padding:0;
}
.center_img {
	text-align: center;
}
.center_img img {
	width: 100%;
}
.lp_box_red ul li {
	font-size: 10px;
	color: #E40045;
	font-weight: bold;
}
.lp_box_red.box_green ul li {
    color: #8EC21F;
}
.lp_box_red ul {
	float: right;
	width: 60%;
}
.lp_box_red_txt {
	width: 100%;
}
.box_red_txt_cover {
	width: 100%;
}
.lp_box_red {
    background: url(../images/red_dot.png);
    color: #E40045;
    padding: 60px 7px 19px;
    border: 8px solid #E40045;
	margin: 80px 0 0 0;
	position: relative;
}
.lp_box_red.box_green {
    background: url(../images/green_dot.png);
    color: #8EC21F;
    border: 8px solid #8EC21F;
    margin: 100px 0 0 0;
}
.balloon {
    position: absolute;
    left: -26px;
    top: -84px;
}
.lp_box_red_txt {
    font-size: 12px;
    margin: 0 0 15px 0;
    text-align: center;
}
.lp_box_red_left {
	float: left;
	width: 38%;
}
.lp_box_red_left img {
	width: 100%;
}
.lp_box_red_right {
    float: left;
    width: 50%;
    margin: 0 0 0 50px;
}
.balloon {
    position: absolute;
    left: 50%;
    top: -52px;
    margin: 0 0 0 -76px;
}
.balloon img {
	width: 152px;
}
.movie_ttl {
	color: #DB0045;
	font-size: 14px;
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
}
.youtube {
    position: relative;
    padding-bottom: 43.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 421px) {
.lp_box_red_txt {
    font-size: 16px;
}
.lp_box_red ul li {
    font-size: 14px;
}
#section02 {
	margin: 100px 0 0 0;
}
}
@media only screen and (min-width: 481px) {
.section_img1 {
	background: url(../images/con_img01_tb.png) no-repeat;
	background-size: 100% auto;
}
.section02_inner_wrap::before {
	padding-top: 250%;
	display: block;
	content: "";
}
.section_img1::before {
	padding-top: 250%;
	display: block;
	content: "";
}
.section_img1 {
    top: -50px;
}
.movie_ttl {
	font-size: 21px;
}
}

@media only screen and (min-width: 641px) {
.lp_box_red {
    padding: 19px;
    margin: 0;
    text-align: center;
}
.lp_box_red_txt {
	float: right;
	width: 60%;
    font-size: 20px;
    text-align: left;
}
.balloon {
    left: 50px;
    top: -83px;
}
.balloon img {
    width: 231px;
}
.center_img_wrap {
	padding: 0 0 100px 0;
}
}
@media only screen and (min-width: 761px) {
.section_img1 {
    background: url(../images/con_img01_pc.png) no-repeat;
	background-size: 100% auto;
}
@media only screen and (min-width: 791px) {
.top_img {
    position: absolute;
    bottom: 104%;
    z-index: 15;
    text-align: center;
    left: 50%;
    margin: 0 0 0 -393px;
}
}
.section02_inner_wrap::before {
	padding-top: 121%;
	display: block;
	content: "";
}
.section_img1::before {
	padding-top: 121%;
	display: block;
	content: "";
}
}
@media only screen and (min-width: 911px) {
	.page_body {
		width: 910px;
		margin: 0 auto;
		padding: 0;
	}
	.balloon img {
	    width: inherit;
	}
	.lp_box_red_txt {
		width: 60%;
	}
	.lp_box_red ul {
	    width: 60%;
	    font-size: 25px;
	}
	.youtube {
	    position: relative;
	    padding-bottom: 43.25%;
	    padding-top: 30px;
	    height: 0;
	    overflow: hidden;
	    margin: 0 auto 20px auto;
	    width: 720px;
	}
	.youtube iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 720px;
	    height: 408px;
	}
	.movie_ttl {
		font-size: 31px;
	}
}
@media only screen and (min-width: 971px) {
	.page_wrap {
		width: 100%;
	}
	.page_wrap2 {
		width: 960px;
		margin: 0 auto;
	}
	.top_img img {
    width: 80%;
	}
	.header_navi ul li {
		float: left;
		margin: 0 0 0 5%;
		width: 30%;
	}
	.header_navi ul li:first-child {
		margin: 0;
	}
}
@media only screen and (min-width: 991px) {
.header_navi ul {
	display: block;
}

.section_img1::before {
	padding-top: 122%;
}
#section02 {
	margin: 200px 0 0 0;
}
}
/*
フォーム
*/
input.input01 {
	width: 100%;
	padding: 5px;
	border: none;
	background: #E6E6E6;
}
textarea.textarea {
	width: 100%;
	padding: 5px;
	border: none;
	background: #E6E6E6;
}
.content_ttl01 {
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #8EC21F;
}
.form_area sup {
	color: #f00;
}
.fomr_list01 dt {
	font-size: 16px;
}
.fomr_list01 dd {
	margin: 0 0 10px;
}
.privacy_box {
	margin: 20px 0 0;
	padding: 15px 25px;
	background: #F3F9E8;
}
.form_red {
	color:red;
	margin: 0 0 0 -5px;
}
.form_area span.wpcf7-list-item {
	margin: 20px 0 0;
	vertical-align: sub;
}
.confirm_box {
	margin: 0 0 0 25px;
}
.submit {
	display: block;
	width: 80%;
	margin: 30px auto;
	padding: 10px 0;
	border: solid #8EC21F 2px;
	background: #8EC21F;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.submit:hover {
	background: #fff;
	color: #8EC21F;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	width: 270px;
}
.form_area {
	margin: 0 0 50px;
}
.form_area div.wpcf7-validation-errors {
	padding: 20px;
	border: none;
	background: #f44336;
	color: #fff;
}
.form_area div.wpcf7-mail-sent-ok {
	padding: 20px;
	border: none;
	background: #8EC21F;
	color: #fff;
}
.form_area .use-floating-validation-tip span.wpcf7-not-valid-tip {
	left: 5%;
	position: static;
	margin: 10px 0 0;
}
/*CheckBox */
.checkbox01 label {
	cursor     : pointer;
	width      : 20px;
	height     : 20px;
	margin: 0 10px 0 0;
	border     : 1px solid #B3B3B3;
	background : #fff;
	overflow   : hidden;
	position   : relative;
	display    : inline-block;
	box-sizing : border-box;
}
.checkbox01 label input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	margin     : 0;
	padding    : 0;
	position   : absolute;
	left       : 20px;
	width      : 20px;
	height     : 20px;
	left       : -40px;
	box-shadow : 39px 0px #FFF;
	z-index    : 2;
}
.checkbox01 label input[type="checkbox"]:checked {
	box-shadow : none;
}
.checkbox01 label input[type="checkbox"]:checked:focus {
	box-shadow : 39px 0px #666;
	opacity    : 0.1;
}
.checkbox01 label input[type="checkbox"]:focus {
	box-shadow : 39px 0px #EEE;
}
.checkbox01 label:after {
	content           : '';
	position          : absolute;
	top               : 40%;
	left              : 5px;
	display           : block;
	margin-top        : -8px;
	width             : 8px;
	height            : 12px;
	border-right      : 3px solid #8EC21F;
	border-bottom     : 3px solid #8EC21F;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
.privacy_box .wpcf7-list-item-label {
	display: none;
}
.confirm_box .wpcf7-list-item-label {
	display: none;
}
@media only screen and (min-width: 421px) {
	.fomr_list01 dt {
		font-size: 20px;
	}
	.content_ttl01 {
		font-size: 30px;
	}
}
@media only screen and (min-width: 641px) {
	.submit {
		width: 442px;
		padding: 15px 0;
		font-size: 30px;
	}
	.lp_box_red ul li {
		font-size: 20px;
	}
}
@media only screen and (min-width: 911px) {
	.fomr_list01 dt {
		float: left;
		clear: both;
		font-size: 20px;
	}
	.fomr_list01 dd {
		margin: 0 0 10px;
		padding: 0 0 0 286px;
	}
	.lp_box_red_txt {
		font-size: 22px;
	}
	.lp_box_red ul li {
		font-size: 25px;
	}
	.balloon {
	    left: 36px;
	    top: -83px;
	}
}
/*
シナプソロジー
*/
.synap_contents {
	padding: 20px 0 40px;
}
.synap_logo {
	margin: 0 0 20px;
}
.synap_contents p {
	line-height: 2;
}
.synap_inner {
	padding-left: 1em;
	text-indent: -1em;
}
/*
特定商取引法に基づく表示
*/
.commercial_contents {
	padding: 20px 0 40px;
	background: #E0E0E0;
}
.commercial_contents h2 {
	padding: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: dashed #000 2px;
}
.commercial_list {
	margin: 20px 0 0;
}
.commercial_list dt {
	margin: 5px 0;
	font-size: 16px;
	font-weight: bold;
}
.commercial_list dd {
	font-size: 14px;
}
@media only screen and (min-width: 641px) {
	.commercial_contents h2 {
		font-size: 30px;
	}
	.commercial_list dt {
		margin: 10px 0;
		font-size: 19px;
	}
	.commercial_list dd {
		font-size: 16px;
	}
}
/*
Supervision
*/
.supervision {
	margin: 50px 0 0;
	padding: 30px 0;
	background: #E40045;
}
.supervision_img {
	position: relative;
	margin: -50px 0 0;
}
.supervision_img01 {
	text-align: center;
}
.supervision_img02 {
	text-align: center;
}
.supervision_img01 img {
	width: 100%;
}
.supervision_img02 img {
	width: 100%;
}
.supervision_comment {
	margin: 20px 0 0;
	padding: 25px;
	border: dashed #fff 2px;
	color: #fff;
}
@media only screen and (min-width: 641px) {

}
@media only screen and (min-width: 961px) {
.supervision_img01 {
	position: absolute;
	top: -54px;
	left: 0;
	width: 50%;
}
.supervision_img02 {
	position: absolute;
	top: 0;
	right: 20px;
	width: 50%;
}
.supervision_img01 img {
	width: auto;
}
.supervision_img02 img {
	width: auto;
}
.supervision_img:before {
	display: block;
	content: "";
	padding-top: 48%;
}
.supervision_img {
	margin: 50px 0 0;
}
}
/*
cm_contents
*/
.cm_contents {
	padding: 50px 0;
}
.cm_img img {
	width: 100%;
}
.cm_img .cm_img_first {
	margin: 0 0 20px;
	text-align: center;
}
.cm_img .cm_img_second {
	margin: 0 0 20px;
	text-align: center;
}
.cm_txt {
	color: #E40045;
}
.cm_txt h2 {
	margin: 0 0 10px;
	font-size: 17px;
	text-align: center;
}
.cm_txt h2 span {
	font-size: 17px;
}
.cm_txt p {
	text-align: center;
	color: #E40045;
	font-size: 14px;
}
.contact_btn {
	padding: 25px 0;
}
.contact_btn li {
	display: table;
	width: 100%;
	margin: 0 0 10px;
}
.contact_btn li a {
	display: table-cell;
	padding: 10px 20px;
	background: #8EC21F;
	border: solid #8EC21F 2px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.contact_btn li a:hover {
	background: #fff;
	color: #8EC21F;
}
.contact_btn li i {
	float: left;
	padding: 5px 0 0;
}
@media only screen and (min-width: 641px) {
	.contact_btn li {
		float: left;
		width: 49%;
		margin: 0 0 0 2%;
	}
	.contact_btn li:first-child {
		margin: 0;
	}
	.cm_txt p {
		font-size: 16px;
	}
	.contact_btn {
		padding: 50px 0;
	}
}
@media only screen and (min-width: 641px) {
	.cm_img .cm_img_first {
		width: 30%;
		float: right;
	}
	.cm_img .cm_img_second {
		width: 70%;
		float: left;
	}
	.cm_txt h2 {
		font-size: 35px;
	}
	.cm_txt h2 span {
		font-size: 25px;
	}
}
@media only screen and (min-width: 911px) {
	.cm_txt h2 {
		font-size: 50px;
	}
	.cm_txt h2 span {
		font-size: 40px;
	}
}
/*
footer
*/
footer {
	padding: 20px 0;
	background: #8EC21F;
}
.footer_list {
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.footer_list ul {
	display: inline-block;
}
.footer_list ul li {
	margin: 0;
}
.footer_list ul li:first-child {
	margin: 0;
}
.copy {
	text-align: center;
}
@media only screen and (min-width: 911px) {
	.footer_list ul {
		display: inline-block;
	}
	.footer_list ul li {
		float: left;
		margin: 0 0 0 20px;
	}
	.footer_list ul li:first-child {
		margin: 0;
	}
}
/* -------------------------------------------------------
page_top
------------------------------------------------------- */
.page_top {
	position: fixed;
	right: 5%;
	bottom: 30px;
	z-index: 100;
}
.page_top a {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/page_top.png) no-repeat;
}
.page_top_right {
	right: 60%;
}
