@charset "utf-8";



/*/////////////////////////////////////////////////////////////
common.css
//////////////////////////////////////////////////////////////*/

/*////////////////////////////
フォント
////////////////////////////*/
@font-face{
	font-family: "Akrobat";
	src: url("../font/Akrobat-Bold.otf") format("opentype");
	src: url("../font/akrobat-extrabold-webfont.ttf") format("truetype");
	font-weight:bold;
}
@font-face{
	font-family: "Akrobat";
	src: url("../font/Akrobat-Regular.otf") format("opentype");
}
@font-face{
	font-family: "Arial";
	src: url("../font/FontsFree-Net-arial-bold.ttf") format("truetype");
}


* {
	font-family: "Arial","Noto Sans JP","Akrobat","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.font_Alphabet{
	font-family: "Arial","Noto Sans JP","Akrobat","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif ;
}




/*-------------------------------------------
noscript
-------------------------------------------*/
.noscript{
	text-align:center;
	display:block;
	font-size:1vw;
	background-color:#f6f6f6;
}



/*--------------------------------------------------------------
body
---------------------------------------------------------------- */
body {
	color:#000;
	text-align:left;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding: 0;
	background:#fff;
	font-size:1.0vw;
	/*ipad用最小幅*/
	/*
	min-width: 988px;
	-webkit-text-size-adjust: 100%;
	*/
}

/*--------------------------------------------------------------
wrapper
---------------------------------------------------------------- */
#wrapper {
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/*--------------------------------------------------------------
container
---------------------------------------------------------------- */
#container {
	margin: 0;
	text-align: left;
	padding:0;
	clear: both;
	overflow: hidden;
}



/* ------------------------------------------------------------
header
-------------------------------------------------------------- */
#header-wrap {
	padding:0;
	margin:0;
}


#header {
	padding:0;
	margin:0 ;
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 999;
	background: #f5f4f3;
}


#header_block{
	display:flex;
	justify-content: space-between;
	width: 90%;
	margin: 2vw auto 2vw auto;
}



#header_logo{
}


#header_menu ul li a:link,
#header_menu ul li a:visited,
#header_menu ul li a:hover,
#header_menu ul li a:active {
	text-decoration: none;
	color: #FFF;
}

#header_menu a.logout_link_btn {

	width: 100%;
	font-weight: bold;
	padding: 0.5vw 1vw;

	/* 文字色を白色に指定 */
	color: #000;

	/* ボーダーをなくす */
	border-style: none;


	/* テキストの影の指定
	 * 影の横幅を1px
	 * 縦長を1px
	 * ぼかしを2px
	 * 色を#000（黒）に指定 */

	background:#f04628;
	border: 1px solid #c1c1c1;
	
	/* 角丸の指定 */
	-moz-border-radius: 3vw;
	-webkit-border-radius: 3vw;
	border-radius: 3vw;

	-webkit-appearance: none;
	cursor: pointer;
}

#header_menu a.logout_link_btn:hover {
	/* 透明度を20%に指定 */
	opacity: 0.8;
}




#header_logo_block{

}

#header_logo img{
	width:30%;

}
#header_menu{

}


#header_menu ul{
	display: flex;
	flex-wrap:wrap;
}
#header_menu li{

}
.header_menu_link_btn{
	margin-left: 1vw;
}

#body_main{
	position:relative;
	min-height: 40vw;
}
#body_main:after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	border-width: 40vw 110vw 0vw 0vw;
	border-style: solid;
	border-color: #f5f4f3 #fff #f5f4f3;
	z-index:1;
}

#body_main_contents{
	position:relative;
	z-index:10;
}





#recruit_entry_bottan_div{
	position: fixed;
	right: -0.8vw;
	top:2vw;
	z-index:9997;
}
#recruit_entry_bottan_div a:hover{
	opacity:0.6;
}
#recruit_entry_bottan_div_1{
	width:12vw;

}
#recruit_entry_bottan{
	/*width:50%;*/
}

/* ------------------------------------------------------------
contents
-------------------------------------------------------------- */
#contents {
	margin: 0 auto;
	padding: 0;
	clear: both;
	overflow: hidden;
}


/* ------------------------------------------------------------
content
-------------------------------------------------------------- */
.content{
	padding:0;
	overflow: hidden;
}

/* ------------------------------------------------------------
共通ページヘッダー
-------------------------------------------------------------- */
.common_sction_header{
	width:100%;
	margin:5vw 0 7vw 0;
	padding:2.5vw 0;
	background-image:url(/images/common/common_header_background_2.jpg) ;

	background-size: cover;

}

.common_div_header{
	text-align:center;
}

.common_sction_header_recruit{
	width:100%;
	margin:10vw 0 0vw 0;
}
/* ------------------------------------------------------------
common_button
-------------------------------------------------------------- */
.work_btn{
	display: flex;
	width: 80%;
	margin: 0 auto;
	padding: 4% 0;
}
.work_btn_common{
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 2%;
	text-align: center;
	width: 10%;
}
.work_btn_common a{

}
.work_btn_common a:hover{
	opacity:0.8;
}
.work_btn_common img{
	margin-top: 5%;
	width: 90%;
}

.work_btn_common_color{
	background-color: #41329f;
}
.work_btn_common_color2{
	background-color: #6559dc;
}
.work_btn_common_color3{
	background-color: #6e8cff;
}

/* ------------------------------------------------------------
common_title
-------------------------------------------------------------- */
.common_title{
	width: 80%;
	margin: 0 auto;
	padding: 1vw 0 2vw 0;
}
.common_title h2{
	text-align: center;
}
/* ------------------------------------------------------------
common_alert
-------------------------------------------------------------- */
.div_common_msg{
	margin: 0 auto ;
	text-align: center;
	width:100%;
	color: white;
	padding:1vw 0 1vw 0;
}
.div_common_message_error{
	padding: 1vw 0;
	background-color:#f04628; 
}
.div_common_message_notice{
	margin-top: 1vw;
	padding: 1vw 0;
	background-color:#3ca863; 
}

/* ------------------------------------------------------------
footer
-------------------------------------------------------------- */
#footer-wrap {
	margin:0vw 0vw 0vw 0vw;
	padding:0;
	clear: both;
	width:100%;
	overflow:hidden;
}


/* footer copy
----------------------------- */
.copy-wrap {
	margin:0;
	padding:0;
	clear: both;
	width:100%;
	overflow:hidden;
	background:#000;
}

.copy-inr01{
		overflow:hidden;
		width:80%;
		margin:0 auto;
		padding:2vw 0 0 0;
}
.logo-access{
	padding:0;
	width: 50%;
	float: left;
	display: block;
	margin-top:0.9vw;
}
.logo-access p{
	font-size: 1.1em;
	color: #fff;
	text-align: left;
}

.logo-access img {
	max-width:25%;
}

.logo-access a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	zoom:1;
}

.logo-access-p{
	margin-left:0.5vw;
}
.copy-inr01 a {
	font-size:1.1em;
	color: #fff;
	text-decoration: none;
	/*line-height:1;*/
}
.copy-inr01 a:link {
	color: #fff;
	text-decoration: none;
}
.copy-inr01 a:visited {
	color: #fff;
	text-decoration: none;
}
.copy-inr01 a:hover {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#footer li a:active {
	color: #333333;
	text-decoration: underline;
}


.logo-access dl{
	padding:0;
	overflow:hidden;
}
.logo-access dt{
	padding:0;
	margin:0;
	display:block;
	width:14vw;
	float:left;
}
.logo-access dt a,
.logo-access dt a:hover{
	text-decoration:none;
	color:#b58844;
}
.logo-access dt span{
	display:block;
	text-align:center;
	font-size:0.9vw;
}
.logo-access dd{
	padding:0;
	font-size:1vw;
	color: #fff;
	margin-left:13.5vw;
}

.copy-inr02{
	color:#fff;
	padding:2vw 0 1vw 0;
	display:flex;
	width:80%;
	margin:0 auto;
}

.copy-inr02 a:hover {
	opacity:0.8;
}
.copy-inr02_1{
	width:10%;
}
.copy-inr02_1 img {
	width:30%;
}
.copy-inr02_2{
	width:90%;
	padding-left:21vw;
}
.copy-link{
	width:46%;
	text-align:right;
	color:#fff;
	float:right;
	margin-top:3.6vw
}
.copy-link ul{
	display:block;
}
.copy-link ul li{
	display:inline;
	margin-left:1vw;
}
.copy-link_a {
	font-weight:bold;
}
.copy-link ul a{

}
.copy-link ul a:hover{

}
/*==================================================
セクション共通サービスフッター
===================================*/
.sction_common_service_footer{
	width:100%;
}

.div_common_service_footer{
	margin:0 auto;
	padding:7vw 0 7vw 0;
	width:57%;
}


.common_service_footer_img{
	display:flex;
	margin-top:1vw;
	margin-left: 5vw;
}

.common_service_footer_img a:hover{
	opacity:0.7;
}

.common_service_footer_img_1{
	width:50%;
}

.common_service_footer_img_2{
	width:50%;
	margin-left:2vw;
}
.common_contact_btn_div{
	margin-top:6vw;
	text-align: center;
}

.common_contact_descrpit{

}
.common_contact_btn_div2{
	margin-top:1.5vw;
}
.common_contact_btn_div3{

}

/*==================================================
フェードアップ
===================================*/

.dispUp {
	animation-name:dispUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes dispUpAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


/*==================================================
フェードアップ
===================================*/

.fadeUp {
	/*
	animation-name:fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	*/
	animation: fadeUpAnime 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
	0% {
		opacity: 0;
		transform: translateY(10vw);
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*==================================================
左スライドイン
===================================*/
.left_slidein {
	animation-name:left_slideinAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes left_slideinAnime{
	0% {
		transform: translateX(180px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
	}
	40%,100% {
		opacity: 1;
	}
}


/*==================================================
右スライドイン
===================================*/
.right_slidein {
	animation-name:right_slideinAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes right_slideinAnime{
	0% {
		transform: translateX(-180px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
	}
	40%,100% {
		opacity: 1;
	}
}


.right_slidein2 {
	animation-name:right_slideinAnime2;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes right_slideinAnime2{
	0% {
		transform: translateX(-180px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
	}
	40%,100% {
		opacity: 1;
	}
}
/*==================================================
ボタン共通設定
===================================*/
/*---------------------------------
黒→白
----------------------------------*/

.btn{
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none !important;
	display: inline-block;
	border: 1px solid #555;/* ボーダーの色と太さ */
	padding: 0.7vw 4vw;
	text-align: center;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
	background:#000;/*背景色*/
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#fff;
	/*font-weight:bold;*/
	/*background:#000;*//*背景色*/
	font-family:"Bebas Neue", "Akrobat","メイリオ",Meiryo,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",serif;
	letter-spacing: 0.2vw;
	font-size:1.2vw;
}

.btn:hover span{
	color:#000;
	text-decoration: none;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	/*色や形状*/
	background:#fff;/*背景色*/
	width: 100%;
	height: 100%;

	/*アニメーション*/
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/*---------------------------------
白→黒
----------------------------------*/

.btn2{
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none !important;
	display: inline-block;
	border: 1px solid #99a09d ;/* ボーダーの色と太さ */
	padding: 0.8vw 6vw;
	text-align: center;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
	background:#fff;/*背景色*/
	width:5vw;
}

/*ボタン内spanの形状*/
.btn2 span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#000;
	font-family: "Akrobat","Zen Kaku Gothic New","Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight:bold;
}

.btn2:hover span{
	color:#fff;
	text-decoration: none;
}

/*== 背景が流れる（左から右） */
.bgleft2:before {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	/*色や形状*/
	background:#000;/*背景色*/
	width: 100%;
	height: 100%;

	/*アニメーション*/
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft2:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.flex{
	display:flex;
	flex-wrap: wrap;
}

.box{
	width: 20%;
	padding: 20px;
	margin: 0 20px 20px 20px;
	background: #666;
	color: #fff;
	box-sizing:border-box;
	list-style: none;
}

.box{
	opacity: 0;
}

.hidden_opacity{
	opacity: 0;
}

.hidden_opacity2{
	opacity: 0;
}


/* link
--------------------------------------------------------------- */
a:link {
	color: #333;
	text-decoration: underline;
	line-height:1.5;
}
a:visited {
	color: #333;
	text-decoration: underline;
	line-height:1.5;
}
a:hover {
	color: #333;
	text-decoration: none;
	line-height:1.5;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a:active {
	color: #333;
	text-decoration: none;
		line-height:1.5;
}

/* 位置
--------------------------------------------------------------- */
.right{
	text-align:right !important;
}





/*--------------------------------------------------------------
文字
--------------------------------------------------------------*/
.small1_moji{
	font-size: 0.8vw;
	white-space: nowrap;
}
.small2_moji{
	font-size: 2.0vw;
	white-space: nowrap;
}
.small3_moji{
	font-size: 1.4vw;
	padding-top: 0.6vw;
	padding-left: 1vw;
	white-space: nowrap;
}
.week1_moji{
	border-radius: 3vw;
	background-color: #000;
	color:#fff;
	padding: 0.7vw 0.6vw 0.5vw 0.6vw;
	font-size: 1.6vw;
}
/*--------------------------------------------------------------
入力
--------------------------------------------------------------*/
input[type=text],input[type=password]  {
  border-radius: 3vw;
  border: 1px solid #ccc;
  outline: none;
  -webkit-appearance: none;
  padding: 0.5vw 1vw;
}

.common_input{
	display: flex;
	flex-wrap:wrap;
	width: 65%;
	margin: 0 auto;
	padding: 0vw 0 0 0;
}
.common_input_block{
	padding: 1vw 1vw;
}

.common_input_block2{

}
.common_input_block2_0{
	margin-bottom: -1vw;

}
.common_input_block2_1{
	display: flex;
}

.common_input_block3{
	padding: 1vw 1vw;
}


.common_input_title{
	text-align: center;
	background-color: #41329f;
	color: white;
	padding: 0.5vw 2vw;
	border-top-left-radius: 1vw;
	border-top-right-radius: 1vw;
	box-shadow: 1.5px 1.5px 1.5px 1.5px #c0c0c0;
  
}
.common_input_comment{
	background-color: #fff;
	border-bottom-left-radius: 1vw;
	border-bottom-right-radius: 1vw;
	box-shadow: 1.5px 1.5px 1.5px 1.5px #c0c0c0;
	padding: 1vw 2vw;
}
.common_input_comment ul{
	display: flex;
	flex-wrap:wrap;
}

.common_input_comment ul li label{
	margin-left: 0.4vw;
}

.common_input_comment textarea{
	width: 15vw;
	height: 5vw;
}

.common_input_comment2{
	background-color: #fff;
	border-radius: 1vw;
	box-shadow: 1.5px 1.5px 1.5px 1.5px #c0c0c0;
	padding: 1vw 1vw;
}
.common_input_comment2 ul{
	display: flex;
	flex-wrap:wrap;
}


.common_input_comment2 ul li label{
	margin-left: 0.4vw;
}


.common_input_comment3{
	background-color: #fff;
	border-bottom-left-radius: 1vw;
	border-bottom-right-radius: 1vw;
	box-shadow: 1.5px 1.5px 1.5px 1.5px #c0c0c0;
	padding: 1vw 2vw;
}
.common_input_comment3 ul{
	display: flex;
	flex-wrap:wrap;
}

.common_input_comment3 ul li label{
	margin-left: 0.4vw;
}

.common_input_comment3 textarea{
	width: 15vw;
	height: 5vw;
}

.common_input_comment4{
	background-color: #fff;
	border-bottom-left-radius: 1vw;
	border-bottom-right-radius: 1vw;
	box-shadow: 1.5px 1.5px 1.5px 1.5px #c0c0c0;
	padding: 1vw 2vw;
}


.common_input_comment5{
	background-color: #fff;
	border-bottom-left-radius: 1vw;
	border-bottom-right-radius: 1vw;
	box-shadow: 1.5px 1.5px 1.5px 1.5px #c0c0c0;
	padding: 1vw 2vw;
}


.min_hight_input1{
	min-height: 3.1vw;
	display: flex;
	align-items: center;
}


.min_hight_input2{
	min-height: 3.1vw;
	display: flex;
	align-items: center;
	min-width: 7vw;
	justify-content: center;
}

.min_hight_input3{
	min-height: 3.1vw;
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	min-width: 7vw;
}

.min_hight_input4{
	min-height: 3.1vw;
	display: flex;
	align-items: center;
	min-width: 7vw;
	flex-wrap:wrap;
}

.min_hight_input4 ul{
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.min_hight_input4 ul li{
	display: flex;
	align-items: flex-end;
	margin: 1% 0;
}
.min_hight_input4_li_1{
	width: 6%;
	align-items: center !important;
	justify-content: center;
	
}
.min_hight_input4_li_2{
	width: 3%;	
	margin-left: 2% !important;
}



.min_hight_input5{
	min-height: 3.1vw;
	display: flex;
	align-items: center;
	min-width: 7vw;
	flex-wrap:wrap;
}

.min_hight_input5 ul{
	width: 100%;
	display: flex;
	align-items: center;
}
.min_hight_input5 ul li{
	display: flex;
	align-items: flex-end;
	margin: 1% 0;
}
.min_hight_input5_li_1{
	width: 6%;
	align-items: center !important;
	justify-content: center;
	margin-right: 2% !important;
	
}



.min_hight_input6{
	min-height: 3.1vw;
	display: flex;
	align-items: center;
	min-width: 7vw;
}

.min_hight_input6 ul{
	width: 100%;
	display: block;
}
.min_hight_input6 ul li{
	display: flex;
	align-items: center;
	margin: 1% 0;
	flex-wrap: wrap;
}

.min_hight_input6 label{
	width: 100%;
	
}



.min_hight_input7{
	min-height: 3.1vw;
	display: flex;
	align-items: center;
	min-width: 7vw;
}

.min_hight_input7 ul{
	width: 100%;
	display: block;
}
.min_hight_input7 ul li{
	display: flex;
	align-items: center;
	margin: 1% 0;
}

.min_hight_input7 label{
	width: 100%;
	
}
/*---------------------------------
入力セレクトボックス
-----------------------------------*/

.select_container {
	position: relative;
}
.select_container select {
	-webkit-appearance: none;
	appearance: none; /* デフォルトの矢印を非表示 */
	outline: none;
	border-radius: 0;
	border:none;
	font-size: 2.0vw;
	color:#3c3390;
	background-color: white;
	font-family: "Noto Sans JP","Akrobat","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	padding-right: 1vw;
}
.select_container select::-ms-expand {
	display: none; /* デフォルトの矢印を非表示(IE用) */
}
/* セレクトボックスの矢印デザイン変更 */
.select_container::before {
	border-bottom: 0.45vw solid #3c3390;
	border-left: 0.4vw solid transparent;
	border-right: 0.4vw solid transparent;
	content: "";
	position: absolute;
	right: -0.5vw;
	top: 0.7vw;
	width: 0;

}
.select_container::after {
	border-left: 0.4vw solid transparent;
	border-right: 0.4vw solid transparent;
	border-top: 0.45vw solid #3c3390;
	content: "";
	position: absolute;
	right: -0.5vw;
	top: 1.7vw;
	width: 0;

}


.select_container2 {
	position: relative;
}
.select_container2 select {
	-webkit-appearance: none;
	appearance: none; /* デフォルトの矢印を非表示 */
	border-radius: 3vw;
	font-size: 0.9vw;
	color:#3c3390;
	background-color: white;
	padding: 0.2vw 1.5vw 0.2vw 1vw;
	font-family: "Noto Sans JP","Akrobat","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	border: solid 0.05vw;
	
}
.select_container2 select::-ms-expand {
	display: none; /* デフォルトの矢印を非表示(IE用) */
}
/* セレクトボックスの矢印デザイン変更 */
.select_container2::before {
	border-bottom: 0.33vw solid #3c3390;
	border-left: 0.3vw solid transparent;
	border-right: 0.3vw solid transparent;
	content: "";
	position: absolute;
	right: 0.7vw;
	top: 0.5vw;
	width: 0;

}
.select_container2::after {
	border-left: 0.3vw solid transparent;
	border-right: 0.3vw solid transparent;
	border-top: 0.33vw solid #3c3390;
	content: "";
	position: absolute;
	right: 0.7vw;
	top: 1.0vw;
	width: 0;

}
/*--------------------------------------------------------------
ボタン
--------------------------------------------------------------*/
.common_back_btn_space{
	margin: 0 auto;
	padding: 3vw 0;
	text-align: center;
}
.common_back_btn{
	/*width: 100%;*/
	font-weight: bold;
	padding: 1.0vw 4vw;

	/* 文字色を白色に指定 */
	color: #41329f;

	/* ボーダーをなくす */
	border-style: none;


	/* テキストの影の指定
	 * 影の横幅を1px
	 * 縦長を1px
	 * ぼかしを2px
	 * 色を#000（黒）に指定 */

	background:#fff;
	border: 1px solid #41329f;
	
	/* 角丸の指定 */
	-moz-border-radius: 3vw;
	-webkit-border-radius: 3vw;
	border-radius: 3vw;

	-webkit-appearance: none;
	cursor: pointer;
}
.common_back_btn:hover{
	opacity: 0.8;
}

.common_search_btn{
	/*width: 100%;*/
	
	padding: 0.2vw 1.5vw 0.2vw 1.0vw;

	/* 文字色を白色に指定 */
	color: #251e1c;

	/* ボーダーをなくす */
	border-style: none;


	/* テキストの影の指定
	 * 影の横幅を1px
	 * 縦長を1px
	 * ぼかしを2px
	 * 色を#000（黒）に指定 */

	background:#fff;
	border: 1px solid #41329f;
	
	/* 角丸の指定 */
	-moz-border-radius: 3vw;
	-webkit-border-radius: 3vw;
	border-radius: 3vw;

	-webkit-appearance: none;
	cursor: pointer;
}
.common_search_btn:hover{
	opacity: 0.8;
}


.common_search_btn2{
	/*width: 100%;*/
	
	padding: 0.2vw 1.5vw 0.2vw 1.5vw;

	/* 文字色を白色に指定 */
	color: #251e1c;

	/* ボーダーをなくす */
	border-style: none;


	/* テキストの影の指定
	 * 影の横幅を1px
	 * 縦長を1px
	 * ぼかしを2px
	 * 色を#000（黒）に指定 */

	background:#fff;
	border: 1px solid #41329f;
	
	/* 角丸の指定 */
	-moz-border-radius: 3vw;
	-webkit-border-radius: 3vw;
	border-radius: 3vw;

	-webkit-appearance: none;
	cursor: pointer;
}
.common_search_btn2:hover{
	opacity: 0.8;
}


.common_blue_btn{
	/*width: 100%;*/
	font-weight: bold;
	padding: 0.2vw 1.5vw;

	/* 文字色を白色に指定 */
	color: #fff;

	/* ボーダーをなくす */
	border-style: none;


	/* テキストの影の指定
	 * 影の横幅を1px
	 * 縦長を1px
	 * ぼかしを2px
	 * 色を#000（黒）に指定 */

	background:#41329f;
	border: 1px solid #41329f;
	
	/* 角丸の指定 */
	-moz-border-radius: 3vw;
	-webkit-border-radius: 3vw;
	border-radius: 3vw;

	-webkit-appearance: none;
	cursor: pointer;
}
.common_blue_btn:hover{
	opacity: 0.8;
}
.top_work_btn_space {
	width: 50%;
	margin: 0 auto;
	padding-bottom: 1vw;

}
.top_work_btn_space ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.top_work_btn_space ul li{
	margin: 0 1vw;
}


.top_work_btn_space2 {
	width: 50%;
	margin: 0 auto;
	padding-bottom: 1vw;

}
.top_work_btn_space2 ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.top_work_btn_space2 ul li{
	margin: 0 1vw;
}



.top_work_btn_space3 {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 1vw;

}
.top_work_btn_space3 ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.top_work_btn_space3 ul li{
	margin: 0 1vw;
}

.top_work_btn{
	font-weight: bold;
	padding: 0.8vw 4vw ;

	/* 文字色を白色に指定 */
	color: #fff ;

	/* ボーダーをなくす */
	border-style: none;


	background:#f04628;
	border: 1px solid #f04628;
	
	-webkit-appearance: none;
	cursor: pointer;
}

.top_work_btn:hover{
	opacity: 0.8;
}


.top_work_btn2{
	font-weight: bold;
	padding: 0.8vw 0vw !important;
	margin-left: 1vw !important;
	margin-bottom: 1vw !important;

	/* 文字色を白色に指定 */
	color: #fff !important;

	/* ボーダーをなくす */
	border-style: none;


	background:#41329f;
	border: 1px solid #41329f;
	
	-webkit-appearance: none;
	cursor: pointer;
}

.top_work_btn2:hover{
	opacity: 0.8;
}


.top_work_btn3{
	font-weight: bold;
	padding: 0.8vw 2vw ;

	/* 文字色を白色に指定 */
	color: #fff ;

	/* ボーダーをなくす */
	border-style: none;


	background:#f04628;
	border: 1px solid #f04628;
	
	-webkit-appearance: none;
	cursor: pointer;
}

.top_work_btn3:hover{
	opacity: 0.8;
}



#confirmBox p{
	font-size: 1vw;
}


/*--------------------------------------------------------------
一覧共通
--------------------------------------------------------------*/
.common_top_header{
	display: flex;
	align-items: center;
	color:#fff;
	
}

.top_header_common{
	background-color: #41329f;
	margin: 0 0.25%;
	padding: 0.8vw 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_detail_common{
	padding: 0.5vw 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.common_top_detail{
	display: flex;
	align-items: center;
	background-color: #fff3dc;
	margin: 1% 0;
}
.common_top_detail:nth-of-type(2n+1){
	background-color: #e7f3fc;
}


.top_common_blue{
	color: blue;
}
.top_common_red{
	color: red;
}

.common_flex_wrap{
	display: flex;
	flex-wrap:wrap;
}

.sp_center1{
	
}
.sp_center2{
	
}
.sp_center3{
	
}

/*--------------------------------------------------------------
締め処理：未完了バッジ
--------------------------------------------------------------*/

/* バッジの基準位置 */
.pc-only-display .work_btn_common a {
	position: relative;
	display: block;
}

/* 未完了バッジ */
.menu_notice_badge {
	position: absolute;
	top: -0.45vw;
	right: -0.45vw;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 1.7vw;
	height: 1.7vw;
	padding: 0;

	background-color: #f04438;
	color: #ffffff;

	font-size: 1vw;
	font-weight: bold;
	line-height: 1;

	border: 0.18vw solid #ffffff;
	border-radius: 50%;
	box-sizing: border-box;

	box-shadow: 0 0.15vw 0.35vw rgba(0, 0, 0, 0.18);

	z-index: 10;
}