@charset "utf-8";
/* CSS Document */
/*
Theme Name:tokoro_office_theme
*/
html {
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.5;
  color: #000;
  width: 100%;
  background-color: #FFFFFF;
  letter-spacing: 0.08em;
  word-break: break-all;
}
/*******共通*********/
.underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.white {
  color: #FFFFFF;
}
.red {
  color: #f3363d;
}
.black {
  color: #000;
}
.webfont {
  font-family: 'Source Sans Pro', sans-serif;
}
a {
  opacity: 1;
  color: #000;
}
a:hover {
  opacity: 0.8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.ment {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.ment2 {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.mini_ment {
  font-size: 13px;
  font-size: 1.3rem;
}
.mini_ment2 {
  font-size: 12px;
  font-size: 1.2rem;
}
.large_ment {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
.large_ment2 {
  font-size: 16px;
  font-size: 1.6rem;
}
#pankuzu {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
}
#pankuzu a:hover {
  opacity: 1;
  text-decoration: none;
}
.attention_txt {
  margin-left: 1em;
  text-indent: -1em;
}
.ta_c {
  text-align: center;
}
.ta_r {
  text-align: right
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.m_off {
  margin-right: 0;
  margin-bottom: 0;
}
.fts32 {
  font-size: 32px;
  font-size: 3.2rem;
}
.fts24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.fts18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.fts20 {
  font-size: 20px;
  font-size: 2rem;
}
.lh2 {
  line-height: 2em;
}
.lh22 {
  line-height: 2.2em;
}
.lh18 {
  line-height: 1.8em;
}
.blue {
  color: #1169aa;
}
.kuwasiku {
  margin-top: 24px;
}
.kuwasiku a {
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  background-color: #1169aa;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid #1169aa;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.kuwasiku a:hover {
  opacity: 1;
  background-color: #FFF;
  color: #1169aa;
}
.mincho {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
}
.title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  display: block;
  margin-bottom: 20px;
}
.title .webfont {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
  color: #999999;
  display: inline-block;
  margin-left: 20px;
}
.list a {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #1169aa;
  padding: 6px 15px;
  border-width: 1px;
  border-style: none;
  border-radius: 40px;
}
#wrap #main footer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2em;
  letter-spacing: 0.02em;
}
footer a:hover {
  opacity: 1;
  text-decoration: underline;
}
.scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
}
.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.scroll span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.scroll span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
.kaikei_soft1 {
  margin-top: 16px;
  margin-right: 10px;
  display: inline-block;
}
.kaikei_soft2 {
  margin-top: 16px;
  display: inline-block;
}
.hoken_corp1 {
  margin-top: 16px;
  margin-right: 10px;
  display: inline-block;
}
.hoken_corp2 {
  margin-top: 16px;
  display: inline-block;
}
.nintei1 {
  margin-top: 16px;
  display: inline-block;
  width: 285px;
}
.ma1 {
  margin-top: 16px;
  display: inline-block;
  width: 220px;
}
.message_right {
  display: none;
}
#souzoku1.img_bg .inner .box h1 {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
#souzoku2.img_bg .inner .box h1 {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
#kozin1.img_bg .inner .box h1 {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
#kozin2.img_bg .inner .box h1 {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
#hozin1.img_bg .inner .box h1 {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
#hozin2.img_bg .inner .box h1 {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
#hozin3.img_bg .inner .box h1 {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
/*お問い合わせフォーム*/
#formWrap table, #formWrap tbody, #formWrap thead, #formWrap tfoot, #formWrap tr, #formWrap th, #formWrap td {
  display: block;
  text-align: left;
}
#formWrap {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
  font-size: 1.4rem;
  line-height: 1.8;
}
#formWrap input[type="text"], #formWrap input[type="email"], #formWrap input[type="tel"] {
  padding: 5px;
  width: 310px;
  margin-bottom: 10px;
}
#formWrap select {
  width: 100px;
  padding: 5px;
  margin-bottom: 10px;
}
#formWrap textarea {
  padding: 5px;
  width: 640px;
  height: 200px;
}
#formWrap input[type="submit"] {
  font-size: 14px;
  color: #FFF;
  border: none;
  display: inline-block;
  padding: 12px 17px;
  background-color: #1169a9;
  margin-top: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}
.access .box p {
  color: #FFFFFF;
}
.access .box a {
  color: #FFFFFF;
}
.main_image header .inner .logo img {
  width: 432px;
}
.access.white .container.inner .box p img {
  width: 320px
}
#pageTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
}
.container .tips_banner.inner li img {
  width: 320px;
}
.inner.top1 .box p a img {
  width: 180px;
}
.inner.top1 .box p img {
  width: 180px;
}
.article_text_head {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.article_text_blue {
  font-size: 2.2rem;
  padding-top: 20px;
  color: #3333ff;
}
.article_text_red {
  color: #ff3b3b;
}
/*  ページャー
------------------------------------------------------------*/
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  margin: 0 auto;
  display: table;
}
.pagination span, .pagination a {
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #000;
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background: #1169aa;
}
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #1169aa;
  color: #fff;
}
#pankuzu a {
  text-decoration: underline;
}
header.topics .title {
  margin-bottom: 40px;
}
/*記事内のスタイル*/
body .single_style h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 0.2em;
}
body .single_style h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 0.2em;
}
body .single_style h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8em;
  margin-bottom: 0.2em;
}
body .single_style h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 0.2em;
}
body .single_style h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 0.2em;
}
body .single_style p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 1em;
}
body .single_style {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 0.2em;
}
body .single_style li {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 1em;
  list-style-type: disc;
  line-height: 1.8em;
  margin-bottom: 0.2em;
  padding-left: 0;
}
body .single_style a {
  text-decoration: underline;
  color: #3333ff;
}
body .single_style {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}
body .single_style {
  max-width: 100%;
  height: auto;
}
body .single_style .alignleft {
  float: left;
  margin-right: 2%;
  margin-bottom: 1%;
}
body .single_style .alignright {
  float: right;
  margin-left: 2%;
  margin-bottom: 1%;
}
body .single_style .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1%;
}
body .single_style strong {
  font-weight: bold;
}
body .sevice_kizi a {
  text-decoration: underline;
  color: #3333ff;
}
#calendar {
  width: 280px;
  float: left;
}
.namefront {
  font-size: 12px;
  margin-bottom: 10px;
  vertical-align: text-bottom;
  float: left;
  display: block;
  text-align: left;
}
/*カレンダー*/
#bizcalendar-2 {
  list-style-type: none;
}
#bizcalendar-2 h2 {
  display: none;
}
body #biz_calendar {
  max-width: 300px;
}
body #biz_calendar table.bizcal .holiday {
  background-color: #d7fbdf;
  color: #000000;
}
body #biz_calendar table.bizcal {
  font-size: 12px;
}
body #biz_calendar p span.boxholiday {
  background-color: #d7fbdf;
  color: #000000;
}
body #biz_calendar table.bizcal th {
  line-height: 2.2em;
}
body #biz_calendar table.bizcal td {
  line-height: 2.2em;
}
body #biz_calendar p span.boxeventday {
  background-color: #6db8f2;
}
body #biz_calendar table.bizcal .eventday {
  background-color: #6db8f2;
}
body .updateinfo_left {
  width: 640px;
  float: left;
  margin-right: 40px;
}
body #biz_calendar table.bizcal {
  margin-top: 5px;
}
.top2 .updateinfo .list {
  margin-top: 10px;
}
body .newmark img {
  padding-bottom: 5px;
  margin-left: 5px;
}
body #staff3 .namefront {
  padding-top: 6px;
}
body #staff4 .namefront {
  padding-top: 6px;
}
body #staff6 .namefront {
  padding-top: 6px;
}
body #staff8 .namefront {
  padding-top: 6px;
}
body .title .subtitle_oo {
  margin-left: 140px;
}
.top2 .wp_list li {
  overflow: hidden;
}
.top2 .wp_list li .day {
  float: left;
  margin-right: 20px;
}
.top2 .wp_list li .cat {
  float: left;
  margin-right: 20px;
}
.top2 .wp_list li .updatetitle {
  width: 360px;
  display: block;
  float: left;
}
.top2 .wp_list li .newmark {}
.txttitle {
  width: 330px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  text-decoration: underline;
}
span.newmark {
  display: block;
  float: left;
}
#news_space ul li div {
  float: left;
}
.ns_date {
  margin-right: 20px;
  float: left;
}
.ns_cat {
  margin-right: 20px;
  float: left;
}
.ns_cat a {
  text-align: center;
  width: 80px;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  padding: 2px;
  background-image: url(img/index/cat_bg.png);
  background-repeat: repeat;
}
.ns_title {
  width: 363px;
  float: left;
}
.ns_title a {
  width: 362px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  text-decoration: underline;
  margin-right: 2px;
}
.ns_mark {
  float: right;
  width: 34px;
}
.ns_mark img {
  padding-bottom: 4px;
}
.news_space {
  font-size: 15px;
}
.news_space li {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  position: relative;
}
a.underline.new.updatetitle {
  float: left;
}
/*  前の記事へ　次の記事へ
------------------------------------------------------------*/
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body .kizi_area {
  word-wrap: break-word !important;
  word-break: normal !important;
}
body .sevice_kizi {
  word-wrap: break-word !important;
  word-break: normal !important;
}
body .sevice_kizi .container .large_ment.service_kizi_page_css h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 0.2em;
}
body .sevice_kizi .container .large_ment.service_kizi_page_css h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8em;
  margin-bottom: 0.2em;
}
body .sevice_kizi .container .large_ment.service_kizi_page_css strong {
  font-weight: bold;
}
body .sevice_kizi .container .large_ment.service_kizi_page_css ol li {
  list-style-type: decimal !important;
  margin-left: 1.8em !important;
}
body .single_style strong {
  font-weight: bold;
}
body .single_style ol li {
  list-style-type: decimal !important;
  margin-left: 1.8em !important;
}
/* add */
/* テーブル */
body .single_style table {
  margin: 0 0 30px 0;
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
  width: calc(100% - 2px);
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #fff;
}
body .single_style td, body .single_style th {
  border: 1px solid #fff;
  padding: 10px 15px 7px;
  line-height: 1.5;
  word-break: break-all;
  vertical-align: middle;
}
body .sevice_kizi .container .large_ment.service_kizi_page_css table {
  margin: 0 0 30px 0;
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
  width: calc(100% - 2px);
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #fff;
}
body .sevice_kizi .container .large_ment.service_kizi_page_css td, body .sevice_kizi .container .large_ment.service_kizi_page_css th {
  border: 1px solid #fff;
  padding: 10px 15px 7px;
  line-height: 1.5;
  word-break: break-all;
  vertical-align: middle;
}
/* staff その他有資格者 */
.flex {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
.flex .box {
  background-color: #f8f8f8;
}
/* アコーディオン */
body .single_style h2.open_h3 {
  cursor: pointer;
  margin: 0;
  text-align: center;
  background-color: #c6c6c6;
  font-size: 24px;
  color: #fff;
  letter-spacing: .2em;
  font-weight: bold;
  padding: 4px 10px 5px;
  line-height: 1.3;
  margin-top: 6px;
  margin-bottom: 6px;
  position: relative;
}
body .single_style h2.open_h3:first-child {
  background-color: #a9d160;
  cursor: default;
}
/*	body .single_style h3.open_h3:first-child:hover{
	background-color: #a3c15c;

	
}*/
body .single_style h2.open_h3:not(:first-child):hover {
  background-color: #959595;
}
/*body .single_style h3.open_h3.active:first-child{
		background-color: #a3c15c;
	}*/
body .single_style h2.open_h3.active:not(:first-child) {
  background-color: #959595;
}
h2.open_h3 span {
  background-color: #a9d160;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  padding: 3px 0 3px;
  width: 150px;
  font-size: 18px;
  letter-spacing: .1em;
}
body .single_style h2.open_h3:hover {
  background-color: #a9d160;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.icon_down {
  font-size: 22px;
  margin-left: 20px;
  font-weight: bold;
}
body .single_style h2.open_h3:first-child:after {
  display: none;
}
body .single_style .ac_menu p.ta_c {
  line-height: 1;
  margin-bottom: 0;
}
body .single_style h3.ac_menu-h3 {
  border: 1px solid #333;
  display: inline-block;
  padding: 1px 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
/*------------------------------------------------------------	
Target Devices # Tablet MobilePC #	
------------------------------------------------------------ */
@media screen and (max-width: 960px) {
  h2.open_h3 span {
    background-color: #a9d160;
    display: block;
    margin: 5px auto 0;
    position: inherit;
    right: 0;
    top: 0;
    padding: 11px 0;
    width: 150px;
    font-size: 18px;
  }
  .icon_down {
    font-size: 22px;
    margin-left: 3px;
    display: block;
  }
}
/*------------------------------------------------------------	
Target Devices # Smart Phone Only #	
------------------------------------------------------------ */
@media screen and (max-width: 610px) {
  body .single_style h2.open_h3 {
    font-size: 18px;
    line-height: 1.3;
    position: relative;
    padding: 7px 10px 7px;
  }
  h2.open_h3 span {
    font-size: 13px;
    line-height: 1;
  }
  .icon_down {
    line-height: 1;
  }
}
body .sevice_kizi .kuwasiku a {
  text-decoration: none;
  border: 2px solid #1169aa;
  background-color: #fff;
  color: #1169aa;
}
body .sevice_kizi .kuwasiku a:hover {
  background-color: #1169aa;
  text-decoration: none;
  color: #fff;
}
.form_ment {
  margin-bottom: 50px;
}
.topics_banner {
  margin-top: 60px;
}
/** ===========================================================================
 * index
 ** ======================================================================== */
.top__topics__list {
  overflow: hidden;
}
.top__topics__group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -25px -7px;
}
.top__topics__group-item {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  padding: 25px 7px;
}
.top__topics__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top__topics__thumbnail {
  border-radius: 50%;
  overflow: hidden;
  transition: .3s;
}
.top__topics__name {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.top__topics__name:not(:first-child) {
  margin-top: 16px;
}
.top__topics__link:hover {
  opacity: 1;
}
.top__topics__link:hover .top__topics__thumbnail {
  opacity: .8;
}
.top__topics__link:hover .top__topics__name {
  text-decoration: underline;
}
@media screen and (max-width: 479px) {
  .top__topics__name {
    font-size: 2.0rem;
  }
}