@charset "UTF-8";

/*基本CSSの設定*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 62.5%;
	line-height: 1.6;
	color: #2c2c2c;
	background: #fff;
}

a:link,
a:visited,
a:active {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.c-pagetop {
          position: fixed;
          right: 10px;
          bottom: 20px;
          z-index: 10000;
          background-color: #ff7e79;
          border: 2px solid #ff7e79;
          color: #ffffff;
          width: 50px;
          height: 50px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 2.4rem;
          cursor: pointer;
}
.c-pagetop img {
          display: flex;
          justify-content: center;
          align-items: center;
}


/*ヘッダーエリアの設定*/
#pageHeader {
	background: #fff;
	width: 100%;
	font-size: 1.1em;
}

#headerTop_box {
	height: 78px;
	/* 高さ */
	width: 100%;
	/* 長さ */
	background: #fff;
	position: fixed;
	/* ヘッダーを固定(これが重要) */
	top: 0;
	z-index: 100;
	border-bottom: 1px solid #d6d0c1;
	transition: .3s;
}

#headerTop {
	width: 1130px;
	margin: 0 auto;
	position: relative;
}

h1 {
	padding: 20px 0;
}

h1 img {
	width: 175px;
	height: auto;
}

.is-fixed {
	position: fixed;
	top: 0;
}

.is-hide {
	transform: translateY(-100%);
}

#subNav {
	position: absolute;
	top: 8px;
	right: 0;
	text-align: right;
	/*border: 1px solid #000;*/
}

#subNav li {
	float: left;
}


#subNav li.tel img {
	display: block;
	padding-right: 30px;
}

#subNav li.tel_s img {
	display: none;
}

/* すべてのボタンの動き*/
.square_btn {
	display: inline-block;
	outline: none;
	text-decoration: none;
	box-shadow: 0 4px 0;
	transition: box-shadow 0.2s ease-in-out;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.square_btn span {
	display: inline-block;
	color: #ffffff;
	transition: transform 0.2s ease-in-out;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.square_btn:active {
	box-shadow: 0 4px 0;
}

.square_btn:active span {
	transform: translate(0, 4px);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.square_btn span:hover{
          opacity: 1;
          -webkit-transform: translateY(3px);
          transform: translateY(3px);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
          filter: brightness(90%);
}



/*無料で相談ボタン１設定*/
.header_btn {
	text-align: center;
	box-shadow: 0 4px 0 #0276B9;
}

.header_btn span {
	padding: 4px 50px;
	font-size: 17px;
	background-color: #00A2FF;
}



#main_img {
	background: url(../img/mainimg_bg.png) no-repeat center center;
	background-size: cover;
	height: 690px;
	text-align: center;
	padding: 25px 0 115px;
	margin-top: 78px;
}

#main_img .m_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

#main_img .m_img_s {
	display: none;
}

/*無料で相談ボタン２設定*/
.catch_btn {
	box-shadow: 0 6px 0 #0276B9;
}

.catch_btn span {
	padding: 24px 113px;
	font-size: 24px;
	background-color: #00A2FF;
}

/*矢印見出しエリア1の設定*/
.m_headline h2 {
	font-weight: bold;
}

.m_headline {
	font-size: 20px;
	color: #2c2c2c;
	padding: 70px 0 50px;
	line-height: 2.2;
	text-align: center;
	position: relative;
	background: #fff url(../img/yazirushi_idon1.png) no-repeat center 20px;
	font-weight: bold;
}

.m_headline:after {
	position: absolute;
	content: '';
	top: 100%;
	border: 50px solid transparent;
	border-top: 50px solid #fff;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -50px;
	margin-top: -2px;
}

.m_headline span {
	color: #FF7E79;
}

/*お悩みエリアの設定*/

div#cheak {
	background: url(../img/check_bg.gif);
	padding: 95px 0;
}

div#cheak_box {
	position: relative;
	background: #f3f3f3;
	width: 950px;
	margin: 0 auto;
	padding: 65px 50px;
	-webkit-clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
	clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
	/* 影box-shadow */
	box-shadow: 0px -9px 0px -5px #5c5a59 inset;
	-moz-box-shadow: 0px -9px 0px -5px #5c5a59 inset;
	-webkit-box-shadow: 0px -9px 0px -5px #5c5a59 inset;
}

div#cheak_box:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	border-style: solid;
	border-width: 0 0 126px 126px;
	border-color: transparent transparent #fff transparent;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

div#cheak_box h3 {
	font-size: 40px;
	color: #595757;
	text-align: center;
	/*border: solid 1px;*/
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}
.under {
  background: linear-gradient(transparent 50%, #a9dae9 50%);
}

div#cheak_box h3:before {
	content: '';
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 130px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FF7E79;
	border-radius: 2px;
}

div#cheak_box ul {
	padding: 50px 50px 50px 50px;
	font-size: 22px;
	margin: 0 auto;
}

div#cheak_box li {
	background: url(../img/check.png) no-repeat top left
		/*,
	url(../img/cheak2.png) no-repeat top left*/
	;
	padding-left: 45px;
	margin-top: 30px;
	/*border: solid 1px;*/
	position: relative;
}

div#cheak_box li strong {
	color: #338ea4;
	font-weight: bold;
	background: linear-gradient(transparent 0%, #ffed4d 0%);
}

div#cheak_box li p {
	position: absolute;
	left: 0%;
}

/*矢印見出しエリア2の設定*/
.m_headline2 h2 {
	font-weight: bold;
}

.m_headline2 {
	font-size: 24px;
	padding: 80px 0;
	line-height: 2.2;
	text-align: center;
	position: relative;
	background: #fff url(../img/yazirushi_idon2.png) no-repeat center center;
	font-weight: bold;
}

.m_headline2:after {
	position: absolute;
	content: '';
	top: 100%;
	border: 50px solid transparent;
	border-top: 50px solid #fff;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -50px;
	margin-top: -2px;
}

.m_headline2 span {
	color: #FF7E79;
}


/*メリットエリアの設定*/
section#merit {
	background: #FDA29F;
	padding-top: 65px;
	padding-bottom: 95px;
}

section#merit h3 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}

section#merit h3:before {
	content: '';
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 130px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FF7E79;
	border-radius: 2px;
}


/*メリットエリア1の設定*/
section.merit_box1 {
	width: 1050px;
	margin: 0 auto;
	background: #fcefd6;
	/* border-radius */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 95px;
	/* 影box-shadow */
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}

/*メリット１のイラスト設定*/
section.merit_box1 p img {
	float: left;
	width: 330px;
	padding: 60px 60px 60px 83px;
}

div.merit_text1 {
	float: left;
	width: 500px;
	font-size: 22px;
	padding-top: 60px;
}

div.merit_text1 h4 img {
	width: 455px;
}

/*テキスト*/
div.merit_text1 p {
	padding-top: 42px;
	text-align: justify;
}

/*メリットエリア2の設定*/
section.merit_box2 {
	width: 1050px;
	margin: 0 auto;
	background: #fcefd6;
	/* border-radius */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*border: 1px solid;*/
	margin-top: 25px;
	/* 影box-shadow */
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}

/*メリット2のイラスト設定*/
section.merit_box2 p img {
	float: right;
	width: 360px;
	padding: 50px 70px 50px 40px;
}

div.merit_text2 h4 img {
	width: 455px;
}

/*テキスト*/
div.merit_text2 {
	float: right;
	width: 500px;
	font-size: 22px;
	line-height: 1.7;
	padding-top: 70px;
	padding-left: 40px;
	text-align: justify;
}

div.merit_text2 p {
	padding-top: 42px;
}

/*メリットエリア3の設定*/
section.merit_box3 {
	width: 1050px;
	margin: 0 auto;
	background: #fcefd6;
	/* border-radius */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 25px;
	/* 影box-shadow */
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}

/*メリット3のイラスト設定*/
section.merit_box3 p img {
	float: left;
	width: 330px;
	/*border: 1px solid;*/
	padding: 40px 60px 40px 83px;
}

div.merit_text3 {
	float: left;
	width: 500px;
	font-size: 22px;
	/*border: 1px solid;*/
	padding-top: 60px;
}

div.merit_text3 h4 img {
	width: 455px;
}

/*テキスト*/
div.merit_text3 p {
	padding-top: 42px;
	text-align: justify;
}

/*紹介エリア設定*/
#members1 {
	position: relative;
	overflow: hidden;
	padding-top: 65px;
	padding-bottom: 95px;
/*          // ↓↓↓↓背景色指定*/
	background-color: #f5f5f5;
	z-index: -11;
}

#members1:before {
	content: '';
	position: absolute;
	top: 0;
	left: -30%;
	width: 150%;
	height: 100%;
	background: url(../img/Introduction_bg.gif) repeat;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-16deg);
	-ms-transform: rotate(-16deg);
	transform: rotate(-16deg);
	z-index: -10;
}

#members1 h3 {
	font-size: 40px;
	color: #595757;
	text-align: center;
	/*border: solid 1px;*/
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}

#members1 h3:before {
	content: '';
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 130px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FF7E79;
	border-radius: 2px;
}

.br {
	display: none;
}



.members_box1 {
	width: 1050px;
	box-sizing: boder-box;
	height: 100%;
	margin: 0 auto;
	padding: 85px 10px 0;
	/*border: 1px solid;*/
}

/*紹介エリアメンバー１写真設定*/
.members_box1 p .members1 {
	padding-right: 43px;
	float: left;
}

.members_box1 p .members1_s {
	display: none;
}

.members_text1 {
	float: left;
	width: 520px;
	text-align: justify;
}

.members_text1 h4 {
	padding-top: 50px;
	font-size: 36px;
}

.members_text1 p {
	padding-top: 45px;
	font-size: 19px;
	line-height: 1.9;
}

/*紹介エリア2設定*/
.members_more {
	width: 977px;
	margin: 0 auto;
	margin-top: 50px;
}

.members_more.top {
	margin-top: 90px;
}

.members_more p.members_more2 {
	float: right;
}

.members_more p.members_more2.reverse {
	float: left;
}

.members_more p.members_more2_s {
	display: none;
}

.members_morebox1 {
	float: left;
	width: 700px;
}

.members_morebox1.reverse {
	float: right;
}

/*紹介エリア2ふきだし設定*/
.members_morebox1 p .hukidashi1 {
	padding-top: 10px;
	padding-right: 350px;
}

.members_morebox1 p .hukidashi1_s {
	display: none;
}

.members_moretext1 {
	font-size: 14px;
	padding-top: 40px;
	line-height: 2.1;
}

/*紹介エリアその他のメンバー設定*/
#pickupMembers {
	/*	background: #5dae9b;*/
	height: 960px;
}

#p_members {
	/*	background-image: url(../img/team_bg.jpg) no-repeat 50% fixed / cover;*/
	background-image: url(../img/team_bg.jpg);
	height: 960px;
	background-size: cover;
}

#p_members .note {
          display: none;
}

/* iPad用 */
@media screen and (max-width:1160px) {
	#p_members {
		background-attachment: scroll;
	}
}

/*
#p_members h4 {
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding-top: 65px;
}
*/

#p_members h4 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
          margin-top: 65px;
}

#p_members h4:before {
	content: '';
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 130px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FF7E79;
	border-radius: 2px;
}


#p_members_boxall {
	width: 96%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
}
#p_members_boxall img {
	width: 100%;
}

.m_img {
	padding-top: 18px;
	padding-bottom: 12px;
	text-align: center;
}

.m_img_s {
	display: none;
}

.p_members_box {
	line-height: 2;
	width: 250px;
	background: #fff;
	float: left;
	/* border-radius */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 8px;
	margin-right: 8px;
	/* 影box-shadow */
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}

.members3_s {
	display: none;
}

.m_text {
	font-size: 12px;
	/*変更*/
	height: 130px;
	padding: 0 25px 40px 25px;
}

.roadmap_text {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2.2;
	color: #ffffff;
}


/*矢印見出しエリア3の設定*/
.m_headline3 {
	font-size: 24px;
	padding: 40px 0;
	line-height: 2.1;
	text-align: center;
	position: relative;
	background: #fff url(../img/yazirushi_idon3.png) no-repeat center 35px;
}

.m_headline3:after {
	position: absolute;
	content: '';
	top: 100%;
	border: 50px solid transparent;
	border-top: 50px solid #fff;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -50px;
	margin-top: -2px;
}

.m_headline3 h4 {
	padding-top: 20px;
	padding-bottom: 50px;
	font-weight: bold;
}

.m_headline3 .color {
	color: #FF7E79;
}

/*無料で相談ボタン3設定*/
.contents_btn {
	box-shadow: 0 4px 0 #0276b9;
}

.contents_btn span {
	padding: 8px 113px;
	font-size: 21px;
	background-color: #00A2FF;
}

/*料金事例の紹介エリア設定*/
div#price {
	background: url(../img/dot_bg.gif);
	padding-top: 65px;
	padding-bottom: 85px;
}

div#price h3 {
	font-size: 40px;
	color: #595757;
	text-align: center;
	/*border: solid 1px;*/
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}

div#price h3:before {
	content: '';
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 130px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FF7E79;
	border-radius: 2px;
}

div#priceall {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
}

.price_box {
	float: left;
	width: 335px;
	background: #fff;
	margin-right: 10px;
	margin-left: 5px;
	/* 影box-shadow */
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}

.price_title1 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../img/Price1_bg.png) no-repeat center top, #fff;
	height: 155px;
}

.price_title1 h4 {
	padding-top: 50px;
}

.price_title2 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../img/Price2_bg.png) no-repeat center top, #fff;
	height: 155px;
}

.price_title2 h4 {
	padding-top: 50px;
}

.price_title3 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../img/Price3_bg.png) no-repeat center top, #fff;
	height: 155px;
}

.price_title3 h4 {
	padding-top: 50px;
}

.price_box p {
	height: 150px;
	line-height: 150px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #777777;
}

.price_box p span {
	font-size: 33px;
	font-weight: bold;
	color: #777777;
}

div#price_more {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 65px;
	text-align: center;
	font-size: 18px;
}

div#price_more h4 {
	font-weight: bold;
	line-height: 2.5;
}

div#price_more span {
	color: #FF7E79;
}

/*運営サービスエリア設定*/
div#operation {
	background: url(../img/operation_bg.gif);
	padding-top: 65px;
	padding-bottom: 50px;
}

div#operation h3 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	/*border: solid 1px;*/
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}

div#operation h3:before {
	content: '';
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 130px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FF7E79;
	border-radius: 2px;
}

/*運営サービスエリア設定*/
#operation_box {
	background: #f6e7cf;
	width: 1130px;
	padding-top: 100px;
	padding-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
	margin-bottom: 60px;
}

.operation_slide {
	width: 100%;
	margin: 0 auto;
}

.slide_img {
	margin-left: 18px;
}

/* ドットの位置と色を変更 */
.slick-dots {
	bottom: -35px;
}

.slick-dots li button:before {
	color: #FF7E79;
}

.slick-dots li.slick-active button:before {
	color: #FF7E79;
}

/* 進む戻るボタンの位置を変更 */
.slick-prev {
	left: 0;
	z-index: 10;
	width: 54px;
	height: 107px;
	background: url('../img/yazirushi_left.png') left top no-repeat;
}

.slick-next {
	right: 0;
	z-index: 10;
	width: 54px;
	height: 107px;
	background: url('../img/yazirushi_right.png') left top no-repeat;
}

.slick-prev:before,
.slick-next:before {
	font-size: 0;
}

.slick-prev:hover,
.slick-prev:before,
.slick-prev:focus {
	background: url('../img/yazirushi_left.png') left top no-repeat;
}

.slick-next:hover,
.slick-next:before,
.slick-next:focus {
	background: url('../img/yazirushi_right.png') left top no-repeat;
}

/*よくある質問エリア設定*/
div#question {
	background: #e76251;
	padding-top: 65px;
	padding-bottom: 100px;
}

div#question h3 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	/*border: solid 1px;*/
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}

div#question h3:before {
	content: '';
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 130px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FF7E79;
	border-radius: 2px;
}

div#question_box {
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
}

div.q_box {
	font-size: 24px;
	color: #fff;
	padding: 0 0 30px 10px;
}

div.q_box span {
	font-weight: bold;
}

div.a_box {
	width: 100%;
	font-size: 18px;
	background: #fff;
	padding: 40px 0 40px 0px;
	/* 影box-shadow */
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

/*矢印設定*/
div.a_box:after {
	position: absolute;
	content: '';
	top: 0;
	border: 25px solid transparent;
	border-top: 15px solid #e76251;
	width: 0;
	height: 0;
	left: 52%;
	margin-left: -50px;
	margin-top: 0;
}

div.a_box h5 {
	margin: 0 30px 0 40px;
}

div.a_box span {
	font-weight: bold;
	color: #FF7E79;
}

/*よくある質問2,3,4エリア設定*/
div.q_box2 {
	font-size: 24px;
	color: #fff;
	padding: 42px 0 30px 10px;
}

div.q_box2 span {
	font-weight: bold;
}

/*お問い合わせエリア設定*/
div#contact {
	background: url(../img/contact_bg.gif);
	padding-top: 65px;
	padding-bottom: 100px;
}

div#contact h3 {
	font-size: 40px;
	color: #595757;
	text-align: center;
	/*border: solid 1px;*/
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}

div#contact h3:before {
	content: '';
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 130px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FF7E79;
	border-radius: 2px;
}

/* お問い合わせフォーム */
.contact_text {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2.2;
}

.required {
	font-weight: bold;
	color: #FF7E79;
}

.required2 {
	width: 500px;
	padding-left: 15px;
}


#contact form {
	display: block;
	width: 750px;
	margin: 0 auto;
}

.form-control {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 12px;
	border-radius: 5px;
}

#contact form label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
}

#contact form textarea {
	height: 200px;
}

#contact img.tel2 {
	display: block;
	margin: 0 auto;
}

#contact img.tel2_s {
	display: none;
}

#contact_button {
	margin-top: 55px;
	text-align: center;
}

.contact_btn {
	box-shadow: 0 4px 0 #0276B9;
}

.contact_btn span {
	padding: 20px 120px;
	font-size: 22px;
	background-color: #00A2FF;
}



/*フッターエリアの設定*/
#footer_box {
	width: 100%;
	background: #f5f5f5;
}

#footer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	text-align: center;
}

#footer p img {
	width: 223px;
}


#footer small {
	display: block;
	font-size: 12px;
	color: #FF7E79;
	margin-top: 30px;
	padding-bottom: 60px;
}

.pageTop {
	width: 100%;
	height: 40px;
	padding-top: 20px;
	background: #FDB0AE;
	text-align: center;
	transition: background 1s, color 1s;
}

.pageTop:hover {
	background: #7d7d7d;
}

/* iPad用 */
@media screen and (max-width:1160px) {
	.pageTop {
		/*		background:#7d7d7d;*/
	}
}