@charset "utf-8";
/* CSS Document */
html,
button,
input,
select,
textarea{
	/*color: #333333;*/
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
}
html.ie,
html.ie button,
html.ie input,
html.ie select,
html.ie textarea{
  font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
}
body{
  width: 100%;
  margin: 0;
  font-size: 90%;
}
a{
	font-weight:bold;
	color:#00F;
}
a:hover{
	color:#F00;
	text-decoration:underline;
}
img{
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
	max-width:100%;
	width:100%;
	height:auto;
}
.fc{	clear:both;	}
.body_inner{	width:100%;	}
span.days{	letter-spacing:0.5em;	}
.return_index{	display:none; }
.b_red{
	font-weight:bolder;
	font-size:large;
	color:#F03;
	margin-left:0.3em;
	margin-right:0.3em;
	text-shadow:1px 1px rgba(0,0,0,0.2);
	border-bottom:5px double #F03;
}
/*----------------------------------------------------------------------------
			ヘッダー
----------------------------------------------------------------------------*/
.head_inner{	width:100%;	}
.head_inner .head_title{	text-align:center;	}
.head_inner .head_title h1{	}
.head_inner .head_sns{}
.head_sns ul{
	width:100%;
	font-size:110%;	
	list-style:none;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-ms-flex-align:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.head_sns ul li{
	width:7em;
	text-align:center;
	padding-top:0.3em;
	padding-bottom:0.2em;
	border-radius:3px;
	overflow:hidden;
	background:#727272;
	margin-right:0.5em;
}
.head_sns ul li:hover{
	opacity:0.5;
}
.head_sns ul li:last-child{
	margin-right:0;
}
.head_sns ul li.sns_twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
.head_sns ul li.sns_facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
/*
.head_sns ul li.sns_twitter:hover{
	background:#83c3f3;
}
*/
.head_sns ul li a{
	display:block;
	width:100%;
	height:100%;
	color:#f5f5f5;
}
.head_sns ul li a:hover{
	color:#f5f5f5;
	text-decoration:none;
}
.top_image{
	margin-bottom:5px;
	box-shadow:0px 1px 2px #727272;
}
/*----------------------------------------------------------------------------
			トップページメイン画像用
----------------------------------------------------------------------------*/
.ti_container{
	width:100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-ms-flex-align:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.ti_container .ti_box{
	width:50%;
}
/*----------------------------------------------------------------------------
			メインコンテナ用
----------------------------------------------------------------------------*/
.content_box{	width:100%;	}
.content_box .cb_title{
	padding-left:0.5em;
	background:#727272;
	color:#F5F5F5;
	font-size:350%;
	font-weight:bold;
	text-shadow:0px 2px 1px #212121;
}
.content_box .cb_container{	margin:0px 1em 1em 1em;	}
.content_box .cb_copy{
	padding-top:0.5em;
	font-size:175%;
	font-weight:bold;
}
.cb_container .cb_img{
	display:block;
	position:relative;
}
.cb_container .cb_img:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	box-shadow:0 0 20px #FFF inset,0 0 20px #FFF inset,0 0 20px #FFF inset,0 0 20px #FFF inset;
}
.content_box .cb_comment{	padding-top:0.5em;	}
.cb_comment b{
	font-size:110%;
	text-decoration:underline;
	margin:0 0.5em;
}
.content_box .cb_caution{
	width:100%;
	list-style:none;
}
.cb_caution li:before{
	content:'\00203b';
	display:inline-block;
	font-weight:bold;
	margin-right:0.25em;
}
/*----------------------------------------------------------------------------
			メインコンテナ用番号リスト
----------------------------------------------------------------------------*/
.content_box .cb_number{
	list-style:none;
	counter-reset:li;
}
.cb_number li{
	position:relative;
	border-bottom:1px solid #727272;
	margin:0px 0px 2em 2em;
	text-indent:-2em;
	counter-increment:li;
}
.cb_number li:before{
	display:inline-block;
	content:counter(li);
	margin-right:0.5em;
	width:1.5em;
	background:#727272;
	text-align:center;
	color:#F5F5F5;
	text-shadow:0px 1px 1px #212121;
	text-indent:0px;
}
.cb_number li:after{
	/*content:'\0025bc';*/
	position:absolute;
	content:'';
	clear:both;
	margin-top:0.5em;
	top:100%;
	left:3em;
	width:0;
	height:0;
	border:1em solid transparent;
	border-top:1em solid #727272;
}
.cb_number li:last-child{	margin-bottom:0;	}
.cb_number li:last-child:after{	content:none;	}
.content_box .cb_list{	list-style:none;	}
/*----------------------------------------------------------------------------
			メインコンテナ用リスト
----------------------------------------------------------------------------*/
.cb_list li{
	position:relative;
	margin:0px 0px 0.5em 2em;
}
.cb_list li:before{
	content:'\003e';
	display:block;
	position:absolute;
	top:0;
	left:-2em;
	margin-right:0.5em;
	width:1.5em;
	background:#727272;
	text-align:center;
	color:#F5F5F5;
	overflow:hidden;
	border-radius:50%;
}
.cb_list li:last-child{	margin-bottom:0;	}
/*----------------------------------------------------------------------------
			メインコンテナ用テーブル
----------------------------------------------------------------------------*/
.cb_container .cb_table{
	font-size:100%;
	width:100%;
	margin:0.5em auto;
}
.cb_container .cb_table caption{
	text-align:center;
	font-weight:bolder;
}
.cb_container .cb_table th,
.cb_container .cb_table td{
	border-bottom:2px dotted #727272;
}
.cb_container .cb_table th{
	position:relative;
	padding:0.2em 1em;
	font-weight:normal;
}
.cb_container .cb_table th:after{
	content:'：';
	position:absolute;
	left:90%;
}
.cb_container .cb_table td{
	font-size:200%;
	font-weight:bold;
	text-align:left;
	color:#727272;
	padding-left:0.2em;
}
.content_box .cb_sign{
	text-align:right;
}

/*----------------------------------------------------------------------------
			問い合わせ用設定
----------------------------------------------------------------------------*/
#contact .content_box a,
#contact .content_box a:hover{
	color:#212121;
	text-decoration:none;
}
#contact .cb_container{
	display:block;
}
#contact .ct_title{
	background:#4CAF50;
	text-align:center;
	color:#F5F5F5;
	padding:0.3em 0px 0.3em 0px;
	text-shadow:1px 1px 2px #333;
}
#contact .ct_element{
		font-size:150%;
		text-align:center;
		margin:1.5rem 0px;
}
#contact .ct_add_table{
	margin:1.5em auto;
	font-size:85%;
	width:95%;
	display:table;
}
#contact .ct_add_table div{
	display:table-caption;
	text-align:center;
	border-bottom:2px dotted #4CAF50;
}
#contact .ct_add_table dl{
	display:table-row;
}
#contact .ct_add_table dt,
#contact .ct_add_table dd{
	display:table-cell;
	border-bottom:2px dotted #4CAF50;
}
#contact .ct_add_table dt{
	position:relative;
	vertical-align:middle;
	text-align:left;
	white-space:nowrap;
}
#contact .ct_add_table dt:after{
	content:'：';
	position:absolute;
	left:4.5em;
}
#contact .ct_add_table dd{
	text-align:left;
	vertical-align:middle;
}
#contact .cb_list{
	width:100%;
	font-size:80%;
}
#contact .cb_list li{	margin-bottom:0.1em;	}

/*----------------------------------------------------------------------------
			サイトマップ用設定
----------------------------------------------------------------------------*/
.sm_container{
	width:100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:start;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
}

.sm_listbox{
	width:25%;
}

.sm_listbox li{
	position:relative;
	margin:0.5em 0px 0.2em 1.8rem;
	list-style-type:none;
}

.sm_listbox li:before{
	content:'\003e';
	display:block;
	position:absolute;
	top:0;
	left:-1.8rem;
	width:1.6rem;
	text-align:center;
	color:#727272;
	font-weight:bold;
	border-radius:3px;
	overflow:hidden;
}

.sm_listbox li:first-child{
	font-weight:bold;
	font-size:120%;
	border-bottom:2px dotted #727272;
}
.sm_listbox li:first-child:before{
	background:#727272;
	color:#f5f5f5;
}
/*----------------------------------------------------------------------------
			各ページ別メインコンテナ用設定
----------------------------------------------------------------------------*/
#top .cb_title{	display:none;	}
#top #top_mess .cb_comment{
	width:100%;
}

#message .cb_title{	background:#7C4DFF;	}

#visit .cb_title,
#visit .cb_number li:before,
#visit .cb_list li:before{
	background:#E91E63;
}
#visit .cb_number li{	border-bottom-color:#E91E63;	}
#visit .cb_number li:after{	border-top-color:#E91E63;	}
#visit .cb_container .cb_table th,
#visit .cb_container .cb_table td{
	border-bottom-color:#E91E63;
}
#visit .cb_container .cb_table td{	color:#E91E63;	}

#clip .cb_title,
#clip .cb_number li:before,
#clip .cb_list li:before{
	background:#FF9800;
}
#clip .cb_number li{	border-bottom-color:#FF9800;	}
#clip .cb_number li:after{	border-top-color:#FF9800;	}
#clip .cb_container .cb_table th,
#clip .cb_container .cb_table td{
	border-bottom-color:#FF9800;
}
#clip .cb_container .cb_table td{	color:#FF9800;	}

#scis .cb_title,
#scis .cb_number li:before,
#scis .cb_list li:before{
	background:#2196F3;
}
#scis .cb_number li{	border-bottom-color:#2196F3;	}
#scis .cb_number li:after{	border-top-color:#2196F3;	}
#scis .cb_container .cb_table th,
#scis .cb_container .cb_table td{
	border-bottom-color:#2196F3;
}
#scis .cb_container .cb_table td{	color:#2196F3;	}

#contact .cb_title,
#contact .cb_number li:before,
#contact .cb_list li:before{
	background:#4CAF50;
}
#contact .cb_number li{	border-bottom-color:#4CAF50;	}
#contact .cb_number li:after{	border-top-color:#4CAF50;	}
#contact .cb_container .cb_table th,
#contact .cb_container .cb_table td{
	border-bottom-color:#4CAF50;
}
#contact .cb_container .cb_table td{	color:#4CAF50;	}

#outline2 .cb_table{
	width:80%;
	margin:1em auto 0px auto;
}
#outline2 .cb_table th{
	white-space:nowrap;
}
#outline2 .cb_table td{
	font-size:100%;
}
#visit .cb_container#outline2 .cb_table td{	color:#212121;	}



/*----------------------------------------------------------------------------
			フッター
----------------------------------------------------------------------------*/
.foot_inner{	width:100%;	}
.foot_inner .foot_container{	}
.foot_address dl dd {	margin-left:1em;	}
.foot_inner .foot_appoint{	padding-top:1em;	}
.foot_appoint p.p1{
	font-size:180%;
	font-weight:bold;
}
.foot_appoint p.p2{
	padding-bottom:0.8em;
	font-size:130%;
}
.foot_appoint p.p3,.foot_appoint p.p4{
	margin-bottom:1em;
	font-size:150%;
}
.foot_inner .foot_summary{	list-style:none;	}
.foot_inner .foot_copy{
	margin-top:1.5em;
	width:100%;
	text-align:center;
}

/*----------------------------------------------------------------------------
			スマホ用設定
----------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
	body{
		font-size:100%;
	}
	.head_inner .head_title h1{
		font-size:150%;
	}
	.head_inner .head_sns{
		text-align:center;
		margin:0px auto 1em auto;
	}
	#top .main_container{
		display:none;
	}
	.rightside{
		display:none;
	}
	.foot_button{
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-ms-flex-pack:justify;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}
	.return_index{
		display:inline-block;
		background:#B6B6B6;
		border:1px solid #727272;
		overflow:hidden;
		border-radius:4px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.5);
		text-align:center;
		font-size:150%;
		font-weight:bold;
		color:#F5F5F5;
		letter-spacing:0.1em;
		text-shadow:1px 1px 1px rgba(0,0,0,0.5);
		padding:0.1em 0.5em;
	}
	.return_index:hover{	text-decoration:none;	}
	#top .return_index{	display:none;	}
/*----------------------------------------------------------------------------
			トップメニュー用設定
----------------------------------------------------------------------------*/
	.head_inner .head_container{
		border-bottom:1px solid rgba(0,0,0,0.2);
		box-shadow:0px 1px 0px rgba(255,255,255,0.3) inset;
	}
	.head_inner .head_menu{
		width:100%;
		margin:0px auto 0px auto;
	}
	.head_menu li{
		display:block;
		width:100%;
		border-bottom:1px solid rgba(0,0,0,0.2);
		box-shadow:0px 1px 0px rgba(255,255,255,0.3) inset;
	}
	.head_menu li:first-child{	display:none;	}
	.head_menu a{
		width:100%;
		display:block;
		position:relative;
		box-sizing:border-box;
		color:#212121;
		font-size:130%;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		letter-spacing:0.2em;
		padding:0.5em 0px;
		margin:2px 0px;
	}
	.head_menu a:before{
		content:'';
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		box-sizing:border-box;
		border-left:1.5em solid #727272;
	}
	.head_menu a.menu_message:before{	border-left-color:#7C4DFF;	}
	.head_menu a.menu_clip:before{	border-left-color:#FF9800;	}
	.head_menu a.menu_scis:before{	border-left-color:#2196F3;	}
	.head_menu a.menu_visit:before{	border-left-color:#E91E63;	}
	.head_menu a.menu_contact:before{	border-left-color:#4CAF50;	}
	
	.head_sns ul{
		-ms-flex-pack:center;
		-webkit-box-pack:center;
		-webkit-justify-content:center;
		justify-content:center;
	}

/*----------------------------------------------------------------------------
			下位ページ用設定
----------------------------------------------------------------------------*/
	#sitemap .head_menu,
	#p_policy .head_menu,
	#message .head_menu,
	#clip .head_menu,
	#scis .head_menu,
	#visit .head_menu,
	#contact .head_menu{
		display:none;
	}
/*----------------------------------------------------------------------------
			メインコンテナ用設定
----------------------------------------------------------------------------*/
	.content_box .cb_title{
		padding-left:0px;
		text-align:center;
		font-size:200%;
	}
	.content_box .cb_container{
		width:100%;
		margin:0.5em 0px 0px 0px;
		padding-bottom:0.5em;
		border-bottom:1px solid rgba(0,0,0,0.2);
		box-shadow:0px 1px 0px rgba(255,255,255,0.3) inset;
	}
	.content_box .cb_copy{
		padding:0;
		font-size:150%;
	}
	.content_box .cb_comment{	padding:0.5em 0.5em 0px 0.5em;	}
	
	/*.cb_container .cb_caution{	margin-left:0.5em;	}*/
	#outline2 .cb_table{
		width:100%;
		font-size:90%;
	}
	#contact .ct_add_table dd{
		padding-left:1em;
	}

/*----------------------------------------------------------------------------
			フッター用設定
----------------------------------------------------------------------------*/
	.foot_inner .foot_container{
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-webkit-box-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	.foot_container .foot_address{
		margin-top:1.5em;
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
    -webkit-order:3;
    order:3;
	}
	.foot_container .foot_appoint{
		text-align:center;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
	}
	.foot_appoint p.p1{
		font-size:150%;
	}
	.foot_appoint p.p3 a{
		background:#B6B6B6;
		color:#F5F5F5;
		text-shadow:1px 1px 1px #212121;
		padding:0.1em 0.5em 0.1em 0.5em;
		border:2px solid #727272;
		border-radius:4px;
		overflow:hidden;
		box-shadow:0px 2px 2px #212121;
	}
	.foot_appoint p.p3 a:hover{
		text-decoration:none;	}
	.foot_appoint p.p4{
		display:none;	}
	.foot_container .foot_summary{
		text-align:right;
		margin-top:1.5em;
    -webkit-box-ordinal-group:4;
    -ms-flex-order:4;
    -webkit-order:4;
    order:4;
	}
	.foot_summary li:first-child{
		display:none;	}
	.dpc{	display:none;	}
}

@media screen and (min-width:769px) and (max-width:1023px) {
	.dtb{	display:none;	}
	.head_inner{
		border-bottom:1px solid rgba(0,0,0,0.2);
		box-shadow:0px 1px 0px rgba(255,255,255,0.3) inset;
	}
	.head_inner .head_container{
		width:90%;
		margin:0 auto;
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-ms-flex-align:center;
		-webkit-box-align:center;
		-webkit-align-items:center;
		align-items:center;
		-ms-flex-pack:justify;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}
	.head_inner .head_title{	}
	.head_title h1{
		font-size:150%;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.head_title p{
		font-size:90%;
		margin:0px;
	}
	.head_inner .head_menu{
		margin:1.5em auto 0 auto;
		width:100%;
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-ms-flex-pack:justify;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		-ms-flex-align:end;
		-webkit-box-align:end;
		-webkit-align-items:flex-end;
		align-items:flex-end;
	}
	.head_menu li{
		text-align:center;
		-ms-flex:1;
		-webkit-box-flex:1.0;
		flex:1;
	}		
	.head_menu a{
		margin:0px 1px;
		color:#212121;
		display: block;
		font-size:100%;
		font-weight:bold;
		text-decoration: none;	}
	.head_menu a.menu_home{
		font-size:200%;
		border-bottom:4px solid #795548;	}
	.head_menu a.menu_message{
		border-bottom:4px solid #7C4DFF;	}
	.head_menu a.menu_clip{
		border-bottom:4px solid #FF9800;	}
	.head_menu a.menu_scis{
		border-bottom:4px solid #2196F3;	}
	.head_menu a.menu_visit{
		border-bottom:4px solid #E91E63;	}
	.head_menu a.menu_contact{
		border-bottom:4px solid #4CAF50;	}
	.rightside{
		width:100%;
	}
	.main_container{
		border-bottom:1px solid rgba(0,0,0,0.2);
		box-shadow:0px 1px 0px rgba(255,255,255,0.3) inset;
		margin-bottom:1.5em;
	}
	.rightside ul{
		list-style:none;
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.rightside ul li{
		margin:0.1%;
		box-sizing:border-box;
		display:block;
		width:24.8%;
		text-align:center;
		border:1px solid rgba(0,0,0,0.2);
		border-radius:2px;
		overflow:hidden;
	}
	.rightside ul li a{
		background:#09F;
		box-sizing:border-box;
		display:inline-block;
		padding:15px 0px 15px 0px;
		width:100%;
		height:50px;
	}
	.rightside ul li a:hover{
		opacity:0.8;
	}
/*----------------------------------------------------------------------------
			メインコンテナー用設定
----------------------------------------------------------------------------*/
	.content_box .cb_container{
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
	}
	.cb_container .cb_copy{
		padding-left:0.5em;
		width:100%;
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
	}
	.cb_container .cb_comment,
	.cb_container .cb_number,
	.cb_container .cb_list{
	width: 60%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
	text-align: left;
	}
	.cb_container .cb_img{
		width:40%;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
	}
	.cb_container .cb_table{
		width:49%;
		margin:0px 0.5%;
    -webkit-box-ordinal-group:4;
    -ms-flex-order:4;
    -webkit-order:4;
    order:4;
	}
	.cb_container .cb_caution{
		width:100%;
    -webkit-box-ordinal-group:5;
    -ms-flex-order:5;
    -webkit-order:5;
    order:5;
	}
	.cb_container .cb_sign{
		width:33%;
		margin-left:auto;
		margin-right:0;
    -webkit-box-ordinal-group:5;
    -ms-flex-order:5;
    -webkit-order:5;
    order:5;
	}
/*----------------------------------------------------------------------------
			各ページ配置順設定	
----------------------------------------------------------------------------*/
	#message #main_mess .cb_img,
	#clip #outline .cb_img,
	#clip #sharp_flow .cb_img,
	#clip #deli_flow .cb_img,
	#scis #outline .cb_img,
	#scis #sharp_flow .cb_img,
	#scis #deli_flow .cb_img,
	#visit #outline .cb_img{
    -webkit-box-ordinal-group:4;
    -ms-flex-order:4;
    -webkit-order:4;
    order:4;
	}
	#visit #outline2 .cb_comment{	width:50%;	}
	#visit #outline2 .cb_number{	width:50%;	}
	#visit #outline2 .cb_table{	width:80%;	}
/*----------------------------------------------------------------------------
			問い合わせページPC用設定	
----------------------------------------------------------------------------*/
	#contact .cb_container{
		width:85%;
		margin:1em auto 3em auto;
	}
	#contact .ct_title{
		font-size:175%;
	}
	#contact .ct_add_table{
		width:60%;
		font-size:100%;
	}
/*----------------------------------------------------------------------------
			フッター用設定
----------------------------------------------------------------------------*/
	.foot_inner .foot_container{
		width:90%;
		margin:0 auto;
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.foot_container .foot_address{
		width:50%;
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
    -webkit-order:3;
    order:3;
	}
	.foot_container .foot_appoint{
		width:100%;
		text-align:center;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
	}
	.foot_appoint p.p4{
		display:none;
	}
	.foot_container .foot_summary{
		width:50%;
		text-align:right;
    -webkit-box-ordinal-group:4;
    -ms-flex-order:4;
    -webkit-order:4;
    order:4;
	}
	.foot_summary li:first-child{
		display:none;
	}
}

/*----------------------------------------------------------------------------
			PC用設定
----------------------------------------------------------------------------*/
@media screen and (min-width:1024px) {
	.dsp{	display:none;	}
	.head_inner{
		border-bottom:1px solid rgba(0,0,0,0.2);
		box-shadow:0px 1px 0px rgba(255,255,255,0.3) inset;
	}
	.head_inner .head_container{
		max-width:1024px;
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-ms-flex-align:center;
		-webkit-box-align:center;
		-webkit-align-items:center;
		align-items:center;
		-ms-flex-pack:justify;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		margin:0 auto;	}
	.head_inner .head_title{	}
	.head_title h1{
		font-size:200%;
		width:100%;
		margin:0px;
		padding:0px;	}
	.head_title p{
		font-size:90%;
		margin:0px;	}
	.head_inner .head_sns{
	}
	.head_inner .head_menu{
		max-width:1024px;
		margin:0 auto;
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-ms-flex-align:end;
		-webkit-box-align:end;
		-webkit-align-items:flex-end;
		align-items:flex-end;	}
	.head_menu li{	}
	.head_menu li:first-child{
		margin-right:auto;	}
	.head_menu a{
		border-radius: 4px;
		color:#000;
		display: block;
		font-size:100%;
		font-weight:bolder;
		text-decoration: none;
		padding:30px 20px 0px 20px;	}
	.head_menu a.menu_home{
		font-size:200%;
		padding:0px 10px;	}
	.head_menu a:hover{
		color:#F5F5F5;	}
	.head_menu a:hover.menu_home{
		background:#795548;	}
	.head_menu a:hover.menu_message{
		background:#7C4DFF;	}
	.head_menu a:hover.menu_clip{
		background:#FF9800;	}
	.head_menu a:hover.menu_scis{
		background:#2196F3;	}
	.head_menu a:hover.menu_visit{
		background:#E91E63;	}
	.head_menu a:hover.menu_contact{
		background:#4CAF50;	}
	.main_inner{
		background:url(../images/03-whitepaper.png);
		border-bottom:1px solid rgba(0,0,0,0.2);
		width:100%;
		/*
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-ms-flex-pack:justify;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		*/
	}
	.main_container{
		background:#ffffff;
		max-width:1024px;
		width:100%;
		margin:0px auto 2px auto;
		/*
		-ms-flex:3;
		-webkit-box-flex:3.0;
		flex:3;
		*/
		border:1px solid #9E9E9E;
		border-radius:6px;
		overflow:hidden;
		box-shadow:2px 2px 4px;
	}
	.content_box .cb_container{
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
	}
	.cb_container .cb_copy{
		padding-left:0.5em;
		width:100%;
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
	}
	.cb_container .cb_comment,
	.cb_container .cb_number,
	.cb_container .cb_list{
		width:60%;
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
    -webkit-order:3;
    order:3;
	}
	.cb_container .cb_img{
		width:40%;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
	}
	.cb_container .cb_table{
		width:49%;
		margin:0px 0.5%;
    -webkit-box-ordinal-group:4;
    -ms-flex-order:4;
    -webkit-order:4;
    order:4;
	}
	.cb_container .cb_caution{
		width:100%;
    -webkit-box-ordinal-group:5;
    -ms-flex-order:5;
    -webkit-order:5;
    order:5;
	}
	.cb_container .cb_sign{
		margin-left:auto;
		margin-right:0;
    -webkit-box-ordinal-group:5;
    -ms-flex-order:5;
    -webkit-order:5;
    order:5;
	}

/*----------------------------------------------------------------------------
			各ページ配置順設定	
----------------------------------------------------------------------------*/
	#message #main_mess .cb_img,
	#clip #outline .cb_img,
	#clip #sharp_flow .cb_img,
	#clip #deli_flow .cb_img,
	#scis #outline .cb_img,
	#scis #sharp_flow .cb_img,
	#scis #deli_flow .cb_img,
	#visit #outline .cb_img{
    -webkit-box-ordinal-group:4;
    -ms-flex-order:4;
    -webkit-order:4;
    order:4;
	}
	#visit #outline2 .cb_comment{	width:50%;	}
	#visit #outline2 .cb_number{	width:50%;	}
	#visit #outline2 .cb_table{	width:80%;	}
/*----------------------------------------------------------------------------
			問い合わせページPC用設定	
----------------------------------------------------------------------------*/
	#contact .cb_container{
		width:85%;
		margin:1em auto 3em auto;
	}
	#contact .ct_title{
		font-size:175%;
	}
	#contact .ct_add_table{
		width:60%;
		font-size:100%;
	}
/*----------------------------------------------------------------------------
			右メニューリスト用設定	
----------------------------------------------------------------------------*/
	.rightside{
		-ms-flex:1;
		-webkit-box-flex:1.0;
		flex:1;
		border:1px solid #9E9E9E;
		border-radius:4px;
		overflow:hidden;
		box-shadow: 2px 2px 4px;
	}
	.rightside ul{
		list-style:none;
		text-align:center;
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-webkit-box-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	.rightside ul li{
		border-bottom:1px solid #F5F5F5;
		overflow:hidden;
	}
	.rightside a{
		width:100%;
		height:50px;
		display:block;
		padding-top:1em;
		padding-bottom:1em;
		background:#B6B6B6;
	}
	.rightside a:hover{
		opacity:0.5;
	}
/*----------------------------------------------------------------------------
			フッターPC用設定	
----------------------------------------------------------------------------*/
	.foot_inner{
		width:100%;
	}
	.foot_inner .foot_container{
		color:#212121;
		max-width:1024px;
		margin:0 auto;
		display:-ms-flexbox;
		display:-webkit-box;
		display:-webkit-flex;
		display:flex;
		-ms-flex-pack:justify;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}
	.foot_inner .fcb{
		max-width:1024px;
		overflow:hidden;
		border-radius:4px;
		margin:0 auto;
		/*box-shadow: 2px 2px 4px;*/
	}
	.foot_container .foot_address{
		font-size:90%;
		margin:10px;
		-ms-flex:1;
		-webkit-box-flex:1.0;
		flex:1;
	}
	.foot_container .foot_appoint{
		text-align:center;
		margin:10px;
		-ms-flex:2;
		-webkit-box-flex:2.0;
		flex:2;
	}
	.foot_appoint p.p3{	display:none;	}
	.foot_container .foot_summary{
		text-align:right;
		margin:10px;
		-ms-flex:1;
		-webkit-box-flex:1.0;
		flex:1;
	}
	.foot_inner .foot_copy{	/*border-top:1px solid #616161;*/	}
}
