@charset "UTF-8";

/*reset-----------*/

html {font-size: 62.5%;}
/*size10px*/

body { font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
body { overflow-x: hidden;}
}

a {text-decoration: none;}
a:link {color: #000;}
a:visited{ color: #000;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:1rem; line-height: 2.5rem;}
p { font-size:1rem; line-height: 2.5rem;}
img {vertical-align: middle;}

/*-----------reset*/

/*----------------------
▼テキスト▼
----------------------*/

/* コピペ用　ipadタッチはPC表示
@media (min-width:1200px){
}
@media (min-width: 960px) and (max-width: 1200px) {
}

@media (min-width:960px){

}

@media (min-width: 600px) and (max-width: 959px) {

}

@media (max-width:599px){

}

/*----------------------
▲テキスト▲
----------------------*/

/* 960はスマホなどの横向きの対応 */

/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc {display: inherit;}
.tb {display: none;}
.sp {display: none;}
.tbsp {display: none;}

/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}

.scroll_left,
.scroll_center {
	display: none;
}
#scroll a {
	color: rgba(255,255,255,1);
}
.scroll_right {
	background-color: rgba(102,102,102,.5);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*パンクズ*/
.breadcrumb {
	margin: 10px auto 50px;
	padding: 0 0 0 20px;
	max-width: 1500px;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
}
.breadcrumb a:after,
.breadcrumb_nolinktxt:after {
	content:">";
	margin: 0 10px;
	transition: .5s;
}
.breadcrumb a:hover {
	opacity: .5;
}

/*アンカー調整*/
.midashi_3 #data_link_qa,
.midashi_3 #acc_link_qa,
.midashi_3 #sales_link_qa,
.midashi_3 #other_link_qa,
.midashi_3 #data_link,
.midashi_3 #acc_link,
.midashi_3 #sale_link,
.midashi_3 #other_link {
	display: block;
	padding-top:140px;
	margin-top:-140px;
}
/*アニメーション*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
/* ページトップ_tb */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}

.scroll_left,
.scroll_center {
	display: none;
}
#scroll a {
	color: rgba(255,255,255,1);
}
.scroll_right {
	background-color: rgba(102,102,102,.5);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*パンクズ_tb*/
.breadcrumb {
	margin: 10px auto 50px;
	padding: 0 0 0 20px;
	max-width: 1500px;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
}
.breadcrumb a:after,
.breadcrumb_nolinktxt:after {
	content:">";
	margin: 0 10px;
}

/*アンカー調整_tb*/
.midashi_3 #data_link_qa,
.midashi_3 #acc_link_qa,
.midashi_3 #sales_link_qa,
.midashi_3 #other_link_qa,
.midashi_3 #data_link,
.midashi_3 #acc_link,
.midashi_3 #sale_link,
.midashi_3 #other_link {
	display: block;
	padding-top:140px;
	margin-top:-140px;
}
/*アニメーション_tb*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}

/* sptel */
#scroll {
    position: fixed;
	background: rgba(51,51,51,.5);
    font-size: 1.2rem;
	height: 60px;
	width: 100%;
	margin: 0 atuo;
	padding: 5px 0;
	z-index: 100;
}
.scroll_contain {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}
#scroll a {
    text-decoration: none;
	color: rgba(255,255,255,1); 
    text-align: center;
    display: block;
}
.scroll_left {
	background: rgba(0,0,0,0.2);
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 50%;
}
.scroll_left img {
	width: 40%;
	height: auto;
}
.scroll_center {
	background: rgba(0,0,0,0.2);
	width: 60%;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 10px;
}
.scroll_right {
	background: rgba(0,0,0,0.2);
	font-size: 2rem;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;	
}

/*パンクズ_sp*/
.breadcrumb {
	margin: 10px auto 50px;
	padding: 0 0 0 10px;
	width: 98%;
}
.breadcrumb li {
	display: inline;
	font-size: 1rem;
}
.breadcrumb a:after,
.breadcrumb_nolinktxt:after {
	content:">";
	margin: 0 10px;
}

/*アンカー調整_sp*/
.midashi_3 #data_link_qa,
.midashi_3 #acc_link_qa,
.midashi_3 #sales_link_qa,
.midashi_3 #other_link_qa,
.midashi_3 #data_link,
.midashi_3 #acc_link,
.midashi_3 #sale_link,
.midashi_3 #other_link {
	display: block;
	padding-top:100px;
	margin-top:-100px;
}
/*アニメーション_sp*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

/*----------------------
▼ナビゲーション▼
----------------------*/

@media (min-width:960px){
#top_head {
	transition: .4s;
}
.nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 10px auto;
	max-width: 1500px;
}
.logo_item {
	margin: 10px 0 0 10px;
	width: 20%;
}
.logo_item h1 a {
	color: rgba(102,102,102,1);
	font-size: 2.8rem;
	font-weight: bold;
	transition: .4s;
}
.logo_item h1 a:hover {
	color: rgba(153,0,0,1);
}

#global_nav {
	width: 50%;
}

#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	width: 100%;
}
#global_nav span {
	display: block;
	font-size: 1rem;
	font-weight: normal;
}
#global_nav ul li {
	text-align: center;
	width: 20%;
}
#global_nav ul li a {
	color: rgba(102,102,102,1);
	transition: .4s;
}
#global_nav ul li a:hover {
	color: rgba(153,0,0,1);
}
/*action*/
.nav_fixed {
	position: fixed;
	top: 0px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: rgba(255,255,255,.9);
	border-bottom: solid thin rgba(204,204,204,1);
	margin: 0;
	width: 100%;
	z-index: 1;
}
/*current*/
#global_nav ul .current a {
	color: rgba(153,0,0,1);
}

}

@media (min-width: 600px) and (max-width: 959px) {
#top_head {
	transition: .4s;
}
.nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 10px auto;
	width: 98%;
}
.logo_item {
	margin: 10px 0 0 5px;
	width: 20%;
}
.logo_item h1 a {
	color: rgba(102,102,102,1);
	font-size: 2.8rem;
	font-weight: bold;
}
#global_nav {
	width: 70%;
}

#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	width: 100%;
}
#global_nav span {
	display: block;
	font-size: 1rem;
	font-weight: normal;
}
#global_nav ul li {
	text-align: center;
	width: 20%;
}
#global_nav ul li a {
	color: rgba(102,102,102,1);
}
/*action_tb*/
.nav_fixed {
	position: fixed;
	top: 0px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: rgba(255,255,255,.9);
	border-bottom: solid thin rgba(204,204,204,1);
	margin: 0;
	width: 100%;
	z-index: 1;
}
/*current_tb*/
#global_nav ul .current a {
	color: rgba(153,0,0,1);
}

}

@media (max-width:599px){
.logo_item {
	margin: 20px 0 0 5px;
	width: 20%;
}
.logo_item h1 a {
	color: rgba(102,102,102,1);
	font-size: 2.8rem;
	font-weight: bold;
}

#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	height: 65px;
	width: 100%;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(0,0,0,.7);
	font-size: 1.3rem;
	z-index: 999;
	position: fixed;
	top: -1000px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 100%;
}
#global_nav::-webkit-scrollbar {
    width: 7px;
}
#global_nav::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);
}

#global_nav ul {
	z-index: 999;
}
#global_nav li {
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
}
#global_nav a:link,nav a:visited {
	color: rgba(255,255,255,1);
}
#global_nav span:before {
/* span活用持 */
	content:"/";
	margin: 0 10px;
}

/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(1065px);
	-webkit-transform: translateY(1065px);
	transform: translateY(1065px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 34px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: rgba(51,51,51,1);
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}
#nav_toggle {
	display: block;
}
	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -5px;
	right: 16px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
}

}

/*----------------------
▲ナビゲーション▲
----------------------*/

/*----------------------
▼ヒーローイメージ▼
----------------------*/

@media (min-width:960px){
.main_pic {
	position: relative;
	height: 500px;
	margin: 0 auto 50px;
	overflow: hidden;
	max-width: 1500px;
	width: 98%;
}
.main_pic img:first-of-type {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}
.main_pic img:last-of-type {
	position: absolute;
	top: -10px;
	right: -10px;
}

.main_pic h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: .3rem;
	text-align: center;
}
.main_pic a {
	display: block;
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background: rgba(255,255,255,.7);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 70px;
	text-align: center;
	transition: .4s;
}
.main_pic a:after {
	content:"▶";
	margin-left: 10px;
}
.main_pic a:hover {
	background: rgba(153,0,0,.3);
	color: rgba(255,255,255,1);
}

/*下層*/
.main_pic_under {
	position: relative;
	height: 250px;
	margin: 0 auto 0;
	overflow: hidden;
	max-width: 1500px;
	width: 98%;
}
.main_pic_under p {
	position: absolute;
	top: 40%;
	left: 20px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	color: rgba(200,200,200,1);
	font-size: 3rem;
	font-weight: bold;
}
.main_pic_under h2 {
	position: absolute;
	top: 50%;
	left: 20px;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.main_pic {
	position: relative;
	height: 350px;
	margin: 0 auto 50px;
	overflow: hidden;
	max-width: 1500px;
	width: 98%;
}
.main_pic img:first-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_pic img:last-of-type {
	position: absolute;
	top: -10px;
	right: -10px;
}

.main_pic h2 {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: .3rem;
	text-align: center;
	width: 100%;
}
.main_pic a {
	display: block;
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background: rgba(255,255,255,.7);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 70px;
	text-align: center;
}
.main_pic a:after {
	content:"▶";
	margin-left: 10px;
}

/*下層_tb*/
.main_pic_under {
	position: relative;
	height: 250px;
	margin: 0 auto 0;
	overflow: hidden;
	max-width: 1500px;
	width: 98%;
}
.main_pic_under p {
	position: absolute;
	top: 40%;
	left: 20px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	color: rgba(200,200,200,1);
	font-size: 3rem;
	font-weight: bold;
}
.main_pic_under h2 {
	position: absolute;
	top: 50%;
	left: 20px;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}

}

@media (max-width:599px){
.main_pic {
	position: relative;
	height: 300px;
	margin: 0 auto 50px;
	overflow: hidden;
	width: 98%;
}
.main_pic img:first-of-type {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	height: 300px;
	width: auto;
}
.main_pic img:last-of-type {
	position: absolute;
	top: -10px;
	right: -10px;
}

.main_pic h2 {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 25px;
	width: 90%;
}
.main_pic a {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background: rgba(255,255,255,.7);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 90%;
}
.main_pic a:after {
	content:"▶";
	margin-left: 10px;
}

/*下層_sp*/
.main_pic_under {
	position: relative;
	height: 200px;
	margin: 0 auto 0;
	overflow: hidden;
	max-width: 1500px;
	width: 98%;
}
.main_pic_under img {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	height: 200px;
	width: auto;
}
.main_pic_under p {
	position: absolute;
	top: 55%;
	left: 10px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	color: rgba(200,200,200,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.main_pic_under h2 {
	position: absolute;
	top: 65%;
	left: 10px;
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}

}

/*----------------------
▲ヒーローイメージ▲
----------------------*/

/*----------------------
▼メインコンテンツ▼
----------------------*/

@media (min-width:960px){
/*見出し*/
.midashi {
	text-align: center;
	margin: 0 auto 50px;
	padding: 0 10px;
	max-width: 1500px;
}
.midashi_2 {
	text-align: center;
	margin: 0 auto 50px;
	width: 100%;
}
.midashi p,
.midashi_2 p {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.midashi h2,
.midashi_2 h2 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
}
.line {
    display: flex;
    align-items: center;
}
.line::before,
.line::after {
    border-top: 1px solid rgba(204,204,204,1);
    content: "";
    display: inline;
    flex-grow: 1;
}
.line::before {
    margin-right: 1.5em;
}
.line::after {
    margin-left: 1.5em;
}

/*top_content*/
.first_wrap {
	margin: 0 auto 80px;
	text-align: center;
	width: 960px;
}
.first_wrap p {
	font-size: 1.5rem;
	margin: 0 0 30px;
}
.first_wrap a {
	display: inline-block;
	border: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 80px;
	text-align: center;
	transition: .4s;
}
.first_wrap a:after {
	content:"▶";
	margin-left: 10px;
}
.first_wrap a:hover {
	background: rgba(102,102,102,1);
	color: rgba(255,255,255,1);
}

/*サービス*/
.service_wrap {
	margin: 0 0 80px;
}
.service_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	padding: 0 10px;
	max-width: 1400px;
}
.service_box a {
	position: relative;
	display: block;
	height: 350px;
	width: 49%;
}
.service_box a:hover h3 {
	background: rgba(153,0,0,.3);
}
.service_box a h3 {
	display: inline-block;
	color: rgba(255,255,255,1);
	background: rgba(51,51,51,1);
	font-size: 1.5rem;
	margin: 10px 0 0 10px;
	padding: 5px 10px;
	transition: .4s;
}
.service_box p {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: rgba(255,255,255,.9);
	font-size: 1.5rem;
	padding: 30px 50px;
	width: 70%;
}
.service_item_data,
.service_item_acc,
.service_item_sale,
.service_item_other {
	height: 350px;
}
.service_item_data {
	background: url(images/data-tool.jpg) no-repeat top;
	background-size: cover;
}
.service_item_acc {
	background: url(images/accounting.jpg) no-repeat top;
	background-size: cover;
}
.service_item_sale {
	background: url(images/sales.jpg) no-repeat top;
	background-size: cover;
}
.service_item_other {
	background: url(images/other.jpg) no-repeat top;
	background-size: cover;
}
/*お知らせ*/
.news_wrap {
	margin: 0 0 80px;
}
.news_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	height: 250px;
	margin: 0 auto;
	overflow-y: scroll;
	width: 960px;
}
.news_wrap dl::-webkit-scrollbar {
    width: 7px;
}
.news_wrap dl::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
.news_wrap dl::-webkit-scrollbar-track-piece {
    background: rgba(204,204,204,1);
}
.news_wrap dt {
	padding: 5px 0 15px;
	width: 25%;
}
.news_wrap dt span {
	background: rgba(230,230,230,1);
	padding: 5px 20px;
}
.news_wrap dd {
	padding: 5px 0 15px;
	width: 70%;
}
.news_wrap dd a {
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	text-decoration: underline;
}

/*メッセージ*/
.back_content_wrap {
	background: url(images/back-img.jpg) top no-repeat;
	background-size: cover;
	padding: 50px 0 80px;
	width: 100%;
}
.back_content {
	position: relative;
	background: rgba(255,255,255,1);
	margin: 0 auto;
	padding: 30px 0 40px;
	text-align: center;
	width: 960px;
}
.back_content p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	line-height: 30px;
}
.back_content .name p {
	color: rgba(204,204,204,1);
	margin: 30px 0 0;
}
.back_content img {
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}
/*under_contact_wrap*/
.under_contact_wrap {
	background: rgba(245,245,245,1);
	padding: 40px 0;
	text-align: center;
}
.under_contact_wrap p {
	font-size: 1.5rem;
}
.under_contact_tel p {
	font-size: 2.8rem;
	font-weight: bold;
	margin: 30px 0 0;
}
.under_contact_tel p span {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.time {
	margin: 0 0 20px;
}
.under_contact_wrap a {
	display: inline-block;
	background: rgba(255,255,255,1);
	border: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 80px;
	text-align: center;
	transition: .4s;
}
.under_contact_wrap a:after {
	content:"▶";
	margin-left: 10px;
}
.under_contact_wrap a:hover {
	background: rgba(102,102,102,1);
	color: rgba(255,255,255,1);
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*見出し_tb*/
.midashi {
	text-align: center;
	margin: 0 auto 50px;
	width: 98%;
}
.midashi_2 {
	text-align: center;
	margin: 0 auto 50px;
	width: 100%;
}
.midashi p,
.midashi_2 p {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.midashi h2,
.midashi_2 h2 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
}
.line {
    display: flex;
    align-items: center;
}
.line::before,
.line::after {
    border-top: 1px solid rgba(204,204,204,1);
    content: "";
    display: inline;
    flex-grow: 1;
}
.line::before {
    margin-right: 1.5em;
}
.line::after {
    margin-left: 1.5em;
}

/*top_content_tb*/
.first_wrap {
	margin: 0 auto 80px;
	text-align: center;
	width: 90%;
}
.first_wrap p {
	font-size: 1.5rem;
	margin: 0 0 30px;
}
.first_wrap a {
	display: inline-block;
	border: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 80px;
	text-align: center;
}
.first_wrap a:after {
	content:"▶";
	margin-left: 10px;
}

/*サービス_tb*/
.service_wrap {
	margin: 0 0 80px;
}
.service_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	padding: 0 10px;
	width: 100%;
}
.service_box a {
	position: relative;
	display: block;
	height: 350px;
	width: 49%;
}
.service_box a:hover h3 {
	background: rgba(153,0,0,.3);
}
.service_box a h3 {
	display: inline-block;
	color: rgba(255,255,255,1);
	background: rgba(51,51,51,1);
	font-size: 1.5rem;
	margin: 10px 0 0 10px;
	padding: 5px 10px;
	transition: .4s;
}
.service_box p {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(255,255,255,.9);
	font-size: 1.5rem;
	padding: 20px 30px;
	width: 95%;
}
.service_item_data,
.service_item_acc,
.service_item_sale,
.service_item_other {
	height: 350px;
}
.service_item_data {
	background: url(images/data-tool.jpg) no-repeat top;
	background-size: cover;
}
.service_item_acc {
	background: url(images/accounting.jpg) no-repeat top;
	background-size: cover;
}
.service_item_sale {
	background: url(images/sales.jpg) no-repeat top;
	background-size: cover;
}
.service_item_other {
	background: url(images/other.jpg) no-repeat top;
	background-size: cover;
}
/*お知らせ_tb*/
.news_wrap {
	margin: 0 auto 80px;
	width: 98%;
}
.news_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	height: 250px;
	margin: 0 auto;
	overflow-y: scroll;
	width: 100%;
}
.news_wrap dl::-webkit-scrollbar {
    width: 7px;
}
.news_wrap dl::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
.news_wrap dl::-webkit-scrollbar-track-piece {
    background: rgba(204,204,204,1);
}
.news_wrap dt {
	padding: 5px 0 15px;
	width: 25%;
}
.news_wrap dt span {
	background: rgba(230,230,230,1);
	padding: 5px 20px;
}
.news_wrap dd {
	padding: 5px 0 15px;
	width: 70%;
}
.news_wrap dd a {
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	text-decoration: underline;
}

/*メッセージ_tb*/
.back_content_wrap {
	background: url(images/back-img.jpg) top no-repeat;
	background-size: cover;
	padding: 50px 0 80px;
	width: 100%;
}
.back_content {
	position: relative;
	background: rgba(255,255,255,1);
	margin: 0 auto;
	padding: 30px 0 40px;
	text-align: center;
	width: 90%;
}
.back_content p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	line-height: 30px;
}
.back_content .name p {
	color: rgba(204,204,204,1);
	margin: 30px 0 0;
}
.back_content img {
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}
/*under_contact_wrap_tb*/
.under_contact_wrap {
	background: rgba(245,245,245,1);
	padding: 40px 0;
	text-align: center;
}
.under_contact_wrap p {
	font-size: 1.5rem;
}
.under_contact_tel p {
	font-size: 2.8rem;
	font-weight: bold;
	margin: 30px 0 0;
}
.under_contact_tel p span {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.time {
	margin: 0 0 20px;
}
.under_contact_wrap a {
	display: inline-block;
	background: rgba(255,255,255,1);
	border: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 80px;
	text-align: center;
}
.under_contact_wrap a:after {
	content:"▶";
	margin-left: 10px;
}

}

@media (max-width:599px){
/*見出し_sp*/
.midashi {
	text-align: center;
	margin: 0 auto 30px;
	width: 98%;
}
.midashi_2 {
	text-align: center;
	margin: 0 auto 30px;
	width: 100%;
}
.midashi p,
.midashi_2 p {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.midashi h2,
.midashi_2 h2 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
}
.line {
    display: flex;
    align-items: center;
}
.line::before,
.line::after {
    border-top: 1px solid rgba(204,204,204,1);
    content: "";
    display: inline;
    flex-grow: 1;
}
.line::before {
    margin-right: 1.5em;
}
.line::after {
    margin-left: 1.5em;
}

/*top_content_sp*/
.first_wrap {
	margin: 0 auto 50px;
	width: 90%;
}
.first_wrap p {
	font-size: 1.3rem;
	margin: 0 0 20px;
}
.first_wrap a {
	display: inline-block;
	border: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.first_wrap a:after {
	content:"▶";
	margin-left: 10px;
}

/*サービス_sp*/
.service_wrap {
	margin: 0 0 50px;
}
.service_box {
	margin: 0 auto 10px;
	padding: 0 10px;
	width: 100%;
}
.service_box a {
	position: relative;
	display: block;
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
.service_box a:hover h3 {
	background: rgba(153,0,0,.3);
}
.service_box a h3 {
	display: inline-block;
	color: rgba(255,255,255,1);
	background: rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0 10px 10px;
	padding: 5px 10px;
}
.service_box p {
	background: rgba(255,255,255,.9);
	font-size: 1.3rem;
	margin: 0 auto;
	padding: 10px 20px;
	width: 95%;
}
.service_item_data,
.service_item_acc,
.service_item_sale,
.service_item_other {
	height: auto;
}
.service_item_data {
	background: url(images/data-tool.jpg) no-repeat top;
	background-size: cover;
}
.service_item_acc {
	background: url(images/accounting.jpg) no-repeat top;
	background-size: cover;
}
.service_item_sale {
	background: url(images/sales.jpg) no-repeat top;
	background-size: cover;
}
.service_item_other {
	background: url(images/other.jpg) no-repeat top;
	background-size: cover;
}
/*お知らせ_sp*/
.news_wrap {
	margin: 0 auto 50px;
	width: 98%;
}
.news_wrap dl {
	font-size: 1.3rem;
	height: 200px;
	margin: 0 auto;
	overflow-y: scroll;
	width: 100%;
}
.news_wrap dl::-webkit-scrollbar {
    width: 7px;
}
.news_wrap dl::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
.news_wrap dl::-webkit-scrollbar-track-piece {
    background: rgba(204,204,204,1);
}
.news_wrap dt {
	padding: 5px 0 0px;
	width: 100%;
}
.news_wrap dt span {
	background: rgba(230,230,230,1);
	padding: 5px 10px;
}
.news_wrap dd {
	padding: 5px 0 15px 10px;
	width: 100%;
}
.news_wrap dd a {
	color: rgba(153,0,0,1);
	font-size: 1.3rem;
	text-decoration: underline;
}

/*メッセージ_sp*/
.back_content_wrap {
	background: url(images/back-img.jpg) top no-repeat;
	background-size: cover;
	padding: 30px 0 50px;
	width: 100%;
}
.back_content {
	position: relative;
	background: rgba(255,255,255,1);
	margin: 0 auto;
	padding: 30px 0 40px;
	text-align: center;
	width: 90%;
}
.back_content p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	line-height: 25px;
}
.back_content .name p {
	color: rgba(204,204,204,1);
	margin: 30px 0 0;
}
.back_content img {
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	height: auto;
	width: 100%;
}
/*under_contact_wrap_sp*/
.under_contact_wrap {
	background: rgba(245,245,245,1);
	padding: 40px 0;
	text-align: center;
}
.under_contact_wrap p {
	font-size: 1.3rem;
}
.under_contact_tel p {
	color: rgba(102,102,102,1);
	font-size: 2.3rem;
	font-weight: bold;
	margin: 30px 0 0;
}
.under_contact_tel p span {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.time {
	margin: 0 0 20px;
}
.under_contact_wrap a {
	display: inline-block;
	background: rgba(255,255,255,1);
	border: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 40px;
	text-align: center;
}
.under_contact_wrap a:after {
	content:"▶";
	margin-left: 10px;
}

}

/*----------------------
▲メインコンテンツ▲
----------------------*/

/*----------------------
▼下層コンテンツ▼
----------------------*/

@media (min-width:960px){
/*事業内容*/
.service_link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 50px;
	width: 960px;
}
.service_link a {
	display: inline-block;
	border: solid thin rgba(204,204,204,1);
	font-size: 1.3rem;
	padding: 10px 0;
	text-align: center;
	transition: .4s;
	width: 230px;
}
.service_link a:hover {
	background: rgba(102,102,102,1);
	color: rgba(255,255,255,1);
}
.service_link a:after {
	content:"▶";
	color: rgba(102,102,102,1);
	margin-left: 10px;
}
.service_top_txt {
	margin: 0 auto 80px;
	width: 960px;
}
.service_top_txt .service_top_txt_margin {
	font-size: 1.5rem;
	margin: 0 0 40px;
}
.check_txt {
	margin: 0 0 0 30px;
}
.check_txt p {
	position: relative;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.check_txt p::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 8px;
  height: 3px;
  border-left: 2px solid rgba(102,102,102,1);
  border-bottom: 2px solid rgba(102,102,102,1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*見出し*/
.midashi_3 {
	text-align: center;
	margin: 0 auto 30px;
	padding: 0 10px;
	width: 400px;
}
.midashi_3 p {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.midashi_3 h2 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
}
.line {
    display: flex;
    align-items: center;
}
.line::before,
.line::after {
    border-top: 1px solid rgba(204,204,204,1);
    content: "";
    display: inline;
    flex-grow: 1;
}
.line::before {
    margin-right: 1.5em;
}
.line::after {
    margin-left: 1.5em;
}
.data_back_wrap {
	background: url(images/data-tool-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0;
	max-width: 1500px;
}
.acc_back_wrap {
	background: url(images/accounting-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0;
	max-width: 1500px;
}
.sales_back_wrap {
	background: url(images/sales-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0;
	max-width: 1500px;
}
.other_back_wrap {
	background: url(images/other-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0;
	max-width: 1500px;
}
.sarvice_content {
	background: rgba(255,255,255,1);
	margin: 0 auto 100px;
	padding: 40px 50px;
	width: 960px;
}
.sarvice_content h3 {
	border-bottom: solid thin rgba(204,204,204,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 5px 10px;
}
.sarvice_content p {
	font-size: 1.5rem;
	margin: 0 0 30px;
	padding: 0 0 0 10px;
}
.sarvice_content a {
	display: block;
	background: rgba(255,255,255,1);
	border: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	margin: 50px auto 0;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	transition: .4s;
	width: 400px;
}
.sarvice_content a:hover {
	background: rgba(102,102,102,1);
	color: rgba(255,255,255,1);
}
.sarvice_content a:after {
	content:"▶";
	margin-left: 10px;
}
/*ご依頼の流れ*/
.flow_wrap {
	margin: 0 0 80px;
}
.flow_box {
	border: solid thin rgba(204,204,204,1);
	margin: 0 auto 50px;
	padding: 30px;
	width: 960px;
}
.flow_box h3 {
	border-bottom: solid thin rgba(204,204,204,1);
	color: rgba(153,153,153,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 10px 20px;
}
.flow_box span {
	border-right: solid thin rgba(204,204,204,1);
	color: rgba(204,204,204,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
}
.flow_box p {
	font-size: 1.5rem;
	margin: 0 0 0 20px;
}
.flow_box a {
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	text-decoration: underline;
}
/*よくあるご質問*/
.qa_wrap {
	margin: 0 0 150px;
}
.qa_box {
	border-top: solid thin rgba(230,230,230,1);
	margin: 0 auto;
	padding: 30px 0 30px 30px;
	width: 960px;
}
.qa_wrap .qa_box:last-of-type {
	border-bottom: solid thin rgba(230,230,230,1);
	border-top: solid thin rgba(230,230,230,1);
	margin: 0 auto;
	padding: 30px 0 30px 30px;
	width: 960px;
}
.q_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 15px;
	width: 100%;
}
.q_item span {
	display: block;
	background: rgba(153,153,153,1);
	border-radius: 50%;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 30px;
}
.q_item h3 {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
	width: 930px;
}
.a_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}
.a_item span {
	display: block;
	border: solid thin rgba(153,153,153,1);
	background: rgba(255,255,255,1);
	border-radius: 50%;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 30px;
}
.a_item p {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	line-height: 30px;
	width: 930px;
}
.a_item a {
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	text-decoration: underline;
}
/*会社概要*/
.company_list {
	margin: 0 auto 80px;
	width: 960px;
}
.company_list dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
}
.company_list dt {
	background: rgba(245,245,245,1);
	border-top: dashed thin rgba(204,204,204,1);
	padding: 10px 0;
	text-align: center;
	width: 230px;
}
.company_list dd {
	border-top: dashed thin rgba(204,204,204,1);
	padding: 10px 0 10px 20px;
	width: 730px;
}
.company_list dd a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
.company_list dt:last-of-type {
	background: rgba(245,245,245,1);
	border-top: dashed thin rgba(204,204,204,1);
	border-bottom: dashed thin rgba(204,204,204,1);
	padding: 10px 0;
	text-align: center;
	width: 230px;
}
.company_list dd:last-of-type {
	border-top: dashed thin rgba(204,204,204,1);
	border-bottom: dashed thin rgba(204,204,204,1);
	padding: 10px 0 10px 20px;
	width: 730px;
}
/*個人情報保護方針*/
.pp_wrap {
	margin: 80px auto;
	width: 960px;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*事業内容_tb*/
.service_link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 50px;
	width: 98%;
}
.service_link a {
	display: inline-block;
	border: solid thin rgba(204,204,204,1);
	font-size: 1.3rem;
	padding: 10px 0;
	text-align: center;
	width: 24%;
}
.service_link a:after {
	content:"▶";
	color: rgba(102,102,102,1);
	margin-left: 5px;
}
.service_top_txt {
	margin: 0 auto 80px;
	width: 98%;
}
.service_top_txt .service_top_txt_margin {
	font-size: 1.5rem;
	margin: 0 0 40px;
}
.check_txt {
	margin: 0 0 0 30px;
}
.check_txt p {
	position: relative;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.check_txt p::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 8px;
  height: 3px;
  border-left: 2px solid rgba(102,102,102,1);
  border-bottom: 2px solid rgba(102,102,102,1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*見出し_tb*/
.midashi_3 {
	text-align: center;
	margin: 0 auto 30px;
	padding: 0 10px;
	width: 400px;
}
.midashi_3 p {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.midashi_3 h2 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
}
.line {
    display: flex;
    align-items: center;
}
.line::before,
.line::after {
    border-top: 1px solid rgba(204,204,204,1);
    content: "";
    display: inline;
    flex-grow: 1;
}
.line::before {
    margin-right: 1.5em;
}
.line::after {
    margin-left: 1.5em;
}
.data_back_wrap {
	background: url(images/data-tool-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 100%;
}
.acc_back_wrap {
	background: url(images/accounting-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 100%;
}
.sales_back_wrap {
	background: url(images/sales-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 100%;
}
.other_back_wrap {
	background: url(images/other-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 100%;
}
.sarvice_content {
	background: rgba(255,255,255,1);
	margin: 0 auto 100px;
	padding: 40px 50px;
	width: 90%;
}
.sarvice_content h3 {
	border-bottom: solid thin rgba(204,204,204,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 5px 10px;
}
.sarvice_content p {
	font-size: 1.5rem;
	margin: 0 0 30px;
	padding: 0 0 0 10px;
}
.sarvice_content a {
	display: block;
	background: rgba(255,255,255,1);
	border: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	margin: 50px auto 0;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 400px;
}
.sarvice_content a:after {
	content:"▶";
	margin-left: 10px;
}
/*ご依頼の流れ_tb*/
.flow_wrap {
	margin: 0 0 80px;
}
.flow_box {
	border: solid thin rgba(204,204,204,1);
	margin: 0 auto 50px;
	padding: 30px;
	width: 98%;
}
.flow_box h3 {
	border-bottom: solid thin rgba(204,204,204,1);
	color: rgba(153,153,153,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 10px 20px;
}
.flow_box span {
	border-right: solid thin rgba(204,204,204,1);
	color: rgba(204,204,204,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
}
.flow_box p {
	font-size: 1.5rem;
	margin: 0 0 0 20px;
}
.flow_box a {
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	text-decoration: underline;
}
/*よくあるご質問_tb*/
.qa_wrap {
	margin: 0 0 150px;
}
.qa_box {
	border-top: solid thin rgba(230,230,230,1);
	margin: 0 auto;
	padding: 30px 0 30px 30px;
	width: 90%;
}
.qa_wrap .qa_box:last-of-type {
	border-bottom: solid thin rgba(230,230,230,1);
	border-top: solid thin rgba(230,230,230,1);
	margin: 0 auto;
	padding: 30px 0 30px 30px;
	width: 90%;
}
.q_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 15px;
	width: 100%;
}
.q_item span {
	display: block;
	background: rgba(153,153,153,1);
	border-radius: 50%;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 30px;
}
.q_item h3 {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
	width: 80%;
}
.a_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}
.a_item span {
	display: block;
	border: solid thin rgba(153,153,153,1);
	background: rgba(255,255,255,1);
	border-radius: 50%;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 30px;
}
.a_item p {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	line-height: 30px;
	width: 80%;
}
.a_item a {
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	text-decoration: underline;
}
/*会社概要*/
.company_list {
	margin: 0 auto 80px;
	width: 98%;
}
.company_list dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
}
.company_list dt {
	background: rgba(245,245,245,1);
	border-top: dashed thin rgba(204,204,204,1);
	padding: 10px 0;
	text-align: center;
	width: 25%;
}
.company_list dd {
	border-top: dashed thin rgba(204,204,204,1);
	padding: 10px 0 10px 20px;
	width: 75%;
}
.company_list dd a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
.company_list dt:last-of-type {
	background: rgba(245,245,245,1);
	border-top: dashed thin rgba(204,204,204,1);
	border-bottom: dashed thin rgba(204,204,204,1);
	padding: 10px 0;
	text-align: center;
	width: 25%;
}
.company_list dd:last-of-type {
	border-top: dashed thin rgba(204,204,204,1);
	border-bottom: dashed thin rgba(204,204,204,1);
	padding: 10px 0 10px 20px;
	width: 75%;
}
/*個人情報保護方針_tb*/
.pp_wrap {
	margin: 80px auto;
	width: 98%;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}

}

@media (max-width:599px){
/*事業内容_sp*/
.service_link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 98%;
}
.service_link a {
	display: inline-block;
	border: solid thin rgba(204,204,204,1);
	font-size: 1rem;
	margin: 0 0 10px;
	padding: 10px 0;
	text-align: center;
	width: 49%;
}
.service_link a:after {
	content:"▶";
	color: rgba(102,102,102,1);
	margin-left: 5px;
}
.service_top_txt {
	margin: 0 auto 80px;
	width: 98%;
}
.service_top_txt .service_top_txt_margin {
	font-size: 1.3rem;
	margin: 0 0 40px;
}
.check_txt {
	margin: 0 0 0 30px;
}
.check_txt p {
	position: relative;
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.check_txt p::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 8px;
  height: 3px;
  border-left: 2px solid rgba(102,102,102,1);
  border-bottom: 2px solid rgba(102,102,102,1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*見出し_sp*/
.midashi_3 {
	text-align: center;
	margin: 0 auto 30px;
	padding: 0 10px;
	width: 100%;
}
.midashi_3 p {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.midashi_3 h2 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
}
.line {
    display: flex;
    align-items: center;
}
.line::before,
.line::after {
    border-top: 1px solid rgba(204,204,204,1);
    content: "";
    display: inline;
    flex-grow: 1;
}
.line::before {
    margin-right: 1.5em;
}
.line::after {
    margin-left: 1.5em;
}
.data_back_wrap {
	background: url(images/data-tool-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 100%;
}
.acc_back_wrap {
	background: url(images/accounting-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 100%;
}
.sales_back_wrap {
	background: url(images/sales-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 100%;
}
.other_back_wrap {
	background: url(images/other-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 100%;
}
.sarvice_content {
	background: rgba(255,255,255,1);
	margin: 0 auto 50px;
	padding: 20px;
	width: 90%;
}
.sarvice_content h3 {
	border-bottom: solid thin rgba(204,204,204,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 5px 10px;
}
.sarvice_content p {
	font-size: 1.3rem;
	margin: 0 0 30px;
	padding: 0 0 0 10px;
}
.sarvice_content a {
	display: block;
	background: rgba(255,255,255,1);
	border: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	margin: 50px auto 0;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
}
.sarvice_content a:after {
	content:"▶";
	margin-left: 10px;
}
/*ご依頼の流れ_sp*/
.flow_wrap {
	margin: 0 0 80px;
}
.flow_box {
	border: solid thin rgba(204,204,204,1);
	margin: 0 auto 30px;
	padding: 10px;
	width: 98%;
}
.flow_box h3 {
	border-bottom: solid thin rgba(204,204,204,1);
	color: rgba(153,153,153,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px 10px;
}
.flow_box span {
	border-right: solid thin rgba(204,204,204,1);
	color: rgba(204,204,204,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}
.flow_box p {
	font-size: 1.3rem;
	margin: 0 0 0 10px;
}
.flow_box a {
	color: rgba(153,0,0,1);
	font-size: 1.3rem;
	text-decoration: underline;
}
/*よくあるご質問_sp*/
.qa_wrap {
	margin: 0 0 50px;
}
.qa_box {
	border-top: solid thin rgba(240,240,240,1);
	margin: 0 auto;
	padding: 20px 0 20px 10px;
	width: 90%;
}
.qa_wrap .qa_box:last-of-type {
	border-bottom: solid thin rgba(240,240,240,1);
	border-top: solid thin rgba(240,240,240,1);
	margin: 0 auto;
	padding: 20px 0 20px 10px;
	width: 90%;
}
.q_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 15px;
	width: 100%;
}
.q_item span {
	display: block;
	background: rgba(153,153,153,1);
	border-radius: 50%;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 30px;
}
.q_item h3 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 30px;
	width: 80%;
}
.a_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}
.a_item span {
	display: block;
	border: solid thin rgba(153,153,153,1);
	background: rgba(255,255,255,1);
	border-radius: 50%;
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 30px;
}
.a_item p {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	line-height: 20px;
	width: 80%;
}
.a_item a {
	color: rgba(153,0,0,1);
	font-size: 1.3rem;
	text-decoration: underline;
}
/*会社概要_sp*/
.company_list {
	margin: 0 auto 50px;
	width: 98%;
}
.company_list dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
}
.company_list dt {
	background: rgba(245,245,245,1);
	border-top: dashed thin rgba(204,204,204,1);
	padding: 10px 0;
	text-align: center;
	width: 25%;
}
.company_list dd {
	border-top: dashed thin rgba(204,204,204,1);
	padding: 10px 0 10px 10px;
	width: 75%;
}
.company_list dd a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
.company_list dt:last-of-type {
	background: rgba(245,245,245,1);
	border-top: dashed thin rgba(204,204,204,1);
	border-bottom: dashed thin rgba(204,204,204,1);
	padding: 10px 0;
	text-align: center;
	width: 25%;
}
.company_list dd:last-of-type {
	border-top: dashed thin rgba(204,204,204,1);
	border-bottom: dashed thin rgba(204,204,204,1);
	padding: 10px 0 10px 10px;
	width: 75%;
}
/*個人情報保護方針_sp*/
.pp_wrap {
	margin: 50px auto;
	width: 98%;
}
.pp_wrap p {
	font-size: 1.3rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 10px;
}

}

/*----------------------
▲下層コンテンツ▲
----------------------*/

/*----------------------
▼お問い合わせ▼
----------------------*/

@media (min-width:960px){
/* フォーム */
.form_wrap {
	margin: 80px auto;
	width: 960px;
}
.item_box,
.item_box_message {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 20px;
	width: 100%;
}
.contact_margin {
	margin: 0 0 70px;
}

.item_box .item_left,
.item_box_message .item_left {
	background: rgba(102,102,102,1);
	height: 40px;
	text-align: center;
	width: 280px;
}
.item_box .item_right {
	height: 45px;
	width: 650px;
}
.item_box_message .item_right {
	width: 650px;
}

.item_box .item_left p,
.item_box_message .item_left p {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	line-height: 40px;
}
.drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.txt_item {
	height: 40px;
	width: 100%;
}

.item_box_message .message_item {
	height: 130px;
	width: 100%;
}

/*送信系*/
.sub_btn1,.sub_btn2 {
	cursor: pointer;
}
.sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信*/
	background: rgba(204,204,204,1);
	border: none;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	transition: .5s;
	width: 650px;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(102,102,102,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	transition: .5s;
	width: 280px;
}
.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}

.contact_under_txt {
	margin: 0 0 80px;
	text-align: center;
}
.contact_under_txt p {
	font-size: 1.5rem;
}
.contact_under_txt a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
}

@media (min-width: 600px) and (max-width: 959px) {
/* フォーム_tb */
.form_wrap {
	margin: 80px auto;
	width: 98%;
}
.item_box,
.item_box_message {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 20px;
	width: 100%;
}
.contact_margin {
	margin: 0 0 70px;
}

.item_box .item_left,
.item_box_message .item_left {
	background: rgba(102,102,102,1);
	height: 40px;
	text-align: center;
	width: 28%;
}
.item_box .item_right {
	height: 45px;
	width: 70%;
}
.item_box_message .item_right {
	width: 70%;
}

.item_box .item_left p,
.item_box_message .item_left p {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	line-height: 40px;
}
.drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.txt_item {
	height: 40px;
	width: 100%;
}

.item_box_message .message_item {
	height: 130px;
	width: 100%;
}

/*送信系_tb*/
.sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信*/
	background: rgba(204,204,204,1);
	border: none;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 70%;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(102,102,102,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 28%;
}
.contact_under_txt {
	margin: 0 auto 80px;
	text-align: center;
	width: 90%;
}
.contact_under_txt p {
	font-size: 1.5rem;
}
.contact_under_txt a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}

}

@media (max-width:599px){
/* フォーム_tb */
.form_wrap {
	margin: 50px auto;
	width: 98%;
}
.item_box,
.item_box_message {
	margin: 0 0 20px;
	width: 100%;
}
.contact_margin {
	margin: 0 0 50px;
}

.item_box .item_left,
.item_box_message .item_left {
	background: rgba(102,102,102,1);
	height: 30px;
	margin: 0 0 5px;
	text-align: center;
	width: 100%;
}
.item_box .item_right {
	height: 30px;
	width: 100%;
}
.item_box_message .item_right {
	width: 100%;
}

.item_box .item_left p,
.item_box_message .item_left p {
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	line-height: 30px;
}
.drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.txt_item {
	height: 40px;
	width: 100%;
}
.item_box_message .message_item {
	height: 130px;
	width: 100%;
}

/*送信系_sp*/
.sub_btn_wrap {
	margin: 25px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信*/
	-webkit-appearance: none;
	background: rgba(204,204,204,1);
	border: none;
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 100%;
}
.sub_btn2 {
	/*リセット*/
	-webkit-appearance: none;
	background: rgba(102,102,102,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 40px;
	margin: 0 0 10px;
	width: 100%;
}
.contact_under_txt {
	margin: 0 auto 50px;
	width: 90%;
}
.contact_under_txt p {
	font-size: 1.3rem;
}
.contact_under_txt a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}

}

/*----------------------
▲お問い合わせ▲
----------------------*/

/*----------------------
▼フッター▼
----------------------*/

@media (min-width:960px){
footer address {
	font-style: normal;
	padding: 30px 0;
	text-align: center;
}
footer address p {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}

footer address p:first-of-type {
	color: rgba(102,102,102,1);
	font-size: 2.8rem;
	font-weight: bold;
	margin: 0 0 10px;
}

footer ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 10px;
	width: 960px;
}
footer ul li {
	text-align: center;
	width: 16%;
}
footer ul li a {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 30px;
	transition: .4s;
}
footer ul li a:hover {
	color: rgba(153,0,0,1);
	opacity: .4;
}
footer ul li+li {
	border-left: 1px solid rgba(153,153,153,1);
	height: 30px;
}
small {
	display: block;
	background: rgba(102,102,102,1);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	text-align: center;
}

}

@media (min-width: 600px) and (max-width: 959px) {
footer address {
	font-style: normal;
	padding: 30px 0;
	text-align: center;
}
footer address p {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}

footer address p:first-of-type {
	color: rgba(102,102,102,1);
	font-size: 2.8rem;
	font-weight: bold;
	margin: 0 0 10px;
}

footer ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 10px;
	width: 100%;
}
footer ul li {
	text-align: center;
	width: 16%;
}
footer ul li a {
	font-size: 1rem;
	font-weight: bold;
	line-height: 30px;
}
footer ul li+li {
	border-left: 1px solid rgba(153,153,153,1);
	height: 30px;
}
small {
	display: block;
	background: rgba(102,102,102,1);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	text-align: center;
}

}

@media (max-width:599px){
footer address {
	font-style: normal;
	padding: 30px 0;
	text-align: center;
}
footer address p {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
}

footer address p:first-of-type {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}

footer ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 auto 10px;
	width: 100%;
}
footer ul li {
	padding: 0 0 0 20px;
	width: 50%;
}
footer ul li a {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 30px;
}
footer ul li a:before {
	content:"▶";
	margin: 0 5px 0 0;
}
small {
	display: block;
	background: rgba(102,102,102,1);
	color: rgba(255,255,255,1);
	font-size: 1rem;
	margin: 0 0 60px;
	text-align: center;
}

}

/*----------------------
▲フッター▲
----------------------*/
