/* Body */
body {
  margin: 0;
  padding: 0;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
  text-align:left;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  background: #fff;
  color:#333;
}

/* タブレット＆スマホハイライトカラー無効 */
a { -webkit-tap-highlight-color:rgba(0,0,0,0);}

/* フォームボックス */
*, *::before, *::after {
  box-sizing: border-box;
}




.logo_box {
  width: 620px;
  margin: 0 auto;
  padding: 20px 30px;
  border:solid 1px #ccc;
}
.logo1 {
  float: left;
  margin: 0px 80px 30px 0px;
}
.logo2 {
  float: left;
  margin: 0px 0px 30px 0px;
}

.logo1 img,
.logo2 img {
  width: 200px;
}

.logo1 a,
.logo2 a {
  color: #333;
  outline: none;
  text-decoration: none;
}

.logo_c1 {
  text-align: center;
  font-size: 15px;
  font-weight:normal;
  line-height: 1.3em;
  color: #333;
  background:#6acfba;
  padding: 10px;
  margin: 0px 0px 20px 0px;
}
.logo_c2 {
  text-align: center;
  font-size: 15px;
  font-weight:normal;
  line-height: 1.3em;
  color: #fff;
  background:#22acac;
  padding: 10px;
  margin: 0px 0px 20px 0px;
}


.clearfix {
  zoom:1;/*ie7*/
}

.clearfix:after {
  content:"";
  display:block;
  clear:both;
  height:1px;
}



img {
  vertical-align: top;
  line-height: 0px;
  font-size: 0px;
  padding: 0;
  border: none;
}

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

p {
  padding:10px 0px 10px 0px;
}

a {
  outline: none;
}

/* ボスクリ */
.cb	{
  clear:both;
}

.dn {
  display: none;
}

.bn a:hover img{
  filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
  transition: opacity 0.5s;
}

.div_line {
  border-bottom: dotted 1px #959595;
  margin: 20px 0px 20px 0px;
}

.banner img {
  outline: none;
  border: solid 1px #ccc;
  -moz-border-radius:10px; /* Firefox */
  -webkit-border-radius:10px; /* Safari and chrome */
  -khtml-border-radius:10px; /* Linux browsers */
  border-radius:10px; /* CSS3 */
}


/* ラップ */
.wrap	{
  margin: 0;
  padding:0;
/*    border:solid 1px #ccc;　　*/
}

.wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flx {
  float: left;
  margin-right: 50px;
}

.copyright2 {
  text-align: center;
  font-size: 13px;
  padding: 10px;
  color: #7e7e7e;
}

.icon_banner{
  text-align: center;
  padding: 20px 0px 0px 0px;
}

.icon_banner img{
  height: 25px;
}


.features{
  margin: 0;
}

.uncon {
  text-align: center;
  margin: 0px 0px 20px 0px;
}
.uncon img {
  width: 200px;
}

/* コンテンツタイトル */
.ttbg {
  background: #1D2959;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}

.top_tx {
  position: absolute;
  bottom: 5px;
  left: 0px;
  text-align: left;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0;
  margin: 0;
}




h1,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
}

.minc {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.divline  {
  border-bottom: dotted 1px #555;
  margin: 20px 0px 20px 0px;
}


.common_title_01  {
  text-align: center;
  font-size: 15px;
  font-weight:normal;
  line-height: 1.3em;
  color: #fff;
  background: #6acfba;
  padding: 3px;
  margin: 0px 0px 20px 0px;
}


/* サブメニュー1 */
.bn_icon {
  text-align: center;
  margin: 0;
  padding: 0;
}

.bn_icon img {
  width: 50px;
}

.mtx {
  text-align: center;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.mtx a {
  color: #333;
  text-decoration: none;
}


/* 背景色 */
.slbg {
  width: 100%;
  margin: 0;
  padding: 0;
}

.bgsli {
  background:#000;
  padding: 0;
  margin: 0;
}
.bgx {
  background:#effbf9;
  padding: 20px 0px 30px 0px;
}
.bgy {
  background:#effbf9;
  padding: 10px 0;
}
.bgz {
  background:#f6f6f6;
  padding: 15px 0px 7px 0px;
}

.sub-key2 {
  background: rgba(238, 236, 114, 0.8);
}
/*    border:solid 1px #ccc;　　*/
/* アコーディオンメニュー //////////////////////////////////////////*/
/*
ol ,ul{
	list-style:none;
	margin:0;
	padding: 0;
}
*/

#menu{
  margin:0;
  padding: 0;
}

.tg .archive {
  display: inline-block;
  height:20px;
  background: url(../img/top/acc_close.png);
  background-repeat:no-repeat;
  background-size: 20px 20px;
  background-position:0px 7px;
  cursor:pointer;
  font-size: 16px;
  line-height: 1.3em;
  font-weight:normal;
  color: #fff;
  padding: 6px 5px 10px 25px;
}


/* コンテンツスペース調節 */
.ghost {
  width: 10px;
  height: 10px;
}

/* 新着情報 ******************************************/
.topix_box {
  margin: 0px 0px 30px 0px;
}

.topix_title_wrap {
  margin: 0px 0px 10px 0px;
  border-bottom: solid 1px #1D2959;
}

.topix_title_wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.topix_title {
  float: left;
  font-size: 13px;
  font-weight:normal;
  color: #333;
  padding: 0px 0px 2px 5px;
  margin: 0px 5px 0px 0px;
}

.topix_title2 {
  text-align: left;
  font-size: 12px;
  font-weight:normal;
  color: #333;
  padding: 0px 0px 2px 0px;
  margin: 0px 5px 0px 10px;
}


.tonews {
  float: right;
  font-size: 12px;
  line-height: 1.3em;
  padding: 5px 0px 0px 0px;
}

.tonews  a {
  outline: none;
  text-decoration: none;
  color: #008cd6;
}



/* 記事ユニット    */
.unit_box {
  padding: 0px 0px 0px 5px;
}

.post_title {
  float: left;
  font-size: 15px;
  line-height: 1.3em;
  font-weight:normal;
  color: #333;
  padding: 0px 0px 2px 0px;
  margin: 0px 5px 0px 0px;
}

.post_title a {
  font-size: 14px;
  text-decoration: underline;
  color: #008cd6;
  outline: none;
}

.post_date {
  width: 75px;
  float: left;
  font-size: 12px;
  color: #333;
  padding: 0px 7px 0px 0px;
}



.post_divline  {
  border-bottom: dotted 1px #555;
  margin: 5px 0px 8px 0px;
}




/* 新着情報一覧＆詳細ページ  ******************************************/
.news_wrap {
  margin: 0px 0px 10px 0px;
}

.news_wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.news_date {
  width: 80px;
  float: left;
  font-size: 12px;
  color: #7d7d7d;
  padding: 0;
}

.news_title {
  float: left;
  font-size: 15px;
  line-height: 1.3em;
  font-weight:normal;
  color: #6cbbab;
  padding: 0;
  margin: 0;
}

.news_txt {
  text-align: justify;
  margin: 0px 0px 15px 0px;
}

.news_divline {
  border-bottom: dotted 1px #555;
  margin: 20px 0px 30px 0px;
}


 .page_nation {
  text-align: right;
  font-size: 13px;
  line-height: 1.3em;
  color: #333;
  margin-bottom: 20px;
}

.page_nation a {
  color: #008cd6;
  text-decoration: underline;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  outline: none;
}

.page_number {
  margin: 0px 8px 0px 0px;
}

/* TOPコンテンツ ********************************/
.top_ci {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: normal;
  letter-spacing: 0.3em;
  padding: 0;
  margin: 0px 0px 15px 0px;
}
.cm_btn {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight:normal;
  line-height: 1.3em;
  background:#6acfba;
  padding: 3px 12px;
  margin: 0;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  border-radius:10px;
}
.cm_btn a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.top_con_title {
  text-align: center;
  font-size: 15px;
  font-weight:normal;
  color: #555;
  border-bottom: solid 1px #ccc;
  padding:0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
}

.top_title {
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.3em;
  color: #333;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #ccc;
  padding: 3px 0;
  margin: 0px 0px 3px 0px;
}
.top_title_sub {
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.3em;
  color: #555;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0px 0px 15px 0px;
}
.top_txt {
  text-align: justify;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0px 0px 0px 0px;
}
.top_mark {
  text-align: center;
  padding: 0;
  margin: 50px 0;
}
.top_mark img {
  width: 60px;
}

.top_content {
  padding: 0;
  margin: 0;

}
.top_content a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.con_box {
  -moz-border-radius:10px 10px 0 0;
  -webkit-border-radius:10px 10px 0 0;
  -khtml-border-radius:10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 0;
  margin: 0;
  position: relative;
}



.con_title {
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3em;
  color: #fff;
  background: #000;
  letter-spacing: 0.1em;
  padding: 3px;
  margin: 0;
}
.con_txt {
  text-align: justify;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0px 0px 10px 0px;
}
.con_image {
  text-align: center;
  margin: 0px 0px 0px 0px;
}
.con_image img {
  text-align: center;
  -moz-border-radius:10px 10px 0 0;
  -webkit-border-radius:10px 10px 0 0;
  -khtml-border-radius:10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.con_box_inner {
  padding: 5px 15px 15px 15px;
  margin: 0;
  position: relative;
}

.vm {
  padding: 0;
  margin: 0px 0px 20px 0px;
}
.vm a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.vm_btn {
  text-align: center;
  font-size: 13px;
  font-weight:normal;
  line-height: 1.3em;
  background:#6acfba;
  padding: 3px;
  margin: 0;
}

.con1 {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.3em;
  color: #333;
  background: #d8f5ef;
  padding: 5px 30px;
  margin: 0px 0px 10px 0px;
}

/* 事業紹介 ********************************/
a.anker_01,
a.anker_02,
a.anker_03,
a.anker_04
{
  display: block;
  margin-top:-70px;
  padding-top:70px;
}

.wks_image {
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.wks_image img {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  border-radius:10px;
}
.wks_title {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.3em;
  color: #6acfba;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0px 0px 10px 0px;
}
.wks_txt {
  text-align: justify;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0px 0px 10px 0px;
}
.wks_divline  {
  border-bottom: dotted 1px #555;
  margin: 10px 0px 20px 0px;
}

/* アコーディオンメニュー //////////////////////////////////////////*/
ol ,ul{
  list-style:none;
  margin:0;
padding: 0;
}

#menu{
  margin:0;
  padding: 0;
}

.pt .archive{
  height:20px;
  background: url(../img/top/acc_close.png);
  background-repeat:no-repeat;
  background-size: 20px 20px;
  background-position:5px 8px;
  cursor:pointer;
  padding: 7px 5px 5px 35px;
}

.pt .archive.open{
  height:20px;
  background: url(../img/top/acc_open.png);
  background-repeat:no-repeat;
  background-size: 20px 20px;
  background-position:5px 8px;
  cursor:pointer;
  padding: 7px 5px 5px 35px;
}

.pt .archive a {
  font-size: 18px;
  line-height: 1.3em;
  font-weight:normal;
  color: #007bc7;
  text-decoration:underline;
  outline: none;
}

.subMenu ul{
  margin:0;
padding: 0;
}

.subMenu li{
  margin:0;
}


/* 会社概要 ***********************************/
a.anker_05
{
  display: block;
  margin-top:-70px;
  padding-top:70px;
}
.comp {
  margin: 0px 0px 15px 0px;
  padding: 0;
}

.comp img {
  -moz-border-radius:7px; /* Firefox */
  -webkit-border-radius:7px; /* Safari and chrome */
  -khtml-border-radius:7px; /* Linux browsers */
  border-radius:7px; /* CSS3 */
}


table#comp {
  width:100%;
  border-collapse:collapse;
  margin-bottom: 30px;
}

table#comp tr {
  border-collapse:collapse;
}

table#comp th {
  width:90px;
  border-collapse:collapse;
  border-bottom:solid 1px #a6a6a6;
  vertical-align: middle;
  padding:6px 6px 6px 15px;
  font-size:14px;
  font-weight:normal;
  text-align:center;
  color: #333;
}

table#comp td {
  border-collapse:collapse;
  border-bottom:solid 1px #a6a6a6;
  vertical-align: middle;
  padding:6px 20px 6px 20px;
  font-weight:normal;
  margin-left:10px;
  color: #333;
}

.ls2 {
  letter-spacing: 2.0em;
}
.ls3 {
  letter-spacing: 0.5em;
}
.ls4 {
  letter-spacing: 0em;
}
.ls5 {
  letter-spacing: 0em;
}
.lsf {
  letter-spacing: 1.0em;
}

.btop {
  border-top:solid 1px #a6a6a6;
}

table#comp a{
  color: #6cbbab;
  text-decoration: underline;
  outline: none;
}

table#comp a:hover{
  color: #6acfba;
  text-decoration: underline;
}

.ctb {
  color: #6cbbab;
}


/* プライバシーポリシー　-----------------------------------------*/
.pp_tittle {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight:300;
  color: #555;
  border: solid 1px #555;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  border-radius:5px;
  padding: 6px;
  margin: 10px 0px  15px 0px;
}

.pp {
  text-align:justify;
  font-size: 13px;
  color: #333;
}

.pp a{
  color: #33a064;
  text-decoration: underline;
}

.pp1 {
  text-align:left;
  font-size: 14px;
  line-height: 1.3em;
  color: #333;
  margin: 0px 0px 7px 0px;
}

ol.pplist {
  padding: 0px 10px 10px 15px;
  margin: 0px 0px 10px 0px;
}

ol.pplist li {
  list-style-type: decimal;
  font-size: 13px;
  font-weight:normal;
  line-height: 1.3em;
  padding: 0px 0px 3px 0px;
  margin: 0px 0px 5px 15px;
  border-bottom: dotted 2px #ccc;
}

ol.pplist2 {
  padding: 0px 10px 0px 15px;
  margin: 0px 0px 0px 0px;
}

ol.pplist2 li {
  list-style-type: decimal;
  font-size: 13px;
  font-weight:normal;
  line-height: 1.3em;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 15px;
  border: none;
}

.ppind {
  padding: 0;
  margin: 0px 0px 15px 15px;
}

.pp_con {
  background:url(../img/comp/mail.png);
  background-repeat: no-repeat;
  padding:0px 0px 0px 30px;
  margin:10px 0px 0px 0px;
}


/* お問合せ　-----------------------------------------*/
.cbx {
  text-align: justify;
  font-size: 12px;
  color: #6cbbab;
  background:#effbf9;
  padding: 13px;
}

.cbt {
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #6acfba;
  padding: 13px;
}

.ctel {
  text-align: center;
  margin: 10px 0px 0px 0px;
  padding: 0;
}

.ctel img {
  width: 200px;
}

.cpt {
  text-align: center;
  background: #0576bd;
  padding: 13px;
}

.cpp {
  text-align: center;
  margin: 0;
  padding: 0;
}

.cpp a {
  outline: none;
}

.cpp img {
  width: 200px;
}


.con_blue {
  text-align: center;
  color: #6cbbab;
  font-size: 13px;
  line-height: 1.3em;
  padding: 0;
  margin-bottom: 30px;
}

.con_red{
  color: #ff0000;
}

.con_tel {
  width: 280px;
  margin: 0px 0px  30px 0px;
}

table.formTable {
  width:100%;
  margin:0 auto;
  border-collapse:collapse;
  margin-bottom: 10px;
}
table.formTable th {
  width:30%;
  border:1px solid #ccc;
  vertical-align: middle;
  font-size: 13px;
  color: #777;
  padding:0px 0px 0px 10px;
}
table.formTable td {
  border:1px solid #ccc;
  padding:10px 10px 0px 10px;
  vertical-align: middle;
}


.complete {
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0;
  margin-bottom: 15px;
}

.ttb {
  display: block;
  text-align: center;
  width:300px;
  font-size: 14px;
  line-height: 1.3em;
  color: #6cbbab;
  padding: 10px 15px;
  border: solid 1px #6cbbab;
  background: #fff;
  cursor: pointer;
}
.ttb a {
  text-decoration: none;
  outline: none;
  color: #6cbbab;
}


input[type=text]{
  font-size:14px;
  color: #666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border:#a9a9a9 1px solid;
  box-shadow:none;
  text-shadow:none;
  width:100%;
  height:40px;
  padding:0px 10px;
}

input[type=email]{
  font-size:14px;
  color: #666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border:#a9a9a9 1px solid;
  box-shadow:none;
  text-shadow:none;
  width:100%;
  height:40px;
  padding:0px 10px;
}


input[type=text]:focus {
  border: solid 1px #0875e4;
  outline: none;
  box-shadow:none;
  text-shadow:none;
}

textarea {
  font-size:14px;
  font-weight: normal;
  color: #666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border:#a9a9a9 1px solid;
  box-shadow:none;
  text-shadow:none;
  width:100%;
  height:200px;
  padding:10px;
}

textarea:focus {
  border: solid 1px #0875e4;
  outline: none;
  box-shadow:none;
  text-shadow:none;
}

::-webkit-input-placeholder {
  color:  #999;
}
:-moz-placeholder {
  color:  #999;
}

input,
textarea
 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -khtml-appearance: none;
}

label {
  font-size: 13px;
  color: #777;
}

.mycheckbox a {
  text-decoration: none;
  outline: none;
  color: #777;
}

/* 元々のチェックボックス（非表示） */
.mycheckbox input[type="checkbox"]{
  display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="checkbox"]+label{
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="checkbox"]+label::before{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color:  #585753; /* 枠の色変更 お好きな色を */
  background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.mycheckbox input[type="checkbox"]:checked+label::after{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color:  #585753; /* チェックの色変更 お好きな色を */
}

.con_att {
  text-align: left;
  font-size: 12px;
  margin-bottom:10px;
}

.con_att a {
  color: #6cbbab;
  padding: 0;
  text-decoration: none;
  outline: none;
}




.contact_error{
  text-align: center;
  font-size: 14px;
  background: #ff0000;
  color: #fff;
  margin-bottom: 15px;
  padding: 10px;
}

.contact-submit {
  text-align: center;
  width:120px;
  height:60px;
  font-size: 15px;
  color: #6cbbab;
  padding: 7px 30px;
  border: solid 1px #6cbbab;
  background: #fff;
  border-radius: none;
  box-shadow:none;
  text-shadow:none;
  cursor: pointer;
}

/* 吹き出し */
#tooltip{
  font-size: 13px;
  color: #333;
  background-color: #ffe100;
  position: absolute;
  z-index: 100;
  padding: 15px;
  background-image: url(../img/wks/close.png);
  background-repeat: no-repeat;
  -moz-background-size:15px 15px;
  background-size:15px 15px;
  background-position: right top;
  -moz-border-radius:5px; /* Firefox */
  -webkit-border-radius:5px; /* Safari and chrome */
  -khtml-border-radius:5px; /* Linux browsers */
  border-radius:5px; /* CSS3 */
}



#tooltip:after /* triangle decoration */{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffe100;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after{
  border-top-color: transparent;
  border-bottom: 10px solid #ffe100;
  top: -20px;
  bottom: auto;
}

#tooltip.left:after{
  left: 10px;
  margin: 0;
}

#tooltip.right:after{
  right: 10px;
  left: auto;
  margin: 0;
}

.tool_cap {
  text-align: left;
  font-size: 13px;
  margin-top: 10px;
}


/* SLICK関連 //////////////////////////////////////////*/
.slider {
  margin: 0;
  padding: 0;
}
.slider img {
  width: 100%;
  height: auto;
}
