@charset "utf-8";
/* CSS Document */
/*pankuzu*/
.pnkz {
	max-width: 1152px;
	width: 90%;
	margin:0 auto;
	font-size: 80%;
	color:#e89dbf;
	background: #f9ecf3;
	padding: 7px 10px;
	box-sizing: border-box;
}
.pnkz a {
	color:#e89dbf;
}
.pnkz i {
	margin: 0 10px;
}
/*title_img*/
#main_img {
	border-top:1px solid #d2508e;
	padding-top: 25px;
}
.title_img {
	height: 220px;
	background-image: url(../images/bg_img_pink.jpg);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.title_img h2 {
	text-align: center;
	color:#fff;
	font-size: 200%;
	width: 100%;
	position: absolute;
	top:80px;
}
.title_img h3 {
	text-align: center;
	color:#d6e9c0;
	font-size: 120%;
	width: 100%;
	position: absolute;
	top:120px;
}

/*free*/
#free_wrap {
	padding: 70px 0;
}
#free {
	max-width: 1152px;
	width: 90%;
	margin:0 auto;
	text-align: center;
}
.company_box{
	border-bottom: 1px solid #eacbda;
	padding-bottom: 40px;
	margin-bottom: 60px;
	}
.company_box h2{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	margin-right: 100px;
	border-bottom: 2px solid #e89dbf;
	color:#d2508e;
	font-size: 150%;
	padding-bottom: 5px;
}
.company_box ul,.company_box div,.company_box table{
	display: inline-block;
	width: 600px;
	text-align: left;
}
.company_box table tr th{
	vertical-align: top;
}
.company_box table tr td{
	padding-left: 30px;
	padding-bottom: 10px;
}
.company_box table .table_adress img{
	width: 219px;
	vertical-align: middle;
}
.company_box table .table_president img{
	width: 55px;
	vertical-align: middle;
}

.company_box ul li{
	font-weight: bold;
	margin-bottom: 10px;
}
.company_box ul li em{
	font-weight: normal;
	font-style: normal;
	margin-left: 90px;
}
.company_box iframe{
	width: 600px;
	height: 400px;
}
/*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;
}
/*ここからタブレット用（～900px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:910px){
.company_box h2{
	display: block;
	margin-right: 0px;
	margin-bottom: 20px;
}
.company_box ul,.company_box div,.company_box table{
	display: block;
	width: 100%;
}
.company_box div{
	width: 100%;
	height: auto;
}
.company_box ul li em{
	margin-left: 20px;
}
.company_box iframe{
	width: 100%;
	height: 400px;
}
}
/*ここからタブレット用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
}
/*ここからミニタブレット用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
.pnkz {
	width: 100%;
}
/*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){
.company_box table tr{
		display: block;
		width: 100%;
	}
	.company_box table tr th{
		display: block;
		width: 100%;
	}
.company_box table tr td{
		display: block;
	padding-left: 0px;
		width: 100%;
	padding-bottom: 20px;
}
}
