@charset "UTF-8";
body,
div,
form,
hr,
img,
br,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
dl,
dt,
dd,
ul,
li,
ol,
table,
td,
th,
tr,
tbody,
caption,
b,
em,
strong,
i,
font,
big,
small,
embed,
object,
map,
frame,
frameset,
iframe,
select,
option,
address {
  line-height: 1.5em;
}
html,
body,
header,
header h1,
div.headltit,
footer,
section.footcolmn,
nav#jq_navi ul li a,
nav#jq_navi ul li a:hover,
article.maincolmn {
  background: none;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.page-layout-section table,
.page-layout-section td,
.page-layout-section th {
  border: 1px solid;
}
.page-layout-section td,
.page-layout-section th {
  padding: 5px;
}
h5 span strong {
  font-weight: bold;
}
h5 strong span {
  font-weight: bold;
}


.mm-menu,
.mm-listview {
  background: #f4f0db;
}
.my-menu ul li,
nav.mm ul>li a,
 .mmet {
  text-align: left;
}
.mm-menu.mm-offcanvas {
  z-index: 2;
}
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next {
  background: none;
}
.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
  height: 53px;
}
.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
  top: 20px;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  padding: 2px 0 2px 10px;
}
/***********
footerのボタン
***********/

#under-btn {
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
  background: #ffb140;
  z-index: 9999;
}

#under-btn .under-btn-text {
  color: #fff;
  margin: 10px 2%;
  line-height: 1.2em;
  text-align: left;
  font-size: 13px;
}

#under-btn ul {
  font-size: 0;
}

#under-btn ul li {
  display: inline-block;
  width: 33%;
  font-size: 12px;
  margin: 0 0.166%;
  float: none;
}

#under-btn ul li a {
  display: block;
  background: none;
  padding: 10px 0;
  border-radius: 3px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}

#under-btn ul li.under-btn-contact a {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#under-btn ul li a .icon-circle {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #fff;
  line-height: 30px;
}

#under-btn ul li a .icon-circle i.fa {
  color: #ffb140;
  font-size: 18px;
}


/**********
ポップアップ
**********/

#inline-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 50px 10px;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#inline-wrap p {
  margin-bottom: 30px;
  color: #111;
}

#inline-wrap a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #e3e3e3), color-stop(0.54, #fff));
  background: -webkit-linear-gradient(top, #fff 54%, #e3e3e3 97%);
  background: -moz-linear-gradient(top, #fff 54%, #e3e3e3 97%);
  background: -o-linear-gradient(top, #fff 54%, #e3e3e3 97%);
  background: -ms-linear-gradient(top, #fff 54%, #e3e3e3 97%);
  background: linear-gradient(to bottom, #fff 54%, #e3e3e3 97%);
  padding: 15px 20px;
  border-radius: 3px;
  color: #666;
  border: 1px solid #666;
  box-shadow: 1px 1px 1px #999;
}

.top_movie {
  position: relative;
  padding-bottom: 46.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 10% 5px;
}

.top_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------------------------------
 パンくずのcss
--------------------------------------------*/
.pankuzu_list {
  clear:both;
  margin-top:0;
}
.pankuzu_list ul {
  margin:3px 0;
  text-align:left;
}
.pankuzu_list li {
  display:inline;
}
.pankuzu_list li a {
  color:#630;
  text-decoration: underline;
  font-size:10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
}
.pankuzu_list li a:hover {
  color:#888;
}

li.cate_li {
  text-align: left;
  border-bottom:2px dotted #fff;
  padding:5px;
}
li.cate_li a {
  color:#fff;
}
li.cate_li a:hover {
  color:#888;
}
.alignleft {
  text-align:left;
}
/**************************
パンくず カスタム
**************************/
#breadcrumbs-one {
  background: #eee;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 100%;
}
#breadcrumbs-one ul {
  margin:0;
  padding:0;
}
#breadcrumbs-one li {
  float: left;
}

#breadcrumbs-one a {
  padding: .4em 1em .4em 2em;
  float: left;
  text-decoration: none;
  color: #666;
  position: relative;
  background: #eee;
}

#breadcrumbs-one li:first-child a {
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover {
  background: #ddd;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after {
  z-index: 2;
  border-left-color: #eee;
}

#breadcrumbs-one a::before {
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}

#breadcrumbs-one a:hover::after {
  border-left-color: #ddd;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover {
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before {
  content: normal;
}


/**********
スマホ
**********/
.headltit {
  margin-bottom: 5px;
}
header.header {
  height: 50px;
  color: #888;
  font-size: 10px;
}
header.header .header_box .atimo_logo {
  margin-bottom: 5px;
}

header h1 {
  font-size: 10px;
  display: inline-block;
  color: #888;
}

header a {
  text-indent: 0;
  display: inline-block;
  font-size: 10px;
  color: #888;
}

.atimo_logo span {
  display: none;
}

.header_right {
  display: none;
}

span#open_list {
  background: none;
  color: #111;
  padding: 0;
  border: none;
  line-height: inherit;
  margin-top: 5px;
}

span#open_list .menu_bar_icon {
  display: inline-block;
}

span#open_list .menu_bar_icon i.fa {
  font-size: 34px;
  margin: 0;
  position: relative;
  left: 0;
  bottom: 0;
}

span#open_list .my_menu_menu {
  display: block;
  font-size: 10px;
}

footer {
  padding-bottom: 65px;
}

section.footcolmn {
  padding: 0;
}

div.footcolmn {
  background: none;
  padding: 0;
}

dl.fm {
  display: block;
  padding: 10px 0 0;
  font-size: 0;
}

dl.fm dd {
  display: inline-block;
  margin: 0;
  border-top: 1px solid #ee780b;
  border-left: 1px solid #ee780b;
  box-sizing: border-box;
  width: 50%;
}
dl.fm dd:nth-child(odd) {
  border-left: none;
}

dl.fm dd a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  color: #ee780b;
  background: none;
  border-radius: 10px;
  padding: 10px 0;
}

nav.mm ul>li.now a {
  background: #ddd;
}

p.copyright {
  color: #111;
  position: relative;
  text-align: center;
  padding-top: 5px;
  border-top: 2px solid #ee780b;
}

article.maincolmn {
  margin: 0;
}

h3.h3sp {
  background: #ee780b;
  border-radius: 0;
  text-shadow: none;
}

h4 {
  font-weight: bold;
}

.page-layout-section h4,
.page-in-content h4 {
  margin: 10px auto;
  border-left: 6px solid #ee780b;
  padding-left: 5px;
}

table.harb-table-sp tr.harb-table-price th,
table.harb-table tr.harb-table-price th {
  background: #f0f0f0;
}

table.harb-table-sp tr.harb-table-price td,
table.harb-table tr.harb-table-price td {
  background: none;
}

.no-table {
  display: none;
}

.page-layout-section,
.page-in-content {
  margin: 0 5%;
}

table.harb-table-sp th {
  width: auto;
}

.official-voice-box {
  font-size: 14px;
  border: 2px solid #888;
  box-sizing: border-box;
  width: 96%;
  padding: 10px;
  margin: 0 2% 20px;
  border-radius: 15px;
}

.voice-midashi {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #888;
  text-align: left;
}

.official-voice-box p {
  font-size: 14px;
  text-align: left;
  line-height: 1.4em;
}

.official-voice-box p.voice-chamer-history {
  text-align: left;
}

.official-voice-box p.voice-chamer-history a,
.official-voice-box p.voice-chamer-history span {
  display: block;
}

.official-voice-box p.voice-chamer-history span.voice-history-date {
  font-size: 12px;
}

.contents-text-block-wide p {
  margin: 10px auto;
}

.contents-text-block img,
.contents-text-block-wide img {
  height: auto;
}

.left-post-content-box {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  vertical-align: top;
}

.right-post-content-box {
  display: inline-block;
  width: 47%;
  vertical-align: top;
}

.content-3box {
  display: inline-block;
  width: 30%;
  margin: 1%;
}
div.toptop {
  width: 100%;
  margin-bottom: 5px;
}
.monthly-archive {
  width: 90%;
  margin: 10px 5% 30px;
  border: 1px solid #ee780b;
  box-sizing: border-box;
}
.blog-archive a {
  text-decoration: underline;
  color: #ee780b;
}
.archive-title {
  background: #ee780b;
  color: #fff;
  padding: 5px 10px;
}
.blog-archive ul {
  padding: 10px;
  list-style: none;
}
.blog-archive ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #ee780b;
}
.blog-thum {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 20px 0 10px;
}
.blog-thum img {
  width: 100%;
}
.blog-thum-no-img {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.blog-text {
  display: inline-block;
  vertical-align: top;
}
.blog-title {
  display: block;
}
.blog-date {
  display: block;
}
.blog-motto {
  text-align: center;
  margin-bottom: 10px;
}
.blog-motto a {
  display: inline-block;
  width: 70%;
  color: #fff;
  background: #ee780b;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
}
.blog-category ul {
  width: 90%;
  margin: 0 5%;
}
.single_state {
  width: 90%;
  margin: 0 5%;
}
.blog-category {
  text-align: center;
  margin: 10px auto;
}
.blog-category a {
  display: inline-block;
  width: 70%;
  color: #fff;
  background: #ee780b;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
}
.monthly-archive ul {
  margin: 10px 5%;
  list-style-type: none;
}
.blog-box {
  margin: 10px 5%;
  font-size: 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ee780b;
}
.blog-box .blog-thum {
  width: 10%;
  height: auto;
  margin: 0 2% 0 0;
}
.blog-box .blog-thum img {
  height: auto;
}
.blog-box .blog-text {
  width: 88%;
  font-size: 16px;
}
.blog-text h3 {
  margin-bottom: 10px;
}
.blog-text h3 .blog-title-left {
  display: block;
  border-left: 6px solid #ee780b;
  box-sizing: border-box;
}

.blog-text h3 .blog-title-left a {
  display: inline-block;
  font-size: 1.1em;
  color: #ee780b;
  margin-left: 10px;
  text-decoration: underline;
}

.blog-text h3 .blog-title-right {
  display: block;
  text-align: right;
  font-size: 11px;
}
.blog-next {
  text-align: right;
}
.blog-next a {
  color: #888;
}
.in_preparation {
  text-align: center;
  padding: 10px;
}
.archive-waku a {
  color: #ee780b;
  text-decoration: underline;
}
.wp-pagenavi {
  margin: 20px auto;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #ee780b !important;
  padding: 3px 8px !important;
  color: #ee780b;
}

.wp-pagenavi span.current {
  border: 1px solid #ee780b;
  background: #ee780b;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #fff !important;
    color: #fff;
}
.wp-pagenavi a:hover {
	background: #ee780b;
}

.single_main {
    padding: 15px;
}
.sns_link {
  width: 80%;
  margin: 0 auto;
}
.sns_link iframe {
  width: 100%;
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contest-banner {
  text-align: center;
}
.top-contest-banner img,
.contest-banner img {
  width: 100%;
  max-width: 600px;
  display: inline-block;
}
.recruit-contest-banner {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  /**********
  PC
  **********/
  nav.mm-menu {
    display: none !important;
  }
  header.header {
    height: 115px;
  }
  .header_box {
    width: 950px;
    display: block;
    margin: 0 auto;
  }
  .atimo_logo {
    float: left;
    color: #000;
    display: block;
    margin-top: 5px;
    text-align: left;
    margin-right: 20px;
    font-size: 12px;
    width: 300px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .atimo_logo a {
    display: block;
  }
  .atimo_logo img {
    width: 136px;
  }
  .atimo_logo span {
    display: inline-block;
  }
  .header_right {
    display: block;
    width: 600px;
    float: right;
  }
  .header_ad {
    width: 37%;
    float: left;
    font-size: 12px;
    text-align: left;
    padding: 3px 10px;
  }
  .header_ad p {
    font-size: 12px;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.2em;
    color: #000;
    display: inline-block;
  }
  .header_ad p.okigaru {
    margin-bottom: 3px;
    width: 100%;
    font-size: 16px;
    color: #ee780b;
    text-align: center;
  }
  .header_tel {
    display: block;
    width: 55%;
    margin-right: 2%;
    float: left;
    text-align: right;
  }
  .header_tel p {
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
  }
  .header_tel p.okigaru {
    font-size: 12px;
  }
  .header_tel p.okigaru .okigaru-tel {
    font-size: 22px;
    color: #ee780b;
    font-weight: bold;
  }
  .okigaru-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
  }
  .header_tel p.okigaru .icon-circle {
    width: 20px;
    height: 20px;
    background: #ee780b;
    text-align: center;
  }
  .header_tel p.okigaru .icon-circle i.fa {
    color: #fff;
    font-size: 14px;
    vertical-align: top;
    margin-top: 3px;
  }
  .icon-circle {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background: #fff;
    line-height: 30px;
  }
  .header-ad-adress {
    clear: both;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
  }
  footer {
    padding-bottom: 0;
    border-top: none;
  }
  section.footcolmn {
    width: 100%;
  }
  dl.fm {
    background: #ee780b;
    text-align: center;
    padding: 0;
  }
  dl.fm dd {
    display: inline-block;
    padding: 10px 5px;
    margin: 0 5px;
    width: auto;
  }
  dl.fm dd a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
  }
  p.copyright {
    border: none;
  }
  nav.mm {
    background: url(../img/bg_mm.jpg) repeat-x center top;
  }
  nav.mm ul>li {
    width: 25%;
  }
  nav#jq_navi ul li a {
    width: 100%;
    height: auto;
    text-align: center;
  }
  nav#jq_navi ul li a .mm_text {
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    line-height: 1em;
  }
  nav#jq_navi ul li a.now {
    background: #F93;
  }
  #header_navi li.now a {
    background: #F93;
  }
  nav#jq_navi ul li a:hover {
    background: #F93;
  }
  nav#jq_navi ul li.mm01 a:hover,
  nav#jq_navi ul li.mm02 a:hover,
  nav#jq_navi ul li.mm03 a:hover,
  nav#jq_navi ul li.mm04 a:hover,
  nav#jq_navi ul li.mm05 a:hover,
  nav#jq_navi ul li.mm06 a:hover,
  nav#jq_navi ul li.mm07 a:hover {
    background: #F93;
    width: 100%;
    height: auto;
  }
  section#topimg {
    margin-top: 35px;
    height: auto;
  }
  div.topimg {
    height: auto;
  }
  div.topimg,
  div.topimg h2 {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  div.topimg h2 img {
    display: inline-block;
    width: 100%;
  }
  nav.mm ul li ul li {
    width: 100% !important;
  }
  nav#jq_navi ul li ul li a {
    display: block;
    width: 100%;
    background: #FCC592;
    margin: 0;
  }
  nav#jq_navi ul li ul li a:hover {
    background: #F9CDA5 !important;
    margin: 0;
  }
  .mm-listview>li.mm-vertical>.mm-next,
  .mm-vertical .mm-listview>li>.mm-next {
    height: 100%;
  }
  article.maincolmn {
    margin: 0 auto;
  }
  h3.h3sp {
    width: 960px;
    height: auto;
    background: url(../img/line_long.jpg) bottom no-repeat;
    margin-bottom: 20px;
  }
  h3.h3sp .h3noimg_text {
    color: #ee780b;
    font-size: 31px;
  }
  .blog-category ul {
    width: 980px;
    margin: 0;
  }
  .single_state {
    width: 980px;
    margin: 0;
  }
  .top-contest-banner {
    margin-top: 20px;
  }
  .recruit-contest-banner {
    margin-top: 10px;
  }
}
