﻿/*------------------------------------------
/
/ 0■common　　　 　共通
/ 1■header　　　 　ヘッダー
/ 2■main　　　　　 メイン
/ 3■footer　　　　 共通フッター
/ 4■index　        トップページ
/ 4■content menu　 メニューページ
/
-------------------------------------------*/

/* ----------------------------------------------------------------------
■イベントフェア等で使用するバナー
---------------------------------------------------------------------- */
#container-special-link {
	width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/*#container-special-link a {
  display: inline-block;
  width: 328px;
  margin: 0 7.45% 48px;
  transition: 1s;
  overflow: hidden;
}*/

#container-special-link a {
  display: block;
  width: 100%;
  margin: 0 auto 48px;
  transition: 1s;
  overflow: hidden;
}

#container-special-link a:hover {
  opacity:0.6;
}

#container-special-link a img {
    width: 100%;
}

#container-special-link h4 {
  position: relative;
  text-align:center;
  margin: 0 auto 24px;
}

#container-special-link h4 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
#container-special-link h4::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

@media screen and (max-width: 768px)  {
#container-special-link {
  max-width: 100%;
}

#container-special-link a {
  display: block;
  width: 100%;
  margin: 12px 0;
}

}

/* attention */
.new-service-att {
  text-align: center;
  padding: 6% 4% 1.3%;
}
.new-service-att img{
  max-width: 100%;
}

/*

バナー設置

*/

/* common */
.service-bnr-cont {
max-width: 1280px;
margin: 32px auto 100px;
padding: 0 20px;
}
@media screen and (max-width: 768px)  {
.service-bnr-cont {
margin: 0 auto 60px;
}
}
.service-bnr img {
max-width: 100%;
}
.service-bnr {
width: 49%;
}
@media screen and (max-width: 768px)  {
.service-bnr {
clear: both;
width: 100%;
margin: 24px 0 0;
}
}

.service-icon-new {
  position: absolute;
  top: 0;
  left: 0;
}
.service-icon-new img {
  max-width: 100%;
}
@media screen and (max-width: 768px)  {
.service-icon-new {
  width: 8%;
}
}

/* 左右 */
.left {
float: left;
}
.right {
float: right;
}

/* 光 */
.on-flash{
position: relative;
display: block;
}
.on-flash::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.on-flash:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* youtube動画埋め込み */
.movie-Cont{
	width: 95%;
	max-width: 560px;
	margin: 0 auto 40px;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
  }
  .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }

/* ----------------------------------------------------------------------
0■common　　 共通
---------------------------------------------------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

body {
  background: #fff;
  line-height: 1.7;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"sans-serif","Osaka,sans-serif";
  font-size: 15px;
  color: #1f1f1f;
}

@media screen and (min-width: 769px)  {
	body{
		min-width:980px;
	}
}

a {
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

*,
*:before,
*:after{
	box-sizing:border-box;
}

hr{
	color:#ccc;
	margin-bottom:16px;
	border-top: 1px dotted #ddd;
}

.inn{
	width:95%;
	margin:0 auto;
}

/* rbt bunner */
.bunner-top {
	text-align: center;
	margin: 0 auto 100px;
	padding: 0 20px;
}

.bunner-top img {
	max-width: 1240px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.bunner-top {
		margin: 0 auto 60px;
	}
}

/* service-headline */
.service-headline {
  overflow: hidden;
  text-align: center;
  font-size: 2.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px)  {
.service-headline {
  font-size: 1.4em;
}
}
.service-headline span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 0.8em;
  text-align: left;
}
.service-headline span::before,
.service-headline span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 60%; /* 線の長さを変更可能（100%以内でコンテンツ幅内に収められる） */
  height: 1px;
  background-color: #ccc;
}
.service-headline span::before {
  right: 100%;
}
.service-headline span::after {
  left: 100%;
}
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 768px) {
.sp-layout {
  display: block;
}

.pc-layout {
  display: none;
}

.bg-gray{
	background:#f5f5f5;
	padding:20px 0;
}

.bg-white{
	background:#fff;
	padding:20px 0;
}

.bg-lightgreen{
	background:#F4FCE9;
	padding:20px 0;
}

.bg-lightblue{
	background:#d8eaf5;
	padding:20px 0;
}

.bg-orange{
	background:#FFF1DE;
	padding:20px 0;
}
}

@media screen and (min-width: 769px) {
.sp-layout {
  display: none;
}

.pc-layout {
  display: block;
}

.bg-gray{
	background:#f5f5f5;
	padding:40px 0;
}

.bg-white{
	background:#fff;
	padding:40px 0;
}

.bg-lightgreen{
	background:#F4FCE9;
	padding:40px 0;
}

.bg-lightblue{
	background:#d8eaf5;
	padding:40px 0;
}

.bg-orange{
	background:#FFF1DE;
	padding:40px 0;
}
}

.rText,
.rText._inlineElem{ text-align: right; }
.rText._inlineElem{ display: block; }

.underLine1{
  text-decoration:underline #000;
}
.underLine2{
  text-decoration:underline double #000;
}

.textFlRight {
display: block;
float: right;
}
.textFlLeft {
clear: both;
display: block;
float: left;
}
.floatClear {
display: block;
clear: both;
}

.ibrow {display: inline-block;}

/* headline */

.headline {
font-weight: bold;
}
.headline._m {
margin: 0 0 16px;
font-size: 18px;
}
.headline._s {
margin: 0 0 8px;
}

/* contents margin */
.feeInner {
margin-bottom: 100px;
}

/* list */

.list {
margin-bottom: 28px;
line-height: 1.9;
}
.list li {
margin-bottom: 6px;
}
.list._dec > li {
list-style: decimal;
margin-left: 16px;
}

/* table */

.table {
width:100%;
}
.tableContents._cmn1,
.tableContents._cmn2 {
width: 600px;
margin:10px 0;
border:solid 1px #ccc;
font-size:12px;
}
.tableContents._cmn2 {
margin:20px 0 10px;
}
.tableContents._cmn1 tbody{
vertical-align: top;
}
.tableContents._cmn1 tr {
position:relative;
text-align:left;
border:solid 1px #ccc;
}
.tableContents._cmn1 th,
.tableContents._cmn2 th,
.tableContents._cmn1 td {
padding:10px 5px;
border-right:solid 1px #ccc;
}
.tableItem._mainHeader{
text-align: center;
background: #000;
font-size: 14px;
color:#fff;
font-weight: bold;
border-collapse: separate;
border-spacing: 2px 0px;
}
.tableItem._header {
text-align: center;
color:#000;
font-size: 14px;
font-weight: bold;
}

@media screen and (max-width: 768px) {
.table._frm {
overflow-x: scroll;
}
}
@media screen and (min-width: 769px) {

}

/* ----------------------------------------------------------------------
1■header　　　ヘッダー
---------------------------------------------------------------------- */
@media screen and (max-width: 768px)  {
#pc {
  width: 100%;
  box-shadow: rgba(0,0,0,0.2) 0 2px 6px 0;
  z-index:1000;
  border-top:3px solid #00a784;
}

#global-header {
  width:100%;
  margin: 0 auto;
  padding:0 2%;
}
}

@media screen and (min-width: 769px)  {
#pc {
  width: 100%;
  min-width:980px;
  height: 100px;
  box-shadow: rgba(0,0,0,0.2) 0 2px 6px 0;
  z-index:1000;
  border-top:3px solid #00a784;
}

#global-header {
  width:100%;
  margin: 0 auto;
  padding:0 40px;
}
}

/* シンボル
--------------------------------------*/
#site-logo {
	width:130px;
	padding: 14px 0;
	float:left;
}

#site-logo img {
	width: 130px;
}

.nav-cont{
	width:780px;
	float:right;
}

.snav{
	height:29px;
	float:right;
}

.snav li{
	width:130px;
	float:left;
}


/* グローバルナビゲーション
--------------------------------------*/
.gnav{
	float:right;
	padding:34px 0 0;
}

.gnav li  {
	float:left;
	padding:0 15px;
}

.gnav li a {
	font-size:15px;
	font-weight:bold;
	color:#3b3b3b
}

.gnav li a {
	position: relative;
	display: inline-block;
	transition: .3s;
}

.gnav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 3px;
	background-color: #42B69F;
	transition: .3s;
}

.gnav li a:hover::after {
	width: 100%;
}

/*　子メニュー　*/
.gnav li ul {
  position: absolute;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  left: 0;
  transition: max-height 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.gnav li ul li {
  position: relative;
  width: 14%;
  padding: 0;
  margin: 18px 0 10px 2.3%;
}
.gnav li ul li img {
  width: 100%;
}

.gnav li ul li p {
  display: block;
  position: absolute;
  width: 100%;
  top: 38%;
  background: rgba(0,167,133,0.5);
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
}

.gnav li:hover ul {
  transition: max-height 2s;
  max-height: 500px;
}

/*　個別調整　*/
.gnav li:nth-child(5) ul li{
  position: relative;
  width: 30%;
  height: auto;
  padding: 0;
  margin: 18px 0 10px 2.3%;
}

/* gnav大見出しの下線 */
.gnav li:hover a::after {
  width: 100%;
}

/* gnav中身の下線 */
.gnav li:hover ul li a::after {
  width: 0;
}


input[type="checkbox"].switch{
  display: none;
}

#global-nav-sp {
  display: none;
}

@media screen and (max-width: 768px) {
.nav-cont {
  width: 100%;
}

.snav{
  display: none;
}

.gnav {
  display: none;
}

#global-nav-sp {
  display: block;
}

.glabel {
  position: absolute;
  display: block;
  cursor: pointer;
  right: 2px;
  top: 14px;
}

.switch {
  display: none;
}

input[type="checkbox"].switch{
  transition: max-height 1s;
  display: none;
  width: 100%;
}


input[type="checkbox"].switch + #gnav-sp {
  transition: max-height 0.8s;
  max-height: 0;
  overflow: hidden;
  width: 100%;
}

input[type="checkbox"].switch:checked + #gnav-sp {
  transition: max-height 2s;
  max-height: 1500px;
  width: 100%;
}

.sp-item {
  width:100%;
  font-size:14px;
}

.sp-item span {
  display:block;
  padding:10px;
  background-position:97% center;
  background-repeat:no-repeat;
  color:#fff;
  font-weight:bold;
}

.sp-item ul {
  display:none;
}
.sp-item li {
  background: #2d8c3c;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.sp-item li.open {
  background: #000;
}

.sp-item li a {
  display:block;
  background-position:97% center;
  background-repeat:no-repeat;
  color:#fff;
  font-weight:bold;
}

.sp-item li p {
  cursor:pointer;
}

.sp-item li:first-child p {
  padding-left: 24px;
  background: url(../img/icon-home.png) no-repeat;
  background-size: 16px;
  background-position: 12px 12px;
}

.sp-item li:nth-child(5) p,
.sp-item li:nth-child(6) p {
  padding-left: 24px;
  background: url(../img/icon-move.png) no-repeat;
  background-size: 16px;
  background-position: 12px 14px;
}

.sp-item .golink {
  float: left;	
  width: 50%;
  border-right: 1px solid rgba(0,0,0,0.3);
  box-sizing: border-box;
}

.sp-item li:nth-child(6) {
  border-right: 0;
}

.sp-item li:first-child p span,
.sp-item li:nth-child(5) p span,
.sp-item li:nth-child(6) p span {
  background:url(../img/icon-golink-w.png) no-repeat 98% center;
  background-size: 16px;
}
 
.sp-item li p span {
  background-image:url(../img/icon-open-w.png);
  background-size: 16px;
}

.sp-item li p span.open {
  background-color: #000;
  background-image:url(../img/icon-close-w.png);
  color: #fff;
}

.sp-item li ul li {
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,0.3);
}

.sp-item li ul li a {
  margin-left: 8px;
  display:block;
  padding:10px;
  background:url(../img/icon-golink-g.png) no-repeat 98% center;
  background-size: 16px;
  background-position:97% center;
  background-repeat:no-repeat;
  text-decoration:none;
  color:#333;
  font-weight:bold;
}

.sp-item li ul li ul li:last-child {
  border:none;
}
}

.client-service-menu,
.agent-service-menu,
company-menu{
	background:#f4f4ec;
	z-index:30 !important;
}

/* パンクズリスト
--------------------------------------*/
#breadcrumb {
	margin:0 auto;
	padding:10px 0;
	font-size:12px;
}

.breadcrumb-inner {
	padding-left:1rem;
}

.breadcrumb-inner ul{
	width:100%;
}

.breadcrumb-inner ul li{
	float: left;
	margin-right:8px;
}

.breadcrumb-inner ul li:before {
	content:"≫ ";	
}

.breadcrumb-inner ul li:first-child:before {
	content:none;
}

/* ----------------------------------------------------------------------
2■main　　　メイン
---------------------------------------------------------------------- */

/* コンテンツ
--------------------------------------*/
@media screen and (max-width: 768px) {
#main-title{
	width:100%;
}

#main-title img{
	width:100%;
	margin-top:-10px;
}

#content,
.content-inner{
	width:98%;
	margin:0 auto;
}

main{
	width:100%;
}

.section-header{
	font-size:1.2rem;
	margin-bottom:20px;
	padding:20px 0 20px 1rem;
	border-bottom:1px dotted #ddd;
}

.contents-header{
    color: #000;
	font-size:24px;
	text-align:center;
    letter-spacing: 0.04em;
	margin-bottom:40px;
}
}

@media screen and (min-width: 769px) {
#main-title{
	width:100%;
}

#main-title img{
	width:100%;
}

#content,
.content-inner{
	width:98%;
	margin:0 auto 48px;
}

main{
	width:100%;
}

.section-header{
	font-size:1.8rem;
	margin-bottom:20px;
	padding:20px 0 20px 2rem;
	border-bottom:1px dotted #ddd;
}

.contents-header{
    color: #000;
	font-size:48px;
	text-align:center;
    letter-spacing: 0.04em;
	margin-bottom:40px;
}
}
.contents-header:after{
    background: #3b3b3b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 20px auto auto;
    width: 150px;
}

/* ----------------------------------------------------------------------
3■footer　 共通フッター
---------------------------------------------------------------------- */
/* お問合せ
--------------------------------------*/
@media screen and (max-width: 768px) {

#contact-cont_sp{
    background: #efefef none repeat scroll 0 0;
    border-bottom: 1px solid #cecdcd;
    clear: both;
    padding: 30px 0 33px;
    width: 100%;
}

.contact_sp,
.btn-contact_sp{
	width:98%;
	margin:0 auto;
}

.contact-cont-inn{
	width:95%;
	margin:0 auto;
}

.btn-contact_sp{
	margin:10px auto;
}

.contact_sp img,
.btn-contact_sp img{
	width:100%;
}

.btn-contact_sp {
	width:100%;
}


}

@media screen and (min-width: 769px)  {
#contact-cont{
    background: #efefef none repeat scroll 0 0;
    border-bottom: 1px solid #cecdcd;
    clear: both;
    padding: 30px 0 33px;
    width: 100%;
}

.contact-cont-inn{
	width:960px;
	margin:0 auto;
	position:relative;
}

.btn-contact {
    position: absolute;
    right: 2%;
    top: 21%;
    width: 25%;
}
}

.btn-contact img{
	width:100%;
}

/* サイトリンク
--------------------------------------*/
@media screen and (max-width: 768px) {
#footer-sitemap {
	width:100%;
	background:#f4f4ec;
}

.footer-sitemap-inner {
	width:98%;
	margin:0 auto;
	padding:35px 0;
}

#footer-sitemap h2 {
	text-align:center;
	line-height:2;
	margin-bottom:20px;
}

#footer-sitemap h2 span{
	font-size:18px;
}

.footer-nav-cont,
.footer-group-nav{
	margin-bottom:30px;
}

.footer-nav-cont dl{
	width:100%;
	margin-bottom:30px;
}

.footer-nav-cont dl:first-child{
	margin-left:0;
}

.footer-nav-cont dl dt{
	text-align:center;
	border-bottom:1px solid #c6bcbc;
	padding-bottom:10px;
	margin-bottom:15px;
}

.footer-nav-cont dl dt a{
	color:#1f1f1f;
}

.footer-nav-cont dl dd,
.footer-group-nav dl dd{
	margin-top:15px;
}

.footer-nav-cont dl dd a,
.footer-group-nav dl dd a{
	color:#3b3b3b;
}

.footer-nav-cont dl dd:before,
.footer-group-nav dl dd:before{
	content:"・";
	}

.footer-nav-cont dl dd a:hover,
.footer-group-nav dl dd a:hover{
	text-decoration:underline;	
}

.footer-banner-link{
	text-align:center;
}

.footer-banner-link li{
	margin-bottom:10px;
}
.footer-banner-link li:first-child {
  width: 220px;
  margin: 0 auto 10px;
}
.footer-banner-link li:first-child img {
  width: 100%;
}

/* グループリンク
--------------------------------------*/
.footer-group-nav dl{
	width:100%;
	margin-bottom:30px;
}

.footer-group-nav dl dt{
	padding:12px 0;
	border-top:1px solid #c6bcbc;
	border-bottom:1px solid #c6bcbc;
	margin-bottom:15px;
}

.footer-group-nav dl dd a{
	font-size:12px;
}

/* SNSリンク
--------------------------------------*/
.official-account{
	margin-bottom:40px;
	padding:12px 10px;
	border-top:1px solid #c6bcbc;
	border-bottom:1px solid #c6bcbc;
}

.official-account dl dd{
	margin-left:60px;
}

/* 拠点情報
--------------------------------------*/
.branch-info dl dt,
.branch-info dl dd{
	float:left;
}

.branch-info dl dt{
	clear: both;
    white-space: nowrap;
    width: 7em;
}

.branch-info dl dd{
	margin-bottom:10px;
}
}

@media screen and (min-width: 769px) {
#footer-sitemap {
	width:100%;
	background:#f4f4ec;
}

.footer-sitemap-inner {
	width:980px;
	margin:0 auto;
	padding:35px 20px;
}

#footer-sitemap h2 {
	text-align:center;
	line-height:2;
	margin-bottom:60px;
}

#footer-sitemap h2 span{
	font-size:25px;
}

.footer-nav-cont,
.footer-group-nav{
	margin-bottom:60px;
}

.footer-nav-cont dl{
	width:220px;
	float:left;
	margin-left:20px;
}

.footer-nav-cont dl:first-child{
	margin-left:0;
}

.footer-nav-cont dl dt{
	text-align:center;
	border-bottom:1px solid #c6bcbc;
	padding-bottom:10px;
	margin-bottom:15px;
}

.footer-nav-cont dl dd,
.footer-group-nav dl dd{
	margin-top:15px;
}

.footer-nav-cont dl dt a,
.footer-nav-cont dl dd a,
.footer-group-nav dl dd a{
	color:#3b3b3b;
}

.footer-nav-cont dl dd:before,
.footer-group-nav dl dd:before{
	content:"・";
	}

.footer-nav-cont dl dd a:hover,
.footer-group-nav dl dd a:hover{
	text-decoration:underline;	
}

.footer-group-nav{
	position:relative;
}

.footer-banner-link{
	position:absolute;
	top:65px;
	right:0;
}

.footer-banner-link li{
	margin-bottom:10px;
}
.footer-banner-link li:first-child {
  width: 220px;
}
.footer-banner-link li:first-child img {
  width: 100%;
}

/* グループリンク
--------------------------------------*/

.footer-group-nav dl{
	width:470px;
	float:left;
}

.footer-group-nav dl dt{
	padding:12px 0;
	border-top:1px solid #c6bcbc;
	border-bottom:1px solid #c6bcbc;
	margin-bottom:15px;
}

.footer-group-nav dl dd a{
	font-size:12px;
}

/* SNSリンク
--------------------------------------*/
.official-account{
	margin-bottom:40px;
	padding:12px 10px;
	border-top:1px solid #c6bcbc;
	border-bottom:1px solid #c6bcbc;
}

.official-account dl dt,
.official-account dl dd
{
	display:inline-block;
}

.official-account dl dd{
	margin-left:60px;
}

/* 拠点情報
--------------------------------------*/
.branch-info dl dt,
.branch-info dl dd{
	float:left;
}

.branch-info dl dt{
	clear: both;
    white-space: nowrap;
    width: 7em;
}

.branch-info dl dd{
	margin-bottom:10px;
}
}

/* グローバルフッター（コピーライト）
--------------------------------------*/
#global-footer {
	background:#fff;
	padding:12px 0; 	
	text-align:center;
}

/* トップへ戻る
--------------------------------------*/

#toTop{
	position: fixed;
	width: 39px;
	height: 64px;
	bottom: 15px;
	right: 1%;
}

#toTop a{
	display: block;
	width: 39px;
	height: 64px;
	text-indent: -9999px;
	line-height: 40px;
	background: url(../img/ico-top.png) 0 0 no-repeat;
}

@media screen and (max-width:768px){
#footer-info-branch {
  display: none;
}
}

/* ----------------------------------------------------------------------
4■index　トップページ
---------------------------------------------------------------------- */
#top-page{
	width:100%;
}

@media screen and (max-width:768px){
#main-visual{
    height: 196px;
    background-image: url("../img/dum-main-image.jpg");
	margin:0 auto;
	position:relative; /*基準ボックス化*/
    -webkit-background-size: 942px;
    -moz-background-size: 942px;
    -o-background-size: 942px;
    -ms-background-size: 942px;
    background-size: 942px;
    -webkit-animation: slideimg 150s linear infinite;
    -moz-animation: slideimg 150s linear infinite;
    -o-animation: slideimg 150s linear infinite;
    -ms-animation: slideimg 150s linear infinite;
    animation: slideimg 150s linear infinite;
	padding-top:5%;
}

.main-txt{
	width:100%;
	position:absolute;
	top:33%;
}

.main-txt h2{
	text-align:center;
	color:#fff;
	font-size:138%;
	font-family: "Roboto Slab",Garamond,"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.98);
}

.top-content{
	width:98%;
	margin:0 auto;
	padding:40px 0;
}

.top-content h1{
    font-size: 16px;
	line-height: 1.16667;
    text-align: center;
	margin-bottom:30px;
}

.top-content h1 a{
	color:#fff;
}

h2.top-sub-title{
	text-align:center;
}

#container-guide{
	padding:20px 0;
	background:#eee;
}

#container-guide ul{
	width:98%;
	margin:0 auto;
}

#container-guide ul li{
	margin-bottom:10px;
}

#container-guide ul li img{
	width:100%;
}

.second-content h1{
	font-family: Didot,"Didot LT STD","Hoefler Text",Garamond,"Times New Roman",serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.16667;
    text-align: center;
}

.second-content{
	margin:0 20px;
	padding:32px 0 0;
}

.top-secondary{
	margin-top:20px;
}

.top-secondary figure img{
	width:80%;
	display:block;
	margin:0 auto;
}

.top-secondary p{
	margin-bottom:20px;
	line-height:2;
}

.txt-topcontent{
	padding:24px;
}

/*サービス*/
#service{
	position:relative;
}

#service h1{
	font-family: Didot,"Didot LT STD","Hoefler Text",Garamond,"Times New Roman",serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.16667;
    text-align: center;
	width: 100%;
	margin-bottom:20px;
    z-index: 2;
}

#service section{
	color:#fff;
	background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover ;
    overflow: hidden;
}

.section-cont h2{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:20px;
}


#service .advertising{
	 background:url(../img/bg-advertising.jpg) center no-repeat;
	 background-size:cover;
	 position:relative;
}

#service .agent{
	 background:url(../img/bg-agent.jpg) center no-repeat;
 	 background-size:cover;
	 position:relative;	 
}

.dept-description{
    font-weight: bold;
    line-height: 1.78571;
    margin: 20px auto 0;
	width:95%;
}

.btn-servicelink a{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 900;
    line-height: 40px;
    margin: 10px auto 20px;
    text-align: center;
    text-decoration: none;
    width: 160px;
}

.btn-servicelink a:hover{
	background:#fff;
	color:#333;
}

/*インフォメーション*/
.news-cont{
	width:100%;
  padding-bottom: 1rem;
}

.information-title{
	border-top:1px solid #929897;
	margin-bottom:8px;
	padding-top:10px;
	position:relative;
}

.to-info{
	font-size:11px;
	text-align:right;
}

.news-posts{
	background:#fff;
	border:1px solid #929897;
	padding:4px 16px 22px;
}
	
.news-posts ul li{
    border-bottom: 1px dotted #ddd;
    display: block;
    padding: 1em 0;
	font-size:13px;
}

.date{
	display:block;
	width:7em;
}

.category-label{
	display:block;
	width:7em;
	margin-bottom:5px;
}

.category-label{
	width:8em;
	background:#efd3d2;
	margin-bottom:5px;
	padding:4px 0;
	text-align:center;
	font-size:9px;
}

.news-title a{
	display: inline;
}

.banner-cont{
	width:100%;
}

.banner-cont p{
	display:block;
	margin-bottom:16px;
}

.banner-cont p img{
	width:100%;
}

/*採用情報*/
.recruit{
	background: url(../img/dum-image-recruit.jpg);
    padding: 12px;
	background-size:cover;
	color:#fff;
}

.recruit h1{
	color:#fff;
}

.recruit p{
	text-align:center;
	margin:0 0 30px 0;
	font-size:22px;
}

.recruit ul{
	width:100%;
}

.recruit li{
	border:1px solid #fff;
	text-align:center;
	margin-bottom:20px;
}

.recruit li:last-child{
	margin-bottom:0;
}


.recruit li a{
	color:#fff;
    display: block;
    font-weight: bold;
    padding: 42px 0 28px;
	font-size:10px
}

.recruit li a:hover{
	background:#00A785;
}
	
.recruit li a em{
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px 0;
    display: inline-block;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 6px;
    padding: 5px 0;
	width:200px;
}

.clients-logo{
	display:none;
}
}

@media screen and (min-width:769px){
#main-visual{
    height: 393px;
    background-image: url("../img/main-image.jpg");
	margin:0 auto;
	position:relative; /*基準ボックス化*/
	-webkit-background-size: 1884px;
    -moz-background-size: 1884px;
    -o-background-size: 1884px;
    -ms-background-size: 1884px;
    background-size: 1884px;
    -webkit-animation: slideimg 150s linear infinite;
    -moz-animation: slideimg 150s linear infinite;
    -o-animation: slideimg 150s linear infinite;
    -ms-animation: slideimg 150s linear infinite;
    animation: slideimg 150s linear infinite;
}

.main-txt{
	width:980px;
	margin:0 auto;
	padding-top:110px;
}

.main-txt h2{
	text-align:center;
	color:#fff;
	font-size:340%;
	font-family: "Roboto Slab",Garamond,"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.98);
}

.top-content{
	width:980px;
	margin:0 auto 2%;
	padding:40px 0;
}

.top-content h1{
    font-size: 48px;
	line-height: 1.16667;
    text-align: center;
	margin-bottom:30px;
}

.top-content h1 a{
	color:#fff;
}

h2.top-sub-title{
	font-size:24px;
	text-align:center;
}

#container-guide{
	padding:32px 20px;
	background:#eee;
}

#container-guide ul{
	width:100%;
}

#container-guide ul li{
	width:30%;
	padding:0 1rem;
	float:left;
}

#container-guide ul li:first-child{
	margin-left:5.5%;
}

#container-guide ul li img{
	width:100%;
}

.second-content h1{
	font-family: Didot,"Didot LT STD","Hoefler Text",Garamond,"Times New Roman",serif;
    font-size: 48px;
    font-style: italic;
    line-height: 1.16667;
    text-align: center;
}

.second-content{
	margin:0 20px;
	padding:32px 0;
}

.top-secondary{
	margin-top:40px;
	padding-right:470px;
}

.top-secondary figure {
    float: right;
    height: 420px;
    margin-right: -470px;
    position: relative;
    width: 420px;
}

.top-secondary p{
	margin-bottom:20px;
	line-height:2;
}

.txt-topcontent{
	padding:24px;
}

/*サービス*/
#service{
	color:#fff;
	position:relative;
}

#service h1{
	font-family: Didot,"Didot LT STD","Hoefler Text",Garamond,"Times New Roman",serif;
    font-size: 100px;
    font-style: italic;
    line-height: 1.16667;
    text-align: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#service section{
	background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover ;
    float: left;
    height: 560px;
    overflow: hidden;
    padding-top: 127px;
    width: 50%;
	max-width:1000px;
}

.section-cont h2{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}

#service .advertising{
	 background:url(../img/bg-advertising.jpg) center no-repeat;
	 background-size:cover;
	 position:relative;
}

#service .agent{
	 background:url(../img/bg-agent.jpg) center no-repeat;
 	 background-size:cover;
	 position:relative;	 
}

.dept-description{
    font-weight: bold;
    line-height: 1.78571;
    margin: 20px auto 0;
	width:95%;
	max-width: 482px;
	height:140px;
}

.btn-servicelink a{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 900;
    line-height: 40px;
    margin: 30px auto 0;
    text-align: center;
    text-decoration: none;
    width: 160px;
}

.btn-servicelink a:hover{
	background:#fff;
	color:#333;
}

.news-cont{
	width:644px;
	float:left;
}

.information-title{
	border-top:1px solid #929897;
	margin-bottom:8px;
	padding-top:10px;
	position:relative;
}

.to-info{
	position:absolute;
	right:0;
	bottom:0;
	font-size:11px;
}

.news-posts{
	background:#fff;
	border:1px solid #929897;
	padding:4px 16px 22px;
}
	
.news-posts ul li{
    border-bottom: 1px dotted #ddd;
    display: block;
    padding: 1em 0;
	font-size:13px;
}

.date{
	display:block;
	float:left;
	width:7em;
}

.category-label{
	display:block;
	float:left;
	width:7em;
}

.category-label{
	width:8em;
	background:#efd3d2;
	margin-right:1em;
	padding:4px 0;
	text-align:center;
	font-size:9px;
}

.banner-cont{
	width:308px;
	float:right;
}

.banner-cont p{
	display:block;
	width:308px;
	margin-bottom:16px;
}

.banner-cont p img{
	width:100%;
}

/*リクルート*/
.recruit{
	background: url(../img/dum-image-recruit.jpg);
    height: 420px;
    padding-top: 12px;
	background-size:cover;
	color:#fff;
}

.recruit h1{
	color:#fff;
}

.recruit p{
	text-align:center;
	margin:0 0 30px 0;
	font-size:30px;
}

.recruit ul{
	width:100%;
	display: table;
    table-layout: fixed;
}

.recruit li{
	display:table-cell;
	border:1px solid #fff;
	text-align:center;
}

.recruit li a{
	color:#fff;
    display: block;
    font-weight: bold;
    padding: 42px 0 28px;
	font-size:10px
}

.recruit li a:hover{
	background:#00A785;
}
	
.recruit li a em{
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px 0;
    display: inline-block;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 6px;
    padding: 5px 0;
	width:200px;
}

.bg-client{
	background: url(../img/dum-image-05.jpg);
}
}

div.fixed-window {
  background-position: 50% center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}

/* ----------------------------------------------------------------------
4■content menu　メニューページ
---------------------------------------------------------------------- */
@media screen and (max-width:768px){
.link-cont,
.support-image{
	margin:0 auto;
	padding:32px 20px 0 20px;
}

.service-link{
	width:100%;
	padding:0 1rem;
	margin:0 0 20px 0;
}

.aidem-service{
	text-align:center;
}

.service-link a{
	color:#3d3d3d;
}

.service-link a:hover{
	opacity:.8;
}

.service-link img{
	width:100%;
}

.link-image{
	margin-bottom:24px;
}

.link-comment{
	padding:0 8px;
}

.link-comment h2,
.link-comment h3{
	font-size:1.1rem;
	color:#45B59F;
	margin-bottom:10px;
}
}

@media screen and (min-width:769px){
.link-cont,
.support-image{	
	margin:0 auto;
	padding:32px 20px 0 20px;
}

.service-link,
.aidem-service{
	width:33%;
	padding:0 1rem;
	float:left;
	margin:0 0 40px 0;
}

.aidem-service{
	text-align:center;
}

.service-link a{
	color:#3d3d3d;
}

.service-link a:hover{
	opacity:.8;
}

.service-link img{
	width:100%;
	height: auto;
}

.link-image{
	margin-bottom:24px;
}

.link-comment{
	padding:0 8px;
}

.link-comment h2,
.link-comment h3{
	font-size:1.1rem;
	color:#45B59F;
	margin-bottom:10px;
}
}


/* ----------------------------------------------------------------------
x■service　サービス紹介
---------------------------------------------------------------------- */
@media screen and (max-width:768px){
.service-header{
	font-size:1.3rem;
	text-align:center;
	margin:20px auto;
}

.introduce{
	font-size:16px;
	line-height:2;
	width:98%;
	margin:0 auto 20px;
}

.service-description{
	width:98%;
	font-size:16px;
	line-height:2;
	margin:0 auto 20px;
	padding:0.5rem 0 2rem;
}

.job-scene{
	width:100%;
}

.column-header-center{
	text-align:center;
	font-size:24px;	
}

.highquality-img img{
	width:100%;
}

.column-description{
	font-size:16px;
	margin:1em 0;
	line-height:2;
}

.flow-description{
	width:98%;
	margin:30px auto;
}

.jobgear-image,
.column-total-support,
.highquality-img,
.jobgear-description,
.relation-inn{
	width:98%;
	margin:0 auto 30px;
}

.relation h2,
.support-image h2,
.support-list h2,
.aidem-sample-cont h2,
.column-header{
	font-size:22px;
	color:#42B69F;
	text-align:center;
	margin-bottom:18px;
	border-bottom:1px dotted #45B59F;
}

.column-quality{
	width:98%;
	margin-bottom:40px;
}

.relation-comment{
	text-align:center;
	margin-bottom:20px;
}

.relation-comment{
	padding-right:2.5%;
}

.highquality-img img{
	width:100%;
}

.case ul li{
	background:	 url("../img/ico-check.png") no-repeat;
	padding-left:35px;
	margin-bottom:1.5em;
	text-align:left;
}

/*広告営業*/
.recommend{
	background:#2C73AB;
	padding:10px;
	margin:50px auto 0;
	width:95%;
}

.case-cont h2{
	background:#fff;
	border-radius:5px;
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
	padding:28px 5px 10px;
	position:relative;
}

.case-cont h2 span {
    left: -15px;
    position: absolute;
    top: -34px;
}

.case{
	padding:10px;
	background:#fff;
	border-radius:5px;
	margin-bottom:10px;
}

.ad-sample-cont{
	width:95%;
	margin:0 auto 40px;
}

.ad-sample{
	width:100%;
	margin:0 0 20px;
}

.ad-sample img{
	width:100%;
	margin:0 0 10px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.50);
}

.ad-sample p{
	text-align:center;
	font-size:18px;
	color:#3BB098;
	font-weight:bold;
	margin:.5em;
}

.jobgear-content{
	margin:40px auto 0;
}

.jobgear-image{
	/*margin-top:4rem;*/
	text-align:center;
}

.jobgear-image img{
	width:100%;
}
}

@media screen and (min-width:769px){
.service-header{
	font-size:1.5rem;
	text-align:center;
	margin:0 auto 20px;
}

.introduce{
	text-align:center;
	font-size:18px;
	margin-bottom:40px;
	padding:0 20px;
	line-height:2;
}

.service-description{
	width:980px;
	font-size:18px;
	text-align:center;
	line-height:2;
	margin:0 auto 40px;
	padding:0.5rem 0 2rem;
}

.job-scene{
	width:100%;
}

.column-content{
	margin:80px auto 80px;
}

.column-header-center{
	text-align:center;
	font-size:32px;	
}

.column-total-support,
.jobgear-description,
.relation-inn{
	float:right;
	width:50%;
	padding:0 20px 0 2%;
}

.highquality-img{
	float:right;
	width:45%;
	padding:0 20px 0 2%;
}

.highquality-img img{
	width:100%;
}

.column-description{
	font-size:18px;
	margin:1em 0;
	line-height:2;
}

.flow-description,
.jobgear-image{
	text-align:center;
	float:left;
	width:50%;
	padding:0 0 0 20px;
}

.column-quality{
	text-align:center;
	padding:4rem 0 0 30px;
	margin-bottom:40px;
	float:left;
	width:55%;
}

.relation-comment{
	text-align:center;
	padding:0 0 50px 0;
	margin-bottom:40px;
	float:left;
	width:50%;
}

.relation-comment{
	padding-right:2.5%;
}

.highquality-img img{
	width:100%;
}

.case ul{
	padding-left:1.5rem;
}

.case ul li{
	background:	 url("../img/ico-check.png") no-repeat;
	padding-left:35px;
	margin-bottom:1.5em;
}

/*広告営業*/
.recommend{
	background:#2C73AB;
	padding:20px;
	margin:50px auto;
	width:95%;
}

.case-cont h2{
	background:#fff;
	border-radius:5px;
	font-size:20px;
	margin-bottom:10px;
	padding:10px 0 10px 54px;
	position:relative;
}

.case-cont h2 span {
    left: -15px;
    position: absolute;
    top: -34px;
}

.case{
	padding:20px;
	background:#fff;
	border-radius:5px;
	margin-bottom:10px;
}

.ad-sample-cont{
	
	margin:0 auto 40px;
}

.ad-sample{
	width:33%;
	float:left;
	margin:0 0 40px;
	padding:0 1rem;
}

.ad-sample img{
	width:100%;
	margin:0 0 10px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.50);
}

.ad-sample p{
	text-align:center;
	font-size:18px;
	color:#3BB098;
	font-weight:bold;
	margin:.5em;
}

.jobgear-content{
	margin:40px auto 80px;
}

.jobgear-image{
	margin-top:4rem;
	text-align:center;
}

.jobgear-image img{
	width:100%;
}
}

/*代理店営業*/
@media screen and (max-width: 768px)  {
.top{
background: url(../img/bg-agent-support.jpg) 0 0 no-repeat;
background-size:cover;
padding:40px 0;
color:#fff;
}

.agent-support01{
background: url(../img/bg-shigotoaidem.jpg) 0 0 no-repeat;
background-size:cover;
padding:40px 0;
color:#fff;
}

.agent-support02{
	background: url(../img/bg-eaidem_fp.jpg) 0 0 no-repeat;
	background-size:cover;
	padding:20px 0;
	text-shadow:1px 1px 0px #fff;
}

.agent-support03{
	background: url(../img/bg-eaidem.jpg) 0 0 no-repeat;
	background-size:cover;
	padding:40px 0;
	color:#fff;
}

.agent-support04{
    background: url(../img/bg-jobrass.jpg) 0 0 no-repeat;
    background-size:cover;
    padding:20px 0;
}

.appeal-header{
	font-size:1.5rem;
	text-align:center;
	margin:20px auto;
}

.relation{
	width:95%;
	margin:40px auto 0;
}

.aidem-sample-cont{	
	margin:40px auto 0;
}

.relation-inn img{
	width:100%;
	max-width:340px;
	margin:0 auto;
	display:block;
}

.support-image{
	margin-bottom:40px;
}

.img-shigotoaidem,
.img-jobaidem,
.img-eaidem{
	width:80%;
	margin:0 auto;
}

.img-shigotoaidem img,
.img-jobaidem img,
.img-eaidem img{
	width:100%;
	display:block;
	margin:20px auto;
}

.aidem-sample,
.jobaidem-sample,
.e-aidem-sample{
	width:98%;
	margin:0 auto 15px;
}

.aidem-sample-cont h3,
.aidem-service h3{
	color:#2D74D7;
	font-size:18px;
	font-weight:bold;
}

.aidem-sample h3{
	margin-bottom:15px;
}

.aidem-sample-inn{
	margin-bottom:10px;
}

.aidem-sample-inn img{
	float:left;
	margin-right:15px;
	width:260px;
}

.btn-detail-link{
    background: #cbf2eb;
    border: 1px solid #d3d3d3;
    height: 40px;
    line-height: 40px !important;
    padding: 0 10px;
    position: relative;
    width: 80%;
    word-break: break-all;
	margin:20px auto 0;
}

.btn-detail-link:after {
    border-color: transparent transparent transparent #42b59f;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    content: " ";
    display: block;
    height: 0;
    margin-left: -8px;
    position: absolute;
    right: 10px;
    top: 36%;
    width: 0;
}

.btn-detail-link a{
	color:#3b3b3b;
	display:block;
}

.increase-inn{
	color:#3b3b3b;
	margin:0 auto;
	width:96%;
	padding:12px;
	background:rgba(255,255,255,0.85);
	border-radius:10px;
}

.increase-inn p{
	font-size:16px;
	display:table-cell;
	vertical-align:middle;
}

.increase-inn p span{
	color:#FF0004;
}

.increase-image{
	width:100%;
	margin:0 auto 20px;
}

.increase-image img{
	width:100%;
}
}

@media screen and (min-width: 769px)  {
.top{
background: url(../img/bg-agent-support.jpg) 0 0 no-repeat;
background-size:cover;
padding:40px 0;
color:#fff;
}

.agent-support01{
background: url(../img/bg-shigotoaidem.jpg) 0 0 no-repeat;
background-size:cover;
padding:40px 0;
text-align:center;
color:#fff;
}

.agent-support02{
	background: url(../img/bg-eaidem_fp.jpg) 0 0 no-repeat;
	background-size:cover;
	padding:40px 0;
	text-shadow:1px 1px 0px #fff;
}

.agent-support03{
	background: url(../img/bg-eaidem.jpg) 0 0 no-repeat;
	background-size:cover;
	padding:40px 0;
	color:#fff;
}

.agent-support04{
    background: url(../img/bg-jobrass.jpg) 0 0 no-repeat;
    background-size:cover;
    padding:40px 0;
}

.appeal-header{
	font-size:3rem;
	text-align:center;
	margin:20px auto;
}

.relation{
	width:95%;
	margin:40px auto 0;
}

.aidem-sample-cont{
	
	margin:40px auto 0;
}
}

@media screen and (min-width: 769px)  {
.relation h2,
.support-image h2,
.support-list h2,
.aidem-sample-cont h2,
.column-header{
	font-size:32px;
	color:#42B69F;
	margin-bottom:24px;
	padding:0 0 8px 40px;
	border-bottom:1px dotted #45B59F;
}

.relation-inn img{
	width:100%;
	max-width:340px;
	margin:0 auto;
	display:block;
}

.support-image{
	margin-bottom:40px;
}

.img-shigotoaidem{
	width:50%;
	float:left;
	padding:0 20px;
}

.jobaidem-sample,
.img-eaidem{
	width:50%;
	float:left;
	padding:0 20px 40px;
}

.img-shigotoaidem img,
.img-jobaidem img,
.img-eaidem img{
	width:75%;
	display:block;
	margin:20px auto 0;
}

.aidem-sample,
.img-jobaidem,
.e-aidem-sample{
	width:50%;
	float:right;
}

.aidem-sample{
	padding: 90px 50px 0 ;
}

.jobaidem-sample{
	padding: 80px 50px 0 ;
}

.e-aidem-sample{
	padding: 54px 50px 0 ;
}

.aidem-sample-cont h3,
.aidem-service h3{
	color:#2D74D7;
	font-size:20px;
	font-weight:bold;
}

.aidem-sample h3{
	margin-bottom:15px;
}

.aidem-sample-inn{
	margin-bottom:10px;
}

.aidem-sample-inn img{
	float:left;
	margin-right:15px;
	width:260px;
}

.btn-detail-link{
    background: #cbf2eb;
    border: 1px solid #d3d3d3;
    height: 40px;
    line-height: 40px !important;
    padding: 0 10px;
    position: relative;
    width: 325px;
    word-break: break-all;
	margin:20px auto 0;
}

.btn-detail-link:after {
    border-color: transparent transparent transparent #42b59f;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    content: " ";
    display: block;
    height: 0;
    margin-left: -8px;
    position: absolute;
    right: 10px;
    top: 36%;
    width: 0;
}

.btn-detail-link a{
	color:#3b3b3b;
	display:block;
}

.increase-inn{
	color:#3b3b3b;
	margin:0 auto;
	width:960px;
	padding:40px;
	background:rgba(255,255,255,0.85);
	border-radius:10px;
	display:table;
}

.increase-inn p{
	font-size:16px;
	display:table-cell;
	vertical-align:middle;
}

.increase-inn p span{
	color:#FF0004;
}

.increase-image{
	width:352px;
	margin-right:24px;
}

.increase-image img{
	width:100%;
}
}

/* ----------------------------------------------------------------------
x■flow　広告掲載のご説明
---------------------------------------------------------------------- */
@media screen and (max-width: 768px)  {
.flow{
	width:90%;
	margin:0 auto;
}

.flow ul {
    list-style-type: none;
    margin: 0 0 0 20px;
}

.flow ul li {
    border-left: 1px solid #ccc;
    padding: 50px 10px 30px 20px;
    position: relative;
}

.flow ul li:last-child{
	border-left:none;
}

.step {
    left: -20px;
    padding: 5px 10px;
    width: 90px;
    background-color: #45B59F;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    text-align: center;
    top: 0;
}

.flow ul li h2 {
    font-size: 22px;
	font-weight:bold;
}

.flow ul li h2 span {
    background-color: #fff;
    position: relative;
}
}

@media screen and (min-width: 769px)  {
.flow{
	padding:0 1rem;
	margin:0 auto;
}

.flow ul {
    list-style-type: none;
    margin: 0 0 40px 55px;
    padding: 0;
}

.flow ul li {
    border-left: 1px solid #ccc;
    padding: 14px 0 50px 90px;
    position: relative;
}

.flow ul li:last-child{
	border-left:none;
}

.flow ul li h2 {
    border-top: 1px dashed #ccc;
    font-size: 24px;
    margin: 0 0 10px;
    padding: 0;
}

.flow ul li h2 span {
    background-color: #fff;
    padding: 0 20px 0 0;
    position: relative;
    top: -12px;
}

.step {
    background-color: #45B59F;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    left: -55px;
    padding: 5px 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 110px;
}
}

/* ----------------------------------------------------------------------
x■client_voice　お客様の声
---------------------------------------------------------------------- */
@media screen and (max-width: 768px)  {
.voice-header{
	font-size:34px;
	text-align:center;
	margin:20px auto;
}

.voice-list-inn{
	margin:0 auto;
	display:table;
	background:#FAFAFA;
}

.voice-list ul li{
	padding-bottom:2px;
}

.thumb-client-image{
	width:80%;
	margin:20px auto;
}

.thumb-client-image img{
	width:100%;
	height: auto;
}

.client-txt{
	width:95%;
	margin:0 auto;
}

.client-name {
	background:#42b69f;
	color:#fff;
	padding:0.2rem 0.4rem;
	font-size:1.rem;
	display:block;
	text-align:center;
	margin-bottom:1rem;
}

.to-interview{
	text-align:center;
}

.to-interview a{
	width:200px;
	display:block;
	border:2px solid #42b69f;
	color:#42b69f;
	font-weight:bold;
	text-align:center;
	margin:1rem auto;
	padding:0.8rem 0;
	position:relative;
}

.to-interview a:after{
	content:">";
	position:absolute;
	top:25%;
	right:6%;
}

.to-interview a:hover{
	background:#42b69f;
	color:#fff;
}

.client{
	font-size:24px;
	text-align:center;
	margin:1em 0 80px 0;
	color:#666;
}

.client-photo{
	width:100%;
}

.client-photo img{
	width:100%;
	height: auto;
}

/*インタビュー*/
.client-message{
	width:100%;
	color:#fff;
}

.client-message-inn{
	width:100%;
	margin:0 auto;
	padding:10px;
	background:#000;
}

.client-message h1{
	font-size:18px;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.98);
	margin:0 auto 1em;
}

.interviewer-name{
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.98);
	margin-bottom:1em;	
}

.interview,
.sales-message{
	width:95%;
	margin:0 auto;
}

.interview h2,
.sales-message h2{
	font-size:18px;
	color:#45B59F;
	margin-bottom:20px;
	padding:0 0 8px 10px;
}

.interview h2{
	border-bottom:1px dotted #45B59F;
}

.sales-message h2{
	text-align:center;
}

.sales-message img{
	width:80%;
	display:block;
	margin:0 auto 10px;
}

.comment-left,
.comment-right{
	width:80%;
	margin:0 auto 10px;
	display:block;
}

.interview p,
.sales-message p{
	padding:0 1rem;
}
}

@media screen and (min-width: 769px)  {
.voice-header{
	font-size:34px;
	text-align:center;
	margin:20px auto;
}

.voice-list{
	width:1280px;
	margin:0 auto;
}

.voice-list-inn{	
	margin:0 auto;
	display:table;
	background:#FAFAFA;
}

.voice-list-inn > *{
	display:table-cell;
}

.voice-list ul li{
	padding-bottom:20px;
	margin-bottom:60px;	
}

.thumb-client-image{
	width:35%;
}

.thumb-client-image img{
	width:100%;
	height: auto;
}

.client-txt{
	padding:20px 2rem;
	vertical-align:top;
	width:65%;
}

.client-txt h2{
	font-size:20px;
	font-weight:bold;
}

.client-name {
	background:#42b69f;
	color:#fff;
	padding:0.2rem 0.4rem;
	font-size:1.rem;
	display:inline-block;
	margin-bottom:2rem;
}

.to-interview{
	width:25%;
	vertical-align:middle;
}

.to-interview a{
	width:200px;
	display:block;
	border:2px solid #42b69f;
	color:#42b69f;
	font-weight:bold;
	text-align:center;
	margin-top:2rem;
	padding:0.8rem 0;
	position:relative;
}

.to-interview a:after{
	content:">";
	position:absolute;
	top:25%;
	right:6%;
}

.to-interview a:hover{
	background:#42b69f;
	color:#fff;
}

.client{
	font-size:24px;
	text-align:center;
	margin:1em 0 80px 0;
	color:#666;
}

.client-photo{
	width:100%;
}

.client-photo img{
	width:100%;
	height: auto;
}

.visual{
	position:relative;
	margin-bottom:20px;
}

.client-message{
	width:980px;
	margin:0 auto;
	position:absolute;
	top:20%;
	left:0;
	right:0;
	text-align:center;
	color:#fff;
}

.client-message-inn{
	width:100%;
	margin:0 auto;
}

.client-message h1{
	font-size:28px;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.98);
	margin:0 auto 1em;
	max-width: 600px;
	width: 90%;
}

.interviewer-name{
	font-size:24px;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.98);
	margin-bottom:1em;	
}


.interview,
.sales-message{
	min-width:980px;
	margin:0 auto;
}

.sales-message img{
	display:block;
	margin:0 auto 40px;
}

.interview h2{
	font-size:29px;
	color:#45B59F;
	margin-bottom:20px;
	padding:0 0 8px 40px;
	border-bottom:1px dotted #45B59F;
}

.sales-message h2{
	font-size:32px;
	color:#45B59F;
	text-align:center;
	margin-bottom:20px;
	padding:0 0 8px 40px;
}

.interview p,
.sales-message p{
	font-size:18px;
	margin-bottom:2rem;
	padding:0 1rem;
}

.comment-left{
	float:left;
	margin-right:20px;
	width:40%;
}

.comment-right{
	float:right;
	margin-left:20px;
	width:40%;
}
}

/* ----------------------------------------------------------------------
x■agency-voice　広告代理店の声
---------------------------------------------------------------------- */
@media screen and (max-width: 768px)  {
.voice-inn{
	width:95%;
	
	margin:0 auto;
}

.voice-inn h2{
	font-size:24px;
	font-weight:bold;
}

.agent-a span{
	color:#0061c5;
	font-weight:bold;
}

.agent-b span{
	color:#E93538;
	font-weight:bold;
}

.agent-c span{
	color:#2f907d;
	font-weight:bold;
}
	
.ballon-left,
.ballon-right{
	width:100%;
	background-color: #fff;
    border-radius: 9px;
	text-align:left;
	position:relative;
	padding:20px;
}

.ballon-left:before,
.ballon-right:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.ballon-left:before,
.ballon-right:before {
	border-bottom-color:#fff;
	border-width: 18px;
	margin-bottom: -18px;
}

.avater-left,
.avater-right{
	width:50%;
	margin:30px auto 0;
}

.avater-left img,
.avater-right img{
	width:100%;
}
}

@media screen and (min-width: 769px)  {
.voice-inn{
	width:95%;	
	margin:0 auto;
}

.voice-inn h2{
	font-size:24px;
	font-weight:bold;
}

.agent-a span{
	color:#0061c5;
	font-weight:bold;
}

.agent-b span{
	color:#E93538;
	font-weight:bold;
}

.agent-c span{
	color:#2f907d;
	font-weight:bold;
}
	
.ballon-left{
	width:72%;
	background-color: #fff;
    border-radius: 9px;
	text-align:left;
	position:relative;
	padding:20px;
	float:left;
}

.ballon-left:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ballon-left:before {
	border-left-color:#fff;
	border-width: 18px;
	margin-top: -18px;
}

.ballon-right{
	width:72%;
	background-color: #fff;
    border-radius: 9px;
	text-align:left;
	position:relative;
	padding:20px;
	float:right;
}

.ballon-right:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ballon-right:before {
	border-right-color:#fff;
	border-width: 18px;
	margin-top: -18px;
}

.avater-left{
	width:25%;
	float:left;
}

.avater-left img{
	width:100%;
}

.avater-right{
	width:25%;
	float:right;
}

.avater-right img{
	width:100%;
}
}

/* ----------------------------------------------------------------------
x■works　実績紹介
---------------------------------------------------------------------- */
@media screen and (max-width: 768px)  {
.client-cont,
.client-needs,
.corporation-action,
.action-detail,
.result{
	width:95%;
	margin:0 auto 20px;
}

.client-data{
	width:400px;
	float:left;
}

.client-sample{
	margin-top:20px;
}

.client-image{
	width:280px;
	float:right;
}

.client-needs h2,
.corporation-action h2,
.action-detail h2,
.result h2{
	font-size:32px;
	margin-bottom:15px;
	font-weight:bold;
	text-align:center;
}

.work-list-inn{
	margin-bottom:20px;
}

.business-category{
	color:#fff;
	background:#ccc;
	padding:10px;
}

.category-name{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.98);
	margin-bottom:1em;	
}

.business-category h2{
	font-size:22px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.98);
	margin-bottom:1em;
}

.to-work{
	text-align:center;
}

.to-work a{
	width:200px;
	display:block;
	border:2px solid #fff;
	color:#fff;
	background:#EEEEEE;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	padding:0.8rem 0;
	position:relative;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.98);
}

.to-work a:after{
	content:">";
	position:absolute;
	top:25%;
	right:6%;
}

.to-work a:hover{
	background:#42b69f;
	color:#fff;
}
}

@media screen and (min-width: 769px)  {
.client-cont,
.client-needs,
.corporation-action,
.action-detail,
.result{
	width:95%;	
	margin:0 auto 20px;
}

.client-data{
	width:400px;
	float:left;
}

.client-sample{
	margin-top:20px;
}

.client-image{
	width:280px;
	float:right;
}

.client-needs h2,
.corporation-action h2,
.action-detail h2,
.result h2{
	font-size:32px;
	margin-bottom:15px;
	font-weight:bold;
	text-align:center;
}

.work-list-inn{
	position:relative;
	margin-bottom:20px;
}

.business-category{
	position:absolute;
	top:30%;
	left:50px;
	color:#fff;
}

.category-name{
	font-size:24px;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.98);
	margin-bottom:1em;	
}

.business-category h2{
	font-size:32px;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.98);
	margin-bottom:1em;
}

.to-work{
	width:25%;
	vertical-align:middle;
}

.to-work a{
	width:200px;
	display:block;
	border:2px solid #fff;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:0.8rem 0;
	position:relative;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.98);
}

.to-work a:after{
	content:">";
	position:absolute;
	top:25%;
	right:6%;
}

.to-work a:hover{
	background:#42b69f;
	color:#fff;
}
}

/* ----------------------------------------------------------------------
x■inquiry　よくあるご質問
---------------------------------------------------------------------- */

.faq{
	width:95%;	
	margin:40px auto;
	font-size:15px;
}

@media screen and (max-width: 768px)  {
.faq dt{
	background: url(../img/ico-q.png) no-repeat left 6px;
	font-size:22px;
	padding-left:25px;
	margin-bottom:20px;
}

.faq dd{
	background: url(../img/ico-a.png) no-repeat left 6px;
	padding-left:25px;
	line-height:2;
}
}

@media screen and (min-width: 769px)  {
.faq dt{
	background: url(../img/ico-q.png) no-repeat;
	font-size:22px;
	padding-left:25px;
	margin-bottom:20px;
}

.faq dd{
	background: url(../img/ico-a.png) no-repeat left top;
	padding-left:25px;
	line-height:2;
}
}


/* ----------------------------------------------------------------------
x■partner　代理店募集
---------------------------------------------------------------------- */
@media screen and (max-width: 768px)  {
#partner-cont{
	position:relative;
	margin-bottom:20px;
}

#partner-support{
	margin-bottom:20px;
}

.logo-space{
	text-align:center;
	margin-top:20px;
}

.partner-intro{
	background:rgba(0,0,0,0.7) ;
	padding:24px;
	color:#fff;
}

.partner-intro p{
	font-size:1.2rem;
}

.partner-header{
	text-align:center;
	color:#00a784;
	font-size:1.1em;
	margin-bottom:20px;
	padding:16px 0 0;
}

.figure-supportsite{
	width:240px;
	float:right;
}

.agent-support{
    margin: 0 0 20px;
    padding: 0 1rem;
}

.agent-support img{
	display:block;
	width:80%;
	margin:0 auto;
}

.agent-support h2{
    background: #FCE519;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 2px;
    color:#000;
	font-size: 1.1rem;
    line-height: 28px;
    max-width: 100%;
    overflow: hidden;
    padding: 7px 20px 5px;
	margin-bottom:16px;
}

.agent-support img{
	margin-bottom:16px;
}

.document-list{
	margin:16px 0;
}

.document-list h3{
	font-weight:bold;
}

.document-list ul{
	border:1px solid #ccc;
	padding:8px;	
}

.document-list li:before{
	content:"・";
}

.aidem-service{
	width:100%;
	padding:0 1rem;
	margin:0 0 20px 0;
	text-align:center;
}

.aidem-service-list h2{
    border-bottom: 2px solid #014099;
    clear: both;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 15px;
    padding-bottom: 10px;
}

.logo-image{
	width:100%;
}

.apearl{
	margin-bottom:80px;
}

.attention{
	text-align:right;
	color:#FF0000;
}
}

@media screen and (min-width: 769px)  {
#partner-cont{
	position:relative;
	margin-bottom:40px;
}

#partner-support{
	margin-bottom:40px;
}

.logo-space{
	text-align:center;
	margin-top:40px;
}

.partner-intro{
	background:rgba(0,0,0,0.7) ;
	padding:24px;
	color:#fff;
}

.partner-intro p{
	font-size:1.2rem;
}

.partner-header{
	text-align:center;
	color:#00a784;
	font-size:3em;
	margin-bottom:28px;
	padding:16px 0 8px 10px;
}

.figure-supportsite{
	width:240px;
	float:right;
}

.agent-support{
    float: left;
    margin: 0 0 40px;
    padding: 0 1rem;
    width: 48%;
}

.agent-support img{
	display:block;
	width:80%;
	margin:0 auto;
}

.agent-support h2{
    background: #FCE519;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 2px;
    color:#000;
	font-size: 1.1rem;
    line-height: 28px;
    max-width: 100%;
    overflow: hidden;
    padding: 7px 20px 5px;
	margin-bottom:16px;
}

.agent-support img{
	margin-bottom:16px;
}

.document-list{
	margin:16px 0;
}

.document-list h3{
	font-weight:bold;
}

.document-list ul{
	border:1px solid #ccc;
	padding:8px;	
}

.document-list li:before{
	content:"・";
}

.aidem-service-list h2{
    border-bottom: 2px solid #014099;
    clear: both;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 15px;
    padding-bottom: 10px;
}


.apearl{
	margin-bottom:80px;
}

.attention{
	text-align:right;
	color:#FF0000;
}
}

/* お問合せ
--------------------------------------*/
.partner-contact{
    background:#FCE519;
    clear: both;
    padding: 30px 0 33px;
    width: 100%;
}

.partner-cont-inn{
	width:960px;
	margin:0 auto;
	position:relative;
}

/* ----------------------------------------------------------------------
x■organization　組織
---------------------------------------------------------------------- */
@media screen and (max-width: 768px)  {
#organization-sp{
	width:95%;
	margin:0 auto 20px;
}

#organization-sp img{
	width:100%;
}
}

@media screen and (min-width: 769px)  {
#organization{
	background: url(../img/bg-organization.jpg) 0 0 no-repeat;
	background-size:cover;
	padding:40px 0;
}

.organization-inn{
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border-radius: 10px;
    color: #3b3b3b;
    margin: 0 auto;
    padding: 40px;
    width: 980px;
}

.organization-cont {
	width:720px;
	margin:0 auto;
	position:relative;
}

.posts-cont{
	width:290px;
	float:left;
}

.office-cont{
	float:left;

}

li.posts{
	float:left;
	padding-right:40px;
	background: url(../img/line-h.gif) repeat-x;
	background-position:left center;
}

li.posts,
li.office{
	width:145px;
}


li.posts span,
li.office-name,
li.div-name span,
li.div-name_last span{
	display:block;
	background:#f8f8f8;
	border:1px solid #929896;
	padding:4px;
	text-align:center;
}

li.office-name,
li.office-name span{
	display:block;
}

li.office-name{
	width:176px;
}

.division{
	padding-left:88px;
	background:url(../img/line-v.gif) no-repeat left bottom;
}

li.div-name,
li.div-name_last{
	display:block;
	width:290px;
	padding: 16px 0 15px 130px;
	background: url(../img/line-h.gif) repeat-x 0 33px;
}

li.div-name_last{
	margin:0;
	padding: 16px 0 16px 130px
}

.dept{
	width: 100%;
	padding:0 0 0 138px;
}

.dept li span{
	width:12em;
	display:block;
	background:#3a3a3c;
	color:#fff;
	font-size:12px;
	padding:4px;
	margin:0 auto 4px;
	text-align:center;
}

.office li,
.division li,
.dept li {
	position: relative;
}

.dept li{
	padding:4px;
}

.dept li:last-child{
	margin-bottom:0;
}

.comment_shigoto {
	display: none;
}

.comment_shigoto-pos {
	position: absolute;
	top: 50%;
	right: 180px;
	transform: translateY(-50%);
}

.comment-inn{
	width:380px;
    background-color: rgba(51, 51, 51, 0.9);
    border-radius: 9px;
	font-size:12px;
	text-align:left;
	position:relative;
	padding:10px;
	color:#FFF;
}

.comment-inn:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.comment-inn:before {
	border-left-color: rgba(51, 51, 51,0.9);
	border-width: 8px;
	margin-top: -8px;
}
}

/* ----------------------------------------------------------------------
x■company　会社概要
---------------------------------------------------------------------- */

.comp_maincontents{
	width:980px;
	margin:0 auto;
	padding-top:50px;
}

#companydata{
	width:95%;	
	margin:0 auto 50px;
}

#companydata table{
	width:100%;
}

#companydata table tr{
	border:solid 1px #ddd;
}

#companydata table th{
	border-right:double #ddd;
	padding:15px;
	background-color:#CBF2EB;
}

#companydata table td{
	padding:15px 20px 15px 20px;
}

#location{
	padding-top:30px;
}

@media screen and (max-width: 768px)  {
.location_name{
	margin:0 0 10px 0;
	border-right:double #45B59F;
	border-left:double #45B59F;
	padding:10px 5px;
	font-size:16px;
	font-weight:bolder;
	text-align:center;
	vertical-align:middle;
}
}

@media screen and (min-width: 769px)  {
.location_name{
	width:120px;
	height:70px;
	float:left;
	margin:0 20px 10px 0;
	border-right:double #45B59F;
	border-left:double #45B59F;
	padding:20px 5px;
	font-size:16px;
	font-weight:bolder;
	text-align:center;
	vertical-align:middle;
}
}

/*---------- Coogle Map ----------*/

.company_map{
	clear:left;
	width:100%;
	height:302px;
	margin:15px auto 40px auto;
	border:solid 1px #9A9797;
}


/* ----------------------------------------------------------------------
x■aidemgroup　グループ企業
---------------------------------------------------------------------- */
@media screen and (max-width: 768px)  {
.group-data{
	margin:0 0 50px 0;
	width:100%;
}

.group-data tr{
	border:solid 1px #ddd;
}

.group-logo{
	border:solid 1px #ddd;
	padding:30px 40px;
	vertical-align:middle;
	margin:0 0 5px 0;
}

.group-explain{
	border:solid 1px #ddd;
	padding:20px;
	background-color:#f2f2f2;
}

.group-data span{
	font-size:22px;
	font-weight:bolder;
	color:#45B59F;
}

.self-introduction{
	border-top:dotted 1px #3b3b3b;
	border-bottom:dotted 1px #3b3b3b;
	margin:10px 0;
	padding:5px 0;
}

.group-hp{
	font-size:18px;
}
}

@media screen and (min-width: 769px)  {
.group-data{
	display:table;
	margin:0 0 50px 0;
	border:solid 1px #ddd;
	width:100%;
}

.group-data tr{
	border:solid 1px #ddd;
}

.group-logo{
	border-right:double #ddd;
	padding:30px 40px;
	width:25%;
	display:table-cell;
	vertical-align:middle;
}

.group-logo img{
	display:block;
	width:200px;
	margin:0 auto;
}

.group-explain{
	padding:20px;
	background-color:#f2f2f2;
	width:75%;
	display:table-cell;
}

.group-data span{
	font-size:22px;
	font-weight:bolder;
	color:#45B59F;
}

.self-introduction{
	border-top:dotted 1px #3b3b3b;
	border-bottom:dotted 1px #3b3b3b;
	margin:10px 0;
	padding:5px 0;
}

.group-hp{
	font-size:18px;
}
}

/* ----------------------------------------------------------------------
x■privacy policy　個人情報保護方針
---------------------------------------------------------------------- */
.privacy01{
	margin:0 10px 30px 10px;
}

.description{
	margin-bottom:35px;
}

.sign{
	float:right;
	border:#e5e5e5 solid 1px;
	margin:0 10px 30px 10px;
	padding:10px;
}

.introduction{
	margin-bottom:10px;
}

.subhead{
	font-weight:bold;
}

.privacy-detail{
	margin:0 auto 15px 10px;
}

ol.resetclear{
	padding:1em;}

ol.resetclear li{
	list-style-type:decimal;

}

.privacy01 li{
	margin-bottom:10px;
}

li.start{
	margin-top:10px;
}

li.last{
	margin-bottom:25px;
}

@media screen and (max-width:768px){
.blockbg{
	margin:0 auto;
	width:95%;
}
}

@media screen and (min-width:769px){
.blockbg{
	margin:0 auto;
	width:50%;
}
}

@media screen and (max-width:769px){
.sectionInner {
	max-width:95%;
	margin:0 auto;
}

.category-cont{
	margin:0 0 20px 0;
}

.category-cont h2{
	font-size:18px;
	margin-bottom:10px;
	border-bottom: 1px solid #c6bcbc;
}

.category-cont ul li{
	padding:4px 0;
}

.category-cont ul li a{
	color:#1f1f1f;
}

.category-cont ul li a:hover{
	color:#0070c9;
}
}

@media screen and (min-width:769px){
.sectionInner{
	max-width:1280px;
	margin:0 auto;
}

.category-cont{
	float:left;
	width: 21%;
	margin-right: 4%;
}

.category-cont h2{
	font-size:18px;
	margin-bottom:10px;
	border-bottom: 1px solid #c6bcbc;
}

.category-cont ul li{
	padding:4px 0;
}

.category-cont ul li a{
	color:#1f1f1f;
}

.category-cont ul li a:hover{
	color:#0070c9;
}
}

/******************************************************************
  ■スライドイン
*****************************************************************/

/* fadein */
.effect01 {
  opacity: 0;
}

.fadein {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}

/* fadeup */
.effect02 {
  opacity: 0;
  -webkit-transform: translate(0,20px); 
  transform: translate(0,20px); 
}

.fadeup {
  opacity: 1;
  -webkit-transform: translate(0,0); 
  transform: translate(0,0); 
  -webkit-transition: 2s; 
  transition: 2s;
}

/* fadedown */
.effect03 {
  opacity: 0;
  -webkit-transform: translate(0,-20px); 
  transform: translate(0,-20px); 
}

.fadedown {
  opacity: 1;
  -webkit-transform: translate(0,0); 
  transform: translate(0,0); 
  -webkit-transition: 2s; 
  transition: 2s;
}

/* faderight */
.effect04 {
  opacity: 0;
  -webkit-transform: translate(-20px,0); 
  transform: translate(-20px,0);
}

.faderight {
  opacity: 1;
  -webkit-transform: translate(0,0); 
  transform: translate(0,0); 
  -webkit-transition: 2s; 
  transition: 2s;
}

/* fadeleft */
.effect05 {
  opacity: 0;
  -webkit-transform: translate(20px,0); 
  transform: translate(20px,0);
}

.fadeleft {
  opacity: 1;
  -webkit-transform: translate(0,0); 
  transform: translate(0,0); 
  -webkit-transition: 2s; 
  transition: 2s;
}

/******************************************************************
  ■PC・スマホ共通　画像スライド用
*****************************************************************/
 @-ms-keyframes slideimg {
 0% {background-position: 0 0;}
 100% {background-position: -1880px 0;}
}
 @-webkit-keyframes slideimg { /* Safari and Chrome */
 0% {background-position: 0 0;}
 100% {background-position: -1880px 0;}
}
 @-moz-keyframes slideimg { /* Firefox */
 0% {background-position: 0 0;}
 100% {background-position: -1880px 0;}
}
 @keyframes slideimg {
 0% {background-position: 0 0;}
 100% {background-position: -1880px 0;}
}

/* *********************************************************************
	■404
***********************************************************************/
.page-not {
	max-width: 1180px;
	width: 90%;
	margin: 50px auto 20px;
}

.page-not h2 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #1f1f1f;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.page-not h2 {
		font-size: 2.4rem;
		margin-bottom: 40px;
	}
}