@charset "utf-8";
/* CSS Document */
/*pankuzu*/
.pnkz {
	max-width: 1152px;
	width: 90%;
	margin:0 auto;
	font-size: 80%;
	color:#e89dbf;
	padding: 7px 10px;
	box-sizing: border-box;
	text-align: center;
}
.pnkz a {
	color:#e89dbf;
}
.pnkz i {
	margin: 0 10px;
}
/*top_service*/
#top_service_wrap {
	background: #fff;
	padding: 70px 0;
	border-top: 1px solid #d2508e;
	border-bottom: 1px solid #d2508e;
}
#top_service {
	max-width: 1280px;
	width: 100%;
	margin:0 auto;
	text-align: center;
}
#top_service h2 {
	font-size: 200%;
	color:#d2508e;
}
#top_service h3 {
	color:#e89dbf;
	margin-bottom: 50px;
}
#top_service .plan6 {
	display: inline-block;
	margin: 10px 10px;
}
#top_service .plan6 img {
	width: 140px;
}
@media (max-width:1002px){
#top_service .plan6 img {
	width: 120px;
}
}
@media (max-width:933px){
#top_service .plan6 {
	margin: 10px 50px;
}
#top_service .plan6 img {
	width: 140px;
}
}
#top_service .plan6 a {
	display: block;
}
#top_service .plan6 .roll_img:hover {
	transition: .5s ;
	transform: rotateZ( 0deg ) ;
}
#top_service .plan6 .roll_img:hover {
	transform: rotateZ( 360deg ) ;
}
#top_service .plan6 p a {
	color:#d2508e;
}
/*free*/
#free_wrap {
	padding: 70px 0;
}
#free {
	max-width: 1152px;
	width: 90%;
	margin:0 auto;
	text-align: center;
	margin-bottom: 70px;
}
#free h2 {
	font-size: 200%;
	color:#d2508e;
}
#free figure {
	width: 400px;
	margin:30px auto;
}
#free .text_line {
	padding: 50px;
	border:2px solid #d2508e;
	margin-bottom: 30px;
	box-shadow: 3px 3px 3px #bebebc;
}
#free p {
	line-height: 32px;
	text-align: left;
	background-image: url(../images/dotte_line.png);
}
#free2 {
	max-width: 1152px;
	width: 90%;
	margin:0 auto;
}
#free2 .cate {
	background:#f9ecf3;
	padding: 30px;
	box-shadow: 3px 3px 3px #bebebc;
}
#free2 .cate .cate_item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background:#f9ecf3;
	margin-bottom: 30px;
}
#free2 .cate .cate_item .cate_img1 {
	width: 50%;
	box-sizing: border-box;
}
#free2 .cate .cate_item .cate_txt1 {
	width: 50%;
	padding: 32px;
	box-sizing: border-box;
	line-height: 32px;
	text-align: left;
	background-image: url(../images/dotte_line.png);
}
#free2 .cate .cate_box {
	padding: 30px;
	border:2px solid #e89dbf;
	margin-bottom: 30px;
	background: #fff;
}
#free2 .cate .cate_box .box_title1 {
	color:#d2508e;
}
#free2 .cate .cate_box .box_txt1 {
	padding-left: 20px;
}
#free2 .cate .cate_box:last-of-type {
	border:none;
	margin-bottom: 0;
}
#free2 .cate .cate_box:last-of-type .box_txt1 {
	padding-left: 0;
}
/*top_flow*/
#flow_company {
	background-color: #fff;
	background-image: url(../images/bg_illust.png);
}
#top_flow_wrap {
	background: -webkit-gradient(linear, left top, right top, color-stop(1.00, #d2508e),color-stop(0.51, #d2508e),color-stop(0.50, rgba(255,255,255,0.0)), color-stop(0.00, rgba(255,255,255,0.0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 50%, #d2508e 50%, #d2508e 100%);
	background: -moz-linear-gradient(left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 50%, #d2508e 50%, #d2508e 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 50%, #d2508e 50%, #d2508e 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 50%, #d2508e 50%, #d2508e 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 50%, #d2508e 50%, #d2508e 100%);
}
#top_flow {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#top_flow figure {
	width: 300px;
	margin:0 auto;
	padding: 50px 0px;
	box-sizing: border-box;
}
#top_flow p {
	width: 50%;
	background: #d2508e;
}
#top_flow p a {
	display: block;
	color:#fff;
	border:1px solid #fff;
	width:250px;
	margin: 0 auto;
	padding:  10px 0;
	text-align: center;
}
#top_flow p a:hover {
	background: #e89dbf;
}
#top_flow p a i {
	margin-left: 10px;
}
/*top_company*/
#top_company_wrap {
	background: -webkit-gradient(linear, right top, left top, color-stop(1.00, #d2508e),color-stop(0.51, #d2508e),color-stop(0.50, rgba(255,255,255,0.0)), color-stop(0.00, rgba(255,255,255,0.0)));
	background: -webkit-linear-gradient(right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 50%, #d2508e 50%, #d2508e 100%);
	background: -moz-linear-gradient(right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 50%, #d2508e 50%, #d2508e 100%);
	background: -o-linear-gradient(right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 50%, #d2508e 50%, #d2508e 100%);
	background: -ms-linear-gradient(right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 50%, #d2508e 50%, #d2508e 100%);
	background: linear-gradient(to left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 50%, #d2508e 50%, #d2508e 100%);
}
#top_company {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#top_company figure {
	width: 300px;
	margin:0 auto;
	padding: 50px 0;
	box-sizing: border-box;
}
#top_company p {
	width: 50%;
	background: #d2508e;
}
#top_company p a {
	display: block;
	color:#fff;
	border:1px solid #fff;
	width:250px;
	margin: 0 auto;
	padding:  10px 0;
	text-align: center;
}
#top_company p a:hover {
	background: #e89dbf;
}
#top_company p a i {
	margin-left: 10px;
}
/*ここからタブレット用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
#top_service_wrap {
	padding: 50px 0;
}
#top_service h3 {
	margin-bottom: 10px;
}
/*#top_service .plan5 {
	margin: 20px 30px;
}
#top_service .plan5 img {
	width: 130px;
}*/
#top_service .plan6 {
	margin: 10px 40px;
}
#top_service .plan6 img {
	width: 120px;
}
#free_wrap {
	padding: 50px 0;
}
#free .text_line {
	padding: 30px;
}
}
/*ここからミニタブレット用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#top_service h2 {
	font-size: 150%;
}
#top_service .plan6 {
	margin: 10px 20px;
}
#message h2 {
	font-size: 150%;
}
#free {
	margin-bottom: 50px;
}
#free h2 {
	font-size: 150%;
}
#free figure {
	width: 300px;
}
#free .text_line {
	padding:30px 20px;
}
#free2 .cate {
	padding:30px 20px;
}
#free2 .cate .cate_item {
	display: block;
	margin-bottom: 0px;
}
#free2 .cate .cate_item .cate_img1 {
	width: 100%;
}
#free2 .cate .cate_item .cate_txt1 {
	width: 100%;
	padding:30px 20px;
	font-size: 100%;	
}
#free2 .cate .cate_box {
	padding: 30px 20px;
	margin-bottom: 20px;
}
#free2 .cate .cate_box .box_txt1 {
	padding-left: 0px;
}
/*top_flow*/
#flow_company {
	background-color: #fff;
	background-image: none;
}
#top_flow_wrap {
	background-image: url(../images/bg_illust.png);
	border: 2px solid #d2508e;
	margin:50px 0;
}
#top_flow {
	display: block;
}
#top_flow figure {
	width: 280px;
	padding: 30px 0px;
}
#top_flow p {
	width: 100%;
	padding: 50px 0px;
}
/*top_company*/
#top_company_wrap {
	background-image: url(../images/bg_illust.png);
	border: 2px solid #d2508e;
}
#top_company {
	display: block;
}
#top_company figure {
	width: 280px;
	padding: 30px 0px;
}
#top_company p {
	width: 100%;
	padding: 50px 0px;
}
#top_company p a {
	display: block;
	color:#fff;
	border:1px solid #fff;
	width:250px;
	margin: 0 auto;
	padding:  10px 0;
	text-align: center;
}
#top_company p a:hover {
	background: #e89dbf;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
#top_service .plan6 {
	margin: 10px 10px;
}	
#free figure {
	width: 280px;
}
#free2 .cate .cate_item .cate_txt1 {
	width: 100%;
	padding:30px 10px;
}
#free2 .cate .cate_box {
	padding: 30px 10px;
}
}
