@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}


html {
	height: 100%;
    overflow-x: hidden;
}

body{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: "Meiry",'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif!important;
	font-feature-settings: "palt";
	
}


/*===============================================
●pc用のcssを記述
===============================================*/	
@media screen and (min-width:1025px) {
			

/*トップ----------------*/
	
.mainimgbox {
	width: 100%;
	display: block;
}		
	
/*新着----------------*/
.in_newsd {
	width: 100%;
	display: table;
	background-color: #eed5ff;
	height: 200px;
}		
.in_newsd_wrapp {
	display: table;
	width: 100%;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 47px;
	margin-bottom: 47px;
}

.in_newsd_wrapp_rec {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}	
	
	
.in_newsd_wrapp_h  {
	width: 58%;
	float: left;
	height: 1050px;
	background-color: #FFFFFF;

}

.in_newsd_wrapp_m  {
	width: 38%;
	float: right;
	background-color: #FFFFFF;
	height: 890px;

}
	
.mi03 {
	margin-top: 10px;
	color: #785e44;
	width: 95%;
	height: 35px;
     position: relative;
     padding-bottom: 0.1em;
     border-bottom: 4px solid #DDD;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
}

.mi03::after {
     position: absolute;
     content: " ";

     bottom: -4px;
     width:25%;
     display: block;
}	
	
.mi03 .eigo {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    display: block;
    float: left;
    font-size: 2rem;
    padding-right: 5px;
}
	
.mi03 .japan {
	display: block;
	float: left;
	font-size: 100%;

	margin-top: 8px;
	margin-left: 5px;
}
	
.in_newsd_main {
	width: 100%;
	display: block;
	height: 535px;
	margin-bottom: 7px;
}
.in_newsd_main_if {
	width: 100%;
	display: block;
	height: 535px;
}
	
.in_newsd_main_blog {
    width: 100%;
    display: block;
    height: 105px;
    padding-bottom: 5px;
    border-top: 10px solid #eed5ff;
}	
.in_newsd_main_men {
    width: 100%;
    display: table;
    margin-bottom: 0px;
    height: 170px;
    padding-bottom: 0px;
    border-top: 10px solid #eed5ff;
}		
	
/*ニュース----------------*/	
.news_wrapp {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}	
.news_wrapp a:link {
	text-decoration: none;
	color: #000000;
}
.news_wrapp a:active {
	color: #000000;
 }
.news_wrapp a:visited {
	color: #000000;
 }	
.news_box_main {
	width: 100%;
	display: block;
	height: 980px;
	overflow:auto;
-webkit-overflow-scrolling:touch;
}		
.news_box {
	width: 100%;
	display: table;
	height: 100px;
	margin-bottom: 20px;
}
.news_box_if {
	width: 100%;
	display: block;
	height: 980px;
}
.news_box_head {
	width: 100%;
	display: table;
	border-bottom: 1px dotted #4B4B4B;
	margin-bottom: 7px;
}
.news_box_head_chach {
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
	font-weight: bold;
	font-size: 1rem;

	color: #d56de0;
	line-height: 26px;
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
}
.news_box_head_time {

	width: 100%;
	font-size: 13px;
	color: #6e6e64;
	display: block;
	font-weight: 500;
	line-height: 13px;
}
.news_box_txt {
	width: 100%;
	display: block;
	font-size: 15px;
	line-height: 160%;

}

.news_box_img {
	width: 30%;
	display: table;
	float: left;
	margin-right: 10px;
}
.news_box_img img {
	width: 100%;
}	
/*日記----------------*/	
.diary_wrapp {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}	
.diary_box {
	width: 100%;
	display: table;
	margin-bottom: 15px;
	border-bottom: 1px dotted #4B4B4B;
}
.diary_box a:link {
	text-decoration: none;
	color: #000000;
}
.diary_box_txt {
	width: 100%;
	display: table;
	font-size: 15px;
	line-height: 160%;

	margin-bottom: 8px;
}
	
.diary_box_txt p {
	width: 100%;
	display: block;
	margin-bottom: 3px;
	margin-top: 0px;
	line-height: 110%;
}
.diary_box_txt_titol {
	color: #785e44;

}	
.diary_box_img {
	width: 40%;
	display: block;
	float: left;
	margin-right: 10px;
}
.diary_box_img img {
	width: 100%;
	display: block;
}	
	
.diary_box_mimg {
	width: 40%;
	display: block;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.diary_box_mimg img {
	width: 100%;
	display: block;
}	
	
.diary_nextbox {
	width: 100%;
	display: table;
	margin-bottom: 20px;
	text-align: center;

	margin-top: 40px;
}
.diary_nextbox a:link {
	text-decoration: none;
		color: #000000;
}
	
.diary_nextbox .moji {
	display: inline-table;
	margin-bottom: 5px;
	background-color: #f3e3ff;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 90%;
}

/*共通見出し----------------*/		
.in_midashi {
    width: 100%;
    display: block;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 2rem;
    color: #785E44;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}		
.in_midashi p {
    width: 100%;
    display: table;
    font-family: "Meiry",'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif!important;
    margin-bottom: 8px;
    font-size: 1rem!important;
    font-weight: normal;
}	
.in_midashi_re {
	width: 100%;
	display: table;

	margin-top: -4px;
	margin-bottom: 8px;
	font-size: 40%;
	color: #785E44;
}		
.in_midashi_re a:link {
	text-decoration: underline;
	color: #785E44;
}
.in_midashi_re a:visited {
	text-decoration: underline;
	color: #785E44;
}
	
	
	
	
/*女の子----------------*/			
	
.gal_box {
	width: 100%;
	display: table;
	font-size: 100%;
	padding-bottom: 10px;
}		
.gal_box .rankno {
    width: 100%;
    display: block;
    color: #db6893;
    margin-top: 7px;
    text-align: center;
}	
.gal_box .rankno li {
  display: inline-block;
  vertical-align: middle;
}
.gal_box .rankno .name {
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.1em;
}		
.gal_box .rankno .ranking {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 20px;
	display: inline;
	margin-left: 5px;
	font-weight: bold;
}		
.gal_box .imgbox {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	position: relative;
}
.gal_box .imgbox img {
	width: 100%;
	display: block;
}
.gal_box .imgbox .newface {
	width: 100%;
	display: block;
}
.gal_box .imgbox .return {
	width: 100%;
	display: block;
}	
.gal_box .imgbox .x {
	width: 100%;

	display: block;
}		
.gal_box_imgbox_mark {
    position: absolute;
    width: 85px;
    padding-top: 0px;
    right: 0;
    height: 85px;
    background-position: right top;
    background-repeat: no-repeat;
    display: table;
    background-size: 85px 85px;
    float: right;
}		
	
.gal_box_imgbox_mark p {
	color: #fff;
	transform: rotate(45deg);
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	margin-right: -27px;
}	
	
	
.gal_box_imgbox_tweet {
    position: absolute;
    width: 50px;
    padding-top: 0px;
    left: 0;
    height: 55px;
    background-position: center center;
    display: table;
    background-color: #000000;
    float: left;
    border: 1px solid #FFFFFF;
    background-image: url(http://kp-cat.com/img/x2.png);
    background-size: cover;
}		
.gal_box_imgbox_tweet p {
	color: #fff;

	font-size: 13px;
	text-align: center;
	margin-top: 3px;

}		
.gal_box_imgbox_rank01 {
    position: absolute;
    width: 50px;
    padding-top: 0px;
    left: 0;
    height: 55px;
    background-position: center center;
    display: table;
    background-color: #000000;
    float: left;
    border: 1px solid #FFFFFF;
    background-image: url(http://kp-cat.com/img/x2.png);
    background-size: cover;
}		
.gal_box_imgbox_rank01 p {
	color: #fff;

	font-size: 13px;
	text-align: center;
	margin-top: 3px;

}		
.gal_box_imgbox_rank {
    position: absolute;
    width: 45px;

    padding-top: 0px;
    left: 2px;
    height: 65px;
    background-position: center center;
    display: table;
    float: left;
    background-size: cover;
}		
.rank01 {
    background-image: url(https://kp-cat.com/img/rank1.png);
    background-size: cover;
}	
.rank02 {
    background-image: url(https://kp-cat.com/img/rank2.png);
    background-size: cover;
}
.rank03 {
    background-image: url(http://kp-cat.com/img/rank3.png);
    background-size: cover;
}	
.gal_box_imgbox_shame {
	width: 52%;
	margin-left: auto;
	margin-right: auto;
	display: table;
	height: auto;

	padding-top: 0px;
	padding-left: 24%;
	position: absolute;
	bottom: 5px;
}	
.gal_box .txtbox {
    width: 100%;
    display: table;
    margin-bottom: 2px;
    text-align: center;
    margin-top: 8px;
}
.gal_box .txtbox .newface {
	display: inline;
	background-color: #d56de0;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	font-size: 90%;
	border-radius: 3px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.gal_box .txtbox .return {
	display: inline;
	background-color: #E70000;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	font-size: 90%;
	border-radius: 3px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}	
.gal_box .txtbox .x {
    display: inline;
    background-color: #000;
 
    padding-top: 5px;
    padding-bottom: 3px;	
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 5px;
    color: #FFFFFF;
    background-image: url(http://kp-cat.com/img/x_2.png);
    background-size: 20px 15px;
    font-size: 0.6rem;
    border-radius: 3px;

    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-position: center center;
}		
.prof_mbox .name{
	font-size: 2rem!important;
	}
.prof_mbox .size{
	font-size: 1.2rem!important;
	}	
	
.prof_mbox .tweet{
    font-size: 1.2rem!important;
    background-image: url(http://kp-cat.com/img/x.png);
    background-size: cover;

    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
	}		
	
	
.gal_box .txtbox .name {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
    font-weight: bold;
    display: inline;
    font-size: 1.5rem;
    font-weight: bold;
    color: #785E44;
    padding-left: 5px;
    vertical-align: middle;
    margin-top: 0px;
}
.gal_box .txtbox .age {
    display: inline;
    color: #785E44;
    font-weight: bold;
    vertical-align: middle;
}
.gal_box .txtbox .size {
    width: 100%;
    display: table;
    color: #6E6E64;
    padding-top: 0px;
    font-size: 1rem;
}
.gal_box .txtbox .time {
    width: 80%;
    display: block;
    color: #785E44;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fdeff5;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 12px;
}
.gal_box .txtbox .now {
    width: 80%;
    display: block;
    color: #B30210;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fdeff5;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 12px;
}
.rev {
    width: 80%;
    display: block;
    color: #6E6E64;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fdeff5;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 12px;
    text-align: center;
}	
.gal_box .iconbox {
    width: 96%;
    display: table;
    margin-right: auto;
    margin-left: auto;
    float: right;
    font-size: 0.7rem;
    padding-top: 10px;
}
.gal_box .iconbox .on {
    display: block;
    float: left;
    margin-right: 3px;
    margin-bottom: 5px;
    background-color: #db6893;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    border-radius: 2px;
}
.gal_box .iconbox .of {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	background-color: #DADBD5;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-radius: 2px;
	font-size: 100%;
}
	

	

/*スケジュール----------------*/			
.in_sche {
	width: 100%;
	display: table;
	height: 200px;
	background-image: url(../img/insch_back.gif);
	background-repeat: repeat;
}		
.in_sche_wrapp {
	display: table;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;
	padding-left: 29px;
}		
	
.gal_in_sch {
	width: 23%;
	display: table;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-right: 2%;
	float: left;
	box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	-webkit-box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
}	
	
.sche {
    display: table;
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 47px;

}	
	
.sche .week{
    width: 100%;
    display: block;
    padding-top: 5px;
	padding-left: -20px;
    margin-bottom: 30px;
    text-align: center;

}	
.sche .day{
	width: 13%;
	display: inline-block;
	background-color: #CCAF81;
	border-radius: 5px;
	
}
.sche .day:hover {
	width: 13%;
	display: inline-block;
	background-color: #785E44;
	border-radius: 5px;
}	
.sche .today{
	width: 13%;
	display: inline-block;
	background-color: #785E44;
	border-radius: 5px;
}
.sche .daytxt{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    padding-left: 0px;

}
.sche .week_sita{
	width: 40%;
	display: inline-block;
	background-color: #d56de0;
	margin-top: 20px;
	border-radius: 20px;
}
.sche .week_sita p{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFFFFF;
	margin-right: auto;
	width: auto;

}
	
.sche .cast{
	width: 23%;
	height: 400px;
	background-color: #FFFFFF;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}		
	
/*ランク----------------*/			
	
.in_ranking {
	width: 100%;
	display: table;
	height: 300px;
	background-color: #eed5ff;
}		
.in_ranking_inbox {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    display: table;
    padding-left: 2%;
    text-align: center;
}		

.gal_in_rank_a {
	width: 18%;
	display: table;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	-webkit-box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	font-size: 95%;
	float: left;
	margin-right: 2%;
}		
	
.gal_in_rank {
	width: 18%;
	display: table;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	-webkit-box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	font-size: 95%;
	float: left;
	margin-right: 2%;
}			

.my-parts {
	display: inline-block;
	padding-top: 0.2em;
	padding-right: 5em;
	padding-left: 4.5em;
	padding-bottom: 0.2em;
	border: 1px solid #333;
	border-radius: 32px;
	color: #333;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	margin-top: 20px;

}
.my-parts::after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: .4em;
  left: auto;
  bottom: auto;
	
  transform: translateY(-50%);
}
.my-parts:hover {
	background-color: #CCAF81;
	color: #fff;
	border-color: #6E6E64;
	/* [disabled]border-style: solid; */
	border-width: 1px;

}
	
	
	
/*プロフィール----------------*/			
.prof {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	margin-bottom: 60px;
	height: 800px;
	padding-bottom: 20px;
	
}		
.prof_wrapp {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	height: 500px;
}		
.prof_hbox {
	width: 48%;
	display: block;
	max-width: 350px;
	float: left;
	margin-bottom: 20px;
	height: 650px;
}		
.prof_mbox {
	display: table;
	width: 49%;
	height: 500px;
	float: right;
}		
.prof_mbox_data {
	font-size: 140%;
	margin-bottom: 15px;
	display: table;
	width: 100%;
}		
.prof_mbox_icon {
	font-size: 110%;
	display: table;
	margin-top: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;

}	
	
.pro_iconbox {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.pro_iconbox .p_on {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	font-size: 100%;
	background-color: #db6893;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius: 2px;
}
.pro_iconbox .p_of {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	background-color: #DADBD5;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius: 2px;
	font-size: 100%;
}	
	
.prof_mbox_ankert {
    width: 100%;
    margin-bottom: 20px;

}		

.prof_mbox_ankert .anbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
	background-color: #D56DE0;
	display:flex;
}

.prof_mbox_ankert .anbox_h {
	width: 35%;
	text-align: left;
	float: left;
	background-color: #D56DE0;
	display: block;
}
.prof_mbox_ankert .anbox_h p {
    color: #FFFFFF;
    font-size: 11px;
    padding-top: 8px;
    padding-left: 5px;
    padding-bottom: 7px;
}
.prof_mbox_ankert .anbox_m {
	width: 65%;
	float: right;
	background-color: #fbe6ef;
	display: block;
}
.prof_mbox_ankert .anbox_m p {
    text-align: left;
    padding-top: 7px;
    padding-left: 5px;
}	
.prof_mbox_coment {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 15px;
	line-height: 180%;
	min-height: 100px;
	margin-bottom: 25px;
}		
	
.mi04 {
	margin-top: 10px;
	color: #785e44;
	width: 100%;
	height: 35px;
	position: relative;
	border-bottom: 4px solid #DDD;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.mi04::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #785e44;
     bottom: -4px;
     width:25%;
     display: block;
}	
	
.mi04 .eigo {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 2rem;
    display: inline-block;
}
	
.mi04 .japan {
    display: inline-block;
    font-size: 100%;
    margin-left: 5px;
}

	
	
.prof_mbox_sch {
	width: 100%;
	display: table;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;

}	

.prof_mbox_sch .scbox {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: right;
    margin-bottom: 3px;
    line-height: 150%;
    font-size: 1.2rem;
}

.prof_mbox_sch .scbox_h {
	width: 40%;
	text-align: left;
	float: left;
	display: block;
	border-bottom: 1px solid #785E44;
	border-right: 1px dotted #785E44;
}
.prof_mbox_sch .scbox_h p {
	color: #785E44;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.prof_mbox_sch .scbox_m {
	width: 60%;
	float: right;
	display: block;
	border-bottom: 1px solid #785E44;
}
.prof_mbox_sch .scbox_m p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	color: #785E44;
}	
	

.prof_newsd {
	width: 100%;
	display: table;
	background-color: #eed5ff;
	height: 200px;
}		
.prof_newsd_wrapp {
	display: table;
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 47px;
	margin-bottom: 47px;
}

.prof_newsd_wrapp_h  {
	width: 48%;
	float: left;
	height: 830px;
	background-color: #FFFFFF;

}


.prof_newsd_main {
	width: 100%;
	display: block;
	height: 770px;
}
.prof_newsd_main_if {
	width: 100%;
	display: block;
	height: 760px;
}	
.prof_newsd_wrapp_m  {
	width: 48%;
	float: right;
	background-color: #FFFFFF;
	height: 590px;
	margin-top: px;
	margin-bottom: 10px;

}	
.prof_newsd_migi {
	width: 100%;
	display: block;
	height: 530px;
}
.prof_newsd_migi_if {
	width: 100%;
	display: block;
	height: 530px;
}		
	
.prof_form_wrapp  {
	width: 48%;
	float: right;
	background-color: #FFFFFF;
	height: 230px;

}	
.prof_form_wrapp_in  {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
		font-size: 110%;
}	
.input_a  {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #aaa;
	margin-bottom: 3px;
		padding: .3em;

}
.input_txtarea  {
	display: block;
	width: 100%;
	margin-left: auto;
	padding: .3em;
	border: 1px solid #aaa;
	margin-right: auto;
	font-size: 120%;
	margin-bottom: 5px;
}	
.butan_box {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 17px;
}	
.submit {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}		
	
	
	
	
	
	
/*求人----------------*/			
.in_rec {
	width: 100%;
	display: block;
	background-image: url(../img/recruit-img.jpg);
	height: 450px;
	background-size: auto 450px;
	background-position: center top;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
}		
.in_rec_img  {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	width: 100%;
}	
.in_rec_img img  {
	display: block;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 7%;
}		
	
/*メルマガ----------------*/				
.in_mailmaga {
	width: 100%;
	display: table;
	height: 100px;
	background-color: #eed5ff;
	margin-bottom: 20px;
}		
	
.in_mailmaga_txt {
    display: table;
    width: 100%;
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;

}		
.in_mailmaga_txt p {
	color: hsla(30,28%,37%,1.00);
	font-size: 130%;
	line-height: 40px;
	font-weight: 500;

}		
.in_mailmaga_form {
	display: table;
	width: 100%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;

}

.in_mailmaga_form_table {
	width: 100%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;

}	
	
.in_mailmaga_waku {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;

}	
.in_mailmaga_waku input {
	display: table;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 23px;
}	
.in_mailmaga_botan {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	text-align: center;
}		
.in_mailmaga_botan_txt {
	display: inline;
	font-size: 140%;
	width: 120px;
	margin-right: 10px;
	margin-left: 10px;
}		
.in_mailmaga_sousin {
	display: block;
	width: 100%;
}		
.in_mailmaga_sousin input {
	display: block;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	max-width: 200px;
	font-size: 14px;
}
.in_mailmaga_power {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0px;
}
.in_mailmaga_power img {
	display: block;
	width: 1%;
}
	
/*system----------------*/
.in_sys {
	width: 100%;
	display: table;
	height: 100px;
	margin-bottom: 40px;
}		
	
.in_sys_box {
	display: table;
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}	
.in_sys_box img {
	display: table;
	width: 100%;
}
.in_sys_box_sp {
	display: none;
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}	
.in_sys_box img {
	display: table;
	width: 100%;
}	
/*アクセス----------------*/
.in_access {
	width: 100%;
	display: table;
	height: 100px;
	background-color: #eed5ff;
}	
	
.in_access_map{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30%;
	background-color: hsla(0,0%,100%,1.00);
	margin-bottom: 20px;
}
.in_access_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}	
.in_access_txt {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
}	
.in_access_txt p {
	font-size: 120%;
	margin-bottom: 10px;

}	
.in_access_img {
	display: table;
    width: 90%;	
	width: 400px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}	
	
.in_access_img p {
	font-size: 120%;
	margin-top: 5px;

}	
/*ルール----------------*/			
.in_rule {
	width: 100%;
	display: table;
	height: 200px;
	background-image: url(../img/insch_back.gif);
	background-repeat: repeat;
}		
	
.in_rule_txt {
    width: 100%;
    margin-bottom: 60px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    line-height: 170%;
    text-align: center;
}		
.in_rule_txt p {
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 8px;
	color: #785E44;

}		
	
/*問い合わせ----------------*/				
.in_form {
	display: table;
	width: 100%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;
}		
	
.in_form_txt {
    display: table;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;

}		
.in_form_txt img {
	width: 250px;
	margin-right: auto;
	margin-left: auto;

}		
.in_form_txt p {
	color: hsla(30,28%,37%,1.00);
	font-size: 95%;
	line-height: 40px;
	font-weight: 400;

}		
	
.in_form_txt_big {
    color: hsla(30,28%,37%,1.00);
    font-size: 130%;
    font-weight: 600;

}	
	
.in_form_txt input {
	display: block;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	font-size: 15px;

	line-height: 150%;
}
.in_form_txt textarea {
	display: block;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	font-size: 15px;
	line-height: 150%;

}	
.in_form_waku {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;

}		
			
.in_form_sousin {
	display: block;
	width: 100%;
}		
.in_form_sousin input {
	display: block;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	max-width: 200px;
	font-size: 14px;

}

.in_form_if {
	width: 100%;
	display: block;
	height: 450px;
}
	
/*ベース----------------*/			
.bacic {
	width: 100%;
	display: table;
	background-image: url(../img/insch_back.gif);
	background-repeat: repeat;
	min-height: 500px;
}			
	
/*リンク----------------*/	
.link_wrapp {
	display: table;
	width: 90%;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;
	background-color: #FFFFFF;

	border-radius: 20px;
}		
.link_wrapp .waku {
	display: table;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.link_wrapp .waku_txt {
	display: table;
	width: 100%;
	text-align: left;
	font-size: 15px;
}


.link_wrapp .waku_imgbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}	
	
	
.link_wrapp .linkbox {
	width: 100%;
	display: block;
	height: 730px;
}	

.link_wrapp .linkbox iframe {
	width: 100%;
	display: block;
	height: 730px;
}	

	
/*会員----------------*/	
.menber_wrapp {
	display: table;
	width: 90%;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;
	background-color: #FFFFFF;

	border-radius: 20px;
}		
.menber_wrapp .waku {
    display: table;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
	
.menber_wrapp .waku_mi {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 25px;
	margin-bottom: 10px;
}	
	
.menber_wrapp .waku_txt {
	display: table;
	width: 100%;
	text-align: left;
	font-size: 15px;
}
.menber_wrapp .waku_txt_senter {
    display: table;
    width: 100%;
    font-size: 15px;
	text-align: center;
}
.menber_wrapp .waku_botan {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 15px;
    border: 1px solid #CACACA;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 3px;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}
	
/*求人----------------*/			
.re_back_a {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/back.jpg);
	background-repeat: repeat;
	min-height: 500px;
}	
	
.re_01_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
	max-width: 795px;
}	

.re_01_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 595px;
	margin-bottom: 50px;
	text-align: left;

	font-weight: 500;

	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
}	


.re_txt_pink {
	color: #FF7276;	
}	
	
.re_oubo {
    width: 100%;
    display: block;
    background-image: url(../recruit/img/back3.png);
    background-position: center top;
    clear: both;
}
	
.re_oubo .uketuke {
    display: table;
    color: #785E44;
    font-size: 21px;
    width: 100%;
    font-weight: 500;
    margin-top: 90px;
    text-align: center;
}

.re_oubo_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}	
.re_oubo_ibox2 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}		
.re_oubo_ibox3 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 200px;
}	
.re_oubo_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	max-width: 595px;
	margin-bottom: 30px;
	text-align: center;

	font-weight: 500;

	color: #6E6E64;
	font-size: 17px;
	line-height: 27px;
}	
.re_oubo_tbox p {
	margin-bottom: 30px;
	text-align: center;

	font-weight: 500;

	color: #6E6E64;
	font-size: 20px;
	margin-top: 5px;
}		
	
.re_oubo_tbox p a:link {
	text-decoration: underline;
	color: #ff4860;
}
	
	
	
.re_oubo_tbox input {
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

	font-weight: 500;
	font-size: 17px;
	margin-top: 9px;
}		
.re_back_b {
    width: 100%;
    display: block;
    background-image: url(../recruit/img/recruit-img3.jpg);
    background-position: center top;
    padding-bottom: 10px;
}	
	
.re_02_ibox {
    display: table;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
}	

.re_02_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 601px;
	margin-bottom: 50px;
	text-align: left;

	font-weight: 500;
	font-feature-settings: "palt";
	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
}	
	
.re_back_c {
    width: 100%;
    display: block;
    background-color: #d7f0f9;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}	
	
.re_back_c_wrapp {
	width: 90%;
	display: table;
	min-height: 300px;
	max-width: 1200px;
	margin-top: 55px;
	margin-bottom: 55px;
	margin-right: auto;
	margin-left: auto;
}
.re_back_c_m {
	width: 49%;
	display: table;
	min-height: 200px;
	background-color: #EA4335;
	float: right;
}

.re_back_c_h {
	width: 49%;
	display: table;
	min-height: 200px;
	background-color: #EA4335;
	float: left;
}

.re_back_c_box {
	width: 100%;
	display: table;
	min-height: 200px;
	background-color: #FFFFFF;
	padding-top: 0px;
}

.re_back_c_box_ue {
    width: 100%;
    display: table;
    min-height: 100px;
    background-image: url(../recruit/img/fuki.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #3fa9f5;
    padding-top: 25px;
    color: #FFFFFF;
    padding-bottom: 5px;
    text-align: center;
}

.re_back_c_box_ue p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 0px;
    padding-top: 0px;


}

.re_back_c_box_ue_ye {
	color: #fde759;

}

.re_back_c_box_txtbox {
	font-size: 17px;
	line-height: 30px;
	color: #6e6e64;

	width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: left;
	font-weight: 500;
}	
	
.re_back_d {
    margin: 0px;
    width: 100%;
    display: block;
    background-image: url(../recruit/img/recruit-img2.jpg);
    background-position: center top;
    padding-bottom: 10px;
}	
	
.re_back_d_ibox {
    display: table;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
}

.re_back_d_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	max-width: 1200px;
	margin-bottom: 80px;
	text-align: left;

	font-weight: 500;
	font-feature-settings: "palt";
	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
	padding-top: 90px;
	background-image: url(../recruit/img/sen.png);
	background-repeat: no-repeat;
	width: 90%;
}		
	
.re_back_e {
    width: 100%;
    display: block;
    background-image: url(../recruit/img/back.jpg);
    background-repeat: repeat;
    clear: both;
    padding-bottom: 10px;
}	
.re_back_e_step_wrapp {
	display: table;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: 90%;
	margin-bottom: 100px;
}
	
.re_back_e_ibox {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
    padding-bottom: 0px;
    padding-top: 100px;
}	


.re_back_e_stepbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #785E44;

	min-height: 100px;
}	

.re_back_e_stepbox_h {
	display: table;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: 50%;
	float: left;
}
.re_back_e_stepbox .step01 {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    background-color: #FFCABD;
    background-image: url(../recruit/img/step1.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 28px;
    line-height: 35px;
    color: #785E44;
    font-weight: 600;
    padding-left: 100px;
}
	
.re_back_e_stepbox .step02 {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    background-color: #ebe3f3;
    background-image: url(../recruit/img/step2.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 28px;
    line-height: 35px;
    color: #785E44;
    font-weight: 600;
    padding-left: 100px;
}
.re_back_e_stepbox .step03 {
	display: table-cell;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	background-color: #dcedf1;
	background-image: url(../recruit/img/step3.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 28px;
	line-height: 35px;
	color: #785E44;
	font-weight: 600;
	padding-left: 100px;
}
.re_back_e_stepbox .step04 {
	display: table-cell;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	background-color: #e1f4d9;
	background-image: url(../recruit/img/step4.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 28px;
	line-height: 35px;
	color: #785E44;
	font-weight: 600;
	padding-left: 100px;
}	
.re_back_e_stepbox_m {
	display: table-cell;
	margin-right: auto;
	margin-left: auto;
	float: right;
	text-align: center;
	color: #6E6E64;
	font-weight: 500;
}	
.re_back_e_stepbox_m p {
	display: table;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	text-align: left;
	font-size: 17px;
	line-height: 28px;
	margin-top: 10%;
	margin-bottom: 10%;
}		
	
.re_back_e_arrowbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
}	


.re_back_f {
    width: 100%;
    display: block;
    background-image: url(../recruit/img/recruit-img4.jpg);
    background-position: center top;
    clear: both;
    padding-bottom: 10px;

}	

.re_back_f_ibox {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 0%;
    max-width: 0px;
    padding-top: 50px;
}

.re_back_f_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 590px;
	margin-bottom: 50px;
	text-align: left;
	font-weight: 500;

	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
}	


.re_back_f_wrapp {
	width: 90%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	max-width: 1000px;
}

.re_back_f_box {
	width: 100%;
	display: table;
	background-color: #fcfcfa;
	-webkit-box-shadow: 1px 1px 3px 1px hsla(60,5%,41%,0.55);
	box-shadow: 1px 1px 3px 1px hsla(60,5%,41%,0.55);
	margin-bottom: 30px;
}

.re_back_f_box_ue {
	width: 100%;
	display: table;
	background-color: #f7eaff;
	text-align: left;
}
.re_back_f_box_ue p {
	font-size: 21px;
	line-height: 30px;
	color: #785E44;
	font-weight: 500;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;

}
.re_back_f_box_sita {
	width: 100%;
	display: table;
	text-align: left;
}

.re_back_f_box_sita p {
	font-size: 17px;
	line-height: 30px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #6e6e64;
	font-weight: 500;

}	


.re_txt_enji {
	color: #ca5c72;

}



.re_back_g {
    width: 100%;
    display: block;
    background-image: url(../recruit/img/back2.jpg);
    background-position: center top;
    clear: both;

}	

.re_back_g_ibox {
    display: table;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
}

.re_back_g_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 590px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 500;

	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
}	


.re_back_g_wrapp {
	width: 90%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	max-width: 1000px;
}

.re_back_g_box {
	width: 100%;
	display: table;

	margin-bottom: 60px;
}

.re_back_g_box_h {
	width: 27%;
	display: table;
	text-align: left;
	max-width: 270px;
	float: left;
}

.re_back_g_box_m {
	width: 73%;
	display: table;
	text-align: left;
	float: right;
}

.re_back_g_box_m_koe {
	width: 100%;
	display: table;
	text-align: left;
}
.re_back_g_box_m_koe p {
	font-size: 35px;
	font-weight: 700;
	color: #785e44;
	width: 95%;
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;

}

.re_back_g_box_m_kome {
	width: 100%;
	display: table;
	text-align: left;
	background-image: url(../recruit/img/fuki_yoko_h.png);
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: left center;
}
.re_back_g_box_m_kome_inbox {
	width: 95%;
	display: table;
	text-align: left;
	float: right;
	background-color: #FFFFFF;
	border-radius: 8px;
	min-height: 100px;
}

.re_back_g_box_m_kome_inbox_txt {
	width: 90%;
	display: table;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7%;
	margin-bottom: 7%;

	color: #6E6E64;
	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
}

.re_back_g_box_m_kome_inbox_txt p {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 26px;
	font-weight: 700;
	color: #785E44;
	margin-bottom: 10px;
}	
	
.re_back_g_box_a {
	width: 100%;
	display: table;

	margin-bottom: 60px;
}

.re_back_g_box_a_h {
	width: 27%;
	display: table;
	text-align: left;
	max-width: 270px;
	float: right;
}

.re_back_g_box_a_m {
	width: 73%;
	display: table;
	text-align: left;
	float: left;
}

.re_back_g_box_a_m_koe {
	width: 100%;
	display: table;
	text-align: left;
}
.re_back_g_box_a_m_koe p {
	font-size: 35px;
	font-weight: 700;
	color: #785e44;
	width: 95%;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;

}

.re_back_g_box_a_m_kome {
	width: 100%;
	display: table;
	text-align: left;
	background-image: url(../recruit/img/fuki_yoko_m.png);
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: right center;
}
.re_back_g_box_a_m_kome_inbox {
	width: 95%;
	display: table;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
	border-radius: 8px;
	min-height: 100px;
}

.re_back_g_box_a_m_kome_inbox_txt {
	width: 90%;
	display: table;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7%;
	margin-bottom: 7%;

	color: #6E6E64;
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
}

.re_back_g_box_a_m_kome_inbox_txt p {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 26px;
	font-weight: 700;
	color: #785E44;
	margin-bottom: 10px;
}		
	
.re_back_h {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    clear: both;
}


.re_back_h_topimg {
	width: 100%;
	display: table;
	margin-bottom: 100px;
	background-image: url(../recruit/img/recruit-img5.jpg);
	background-size: cover;
	background-position: center center;
}

.re_back_h_topimg_tg {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 80%;
	max-width: 1000px;
}
.re_back_h_topimg_tg img {
	display: table;
	width: 427px;
	float: right;
}

.re_back_h_ibox {
	display: table;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	max-width: 704px;
	width: 90%;
}

.re_back_h_twrapp {
	width: 90%;
	display: table;
	margin-bottom: 30px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.re_back_h_tbox {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}

.re_back_h_tbox img {
	max-width: 143px;

}
.re_back_h_tbox_txt {
	width: 83%;
	float: right;

	font-size: 17px;
	color: #6E6E64;
	font-weight: 500;
	text-align: left;
	margin-top: 27px;
}
.re_back_h_tbox_txt p {
	color: #D56DE0;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;

}	
	
.re_back_i {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    clear: both;
}


.re_back_i_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 135px;
}

.re_back_i_wrapp {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 900px;
	margin-bottom: 50px;

	width: 90%;
}

.re_back_i_tbox {
	width: 100%;
	text-align: left;
	font-size: 17px;
	line-height: 30px;
	color: #6E6E64;
	font-weight: 500;
	padding-bottom: 60px;
	background-image: url(../recruit/img/sen.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 80px;

}	

.re_back_i_deta_box {
	width: 100%;
	font-size: 17px;
	line-height: 30px;
	color: #6E6E64;
	font-weight: 500;
	padding-bottom: 60px;
	background-position: center bottom;
	background-repeat: no-repeat;
}	

.re_back_i_deta_box .detabox {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	display: table;
	border-bottom: 1px dotted #6E6E64;
	margin-bottom: 10px;
	padding-bottom: 10px;

}	
.re_back_i_deta_box .detabox_h {
	width: 20%;
	float: left;
	text-align: left;

}

.re_back_i_deta_box .detabox_m {
	float: right;
	width: 78%;
	text-align: left;

}	
	
	
/*漫画----------------*/	
.re_manga_titol {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
	margin-bottom: 50px;
    max-width: 750px;
    color: #E4007F;
    font-size: 44px;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: bolder;
    text-align: center;
    line-height: 55px;
}	
.re_manga_box {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    width: 100%;
padding-bottom: 20px;
    background-color: #FFFFFF;
}		
		
.re_manga_box img {
    display: table;
    max-width: 650px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;

}		
	
	
.re_mensetu_box {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: #FFFFFF;
}
.re_mensetu_box_wrapp {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    width: 650px;
padding-bottom: 20px;
    background-color: #FFFFFF;
}		
.re_mensetu_bar {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 40px;	
    width: 100%;
}		
			
.re_mensetu_q {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 100%;
    background-image: url(../recruit/mensetu_q.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50px 50px;
    color: #E95377;
}
.re_mensetu_q_txt {
    display: table;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: bolder;
    font-size: 38px;
    width: 90%;
    float: right;
    text-align: left;
    line-height: 130%;
}	
.re_mensetu_a {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    width: 100%;
    background-image: url(../recruit/mensetu_a.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50px 50px;
}		
.re_mensetu_a_txt {
    display: table;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: bolder;
    font-size: 28px;
    width: 90%;
    float: right;
    text-align: left;
    line-height: 150%;
}	
	
/*漫画リスト----------------*/	
	
.mangalist_box {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    background-color: #FFFFFF;
}	
	
.mangalist_box_line {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    border-bottom: 1px dotted #000000;
    font-size: 18px;
	margin-bottom: 5px;
  
}		
.mangalist_box_line_hi {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    float: left;
    text-align: left;
}	
.mangalist_box_line_mi {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 20%;
    float: right;
    text-align: right;
}		
	
}



/*===============================================
●tablet用のcssを記述
===============================================*/	
@media only screen and (min-width:481px) and (max-width:1024px) {
	

/*トップ----------------*/
	
.mainimgbox {
	width: 100%;
	display: block;
}		

	
/*新着----------------*/
.in_newsd {
	width: 100%;
	display: table;
	background-color: #eed5ff;
}		
.in_newsd_wrapp {
	display: table;
	width: 90%;
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 47px;
	margin-bottom: 47px;
}

.in_newsd_wrapp_h  {
	width: 60%;
	float: left;
	height: 870px;
	background-color: #FFFFFF;

}

.in_newsd_wrapp_m  {
	width: 38%;
	float: right;
	background-color: #FFFFFF;
	height: 800px;

}

.in_newsd_wrapp_rec {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}		
	
.mi03 {
	margin-top: 10px;
	color: #785e44;
	width: 95%;
	height: 35px;
     position: relative;
     padding-bottom: 0.1em;
     border-bottom: 4px solid #DDD;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
}

.mi03::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #785e44;
     bottom: -4px;
     width:30%;
     display: block;
}	
	
.mi03 .eigo {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    display: block;
    float: left;
    font-size: 2rem;
    padding-right: 5px;
}
	
.mi03 .japan {
	display: block;
	float: left;
	font-size: 100%;

	margin-top: 8px;
	margin-left: 5px;
}
	
	
.in_newsd_main {
	width: 100%;
	display: block;
	height: 440px;
	overflow:auto;
-webkit-overflow-scrolling:touch;
}
.in_newsd_main_if {
	width:100%;
	height: 550px;
border:none;
display:block;
}
.in_newsd_main_men {
    width: 100%;
    display: block;
    height: auto;
    padding-bottom: 0px;
    border-top: 10px solid #eed5ff;
}		
.in_newsd_main_blog {
    width: 100%;
    display: block;
    height: auto;
    padding-bottom: 5px;
    border-top: 10px solid #eed5ff;
}		
	
/*ニュース----------------*/	
.news_wrapp {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}	
.news_wrapp a:link {
	text-decoration: none;
	color: #000000;
}
.news_wrapp a:active {
	color: #000000;
 }
.news_wrapp a:visited {
	color: #000000;
 }		
.news_box_main {
	width: 100%;
	display: block;


}	
.news_box {
	width: 100%;
	display: table;
	height: 100px;
	margin-bottom: 20px;
}
.news_box_if {
	width: 100%;
	display: block;
	height: 800px;
}
.news_box_head {
	width: 100%;
	display: table;
	border-bottom: 1px dotted #4B4B4B;
	margin-bottom: 7px;
}
.news_box_head_chach {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
	font-weight: bold;
	font-size: 1rem;
	color: #d56de0;
	line-height: 26px;
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
}
.news_box_head_time {
	width: 100%;
	font-size: 13px;
	color: #6e6e64;
	display: block;
	font-weight: 500;
	line-height: 13px;
}
.news_box_txt {
	width: 100%;
	display: block;
	font-size: 15px;
	line-height: 175%;

}

.news_box_img {
	width: 35%;
	display: table;
	float: left;
	margin-right: 10px;
}
.news_box_img img {
	width: 100%;
}	
/*日記----------------*/	
.diary_wrapp {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}	
.diary_box {
	width: 100%;
	display: table;
	margin-bottom: 20px;
	border-bottom: 1px dotted #4B4B4B;
}
.diary_box a:link {
	text-decoration: none;
	color: #000000;
}
.diary_box_txt {
	width: 100%;
	display: table;
	font-size: 15px;
	line-height: 160%;

	margin-bottom: 8px;
}
	
.diary_box_txt p {
	width: 100%;
	display: block;
	margin-bottom: 3px;
	margin-top: 0px;
	line-height: 110%;
}
.diary_box_txt_titol {
	color: #785e44;

}	
.diary_box_img {
	width: 30%;
	display: block;
	float: left;
	margin-right: 10px;
	max-width: 150px;
}
.diary_box_img img {
	width: 100%;
	display: block;
}		
.diary_box_mimg {
	width: 40%;
	display: block;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.diary_box_mimg img {
	width: 100%;
	display: block;
}	
.diary_nextbox {
	width: 100%;
	display: table;
	margin-bottom: 20px;
	text-align: center;

	margin-top: 20px;
}
.diary_nextbox a:link {
	text-decoration: none;
		color: #000000;
}
	
.diary_nextbox .moji {
	display: inline-table;
	margin-bottom: 5px;
	background-color: #f3e3ff;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 90%;
}
	
/*共通見出し----------------*/		
.in_midashi {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 2rem;
    font-weight: 600;
    width: 100%;
    display: block;
    color: #785E44;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}		
.in_midashi p {
    width: 100%;
    display: table;
    font-size: 50%;
    margin-bottom: 8px;
    font-weight: normal;
}		
.in_midashi_re {
	width: 100%;
	display: table;

	margin-top: -4px;
	margin-bottom: 8px;
	font-size: 40%;
	color: #785E44;
}		
.in_midashi_re a:link {
	text-decoration: underline;
	color: #785E44;
}
.in_midashi_re a:visited {
	text-decoration: underline;
	color: #785E44;
}
/*女の子----------------*/			
	
.gal_box {
    width: 100%;
    display: table;
    font-size: 90%;
    padding-bottom: 5px;
    text-align: center;
}		
.gal_box .rankno {
	width: 100%;
	display: block;
	color: #db6893;
	margin-top: 7px;
}	
.gal_box .rankno li {
  display: inline-block;
  vertical-align: middle;
}
.gal_box .rankno .name {

	font-size: 12px;
	display: inline;
	font-weight: 500;
	letter-spacing: 0.1em;
}		
.gal_box .rankno .ranking {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 20px;

	display: inline;
	margin-left: 5px;
	font-weight: bold;
}	
.gal_box .imgbox {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	position: relative;	
}
.gal_box .imgbox img {
	width: 100%;
	display: block;
}
.gal_box_imgbox_mark {
    position: absolute;
    width: 80px;
    padding-top: 0px;
    right: 0;
    height: 80px;
    background-position: right top;
    background-repeat: no-repeat;
    display: table;
    background-size: 70px 70px;
    float: right;
}		
	
.gal_box_imgbox_mark p {
	color: #fff;
	transform: rotate(45deg);
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
	margin-right: -30px;
}		
	
.gal_box_imgbox_tweet {
    position: absolute;
    width: 50px;
    padding-top: 0px;
    left: 0;
    height: 55px;
    background-position: center top;
    background-repeat: no-repeat;
    display: table;
    background-image: url(http://kp-cat.com/img/x2.png);
    background-size: cover;
    float: left;
    border: 1px solid #FFFFFF;
}		
.gal_box_imgbox_tweet p {
	color: #fff;

	font-size: 13px;
	text-align: center;
	margin-top: 3px;

}		
.gal_box_imgbox_rank {
    position: absolute;
    width: 45px;

    padding-top: 0px;
    left: 2px;
    height: 65px;
    background-position: center center;
    display: table;
    float: left;
    background-size: cover;
}		
.rank01 {
    background-image: url(https://kp-cat.com/img/rank1.png);
    background-size: cover;
}	
.rank02 {
    background-image: url(https://kp-cat.com/img/rank2.png);
    background-size: cover;
}
.rank03 {
    background-image: url(http://kp-cat.com/img/rank3.png);
    background-size: cover;
}
.gal_box_imgbox_shame {
	width: 52%;
	margin-left: auto;
	margin-right: auto;
	display: table;
	height: auto;

	padding-top: 0px;
	padding-left: 24%;
	position: absolute;
	bottom: 5px;
}		
	
.gal_box .imgbox .newface {
	width: 100%;
	display: block;
}
.gal_box .imgbox .return{
	width: 100%;
	display: block;
}	
.gal_box .txtbox {
    width: 100%;
    display: table;
	margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.gal_box .txtbox .newface {
	display: inline;
	background-color: #d56de0;
	padding-top: 1px;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	font-size: 90%;
	border-radius: 3px;
	padding-bottom: 1px;
	margin-bottom: 2px;
}
	
.gal_box .txtbox .return {
	display: inline;
	background-color: #E70000;
	padding-top: 1px;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	font-size: 90%;
	border-radius: 3px;
	padding-bottom: 1px;
	margin-bottom: 2px;
}	
	
.gal_box .txtbox .x {
   display: inline;
    background-color: #000;
 
    padding-top: 5px;
    padding-bottom: 3px;	
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 5px;
    color: #FFFFFF;
    background-image: url(http://kp-cat.com/img/x_2.png);
    background-size: 20px 15px;
    font-size: 0.6rem;
    border-radius: 3px;

    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-position: center center;
}	

	.prof_mbox .name{
	font-size: 2rem!important;
	}
	.prof_mbox .size{
	font-size: 1.2rem!important;
	}
	
.prof_mbox .tweet{
    font-size: 1.2rem!important;
    background-image: url(http://kp-cat.com/img/x.png);
    background-size: cover;

    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
	}		
.gal_box .txtbox .name {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
    font-weight: bold;
    display: inline;
    font-size: 1.3rem;
    font-weight: bold;
    color: #785E44;
    padding-left: 5px;
    vertical-align: middle;
}
.gal_box .txtbox .age {
	display: inline;
    color: #785E44;
    font-weight: bold;
    vertical-align: middle;
}
.gal_box .txtbox .size {
    font-size: 0.7rem;
    width: 100%;
    display: table;
    color: #6E6E64;
    margin-top: 0px;
}
.gal_box .txtbox .time {
	width: 80%;
	display: block;
	color: #785E44;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fdeff5;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 12px;
}
.gal_box .txtbox .now {
	width: 80%;
	display: block;
	color: #B30210;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fdeff5;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 12px;
}	
.rev {
	width: 80%;
	display: block;
    color: #6E6E64;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fdeff5;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 12px;
}		
.gal_box .iconbox {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	float: right;
	padding-top: 7px;
	font-size: 0.7rem;
}
.gal_box .iconbox .on {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	font-size: 100%;
	background-color: #db6893;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-radius: 2px;
}
.gal_box .iconbox .of {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	font-size: 100%;
	background-color: #DADBD5;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-radius: 2px;
}
	
	
	
	

/*スケジュール----------------*/			
.in_sche {
	width: 100%;
	display: table;
	height: 200px;
	background-image: url(../img/insch_back.gif);
	background-repeat: repeat;
}		
.in_sche_wrapp {
	display: table;
	width: 90%;
	margin-left: 6%;
	margin-top: 10px;
	margin-bottom: 47px;
}		
	
.gal_in_sch {
	width: 23%;
	display: table;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-right: 2%;
	float: left;
	box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	-webkit-box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
}	
	
.sche {
    display: table;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 47px;
    padding-left: 20px;
}	
	
.sche .week{
    width: 100%;
    display: block;
    padding-top: 5px;
    margin-bottom: 30px;
    text-align: center;
}	
.sche .day{
	width: 13%;
	display: inline-block;
	background-color: #CCAF81;
	border-radius: 5px;
	font-size: 11px;
	
}
.sche .day:hover {
	width: 13%;
	display: inline-block;
	background-color: #785E44;
	border-radius: 5px;
}	
.sche .today{
	width: 13%;
	display: inline-block;
	background-color: #785E44;
	border-radius: 5px;
}
.sche .daytxt{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;

}
.sche .week_sita{
	width: 40%;
	display: inline-block;
	background-color: #d56de0;
	margin-top: 20px;
	border-radius: 20px;
}
.sche .week_sita p{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFFFFF;
	margin-right: auto;
	width: auto;

}
	
.sche .cast{
	width: 23%;
	height: 400px;
	background-color: #FFFFFF;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}	
	
/*ランク----------------*/			
	
.in_ranking {
	width: 100%;
	display: table;
	height: 300px;
	background-color: #eed5ff;
}		
.in_ranking_inbox {
    width: 90%;
    margin-left: 6%;
    margin-bottom: 50px;
    display: table;
    padding-left: 1%;
    text-align: center;
}		

.gal_in_rank_a {
	width: 18%;
	display: table;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	-webkit-box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	font-size: 95%;
	float: left;
	margin-right: 2%;
}		
	
.gal_in_rank {
	width: 18%;
	display: table;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	-webkit-box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	font-size: 95%;
	float: left;
	margin-right: 2%;
}	
	
.my-parts {
	display: inline-block;
	padding-top: 0.2em;
	padding-right: 5em;
	padding-left: 4.5em;
	padding-bottom: 0.2em;
	border: 1px solid #333;
	border-radius: 32px;
	color: #333;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	margin-top: 20px;

}
.my-parts::after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: .4em;
  left: auto;
  bottom: auto;
	
  transform: translateY(-50%);
}
.my-parts:hover {
	background-color: #CCAF81;
	color: #fff;
	border-color: #6E6E64;
	/* [disabled]border-style: solid; */
	border-width: 1px;

}	
	
	
/*プロフィール----------------*/			
.prof {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	margin-bottom: 60px;
	height: 800px;

	padding-bottom: 20px;
}		
.prof_wrapp {
	width: 90%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	height: 500px;
}		
.prof_hbox {
	width: 48%;
	display: block;
	max-width: 350px;
	float: left;
	margin-bottom: 20px;
	height: 650px;
}		
.prof_mbox {
	display: block;
	width: 48%;
	max-width: 450px;
	height: 500px;
	float: right;
}		
		
.prof_mbox_data {
	font-size: 140%;
	margin-bottom: 15px;
	display: table;
	width: 100%;
}		
.prof_mbox_icon {
	font-size: 110%;
	display: table;
	margin-top: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;

}	
	
.pro_iconbox {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.pro_iconbox .p_on {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	font-size: 100%;
	background-color: #db6893;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius: 2px;
}
.pro_iconbox .p_of {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	background-color: #DADBD5;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius: 2px;
	font-size: 100%;
}	
	
.prof_mbox_ankert {
    width: 100%;
    margin-bottom: 20px;

}		

.prof_mbox_ankert .anbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
	background-color: #D56DE0;
	line-height: 150%;
	display:flex;
}

.prof_mbox_ankert .anbox_h {
	width: 35%;
	text-align: left;
	float: left;
	background-color: #D56DE0;
	display: block;
}
.prof_mbox_ankert .anbox_h p {
	color: #FFFFFF;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 3px;

}
.prof_mbox_ankert .anbox_m {
	width: 65%;
	float: right;
	background-color: #fbe6ef;
	display: block;
}
.prof_mbox_ankert .anbox_m p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}	
.prof_mbox_coment {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 15px;
	line-height: 180%;
	min-height: 100px;
	margin-bottom: 25px;
}		
	
.mi04 {
	margin-top: 10px;
	color: #785e44;
	width: 100%;
	height: 35px;
	position: relative;
	border-bottom: 4px solid #DDD;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.mi04::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #785e44;
     bottom: -4px;
     width:25%;
     display: block;
}	
	
.mi04 .eigo {

	 font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 2rem;
    display: inline-block;
}
	
.mi04 .japan {
	display: inline-block;
}

	
	
.prof_mbox_sch {
	width: 100%;
	display: table;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;

}	

.prof_mbox_sch .scbox {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: right;
	margin-bottom: 3px;
	font-size: 1.2rem;
	line-height: 150%;
}

.prof_mbox_sch .scbox_h {
	width: 40%;
	text-align: left;
	float: left;
	display: block;
	border-bottom: 1px solid #785E44;
	border-right: 1px dotted #785E44;
}
.prof_mbox_sch .scbox_h p {
	color: #785E44;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.prof_mbox_sch .scbox_m {
	width: 60%;
	float: right;
	display: block;
	border-bottom: 1px solid #785E44;
}
.prof_mbox_sch .scbox_m p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	color: #785E44;
}	
	

.prof_newsd {
	width: 100%;
	display: table;
	background-color: #eed5ff;
	height: 200px;
}			
.prof_newsd_wrapp {
	display: table;
	width: 90%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 47px;
	margin-bottom: 47px;
}

.prof_newsd_wrapp_h  {
	width: 48%;
	float: left;
	height: 830px;
	background-color: #FFFFFF;

}


.prof_newsd_main {
	width: 100%;
	display: block;
	height: 770px;
	overflow:auto;
-webkit-overflow-scrolling:touch;
}
.prof_newsd_main_if {
	width: 100%;
	display: block;
	height: 770px;
}	
.prof_newsd_wrapp_m  {
	width: 48%;
	float: right;
	background-color: #FFFFFF;
	height: 590px;
	margin-top: px;
	margin-bottom: 10px;

}	
.prof_newsd_migi {
	width: 100%;
	display: block;
	height: 530px;
	overflow:auto;
-webkit-overflow-scrolling:touch;
}
.prof_newsd_migi_if {
	width: 100%;
	display: block;
	height: 530px;
}		
	
.prof_form_wrapp  {
	width: 48%;
	float: right;
	background-color: #FFFFFF;
	height: 230px;

}	
.prof_form_wrapp_in  {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;

		font-size: 110%;
}	
.input_a  {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #aaa;
	margin-bottom: 3px;
		padding: .3em;

}
.input_txtarea  {
	display: block;
	width: 100%;
	margin-left: auto;
	padding: .3em;
	border: 1px solid #aaa;
	margin-right: auto;
	font-size: 120%;
	margin-bottom: 5px;
}	
.butan_box {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}	
.submit {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}		
	
	
/*求人----------------*/			
.in_rec {
	width: 100%;
	display: block;
	background-image: url(../img/recruit-img.jpg);
	height: 350px;
	background-size: auto 350px;
	background-position: center top;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
}		
.in_rec_img  {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}	
.in_rec_img img  {
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 5%;
	width: 280px;
}		

	
/*メルマガ----------------*/				
.in_mailmaga {
	width: 100%;
	display: table;
	height: 100px;
	background-color: #eed5ff;
	margin-bottom: 20px;
}		
	
.in_mailmaga_txt {
	display: table;
	width: 90%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;

}		
.in_mailmaga_txt p {
	color: hsla(30,28%,37%,1.00);

	font-size: 130%;
	line-height: 40px;
	font-weight: 500;

}		
.in_mailmaga_form {
	display: table;
	width: 100%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;

}

.in_mailmaga_form_table {
	width: 100%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;

}	
	
.in_mailmaga_waku {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;

}	
.in_mailmaga_waku input {
	display: table;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 23px;
}	
.in_mailmaga_botan {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	text-align: center;
}		
.in_mailmaga_botan_txt {
	display: inline;
	font-size: 140%;

	width: 120px;
	margin-right: 10px;
	margin-left: 10px;
}		
.in_mailmaga_sousin {
	display: block;
	width: 100%;
}		
.in_mailmaga_sousin input {
	display: block;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	max-width: 200px;
	font-size: 14px;

}
.in_mailmaga_power {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0px;
}
.in_mailmaga_power img {
	display: block;
	width: 1%;
}	
	
	
/*system----------------*/
.in_sys {
	width: 100%;
	display: table;
	height: 100px;
	margin-bottom: 40px;
}		
	
.in_sys_box {
	display: table;
	width: 85%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}	
.in_sys_box img {
	display: table;
	width: 100%;
}
.in_sys_box_sp {
	display: none;
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}	
.in_sys_box img {
	display: table;
	width: 100%;
}	
	
/*アクセス----------------*/
.in_access {
	width: 100%;
	display: table;
	height: 100px;
	background-color: #eed5ff;
}	
	
.in_access_map{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30%;
	background-color: hsla(0,0%,100%,1.00);
	margin-bottom: 20px;
}
.in_access_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}	
.in_access_txt {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}	
.in_access_txt p {
	font-size: 120%;
	margin-bottom: 10px;

}
	
.in_access_img {
	display: table;
    width: 90%;	
	max-width: 400px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}	
	
.in_access_img p {
	font-size: 120%;
	margin-top: 5px;

}		
	
	
/*ルール----------------*/			
.in_rule {
	width: 100%;
	display: table;
	height: 200px;
	background-image: url(../img/insch_back.gif);
	background-repeat: repeat;
}		
	
.in_rule_txt {
    width: 100%;
    margin-bottom: 60px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-size: 110%;
    line-height: 170%;
    text-align: center;
}		
.in_rule_txt p {
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 8px;
	color: #785E44;

}		

/*問い合わせ----------------*/				
.in_form {
	display: table;
	width: 100%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;
}		
.in_form_txt img {
	width: 250px;
	margin-right: auto;
	margin-left: auto;

}	
.in_form_txt {
    display: table;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}		
.in_form_txt p {
	color: hsla(30,28%,37%,1.00);

	font-size: 95%;
	line-height: 40px;
	font-weight: 400;

}		
.in_form_txt_big {
    color: hsla(30,28%,37%,1.00);
    font-size: 130%;
    font-weight: 600;

}		
	
.in_form_txt input {
	display: block;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	font-size: 15px;

	line-height: 150%;
}
.in_form_txt textarea {
	display: block;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	font-size: 15px;
	line-height: 150%;

}	
.in_form_waku {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;

}		
			
.in_form_sousin {
	display: block;
	width: 100%;
}		
.in_form_sousin input {
	display: block;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	max-width: 200px;
	font-size: 14px;
}

.in_form_if {
	width: 100%;
	display: block;
	height: 450px;
}	
	
/*ベース----------------*/			
.bacic {
	width: 100%;
	display: table;
	height: 200px;
	background-image: url(../img/insch_back.gif);
	background-repeat: repeat;
}	
/*リンク----------------*/	
.link_wrapp {
	display: table;
	width: 90%;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;
	background-color: #FFFFFF;

	border-radius: 20px;
}		
.link_wrapp .waku {
	display: table;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.link_wrapp .waku_txt {
	display: table;
	width: 100%;
	text-align: left;
	font-size: 15px;
}


.link_wrapp .waku_imgbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}	
	
	
.link_wrapp .linkbox {
	width: 100%;
	display: block;
	height: 730px;
}	

.link_wrapp .linkbox iframe {
	width: 100%;
	display: block;
	height: 730px;
}		

/*会員----------------*/	
.menber_wrapp {
	display: table;
	width: 90%;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;
	background-color: #FFFFFF;

	border-radius: 20px;
}		
.menber_wrapp .waku {
	display: table;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
    text-align: center;	
}
.menber_wrapp .waku_txt {
	display: table;
	width: 100%;
	text-align: left;
	font-size: 15px;
}	
.menber_wrapp .waku_txt_senter {
    display: table;
    width: 100%;
    font-size: 15px;
	text-align: center;
}
.menber_wrapp .waku_botan {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 15px;
    border: 1px solid #CACACA;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 3px;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}	
.menber_wrapp .waku_mi {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 25px;
	margin-bottom: 10px;
}		
	
/*求人----------------*/			
.re_back_a {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/back.jpg);
	background-repeat: repeat;
	min-height: 500px;
}	
	
.re_01_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
	max-width: 795px;
}	

.re_01_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 595px;
	margin-bottom: 50px;
	text-align: left;
	font-weight: 500;
	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
}	


.re_txt_pink {
	color: #FF7276;	
}	
	
.re_oubo {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/back3.png);
	min-height: 500px;
	background-position: center top;
}
	
.re_oubo .uketuke {
    display: table;
    color: #785E44;
    font-size: 21px;
    width: 100%;
    font-weight: 500;
    margin-top: 90px;
    text-align: center;
}

.re_oubo_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}	
.re_oubo_ibox2 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}		
.re_oubo_ibox3 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 200px;
}	
.re_oubo_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	max-width: 595px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 500;

	color: #6E6E64;
	font-size: 17px;
	line-height: 27px;
}	
.re_oubo_tbox p {
	margin-bottom: 30px;
	text-align: center;

	font-weight: 500;

	color: #6E6E64;
	font-size: 20px;
	margin-top: 5px;
}		
	
.re_oubo_tbox p a:link {
	text-decoration: underline;
	color: #ff4860;
}
	
	
	
.re_oubo_tbox input {
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

	font-weight: 500;

	font-size: 17px;
	margin-top: 9px;
}		
.re_back_b {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/recruit-img3.jpg);
	min-height: 463px;
	background-position: center top;
}	
	
.re_02_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 85px;
	max-width: 601px;
}	

.re_02_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 601px;
	margin-bottom: 50px;
	text-align: left;

	font-weight: 500;

	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
}	
	
.re_back_c {
	width: 100%;
	display: table;
	min-height: 300px;
	background-color: #d7f0f9;
}	
	
.re_back_c_wrapp {
	width: 90%;
	display: table;
	min-height: 300px;
	max-width: 1200px;
	margin-top: 55px;
	margin-bottom: 55px;
	margin-right: auto;
	margin-left: auto;
}
.re_back_c_m {
	width: 100%;
	display: table;
	min-height: 200px;
	background-color: #EA4335;
	float: right;
}

.re_back_c_h {
	width: 100%;
	display: table;
	min-height: 200px;
	background-color: #EA4335;
	float: left;
	margin-bottom: 20px;
}

.re_back_c_box {
	width: 100%;
	display: table;
	min-height: 200px;
	background-color: #FFFFFF;
	padding-top: 0px;
}

.re_back_c_box_ue {
    width: 100%;
    display: table;
    min-height: 100px;
    background-image: url(../recruit/img/fuki.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #3fa9f5;
    padding-top: 25px;
    color: #FFFFFF;

    text-align: center;
}

.re_back_c_box_ue p {
	font-size: 19px;
	line-height: 30px;
	font-weight: 500;


}

.re_back_c_box_ue_ye {
	color: #fde759;

}

.re_back_c_box_txtbox {
	font-size: 17px;
	line-height: 30px;
	color: #6e6e64;
	width: 420px;

	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: left;
	font-weight: 500;
}	
	
.re_back_d {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/recruit-img2.jpg);
	min-height: 1248px;
	background-position: center top;
}	
	
.re_back_d_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 118px;
	max-width: 512px;
}

.re_back_d_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	max-width: 1200px;
	margin-bottom: 60px;
	text-align: left;
	font-weight: 500;
	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
	padding-top: 40px;
	background-image: url(../recruit/img/sen.png);
	background-repeat: no-repeat;
	width: 90%;
}		
	
.re_back_e {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/back.jpg);
	background-repeat: repeat;
	min-height: 500px;
}	
.re_back_e_step_wrapp {
	display: table;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: 90%;
	margin-bottom: 100px;
}
	
.re_back_e_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 115px;
	max-width: 795px;
	margin-bottom: 70px;
}	


.re_back_e_stepbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #785E44;
	min-height: 100px;
}	

.re_back_e_stepbox_h {
	display: table;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: 50%;
	float: left;
}
.re_back_e_stepbox .step01 {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    background-color: #FFCABD;
    background-image: url(../recruit/img/step1.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 28px;
    line-height: 35px;
    color: #785E44;
    font-weight: 600;
    padding-left: 80px;
}
	
.re_back_e_stepbox .step02 {
	display: table-cell;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	background-color: #ebe3f3;
	background-image: url(../recruit/img/step2.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 28px;
	line-height: 35px;
	color: #785E44;
	font-weight: 600;
	padding-left: 80px;
}
.re_back_e_stepbox .step03 {
	display: table-cell;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	background-color: #dcedf1;
	background-image: url(../recruit/img/step3.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 28px;
	line-height: 35px;
	color: #785E44;
	font-weight: 600;
	padding-left: 80px;
}
.re_back_e_stepbox .step04 {
	display: table-cell;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	background-color: #e1f4d9;
	background-image: url(../recruit/img/step4.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 28px;
	line-height: 35px;
	color: #785E44;
	font-weight: 600;
	padding-left: 80px;
}	
.re_back_e_stepbox_m {
    display: table-cell;
    margin-right: auto;
    margin-left: auto;
    float: right;
    text-align: center;
    color: #6E6E64;
    font-weight: 500;
}	
.re_back_e_stepbox_m p {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    text-align: left;
    font-size: 17px;
    line-height: 28px;
    margin-top: 10%;
    margin-bottom: 10%;
}		
	
.re_back_e_arrowbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
}	


.re_back_f {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/recruit-img4.jpg);
	min-height: 1248px;
	background-position: center top;
}	

.re_back_f_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 135px;
}

.re_back_f_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 590px;
	margin-bottom: 50px;
	text-align: left;
	font-weight: 500;

	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
}	


.re_back_f_wrapp {
	width: 90%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	max-width: 1000px;
}

.re_back_f_box {
	width: 100%;
	display: table;

	background-color: #fcfcfa;
	-webkit-box-shadow: 1px 1px 3px 1px hsla(60,5%,41%,0.55);
	box-shadow: 1px 1px 3px 1px hsla(60,5%,41%,0.55);
	margin-bottom: 30px;
}

.re_back_f_box_ue {
	width: 100%;
	display: table;
	background-color: #f7eaff;
	text-align: left;
}
.re_back_f_box_ue p {
	font-size: 21px;
	line-height: 30px;
	color: #785E44;
	font-weight: 500;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;

}
.re_back_f_box_sita {
	width: 100%;
	display: table;
	text-align: left;
}

.re_back_f_box_sita p {
	font-size: 17px;
	line-height: 30px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #6e6e64;
	font-weight: 500;

}	


.re_txt_enji {
	color: #ca5c72;

}



.re_back_g {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/back2.jpg);
	min-height: 1248px;
	background-position: center top;

}	

.re_back_g_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 135px;
}

.re_back_g_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 590px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 500;

	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
}	


.re_back_g_wrapp {
	width: 90%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	max-width: 1000px;
}

.re_back_g_box {
	width: 100%;
	display: table;

	margin-bottom: 60px;
}

.re_back_g_box_h {
	width: 27%;
	display: table;
	text-align: left;
	max-width: 270px;
	float: left;
}

.re_back_g_box_m {
	width: 73%;
	display: table;
	text-align: left;
	float: right;
}

.re_back_g_box_m_koe {
	width: 100%;
	display: table;
	text-align: left;
}
.re_back_g_box_m_koe p {
	font-size: 28px;
	font-weight: 700;
	color: #785e44;
	width: 95%;
	float: right;
	margin-bottom: 10px;

}

.re_back_g_box_m_kome {
	width: 100%;
	display: table;
	text-align: left;
	background-image: url(../recruit/img/fuki_yoko_h.png);
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: left center;
}
.re_back_g_box_m_kome_inbox {
	width: 95%;
	display: table;
	text-align: left;
	float: right;
	background-color: #FFFFFF;
	border-radius: 8px;
	min-height: 100px;
}

.re_back_g_box_m_kome_inbox_txt {
	width: 90%;
	display: table;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	margin-bottom: 5%;

	color: #6E6E64;
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
}

.re_back_g_box_m_kome_inbox_txt p {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 23px;
	font-weight: 700;
	color: #785E44;
	margin-bottom: 10px;
}	
	
.re_back_g_box_a {
	width: 100%;
	display: table;

	margin-bottom: 60px;
}

.re_back_g_box_a_h {
	width: 27%;
	display: table;
	text-align: left;
	max-width: 270px;
	float: right;
}

.re_back_g_box_a_m {
	width: 73%;
	display: table;
	text-align: left;
	float: left;
}

.re_back_g_box_a_m_koe {
	width: 100%;
	display: table;
	text-align: left;
}
.re_back_g_box_a_m_koe p {
	font-size: 28px;
	font-weight: 700;
	color: #785e44;
	width: 95%;
	float: left;
	margin-bottom: 10px;

}

.re_back_g_box_a_m_kome {
	width: 100%;
	display: table;
	text-align: left;
	background-image: url(../recruit/img/fuki_yoko_m.png);
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: right center;
}
.re_back_g_box_a_m_kome_inbox {
	width: 95%;
	display: table;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
	border-radius: 8px;
	min-height: 100px;
}

.re_back_g_box_a_m_kome_inbox_txt {
	width: 90%;
	display: table;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	margin-bottom: 5%;

	color: #6E6E64;
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
}

.re_back_g_box_a_m_kome_inbox_txt p {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 23px;
	font-weight: 700;
	color: #785E44;
	margin-bottom: 10px;
}		
	
.re_back_h {
	width: 100%;
	display: table;

	margin-bottom: 30px;
}


.re_back_h_topimg {
	width: 100%;
	display: table;
	margin-bottom: 100px;
	background-image: url(../recruit/img/recruit-img5.jpg);
	background-size: cover;
	background-position: center center;
}

.re_back_h_topimg_tg {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 90%;
	max-width: 1000px;
}
.re_back_h_topimg_tg img {
	display: table;
	width: 427px;
	float: right;
}

.re_back_h_ibox {
	display: table;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	max-width: 704px;
	width: 90%;
}

.re_back_h_twrapp {
	width: 90%;
	display: table;
	margin-bottom: 30px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.re_back_h_tbox {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}

.re_back_h_tbox img {
	max-width: 143px;
	width: 17%;

}
.re_back_h_tbox_txt {
	width: 80%;
	float: right;

	font-size: 17px;
	color: #6E6E64;
	font-weight: 500;
	text-align: left;
	margin-top: 10px;
}
.re_back_h_tbox_txt p {
	color: #D56DE0;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;

}	
	
.re_back_i {
	width: 100%;
	display: table;

	margin-bottom: 30px;
}


.re_back_i_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 135px;
}

.re_back_i_wrapp {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 900px;
	margin-bottom: 50px;
	width: 90%;
}

.re_back_i_tbox {
	width: 100%;
	text-align: left;
	font-size: 17px;
	line-height: 30px;
	color: #6E6E64;
	font-weight: 500;
	padding-bottom: 60px;
	background-image: url(../recruit/img/sen.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 80px;

}	

.re_back_i_deta_box {
	width: 100%;
	font-size: 17px;
	line-height: 30px;
	color: #6E6E64;
	font-weight: 500;
	padding-bottom: 60px;
	background-position: center bottom;
	background-repeat: no-repeat;
}	

.re_back_i_deta_box .detabox {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	display: table;
	border-bottom: 1px dotted #6E6E64;
	margin-bottom: 10px;
	padding-bottom: 10px;

}	
.re_back_i_deta_box .detabox_h {
	width: 20%;
	float: left;
	text-align: left;

}

.re_back_i_deta_box .detabox_m {
	float: right;
	width: 78%;
	text-align: left;

}	

/*漫画----------------*/	
.re_manga_titol {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
	margin-bottom: 50px;	
	text-align: center;
	width: 90%;
    max-width: 750px;
    color: #E4007F;
    font-size: 40px;
    line-height: 45px;	
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: bold;
}	
.re_manga_box {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    width: 100%;
	padding-bottom: 20px;
    background-color: #FFFFFF;
}		
		
.re_manga_box img {
    display: table;
	    max-width: 650px;
width: 98%;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 15px;
}		

.re_mensetu_box {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: #FFFFFF;
}
.re_mensetu_box_wrapp {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
	max-width: 650px;
    width: 90%;
padding-bottom: 20px;
    background-color: #FFFFFF;
}		
.re_mensetu_bar {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 40px;	
    width: 100%;
}		
	
	
.re_mensetu_q {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 100%;
    background-image: url(../recruit/mensetu_q.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50px 50px;
    color: #E95377;
}
.re_mensetu_q_txt {
    display: table;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: bolder;
    font-size: 38px;
    width: 90%;
    float: right;
    text-align: left;
    line-height: 130%;
}	
.re_mensetu_a {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    width: 100%;
    background-image: url(../recruit/mensetu_a.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50px 50px;
}		
.re_mensetu_a_txt {
    display: table;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: bolder;
    font-size: 28px;
    width: 90%;
    float: right;
    text-align: left;
    line-height: 150%;
}	
		
	
/*漫画リスト----------------*/	
	
.mangalist_box {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: #FFFFFF;
}	
	
.mangalist_box_line {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    border-bottom: 1px dotted #000000;
    font-size: 18px;
margin-bottom: 5px;
}		
.mangalist_box_line_hi {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    float: left;
    text-align: left;
}	
.mangalist_box_line_mi {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 20%;
    float: right;
    text-align: right;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}



/*===============================================
●sp用のcssを記述
===============================================*/	
@media screen and (max-width:480px) {


/*トップ----------------*/
	
.mainimgbox {
	width: 100%;
	display: block;
}		

	
/*新着----------------*/
.in_newsd {
    width: 100%;
    display: table;
    background-color: #eed5ff;
    height: 200px;
    clear: both;
}		
.in_newsd_wrapp {
	display: table;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 47px;
	margin-bottom: 20px;
}

.in_newsd_wrapp_h  {
	width: 100%;
	float: left;
	height: 600px;
	background-color: #FFFFFF;
	margin-bottom: 20px;

}

.in_newsd_wrapp_m  {
	width: 100%;
	float: right;
	background-color: #FFFFFF;
	height: auto;

}

.in_newsd_wrapp_rec {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}		
	
.mi03 {
	margin-top: 10px;
	color: #785e44;
	width: 95%;
	height: 45px;
     position: relative;
     padding-bottom: 0.1em;
     border-bottom: 4px solid #DDD;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
}

.mi03::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #785e44;
     bottom: -4px;
     width:30%;
     display: block;
}	
	
.mi03 .eigo {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    height: auto;

}
	
.mi03 .japan {
	display: block;
	font-size: 100%;

	margin-top: 0px;
}
	
	
.in_newsd_main {
	width: 100%;
	display: block;
	height: 460px;
}
.in_newsd_main_if {
	width: 100%;
	display: block;
	height: 430px;
}
.in_newsd_main_men {
    width: 100%;
    display: block;
    height: auto;
    padding-bottom: 0px;
    border-top: 10px solid #eed5ff;
	
}		
.in_newsd_main_blog {
    width: 100%;
    display: block;
	margin-top: 0px;
    height: auto;
    padding-bottom: 5px;
    border-top: 10px solid #eed5ff;
}		
	
.in_newsd_main	{
    position: relative;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.in_newsd_main iframe	{
  position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;		
}
.in_newsd_main_if	{
    position: relative;
    width: 100%;

    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.in_newsd_main_if iframe	{
  position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;		
}
/*ニュース----------------*/	
.news_wrapp {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}	

.news_wrapp a:link {
	text-decoration: none;
	color: #000000;
}
.news_wrapp a:active {
	color: #000000;
 }
.news_wrapp a:visited {
	color: #000000;
 }		
.news_box_main {
	width: 100%;
	display: block;
	height: 730px;
	overflow:auto;
-webkit-overflow-scrolling:touch;
}		
.news_box {
	width: 100%;
	display: table;
	height: 100px;
	margin-bottom: 30px;
}
.news_box_if {
	width: 100%;
	display: block;
	height: 530px;
}	
.news_box_head {
	width: 100%;
	display: table;
	border-bottom: 1px dotted #4B4B4B;
	margin-bottom: 7px;
}
.news_box_head_chach {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
	font-weight: bold;
	font-size: 1rem;
	color: #d56de0;
	line-height: 26px;
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
}
.news_box_head_time {
	width: 100%;
	font-size: 13px;
	color: #6e6e64;
	display: block;
	font-weight: 500;
	line-height: 13px;
}
.news_box_txt {
	width: 100%;
	display: block;
	font-size: 15px;
	line-height: 175%;
}

.news_box_img {
	width: 100%;
	display: table;
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
}
.news_box_img img {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}	
	
/*レヴュー----------------*/		
.review_wrapp {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}	
.review_box {
	width: 100%;
	display: table;
	height: 100px;
	margin-bottom: 30px;
}

.review_box_head {
	width: 100%;
	display: table;
	border-bottom: 1px dotted #4B4B4B;
	margin-bottom: 7px;
}
.review_box_head_chach {
	font-weight: bold;
	font-size: 15px;
	color: #785E44;
	line-height: 20px;
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
}
.review_box_head_time {
	width: 100%;
	font-size: 13px;
	color: #6e6e64;
	display: block;
	font-weight: 500;
	line-height: 13px;
}
.review_box_txt {
	width: 100%;
	display: block;
	font-size: 15px;
	line-height: 175%;
}
	
	
	
	
	
/*日記----------------*/	
.diary_wrapp {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}	
.diary_box {
	width: 100%;
	display: table;
	margin-bottom: 10px;
	border-bottom: 1px dotted #4B4B4B;
	padding-bottom: 10px;
}
.diary_box a:link {
	text-decoration: none;
	color: #000000;
}
.diary_box_txt {
	width: 100%;
	display: table;
	font-size: 15px;
	line-height: 160%;
}
.diary_box_txt a:link {
	text-decoration: underline;
	color: #785E43;
}
		
	
.diary_box_txt p {
	width: 100%;
	display: block;
	margin-bottom: 3px;
	margin-top: 0px;
	line-height: 110%;
}
.diary_box_txt_titol {
	color: #785e44;

}	
.diary_box_img {
	width: 40%;
	display: block;
	float: left;
	margin-right: 10px;
}
.diary_box_img img {
	width: 100%;
	display: block;
}		
	
.diary_box_mimg {
	width: 90%;
	display: block;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.diary_box_mimg img {
	width: 100%;
	display: block;
}
.diary_nextbox {
	width: 100%;
	display: table;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
}
.diary_nextbox a:link {
	text-decoration: none;
	color: #000000;
	font-size: 90%;
}
	
.diary_nextbox .moji {
	display: inline-table;
	margin-bottom: 5px;
	background-color: #f3e3ff;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	margin-right: 2px;
	margin-left: 2px;
}
	
/*共通見出し----------------*/		
.in_midashi {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.5rem;
    font-weight: 600;
    width: 100%;
    display: block;
    color: #785E44;
    margin-top: 30px;
}		
.in_midashi p {
    width: 100%;
    display: table;
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: normal;
}		
.in_midashi_re {
	width: 100%;
	display: table;
	margin-top: -4px;
	margin-bottom: 8px;
	font-size: 40%;
	color: #785E44;
}		
.in_midashi_re a:link {
	text-decoration: underline;
	color: #785E44;
}
.in_midashi_re a:visited {
	text-decoration: underline;
	color: #785E44;
}	
/*女の子----------------*/			
	
.gal_box {
	width: 100%;
	display: table;
	padding-bottom: 7px;
}		
.gal_box .rankno {
	width: 100%;
	display: block;
	color: #db6893;
	margin-top: 7px;
}	
.gal_box .rankno li {
  display: inline-block;
  vertical-align: middle;
}
.gal_box .rankno .name {
	font-size: 1rem;
	display: inline;
	letter-spacing: 0.1em;
}		
.gal_box .rankno .ranking {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 20px;
	display: inline;
	margin-left: 5px;
	font-weight: bold;
}	
.gal_box .imgbox {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	position: relative;	
}
.gal_box .imgbox img {
	width: 100%;
	display: block;
}
.gal_box_imgbox_mark {
    position: absolute;
    width: 80px;
    padding-top: 0px;
    right: 0;
    height: 80px;
    background-position: right top;
    background-repeat: no-repeat;
    display: table;
    background-size: 70px 70px;
    float: right;
z-index: 1;//画像の前面に出すため	
}		
	
.gal_box_imgbox_mark p {
	color: #fff;
	transform: rotate(45deg);
	font-size: 13px;
	text-align: center;
	margin-top: 8px;
	margin-right: -35px;
}		
.gal_box_imgbox_tweet {
    position: absolute;
    width: 40px;
    padding-top: 0px;
    left: 0;
    height: 42px;
    background-position: center center;
    display: table;
    background-color: #000000;
    float: left;
    border: 1px solid #FFFFFF;
    background-image: url(http://kp-cat.com/img/x2.png);
    background-size: cover;
	z-index: 2;
}		
.gal_box_imgbox_tweet p {
	color: #fff;

	font-size: 12px;
	text-align: center;
	margin-top: 3px;

}	
.gal_box_imgbox_rank01 {
    position: absolute;
    width: 40px;
    padding-top: 0px;
    left: 0;
    height: 42px;
    background-position: center center;
    display: table;
    background-color: #000000;
    float: left;
    border: 1px solid #FFFFFF;
    background-image: url(http://kp-cat.com/img/rank1.png);
    background-size: cover;
	z-index: 2;
}		
.gal_box_imgbox_rank01 p {
	color: #fff;

	font-size: 12px;
	text-align: center;
	margin-top: 3px;

}		
.gal_box_imgbox_rank {
    position: absolute;
    width: 45px;

    padding-top: 0px;
    left: 2px;
    height: 65px;
    background-position: center center;
    display: table;
    float: left;
    background-size: cover;
}		
.rank01 {
    background-image: url(img/rank1.png);
    background-size: cover;
}	
.rank02 {
    background-image: url(https://kp-cat.com/img/rank2.png);
    background-size: cover;
}
.rank03 {
    background-image: url(https://kp-cat.com/img/rank3.png);
    background-size: cover;
}	
.gal_box_imgbox_shame {
	width: 52%;
	margin-left: auto;
	margin-right: auto;
	display: table;
	height: auto;

	padding-top: 0px;
	padding-left: 24%;
	position: absolute;
	bottom: 5px;
z-index: 1;//画像の前面に出すため	
}	
	
.gal_box .imgbox .newface {
	width: 100%;
	display: block;
}
.gal_box .imgbox .return {
	width: 100%;
	display: block;
}	
.gal_box .txtbox {
    width: 100%;
    display: table;
    margin-bottom: 8px;
    text-align: center;
    margin-top: 8px;
}


.gal_box .txtbox .newface {
    display: inline;
    background-color: #d56de0;
    padding-top: 2px;
    padding-right: 3px;
    padding-left: 3px;
    color: #FFFFFF;
    font-size: 90%;
    border-radius: 3px;
    padding-bottom: 2px;
}
.gal_box .txtbox .return {
    display: inline;
    background-color: #E70000;
    padding-top: 2px;
    padding-right: 3px;
    padding-left: 3px;
    color: #FFFFFF;
    font-size: 90%;
    border-radius: 3px;
    padding-bottom: 2px;
}	
	
.gal_box .txtbox .x {
   display: inline;
    background-color: #000;
 
    padding-top: 3px;
    padding-bottom: 3px;	
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 5px;
    color: #FFFFFF;
    background-image: url(http://kp-cat.com/img/x_2.png);
    background-size: 15px 10px;
    font-size: 0.6rem;
    border-radius: 3px;

    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-position: center center;
}		
	
.prof_mbox .name{
    font-size: 2rem!important;

	}
.prof_mbox .age{
    vertical-align: middle;
	}
.prof_mbox .size{
	font-size: 1.2rem!important;
	}
	.prof_mbox .tweet{
    font-size: 1.2rem!important;
    background-image: url(http://kp-cat.com/img/x.png);
    background-size: cover;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
	}	
.gal_box .txtbox .name {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif!important;
    font-weight: bold;
    display: inline;
    font-size: 1.3rem;
    font-weight: bold;
    color: #785E44;
    padding-left: 5px;
    padding-right: 2px;
    vertical-align: middle;
}
.gal_box .txtbox .age {
    display: inline;
    color: #785E44;
    font-weight: bold;
    vertical-align: middle;
}
.gal_box .txtbox .size {
	font-size: 0.8rem;
	width: 100%;
	display: table;
	color: #6E6E64;
	padding-top: 0px;
	line-height: 12px;
}
.gal_box .txtbox .time {
	width: 80%;
	display: block;
	color: #785E44;
	line-height: 18px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fdeff5;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 12px;
}
.gal_box .txtbox .now {
	width: 80%;
	display: block;
	color: #B30210;
	line-height: 18px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fdeff5;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 12px;
}	
.rev {
	width: 80%;
	display: block;
    color: #6E6E64;
	line-height: 18px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fdeff5;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 12px;
}		
.gal_box .iconbox {
	font-size: 0.7rem;
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	float: right;
	padding-top: 7px;
}
.gal_box .iconbox .on {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	font-size: 100%;
	background-color: #db6893;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-radius: 2px;
}
.gal_box .iconbox .of {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	font-size: 100%;
	background-color: #DADBD5;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-radius: 2px;
}
	
/*プロフィール----------------*/			
.prof {
	width: 100%;
	display: table;
	background-color: #FFFFFF;
	padding-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}		
.prof_wrapp {
	width: 80%;
	display: table;
	margin-right: auto;
	margin-left: auto;
}		
.prof_hbox {
	display: block;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	
}		
.prof_mbox {
	display: table;
	width: 100%;

	max-width: 450px;
}			
.prof_mbox_data {
	font-size: 140%;
	margin-bottom: 15px;
	display: table;
	width: 100%;
}		
.prof_mbox_icon {
	font-size: 110%;
	display: table;
	margin-top: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;

}	
	
.pro_iconbox {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.pro_iconbox .p_on {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	font-size: 100%;
	background-color: #db6893;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius: 2px;
}
.pro_iconbox .p_of {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	background-color: #DADBD5;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius: 2px;
	font-size: 100%;
}	
	
.prof_mbox_ankert {
    width: 100%;
    margin-bottom: 20px;

}		

.prof_mbox_ankert .anbox {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
    background-color: #D56DE0;
    line-height: 150%;
    text-align: left;
    display: flex;
}

.prof_mbox_ankert .anbox_h {
    width: 35%;
    text-align: left;
    background-color: #D56DE0;
    display: inline-block;
}
.prof_mbox_ankert .anbox_h p {
    color: #FFFFFF;
    font-size: 10px;
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 7px;
}
.prof_mbox_ankert .anbox_m {
    width: 65%;
    background-color: #fbe6ef;
    display: inline-block;
    float: right;
}
.prof_mbox_ankert .anbox_m p {
    text-align: left;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 7px;
}	
.prof_mbox_coment {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 15px;
	line-height: 180%;
	min-height: 100px;
	margin-bottom: 25px;
}		
	
.mi04 {
	margin-top: 10px;
	color: #785e44;
	width: 100%;
	height: 35px;
	position: relative;
	border-bottom: 4px solid #DDD;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.mi04::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #785e44;
     bottom: -4px;
     width:25%;
     display: block;
}	
	
.mi04 .eigo {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 2rem;
    display: inline-block;
}
	
.mi04 .japan {
	display: inline-block;
}

	
	
.prof_mbox_sch {
	width: 100%;
	display: table;
	margin-top: 5px;
	margin-bottom: 40px;

}	

.prof_mbox_sch .scbox {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: right;
	margin-bottom: 3px;
	font-size: 1.2rem;
	line-height: 150%;
}

.prof_mbox_sch .scbox_h {
	width: 40%;
	text-align: left;
	float: left;
	display: block;
	border-bottom: 1px solid #785E44;
	border-right: 1px dotted #785E44;
}
.prof_mbox_sch .scbox_h p {
	color: #785E44;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.prof_mbox_sch .scbox_m {
	width: 60%;
	float: right;
	display: block;
	border-bottom: 1px solid #785E44;
}
.prof_mbox_sch .scbox_m p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	color: #785E44;
}	
	

.prof_newsd {
	width: 100%;
	display: table;
	background-color: #eed5ff;
	height: 200px;
}		
.prof_newsd_wrapp {
	display: table;
	width: 90%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 47px;
	margin-bottom: 47px;
}

.prof_newsd_wrapp_h  {
	width: 100%;
	float: left;
	height: 600px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;

}


.prof_newsd_wrapp_m  {
	width: 100%;
	background-color: #FFFFFF;
	height: 600px;
	display: table;
	margin-bottom: 15px;

}	
.prof_newsd_migi {
	width: 100%;
	display: block;
	height: 530px;
}
.prof_newsd_migi	{
    position: relative;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.prof_newsd_migi iframe	{
  position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;		
}	
.prof_newsd_migi_if {
	width: 100%;
	display: block;
	height: 530px;
}	

.prof_newsd_main {
	width: 100%;
	display: block;
	height: 535px;

}
.prof_newsd_main	{
    position: relative;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.prof_newsd_main iframe	{
  position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;		
}		
.prof_newsd_main_if {
	width: 100%;
	display: block;
	height: 530px;
	
}		

.prof_form_wrapp  {
	width: 100%;
	float: right;
	background-color: #FFFFFF;
	height: 230px;

}	
.prof_form_wrapp_in  {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
		font-size: 110%;
}	
.input_a  {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #aaa;
	margin-bottom: 3px;
		padding: .3em;

}
.input_txtarea  {
	display: block;
	width: 100%;
	margin-left: auto;
	padding: .3em;
	border: 1px solid #aaa;
	margin-right: auto;
	font-size: 120%;
	margin-bottom: 5px;
}	
.butan_box {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}	
.submit {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}		
		

/*スケジュール----------------*/			
.in_sche {
    width: 100%;
    display: table;
    height: 200px;
    background-image: url(../img/insch_back.gif);
    background-repeat: repeat;
    clear: both;
}		
.in_sche_wrapp {
	display: table;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;
	float: right;
}		
	
.gal_in_sch {
	width: 45%;
	display: inline-table;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-right: 5%;
	box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	-webkit-box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	float: left;
	font-size: 90%;
}	
	
.sche {
	display: table;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;
	padding-left: 20px;

}	
	
.sche .week{
    width: 100%;
    display: block;
    padding-top: 5px;
    margin-bottom: 30px;
    position: relative;
    left: -8px;
}	
.sche .day{
	width: 40%;
	display: inline-block;
	background-color: #CCAF81;
	border-radius: 5px;
	font-size: 11px;
	margin-bottom: 5px;
	
}
.sche .day:hover {
	width: 40%;
	display: inline-block;
	background-color: #785E44;
	border-radius: 5px;
}	
.sche .today{
	width: 40%;
	display: inline-block;
	background-color: #785E44;
	border-radius: 5px;
		font-size: 11px;
}
.sche .daytxt{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FFFFFF;
    left: auto;

}
.sche .week_sita{
	width: 70%;
	display: inline-block;
	background-color: #d56de0;
	margin-top: 20px;
	border-radius: 20px;
}
.sche .week_sita p{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFFFFF;
	margin-right: auto;
	width: auto;

}
	
	
	
/*ランク----------------*/			
	
.in_ranking {
    width: 100%;
    display: table;
    height: 300px;
    background-color: #eed5ff;
    clear: both;
}		
.in_ranking_inbox {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	display: table;
}		

.gal_in_rank_a {
	width: 80%;
	display: table;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	-webkit-box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	font-size: 95%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}		
	
.gal_in_rank {
	width: 45%;
	display: inline-table;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	-webkit-box-shadow: 2px 2px 5px 2px hsla(60,5%,41%,0.37);
	font-size: 95%;
	margin-bottom: 20px;
	margin-right: 2%;
}	
.my-parts {
	display: inline-block;
	padding-top: 0.2em;
	padding-right: 5em;
	padding-left: 4.5em;
	padding-bottom: 0.2em;
	border: 1px solid #333;
	border-radius: 32px;
	color: #333;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	margin-top: 20px;
}
.my-parts::after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: .4em;
  left: auto;
  bottom: auto;
	
  transform: translateY(-50%);
}
.my-parts:hover {
	background-color: #CCAF81;
	color: #fff;
	border-color: #6E6E64;
	/* [disabled]border-style: solid; */
	border-width: 1px;
}	

		
	
	
/*求人----------------*/				
	
.in_rec {
	width: 100%;
	display: block;
	background-image: url(../img/recruit-img.jpg);
	height: 180px;
	background-size: auto 180px;
	background-position: center top;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
}		
.in_rec_img  {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}	
.in_rec_img img  {
	display: block;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 5%;
}		
.re_back_f_box_ue p {
    font-size: 16px!important;
    line-height: 30px;
    color: #785E44;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}	

/*メルマガ----------------*/				
.in_mailmaga {
	width: 100%;
	display: table;
	height: 100px;
	background-color: #eed5ff;
	margin-bottom: 20px;
}		
	
.in_mailmaga_txt {
	display: table;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;

}		
.in_mailmaga_txt p {
	color: hsla(30,28%,37%,1.00);
	font-size: 120%;
	line-height: 25px;
	font-weight: 500;
	text-align: left;

}		
.in_mailmaga_form {
	display: table;
	width: 90%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;

}

.in_mailmaga_form_table {
	width: 100%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;

}	
	
.in_mailmaga_waku {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;

}	
.in_mailmaga_waku input {
	display: table;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: 23px;
}	
.in_mailmaga_botan {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	text-align: center;
}		
.in_mailmaga_botan_txt {
	display: inline;
	font-size: 140%;
	width: 120px;
	margin-right: 10px;
	margin-left: 10px;
}		
.in_mailmaga_sousin {
	display: block;
	width: 100%;
}		
.in_mailmaga_sousin input {
	display: block;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	max-width: 200px;
	font-size: 14px;
	height: 40px;
}
.in_mailmaga_power {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0px;
}
.in_mailmaga_power img {
	display: block;
	width: 1%;
}	
	
/*system----------------*/
.in_sys {
	width: 100%;
	display: table;
	height: 100px;
	margin-bottom: 40px;
}		
	
.in_sys_box {
	display: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}	
.in_sys_box img {
	display: table;
	width: 100%;
}
.in_sys_box_sp {
	display: table;
	width: 85%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}	
.in_sys_box img {
	display: table;
	width: 100%;
}	
	
/*アクセス----------------*/
.in_access {
	width: 100%;
	display: table;
	height: 100px;
	background-color: #eed5ff;
}	
	
.in_access_map{
	position: relative;
	width: 95%;
	height: 0;
	padding-top: 60%;
	background-color: hsla(0,0%,100%,1.00);
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.in_access_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}	
.in_access_txt {
	width: 100%;
	margin-bottom: 40px;
}	
.in_access_txt p {
	font-size: 120%;
	margin-bottom: 10px;

}
	
.in_access_img {
	display: table;
    width: 90%;	
	max-width: 400px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}	
	
.in_access_img p {
	font-size: 120%;
	margin-top: 5px;

}		
	
/*ルール----------------*/			
.in_rule {
	width: 100%;
	display: table;
	height: 200px;
	background-image: url(../img/insch_back.gif);
	background-repeat: repeat;
}		
	
.in_rule_txt {
	width: 85%;
	margin-bottom: 60px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 110%;
	line-height: 170%;
	text-align: left;
}		
.in_rule_txt p {
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 8px;
	color: #785E44;

}		
/*問い合わせ----------------*/				
.in_form {
	display: table;
	width: 100%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;
}		
.in_form_txt img {
	width: 250px;
	margin-right: auto;
	margin-left: auto;

}	
.in_form_txt {
	display: table;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;

}		
.in_form_txt p {
    color: hsla(30,28%,37%,1.00);
    font-size: 95%;
    line-height: 40px;
    font-weight: 400;
    text-align: center;

}		
.in_form_txt_big {
    color: hsla(30,28%,37%,1.00);
    font-size: 130%;
    font-weight: 600;

}		
	
.in_form_txt input {
	display: block;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	font-size: 15px;
	line-height: 150%;
}
.in_form_txt textarea {
	display: block;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	font-size: 15px;
	line-height: 150%;
}	
.in_form_waku {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;

}		
			
.in_form_sousin {
	display: block;
	width: 100%;
}		
.in_form_sousin input {
	display: block;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	max-width: 200px;
	font-size: 14px;
}

.in_form_if {
	width: 100%;
	display: block;
	height: 400px;
}

/*ベース----------------*/			
.bacic {
	width: 100%;
	display: table;
	height: 200px;
	background-image: url(../img/insch_back.gif);
	background-repeat: repeat;
}		
/*リンク----------------*/	
.link_wrapp {
	display: table;
	width: 90%;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;
	background-color: #FFFFFF;
	border-radius: 20px;
}		
.link_wrapp .waku {
	display: table;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.link_wrapp .waku_txt {
	display: table;
	width: 100%;
	text-align: left;
	font-size: 15px;
}


.link_wrapp .waku_imgbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}	
	
	
.link_wrapp .linkbox {
	width: 100%;
	display: block;
	height: 730px;
}	

.link_wrapp .linkbox iframe {
	width: 100%;
	display: block;
	height: 730px;
}		
/*会員----------------*/	
.menber_wrapp {
	display: table;
	width: 90%;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 47px;
	background-color: #FFFFFF;
	border-radius: 20px;
}		
.menber_wrapp .waku {
	display: table;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
    text-align: center;	
}
.menber_wrapp .waku_txt {
	display: table;
	width: 100%;
	text-align: left;
	font-size: 15px;
}	
.menber_wrapp .waku_mi {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 25px;
	margin-bottom: 10px;
}		
.menber_wrapp .waku_txt_senter {
    display: table;
    width: 100%;
    font-size: 15px;
	text-align: center;
}
.menber_wrapp .waku_botan {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 15px;
    border: 1px solid #CACACA;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 3px;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}	
	
/*求人----------------*/			
.re_back_a {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/back.jpg);
	background-repeat: repeat;
	min-height: 500px;
}	
	
.re_01_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	max-width: 795px;
	width: 98%;
}	

.re_01_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 595px;
	margin-bottom: 50px;
	text-align: left;
	font-weight: 500;
	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
	width: 90%;
}	


.re_txt_pink {
	color: #FF7276;	
}	
	
.re_oubo {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/back3-sp.png);
	min-height: 500px;
	background-position: center top;
}
	
.re_oubo .uketuke {
    display: block;
    color: #785E44;
    font-size: 18px;
    width: 70%;
    font-weight: 500;
    margin-top: 95px;
    margin-right: auto;
    margin-left: auto;
    line-height: 27px;
}

.re_oubo_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	width: 90%;
}	
.re_oubo_ibox2 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}		
.re_oubo_ibox3 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 200px;
}	
.re_oubo_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	max-width: 595px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 500;
	color: #6E6E64;
	font-size: 17px;
	line-height: 27px;
}	
.re_oubo_tbox p {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 500;
	color: #6E6E64;
	font-size: 20px;
	margin-top: 5px;
}		
	
.re_oubo_tbox p a:link {
	text-decoration: underline;
	color: #ff4860;
}
	
	
	
.re_oubo_tbox input {
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	margin-top: 9px;
}		
.re_back_b {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/recruit-img3.jpg);
	min-height: 463px;
	background-position: center top;
}	
	
.re_02_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	max-width: 601px;
	width: 90%;
}	

.re_02_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 601px;
	margin-bottom: 50px;
	text-align: left;
	font-weight: 500;
	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
	width: 90%;
}	
	
.re_back_c {
	width: 100%;
	display: table;
	min-height: 300px;
	background-color: #d7f0f9;
}	
	
.re_back_c_wrapp {
	width: 90%;
	display: table;
	min-height: 300px;
	margin-top: 55px;
	margin-bottom: 55px;
	margin-right: auto;
	margin-left: auto;
}
.re_back_c_m {
	width: 100%;
	display: table;
	min-height: 200px;
	background-color: #EA4335;
	float: right;
}

.re_back_c_h {
	width: 100%;
	display: table;
	min-height: 200px;
	background-color: #EA4335;
	float: left;
	margin-bottom: 20px;
}

.re_back_c_box {
	width: 100%;
	display: table;
	min-height: 200px;
	background-color: #FFFFFF;
	padding-top: 0px;
}

.re_back_c_box_ue {
	width: 100%;
	display: table;
	min-height: 100px;
	background-image: url(../recruit/img/fuki.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #3fa9f5;
	padding-top: 25px;
	color: #FFFFFF;
	padding-bottom: 35px;
}

.re_back_c_box_ue p {
	font-size: 19px;
	line-height: 30px;
	font-weight: 500;
	width: 90%;
	margin-right: auto;
	margin-left: auto;


}

.re_back_c_box_ue_ye {
	color: #fde759;

}

.re_back_c_box_txtbox {
	font-size: 17px;
	line-height: 30px;
	color: #6e6e64;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: left;
	font-weight: 500;
}	
	
.re_back_d {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/recruit-img2.jpg);
	background-position: center top;
}	
	
.re_back_d_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	max-width: 512px;
	width: 90%;
}

.re_back_d_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	max-width: 1200px;
	margin-bottom: 60px;
	text-align: left;
	font-weight: 500;
	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
	padding-top: 40px;
	background-image: url(../recruit/img/sen.png);
	background-repeat: no-repeat;
	width: 90%;
}		
	
.re_back_e {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/back.jpg);
	background-repeat: repeat;
	min-height: 500px;
}	
.re_back_e_step_wrapp {
	display: table;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: 90%;
	margin-bottom: 100px;
}
	
.re_back_e_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	max-width: 795px;
	margin-bottom: 30px;
	width: 90%;
}	


.re_back_e_stepbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #785E44;
	min-height: 100px;
}	

.re_back_e_stepbox_h {
	display: table;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: 50%;
	float: left;
}
.re_back_e_stepbox .step01 {
	display: inline-block;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #FFCABD;
	background-image: url(../recruit/img/step1.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 23px;
	line-height: 35px;
	color: #785E44;
	font-weight: 600;
	height: 120px;
}
.re_back_e_stepbox .step01 p {
    width: 90%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}	
.re_back_e_stepbox .step02 {
	display: inline-block;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 120px;
	background-color: #ebe3f3;
	background-image: url(../recruit/img/step2.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 28px;
	line-height: 35px;
	color: #785E44;
	font-weight: 600;
}
.re_back_e_stepbox .step02 p {
	width: 90%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}	
.re_back_e_stepbox .step03 {
	display: inline-block;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 120px;
	background-color: #dcedf1;
	background-image: url(../recruit/img/step3.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 25px;
	line-height: 35px;
	color: #785E44;
	font-weight: 600;
}
	.re_back_e_stepbox .step03 p {
	width: 90%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.re_back_e_stepbox .step04 {
	display: inline-block;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 120px;
	background-color: #e1f4d9;
	background-image: url(../recruit/img/step4.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 25px;
	line-height: 35px;
	color: #785E44;
	font-weight: 600;
}	
	.re_back_e_stepbox .step04 p {
	width: 90%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.re_back_e_stepbox_m {
	display: table;
	margin-right: auto;
	margin-left: auto;
	float: right;
	text-align: center;
	color: #6E6E64;
	font-weight: 500;
	width: 100%;
}	
.re_back_e_stepbox_m p {
	display: table;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	text-align: left;
	font-size: 17px;
	line-height: 28px;
	margin-top: 10%;
	margin-bottom: 10%;
}		
	
.re_back_e_arrowbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
}	


.re_back_f {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/recruit-img4.jpg);
	min-height: 1248px;
	background-position: center top;
}	

.re_back_f_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	width: 90%;
	max-width: 230px;
}

.re_back_f_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 590px;
	margin-bottom: 50px;
	text-align: left;
	font-weight: 500;
	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
	width: 90%;
}	


.re_back_f_wrapp {
	width: 90%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	max-width: 1000px;
}

.re_back_f_box {
	width: 100%;
	display: table;
	background-color: #fcfcfa;
	-webkit-box-shadow: 1px 1px 3px 1px hsla(60,5%,41%,0.55);
	box-shadow: 1px 1px 3px 1px hsla(60,5%,41%,0.55);
	margin-bottom: 30px;
}

.re_back_f_box_ue {
	width: 100%;
	display: table;
	background-color: #f7eaff;
	text-align: left;
}
.re_back_f_box_ue p {
	font-size: 21px;
	line-height: 30px;
	color: #785E44;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: table;

}
.re_back_f_box_sita {
	width: 100%;
	display: table;
	text-align: left;
}

.re_back_f_box_sita p {
	font-size: 17px;
	line-height: 30px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #6e6e64;
	font-weight: 500;

}	


.re_txt_enji {
	color: #ca5c72;

}



.re_back_g {
	width: 100%;
	display: table;
	background-image: url(../recruit/img/back2.jpg);
	min-height: 1248px;
	background-position: center top;
}	

.re_back_g_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	width: 180px;
}

.re_back_g_tbox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 590px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 500;
	color: #6E6E64;
	font-size: 18px;
	line-height: 35px;
	width: 90%;
}	


.re_back_g_wrapp {
	width: 90%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	max-width: 1000px;
}

.re_back_g_box {
	width: 100%;
	display: table;
	margin-bottom: 60px;
}

.re_back_g_box_h {
	width: 35%;
	display: table;
	text-align: left;
	max-width: 270px;
	float: left;
}

.re_back_g_box_m {
	width: 65%;
	display: table;
	text-align: left;
	float: right;
}

.re_back_g_box_m_koe {
	width: 100%;
	display: table;
	text-align: left;
}
.re_back_g_box_m_koe p {
	font-size: 22px;
	font-weight: 700;
	color: #785e44;
	width: 95%;
	float: right;
	margin-bottom: 10px;

}

.re_back_g_box_m_kome {
	width: 100%;
	display: table;
	text-align: left;
	background-image: url(../recruit/img/fuki_yoko_h.png);
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: left center;
}
.re_back_g_box_m_kome_inbox {
	width: 95%;
	display: table;
	text-align: left;
	float: right;
	background-color: #FFFFFF;
	border-radius: 8px;
	min-height: 100px;
}

.re_back_g_box_m_kome_inbox_txt {
	width: 90%;
	display: table;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	color: #6E6E64;
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
}

.re_back_g_box_m_kome_inbox_txt p {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	color: #785E44;
	margin-bottom: 10px;
}	
	
.re_back_g_box_a {
	width: 100%;
	display: table;
	margin-bottom: 60px;
}

.re_back_g_box_a_h {
	width: 35%;
	display: table;
	text-align: left;
	max-width: 270px;
	float: right;
}

.re_back_g_box_a_m {
	width: 65%;
	display: table;
	text-align: left;
	float: left;
}

.re_back_g_box_a_m_koe {
	width: 100%;
	display: table;
	text-align: left;
}
.re_back_g_box_a_m_koe p {
	font-size: 22px;
	font-weight: 700;
	color: #785e44;
	width: 95%;
	float: left;
	margin-bottom: 10px;

}

.re_back_g_box_a_m_kome {
	width: 100%;
	display: table;
	text-align: left;
	background-image: url(../recruit/img/fuki_yoko_m.png);
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: right center;
}
.re_back_g_box_a_m_kome_inbox {
	width: 95%;
	display: table;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
	border-radius: 8px;
	min-height: 100px;
}

.re_back_g_box_a_m_kome_inbox_txt {
	width: 90%;
	display: table;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	color: #6E6E64;
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
}

.re_back_g_box_a_m_kome_inbox_txt p {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	color: #785E44;
	margin-bottom: 10px;
}		
	
.re_back_h {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}


.re_back_h_topimg {
	width: 100%;
	display: table;
	margin-bottom: 50px;
	background-image: url(../recruit/img/recruit-img5.jpg);
	background-size: cover;
	background-position: center center;
}

.re_back_h_topimg_tg {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 90%;
	max-width: 1000px;
}
.re_back_h_topimg_tg img {
	display: table;
	width: 230px;
	float: right;
}

.re_back_h_ibox {
	display: table;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	max-width: 704px;
	width: 90%;
}

.re_back_h_twrapp {
	width: 90%;
	display: table;
	margin-bottom: 30px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.re_back_h_tbox {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}

.re_back_h_tbox img {
	max-width: 143px;
	width: 27%;

}
.re_back_h_tbox_txt {
	width: 70%;
	float: right;
	font-size: 17px;
	color: #6E6E64;
	font-weight: 500;
	text-align: left;
	margin-top: 10px;
}
.re_back_h_tbox_txt p {
	color: #D56DE0;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;

}	
	
.re_back_i {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}


.re_back_i_ibox {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	width: 150px;
}

.re_back_i_wrapp {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 900px;
	margin-bottom: 50px;
	width: 90%;
}

.re_back_i_tbox {
	width: 100%;
	text-align: left;
	font-size: 17px;
	line-height: 30px;
	color: #6E6E64;
	font-weight: 500;
	padding-bottom: 60px;
	background-image: url(../recruit/img/sen.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 50px;

}	

.re_back_i_deta_box {
	width: 100%;
	font-size: 17px;
	line-height: 28px;
	color: #6E6E64;
	font-weight: 500;
	padding-bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
}	

.re_back_i_deta_box .detabox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: table;
	border-bottom: 1px dotted #6E6E64;
	margin-bottom: 10px;
	padding-bottom: 10px;

}	
.re_back_i_deta_box .detabox_h {
	width: 1000%;
	float: left;
	text-align: left;

}

.re_back_i_deta_box .detabox_m {
	float: right;
	width: 100%;
	text-align: left;

}	

/*漫画----------------*/	
.re_manga_titol {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
	margin-bottom: 30px;	
    text-align: center;
    width: 90%;
    max-width: 750px;
    color: #E4007F;
    font-size: 25px;
    line-height: 30px;	
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: bold;
    line-height: 30px;
}	
.re_manga_box {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
	margin-bottom: 0px;
    width: 100%;
	padding-bottom: 20px;
    background-color: #FFFFFF;
}		
		
.re_manga_box img {
    display: table;
	    max-width: 650px;
width: 95%;
	margin-left: auto;
	margin-right: auto;
        margin-bottom: 15px;

}				
	
.re_mensetu_box {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: #FFFFFF;
}
.re_mensetu_box_wrapp {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    width: 100％;
padding-bottom: 20px;
    background-color: #FFFFFF;
}		
.re_mensetu_box_wrapp img {
    display: table;
	    max-width: 650px;
width: 95%;
	margin-left: auto;
	margin-right: auto;
        margin-bottom: 15px;

}	
.re_mensetu_bar {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 10px;	
    width: 100%;
}		
	

.re_mensetu_q {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 95%;
    background-image: url(../recruit/mensetu_q.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 22px 22px;
    color: #E95377;
}
.re_mensetu_q_txt {
    display: table;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: bolder;
    font-size: 20px;
    width: 90%;
    float: right;
    text-align: left;
    line-height: 120%;
}	
.re_mensetu_a {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 95%;
    background-image: url(../recruit/mensetu_a.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 22px 22px;
}		
.re_mensetu_a_txt {
    display: table;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: bolder;
    font-size: 16px;
    width: 90%;
    float: right;
    text-align: left;
    line-height: 140%;
}	
		
	
	
	
/*漫画リスト----------------*/	
	
.mangalist_box {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    background-color: #FFFFFF;
}	
	
.mangalist_box_line {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    border-bottom: 1px dotted #000000;
    font-size: 16px;
  margin-bottom: 5px;
}		
.mangalist_box_line_hi {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    float: left;
    text-align: left;
}	
.mangalist_box_line_mi {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 20%;
    float: right;
    text-align: right;
}		
	
	
	
	
	
	
}
