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

/*共通style*/

.pc{
	display: none;
}

/* modal */
div.modal {
	position:absolute;
	z-index: 9999;
	display:none;
	top:100px;
	left:50%;
	margin-left:-180px;
	width:360px;
	height:254px;
	padding:0;
	text-align:center;
}

div.modal .pr_box {
	width:360px;
	height:254px;
	background:url(../images/top_authentication/bg.png) no-repeat;
	background-size: contain;
}

.pr_box img:hover {
	filter: alpha(opacity=50);
	-webkit-opacity:0.50;
	-moz-opacity:0.50;
	-ms-opacity:0.50;
	-o-opacity:0.50;
	opacity:0.50;
}

.close_modal{
	padding-top:90px;
}

.close_modal a{
	width:232px;
	height:60px;
	margin:0 auto;
	display:block;
	background:url(../images/top_authentication/botan.png) no-repeat;
	background-size: contain;
}

.close_modal a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;

}

.modal_leav{
	float:right;
	margin-right:40px;
	margin-top:150px;
}

.modal_leav a{
	color:#353535;
	font-size:16px;
	font-weight:bold;
}

.modal_leav a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
}

*{
	margin:0;
	padding:0;
}


strong{
	font-weight:normal;
}

body{
	margin:0;
	padding:0;
	width:100%;
}

li{
	margin:0;
	padding:0;
	list-style:none;
	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

p{
	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
	color:#353535;
}

h1{
	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin:0;
	padding:0;
	color:#353535;
}

a{
	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin:0;
	padding:0;
}


img{
	margin:0;
	padding:0;
	vertical-align: bottom;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{
	clear:both;
}

.clear hr{
	display:none;
}

.page-top {
    display: none;
}



#wrapper{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
}

#container{
	width:100%;
	margin:0 auto;
}

#header-obi{
	width:100%;
	background:#FECFDA;
	padding:8px 0;
}

#header-text{
	text-align:center;
}

#header-text h1{
	font-size:12px;
	color:#353535;
	font-weight:normal;
	padding:0;
}


#header{
	width:100%;
}

.header_logo_sp{
	width:210px;
	margin: 30px auto;
}

.tel_hidden{
	display: none;
}

#header_town{
	display: none;

}

.header-map{
	display: none;
}

.header-map a{
	color:#353535;
	text-decoration:none;
	padding-top:1px;
}

.header-map a:hover{
	text-decoration:underline;
}


.header-oubo a:hover{
	background:url(../images/home/header/botan_hover.png) no-repeat;
}

.menu_btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu_btn span,
.menu_btn span:before,
.menu_btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ff335b;
    position: absolute;
}
.menu_btn span:before {
    bottom: 8px;
}
.menu_btn span:after {
    top: 8px;
}

#menu_btn_check{
	display: none;
}

#menu_btn_check:checked ~ .menu_btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu_btn_check:checked ~ .menu_btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu_btn_check:checked ~ .menu_btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

.spmenu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
		overflow-y: scroll;
}

.spmenu_content a{
	display: block;
}

#menu_btn_check:checked ~ .spmenu_content {
    left: 0;/*メニューを画面内へ*/

}

/* バーガーメニューアコーディオン */

.sp_menu_item {
  background: #fff;
  color: #ff335b;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
	border-bottom: 1px solid #ff335b;
}


.sp_menu_item_link2 {
  color: #ff335b;
	font-weight: bold;
  display: block;
  line-height: 60px;
  padding: 0 1rem;
  position: relative;
	text-decoration: none;
}
.sp_menu_item_link:after {
  content: '\025b6';
  display: block;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}
.sp_menu_item_link.on:after {
  content: '\025bc';
}

/* バーガーメニューアコーディオンEND */
/* spバーガーメニューEND */
/* ヘッダーEND */

#nav{
	display: none;
}

#btn_area{
	width:1020px;
	height:68px;
	margin:0 auto;
}

.btn1 a{
	width:170px;
	height:68px;
	background-image:url(../images/home/navi.png);
	background-position:0 0;
	display:block;
	float:left;
}

.btn2 a{
	width:170px;
	height:68px;
	background-image:url(../images/home/navi.png);
	background-position:-170px 0;
	display:block;
	float:left;
}

.btn3 a{
	width:170px;
	height:68px;
	background-image:url(../images/home/navi.png);
	background-position:-340px 0;
	display:block;
	float:left;
}

.btn4 a{
	width:170px;
	height:68px;
	background-image:url(../images/home/navi.png);
	background-position:-510px 0;
	display:block;
	float:left;
}

.btn5 a{
	width:170px;
	height:68px;
	background-image:url(../images/home/navi.png);
	background-position:-680px 0;
	display:block;
	float:left;
}

.btn6 a{
	width:170px;
	height:68px;
	background-image:url(../images/home/navi.png);
	background-position:-850px 0;
	display:block;
	float:left;
}


.btn1 a:hover{
	background-image:url(../images/home/navi.png);
	background-position:0px -68px;
}

.btn2 a:hover{
	background-image:url(../images/home/navi.png);
	background-position:-170px -68px;
}

.btn3 a:hover{
	background-image:url(../images/home/navi.png);
	background-position:-340px -68px;
}

.btn4 a:hover{
	background-image:url(../images/home/navi.png);
	background-position:-510px -68px;
}

.btn5 a:hover{
	background-image:url(../images/home/navi.png);
	background-position:-680px -68px;
}

.btn6 a:hover{
	background-image:url(../images/home/navi.png);
	background-position:-850px -68px;
}

.btn1 a:active{
	background-image:url(../images/home/navi.png);
	background-position:0px -136px;
}

.btn2 a:active{
	background-image:url(../images/home/navi.png);
	background-position:-170px -136px;
}

.btn3 a:active{
	background-image:url(../images/home/navi.png);
	background-position:-340px -136px;
}

.btn4 a:active{
	background-image:url(../images/home/navi.png);
	background-position:-510px -136px;
}

.btn5 a:active{
	background-image:url(../images/home/navi.png);
	background-position:-680px -136px;
}

.btn6 a:active{
	background-image:url(../images/home/navi.png);
	background-position:-850px -136px;
}

#sub_header_sp{
	width:100%;
	position: fixed;
  bottom: 0;
	z-index: 1000;
	background:#ff335b;
	padding: 20px 0;
	box-shadow: 0 1px 5px #ccc;
}

#sub_header_sp_contents{
	width:98%;
	margin: 0 auto;
}

#sub_header_sp_logo{
	display: none;
}

#sub_header_sp_line{
	display:block;
	width:48%;
	float: left;
	margin-left: 2%
}

#sub_header_sp_contact{
	width:45%;
	float: left;
	margin-left: 3%;
}

#sub_header_sp_oubo a{
	display: block;
	float: left;
}

#telnumber{
	display: none;
}

#telnumber h1{
	font-size:20px;
	color:#FFF;
	margin: -5px 0;
	padding: 0;
}

#contents{
	width:98%;
	padding:0;
	margin:0 auto 150px auto;
	overflow:hidden;
}

#contents2{
	width:98%;
	padding:0;
	margin:0 auto 150px auto;
	overflow:hidden;
}

.title{
	margin-top:-0.2em;
}

.title2{
	margin-top:50px;
}

#sidebar_2{
	display: none;
}/*左サイド（右サイドのstyleはindexページ）*/

#twitter-timeline{
	border-style:solid;
	border-width:1px;
	border-color:#b6b6b6;
	-webkit-border-radius:5px; /* Chrome,Safari */
  -moz-border-radius:5px;    /* Firefox */
  border-radius:5px;
}

#sidebar_3{
	display: none;
}

#sorcial{
	width:198px;
	height:150px;
	margin-top:10px;
	background:url(../images/home/sns_bg.png) no-repeat;
	padding:46px 0px 0 13px;
}

#footer{
}

.icon{
	width:10px;
	height:25px;
	background:#777;
	float:left;
	margin-top:20px;
	margin-left:10px;
}

.midashi{
	margin-left:10px;
	margin-top:20px;
	padding-top:4px;
	float:left;
}

.midashi h1{
	font-size:18px;
	font-weight:bold;
}

.tel{
	margin-top:20px;
}


.detail_look_red{
	width:120px;
	height:22px;
	margin:-38px auto 13px auto;

}

.detail_look_red2{
	width:120px;
	height:22px;
	margin-left:40px;


}

.detail_look_wht{
	width:120px;
	height:22px;
	float:right;
}

.detail_look_red a{
	width:85px;
	height:25px;
	color:#fff;
	font-size:15px;
	display:block;
	text-decoration:none;
	background:url(../images/home/detail_red.png) no-repeat;
	padding:2px 0 0 35px;
}

.detail_look_red2 a{
	width:85px;
	height:25px;
	color:#fff;
	font-size:15px;
	display:block;
	text-decoration:none;
	background:url(../images/home/detail_red.png) no-repeat;
	padding:2px 0 0 35px;
}

.detail_look_wht a{
	width:85px;
	height:25px;
	color:#000;
	font-size:15px;
	display:block;
	text-decoration:none;
	background:url(../images/home/detail_wht.png) no-repeat;
	padding:2px 0 0 35px;

}

.detail_look_red a:hover{
	background:url(../images/home/detail_red_hover.png) no-repeat;
	color:#e2ced2;
}

.detail_look_red2 a:hover{
	background:url(../images/home/detail_red_hover.png) no-repeat;
	color:#e2ced2;
}

.detail_look_wht a:hover{
	background:url(../images/home/detail_wht_hover.png) no-repeat;
	color:#717171;
}

/*共通styleEND*/


/* index */

.viewer{
	max-width:580px;
	width:100%;
	margin: 0 auto;
}

ul{
	padding:0;
	margin:0;
}

#line{
	margin-top:20px;
}

/*新着*/

#news{
	max-width:580px;
	width:100%;
	margin:20px auto 0 auto;

}

#news_wrap{
	width:100%;
	max-width:570px;
	height:450px;
	margin:15px auto 0 auto;
	overflow:scroll;
	padding-left:10px;
	box-sizing: border-box;
}


#news_wrap li{
	color:#000;
	font-size:20px;
	margin:0;
	padding:0;
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
	line-height:100%;
}

#news_wrap ul{
	margin:0;
	padding:0;
}

.news_contents{
	width:100%;
}

.news_List_Ymd{
	font-size:16px;

}

#news_wrap .icon{
	padding:4px 0 0 0;
	text-align:center;
	width:90px;
	margin-left:10px;
	float:left;
	background:#6988b2;
	font-size: 16px;
	font-weight:400;
	color:#fff;
}

#news_wrap .detail{
	float:left;
	max-width:420px;
	width:97%;
	margin-left:20px;
	margin-top:22px;
	border:none;
	line-height:1.3em;
	font-size: 16px;
}

#news_wrap .news_detail_look{
	display: block;
	width:140px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 15px;
	color:#fff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	margin: 20px 20px 20px 0;
	background-color: #FC1548;
	float: right;
}

.detail_table{
	width:98%;
	margin: 20px auto 0 auto;
	border-collapse: collapse;
}

.td_left{
	background: #EFEFEF;
	text-align: center;
	padding: 10px 5px;
	border: 1px solid #000;
	font-size: 18px;

}

.td_right{
	background: #fff;
	padding: 10px 5px;
	border: 1px solid #000;
}


/*新着END*/

#description{
	width:100%;
	max-width:580px;
	margin:30px auto 0 auto;
}

#gyosyu{
	width: 100%;
	max-width:578px;
	padding: 10px 0 20px 0;
	margin:20px auto 0 auto;
	border-style:solid;
	border-color:#b6b6b6;
	border-width:1px;
	-webkit-border-radius: 10px; /* Chrome,Safari */
  -moz-border-radius: 10px;    /* Firefox */
  border-radius: 10px;         /* CSS3 */

}

.gyosyu_button a{
	width:45%;
	background:#ff335b;
	box-shadow: 5px 5px 2px #bbb;
	border-radius: 10px;
	float:left;
	margin-left:3.4%;
	margin-top:10px;
	display:block;
	padding: 10px 0

}

.gyosyu_button a{

	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	text-align: center;
}

#sidebar{
	display: none;

}/*右サイド（左サイドのstyleは共通styleに）*/

#interview{
	width:210px;
	height:55px;
	background:url(../images/home/interview/interview.png) no-repeat;
}

#interview_detail{
	width:204px;
	height:710px;
	border-style:solid;
	border-width:1px;
	border-color:#b6b6b6;
	-webkit-border-radius: 5px; /* Chrome,Safari */
    -moz-border-radius: 5px;    /* Firefox */
    border-radius: 5px;
	padding:0px 0px 0px 5px;
	margin:10px 0 0 0;
}

#interview_liarea{
	height:670px;
	overflow:hidden;

}

.interview_li{
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#b6b6b6;
	padding-bottom:5px;
	height:213px;
	overflow:hidden;
}

.interview_business{
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
}

.interview_shop{
	font-size:15px;
	color:#FF0000;
    margin-top:0px;
}

.interview_img{
	margin-top:5px;
	float:left;
}

.interview_name{
	margin-left:5px;
	float:left;
	font-size:14px;
	color:#09F;
}

.interview_question{
	width:93px;
	height:14px;
	padding:0px 0 0 3px;
	float:left;
	font-size:13px;
	margin-left:5px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666;
	border-left-style:solid;
	border-left-width:5px;
	border-left-color:#666;
}

.interview_period{
	margin-top:3px;
	margin-left:8px;
	float:left;
	font-size:15px;
}

.interview_job{
	margin-top:3px;
	margin-left:8px;
	float:left;
	font-size:15px;
}

.interview_voice{
	font-size:15px;
	line-height:1em;
}

#yokuaru{
	width:210px;
	height:55px;
	background:url(../images/home/question.png) no-repeat;
}



#yokuaru_q{
	width:204px;
	height:250px;
	border-style:solid;
	border-width:1px;
	border-color:#b6b6b6;
	padding:10px 0px 0px 5px;
	margin:10px 0 0 0;
	-webkit-border-radius: 5px; /* Chrome,Safari */
    -moz-border-radius: 5px;    /* Firefox */
    border-radius: 5px;
}

#yokuaru_q li{
	height:50px;
	margin-bottom:15px;
	margin-top:10px;
	border-bottom:dashed 1px #6b6b6b;
}

.yokuaru_a{
	display:block;
	text-decoration:none;
}

.yokuaru_a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#yokuaru_q .qicon{
	width:40px;
	height:40px;
	float:left;
	background:url(../images/home/q.png) no-repeat;
}

.q_contents{
	margin-left:15px;
	float:left;
}

.q_contents p{
	font-size:14px;
	line-height:1.4em
}





/* index END */

/* toha */

#disney{
	margin-top:20px;
}

#hikaku{
	margin-top:20px;
}

#hikaku p{
	width:98%;
	max-width: 500px;
	margin:10px auto 0 auto;
	text-align:left;
	font-size:16px;
	color:#824253;
	line-height:1.4em;
}

#hikaku h1{
	color:#F00;
	font-size:24px;
	text-align:center;
}

#chigai_sp{
	width:100%;
	margin:30px auto 0 auto;
	border-collapse:collapse;
	box-sizing: border-box;
}

.td_head1{
	width:10%;
	text-align: center;
	background: #ff335b;
	border: 1px #822128 solid;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
}

.td_head2{
	width:30%;
	text-align: center;
	background: #ff335b;
	border: 1px #822128 solid;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
}

.marubatu{
	font-size: 40px;
	text-align: center;
	color:#822128;
}

.td1{
	width:10%;
	text-align: center;
	background: #fff;
	border: 1px #822128 solid;
	font-size: 20px;
	font-weight: bold;
	color: #ff335b;
	padding: 10px;
}

.td2{
	width:30%;
	text-align: left;
	background: #fff;
	border: 1px #822128 solid;
	font-size: 14px;
	padding: 10px;
	vertical-align: top;
}

.site1{
	float:left;
	padding:210px 0 0 0;
	margin-left:120px;
}

.site2{
	float:left;
	padding:123px 0 0 0;
	margin-left:120px;
}

.site3{
	float:left;
	margin-left:120px;
	padding:120px 0 0 0;
}

.scout1{
	float:left;
	padding:210px 0 0 0;
	margin-left:22px;
}

.scout2{
	float:left;
	padding:123px 0 0 0;
	margin-left:22px;
}

.scout3{
	float:left;
	padding:123px 0 0 0;
	margin-left:7px;
}

.tokyogroup1{
	float:left;
	padding:210px 0 0 0;
	margin-left:24px;
}

.tokyogroup2{
	float:left;
	padding:123px 0 0 0;
	margin-left:24px;
}

.tokyogroup3{
	float:left;
	padding:123px 0 0 0;
	margin-left:20px;
}

#taigu{
	width:100%;
	margin:0 auto;
	max-width: 500px;
}

#taigu p{
	color:#824253;
	text-align:left;
}

.hibarai,.ryou,.studio,.camera{
	width:45%;
	float:left;
	margin:30px 2% 0 3%;
}

.hoshou,.takujisho,.hairmake,.aribai{
	width:45%;
	float:left;
	margin:30px 3% 0 2%;
}

/* toha END */



/* nagare */

table#nagare{
	width:100%;
	border-collapse: separate;
	box-sizing: border-box;
	border-spacing:10px 30px;
}

td.step_number{
	width:20%;
	background: #455FA3;
	padding:0 5%;
	text-align: center;
	font-weight: bold;
	color: #FF335A;

}

td.step_detail{
	width:80%;
	border: 1px solid #FF335A;
	text-align: left;
	padding:20px 0 20px 10px;
}

.step_title{
	width:98%;
	background: #FF335A;
	font-weight: bold;
	color:#652F3A;
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
}

.step-text{
	margin: 10px 0 0 10px;
}



/* nagareEND */

/* qa */

#qa_list{
	width:100%;
	box-sizing: border-box;
	margin:20px auto 0 auto;
	padding:10px 20px 0 20px;
	border-style:solid;
	border-color:#b6b6b6;
	border-width:1px;
	-webkit-border-radius: 10px; /* Chrome,Safari */
    -moz-border-radius: 10px;    /* Firefox */
    border-radius: 10px;
}

.list_left{
}

.list_right{
}

#qa_list li{
	list-style:none;
	margin-bottom:10px;
}

#qa_list li a{
	color:#353535;
}

#qa_list li a:hover{
	color:#717171;
}

.qa_list_icon{
	font-size:20px;
	margin-right:10px;
}

.qa{
	margin-left:20px;
}


#q1,
#q2,
#q3,
#q4,
#q5,
#q6,
#q7,
#q8,
#q9,
#q10,
#q11{
	margin-top:20px;
}

.qicon{
	background:url(../images/q_and_a/q.png) no-repeat;
	width:50px;
	height:50px;
	float:left;
}

.q_text{
	float:left;
	margin-top:15px;
	margin-left:20px;
}

.q_text h1{
	color:#FF335A;
	font-size:18px;
}


.a{
    margin-top:10px;
	border-bottom:dashed 1px #b6b6b6;
	margin-bottom:30px;
}

.aicon{
	background:url(../images/q_and_a/a.png) no-repeat;
	width:50px;
	height:50px;
}

.a_text{
	width:98%;
	margin-top:15px;
	padding-bottom:30px;
	box-sizing: border-box;
}

.a p{
	line-height:1.8em;
}


/* qa END */

/* koe */

#interview_banner{
	margin-top:20px;
}

/* koeEND */



/* fuzoku */

#shijyo img,
#jinzai img{
	margin-top:20px;
}

.fuzoku_text{
	margin-top:40px;
	margin-left:20px;
	margin-bottom:40px;
}

.fuzoku_text p{
	padding-top:10px;
	line-height:1.8em;
}


#gyousyu2{
	width:750px;
	margin-top:10px;
}

#gyousyu2 img{
	margin-top:10px;
}
/* fuzoku END */





/* gyosyu */

#gyosyu_banner{

}

#category1{
	background:url(../images/business_category/category_1.png) no-repeat;
	width:360px;
	height:125px;
	margin:20px 20px 0 30px;
	padding:100px 0 0 0px;
	float:left;
}

#category1 p,
#category2 p,
#category3 p,
#category4 p,
#category5 p,
#category6 p,
#category7 p,
#category8 p,
#category9 p,
#category10 p,
#category11 p{
	font-size:25px;
	text-decoration:none;
	text-align:center;
	letter-spacing:3px;
	color:#353535;
}


#category1 a,
#category2 a,
#category3 a,
#category4 a,
#category5 a,
#category6 a,
#category7 a,
#category8 a,
#category9 a,
#category10 a,
#category11 a{
	width:360px;
	font-size:18px;
	margin-top:10px;
	text-decoration:none;
	text-align:center;
	letter-spacing:3px;
	color:#fff;
	display:block;
}

#category1 a:hover,
#category2 a:hover,
#category3 a:hover,
#category4 a:hover,
#category5 a:hover,
#category6 a:hover,
#category7 a:hover,
#category8 a:hover,
#category9 a:hover,
#category10 a:hover,
#category11 a:hover{
	color:#717171;
}

#category2{
	background:url(../images/business_category/category_2.png) no-repeat;
	width:360px;
	height:125px;
	margin:20px 0px 0 0px;
	padding:100px 0 0 0px;
	float:left;
}

#category3{
	background:url(../images/business_category/category_3.png) no-repeat;
	width:360px;
	height:125px;
	margin:20px 20px 0 30px;
	padding:100px 0 0 0px;
	float:left;
}

#category4{
	background:url(../images/business_category/category_4.png) no-repeat;
	width:360px;
	height:125px;
	margin:20px 0px 0 0px;
	padding:100px 0 0 0px;
	float:left;
}

#category5{
	background:url(../images/business_category/category_5.png) no-repeat;
	width:360px;
	height:125px;
	margin:20px 20px 0 30px;
	padding:100px 0 0 0px;
	float:left;
}

#category6{
	background:url(../images/business_category/category_6.png) no-repeat;
	width:360px;
	height:125px;
	margin:20px 0px 0 0px;
	padding:100px 0 0 0px;
	float:left;
}

#category7{
	background:url(../images/business_category/category_7.png) no-repeat;
	width:360px;
	height:125px;
	margin:20px 20px 0 30px;
	padding:100px 0 0 0px;
	float:left;
}

#category8{
	background:url(../images/business_category/category_8.png) no-repeat;
	width:360px;
	height:125px;
	margin:20px 0px 0 0px;
	padding:100px 0 0 0px;
	float:left;
}

#category9{
	background:url(../images/business_category/category_9.png) no-repeat;
	width:360px;
	height:125px;
	margin:20px 20px 0 30px;
	padding:100px 0 0 0px;
	float:left;
}

#category10{
	background:url(../images/business_category/category_10.png) no-repeat;
	width:360px;
	height:125px;
	margin:20px 0px 0 0px;
	padding:100px 0 0 0px;
	float:left;
}

#category11{
	background:url(../images/business_category/category_11.png) no-repeat;
	width:360px;
	height:125px;
	margin:20px 20px 0 30px;
	padding:100px 0 0 0px;
	float:left;
}

.gyosyu-text{
	margin-left:10px;
	margin-top:10px;

}

.gyosyu-text p{
	line-height:1.6em;
}

.gyosyu_kanji{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	font-size: 18px;
}

.gyosyu_title{
	position: relative;
	margin: -40px 0 0 80px ;
	color: #fff;
	font-size: 25px;
	font-family:"Nico Moji";
}

.gyosyu_detail{
	margin-top: 30px;
	margin-left: 20px;
}

/* gyosyu END */


/* contact */

.contact1{
	width:100%;
	border: 2px solid #FB1A3F;
	box-sizing: border-box;
	padding:10px 0px 10px 20px;
	margin-top: 20px;
}

.contact1 p{
	font-size:19px;
	color:#353535;
	line-height:1.3em;
	padding-top:10px;
}

.contact1 h1{
	font-size:26px;
	color:#FB1A3F;
	line-height:1.3em;
}

.contact1 a{
	font-size:20px;
	color:#273782;
}

.contact1 a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.contact2{
	width:100%;
	border: 2px solid #355485;
	box-sizing: border-box;
	padding:10px 0px 10px 20px;
	margin-top: 20px;
}

.contact2 p{
	font-size:19px;
	color:#353535;
	line-height:1.3em;
	padding-top:10px;
}

.contact2 h1{
	font-size:26px;
	color:#FB1A3F;
	line-height:1.3em;
}

.contact2 a{
	font-size:20px;
	color:#273782;
}

.contact2 a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/* sitemap */

#sitemap{
	margin-top:20px;
	margin-left:30px;
}

.map_icon{
	width:7px;
	height:11px;
	background:url(../images/sitemap/icon.png) no-repeat;
	float:left;
	margin-top:5px;
}

#sitemap a{
	margin-left:15px;
	text-decoration:none;
	color:#353535;
}

#sitemap a:hover{
    opacity:0.7;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
}

.smallclass{
	margin-left:40px;
}


/* sitemap END */



/* policy */

.policy{
	width:96%;
	margin:0 auto 30px auto;
}

.policy_nom{
	font-size:20px;
	line-height:2em;
}
/* policy END */


/* form_ */

.form_text{
	width:90%;
	text-align:left;
	margin:30px auto 0 auto;

}

.form_text p{
	font-size:15px;
	color:#6A2B3C
}




#textbox{
	width:90%;
	max-width: 450px;
	padding-top:20px;
	margin:0 auto;
}

#textbox table td.td_01{
	width:20%;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#353535;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#textbox table td.td_02 input,
#textbox table td.td_02 textarea,
#textbox table td.td_02 select{
	width:100%;
	text-align:left;
	color:#353535;
	font-size: 14px;

}

#textbox table td.td_03{
	height:59px;
	text-align:left;
	color:#353535;

}

#textbox table td.td_04{
	width:50px;
	font-size:12px;
	font-weight:normal;
	color:#FF3259;
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#textbox textarea{
	margin:20px 0 40px 0;
}

.shop_banner{
	margin-top:30px;
}

.submit{
	display: block;
	width:320px;
	height:67px;
	margin:0 auto;
	padding:3px 5px;
	color: #fff;
	font-size: 25px;
	border:0;
	border-radius: 10px;
	background:#ff335a;
}


#check{
	padding-left:46px;
}

/* client form END */
/* clientEND */

/* company */

#company{
	width:760px;
	border:solid #b6b6b6 1px;
	margin:20px auto 0 auto;
	border-collapse: collapse;
}

#company .td1{
	width:300px;
	padding:30px 0;
	border:solid #b6b6b6 1px;
	text-align:center;
	background:#F1F1F1;
	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#company .td2{
	padding:30px 0;
	border:solid #b6b6b6 1px;
	text-align:center;
	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* company END */




#thanks{
	text-align:center;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:25px;
	padding-top:200px;
	padding-bottom:300px;
}
