@charset "UTF-8";
/*
Theme Name: Tsuruta-2020
Author: Tsuruta
Author URI: https://252515.com/
Description: Tsuruta
*/
/* =============================
config
===============================*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
}
@media (max-width: 780px) {
  body {
    font-size: 0.875em;
  }
}
/*common
------------------------------------------------*/
#top #setStage {
  /*background: #5BDDCB;*/
  display: flex;
  /*height: 100vh;*/
}
#setStage {
  display: flex;
}
#mainCont {
  flex-grow: 2;
  width: calc(100% - 240px);
}
#sideTop {
  width: 240px;
  background: #E3FFFB;
  padding: 2em 2.8em 0 1.5em;
}
#sideCont {
  width: 240px;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  background: #E3FFFB;
  padding: 1.2em 2.2em 0 1.6em !important;
}
@media (max-width: 999px) {
  #mainCont {
    flex-grow: 1;
    width: 100%;
  }
  #sideTop, #sideCont {
    display: none;
  }
}
/*navigation
------------------------------------------------*/
#sp-menu {
  display: none;
}
@media (max-width: 999px) {
  #sp-menu {
    display: block;
  }
}
.drawer-nav {
  background: #E3FFFB !important;
}
.drawer-nav > div {
  padding: 1em 2em 1em 1em;
}
/*top
------------------------------------------------*/
#top #setStage {}
#top #mainCont {
  display: flex;
  justify-content: center;
}
@media (max-width: 999px) {
  #top #mainCont {}
}
.iphone #top #mainCont {}
.topCont {
  margin-top: 5rem;
  text-align: center;
  /*margin: 4em auto 0;*/
  width: 660px;
}
.topCont h1 img {
  max-width: 480px;
}
.topCont h1 + p {
  margin-top: 0;
}
@media (max-width: 780px) {
  .topCont {
    width: calc(100% - 30px);
  }
  .topCont h1 img {
    width: calc(100% - 10px);
  }
}
.gmenu {
  margin-top: 1em;
  display: flex;
  list-style: none;
  justify-content: space-between;
  letter-spacing: 1px;
  /*text-shadow:
    1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;*/
}
@media (max-width: 480px) {
  .gmenu {
    font-size: 0.75em;
    flex-wrap: wrap;
  }
}
.topCont .search input[type=text] {
  font-size: 1.2em;
  height: 39px;
  box-sizing: border-box;
  width: calc(100% - 77px);
  padding: 0 1em;
  transition: 0.3s;
  border: 1px solid #C7C7C7;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  outline: none;
}
.search input[type]:focus {
  outline: none;
  /*box-shadow: 0 0 5px 1px #068E7B;*/
  background: #FFF8D9;
}
.topCont .search input[type="submit"] {
  padding-top: 0.5em;
  cursor: pointer;
  width: 67px;
  height: 39px;
  text-indent: -9999px;
  background: url("common/img/search.png") no-repeat 0 0;
}
.topCont .search input[type="submit"]:hover {
  background: url("common/img/search.png") no-repeat 0 -39px;
}
/*#sideCont
------------------------------------------------*/
.sideSearch {
  text-align: center;
  margin: 1.5em auto 0;
  max-width: 200px;
}
.drawer-nav .sideSearch {
  margin: 1em auto 0;
}
.sideSearch p {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 0.65em;
}
.sideSearch img {
  width: 100%;
}
.sideSearch .search input[type=text] {
  font-size: 0.8em;
  height: 29px;
  box-sizing: border-box;
  width: calc(100% - 50px);
  padding: 0 1em;
  transition: 0.3s;
  border: 1px solid #C7C7C7;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  outline: none;
}
.sideSearch .search input[type="submit"] {
  padding-top: 2px !important;
  width: 50px;
  height: 29px;
  text-indent: -9999px;
  background: url("common/img/search.png") no-repeat 0 0;
  background-size: 50px;
}
.sideSearch .search input[type="submit"]:hover {
  background: url("common/img/search.png") no-repeat 0 -29px;
  background-size: 50px;
}
.sidegMenu, .outsideLink {
  list-style: none;
}
.sidegMenu {
  margin: 0.7em 0 0.5em;
}
.sidegMenu li {
  line-height: 1.8;
  padding-left: 1.8em;
  background: url("common/img/listtype_b.png") no-repeat 9px center;
  background-size: 16px;
}
.outsideLink li {
  line-height: 1.8;
  padding-left: 1.8em;
  background: url("common/img/listtype_a.png") no-repeat 10px center;
  background-size: 15px;
}
@media (max-width: 780px) {
  .outsideLink li {
    background: url("common/img/listtype_a.png") no-repeat 8px center;
    background-size: 12px;
  }
}
address {
  display: table;
  margin: 1em auto 0.5em;
  font-style: normal;
  font-size: 0.6em;
}
/*下層ページ
------------------------------------------------*/
#pageSet {
  margin-top: 2em;
}
#pageHederCont, #pageSet {
  margin-left: 4em;
  width: calc((100% - 290px) - 8em);
  padding-bottom: 4em;
}
#pageSet img {
  width: 100%;
}
@media (max-width: 999px) {
  #pageHederCont, #pageSet {
    width: calc(100% - 60px) !important;
    margin-left: auto;
    margin-right: auto;
  }
}
#pageSet a {
  text-decoration: underline;
}
.caption {
  margin-top: 0.3em !important;
  font-size: 0.8em;
}
/*#pageHeder
------------------------------------------------*/
.breadcrumbs {
  font-size: 0.8em;
  margin-bottom: 2em;
}
.breadcrumbs a {
  text-decoration: underline;
}
#pageHeder {
  background: #5BDDCB url("common/img/bg_img01.png") repeat-x left bottom;
  background-size: 500px;
}
#pageHederCont {
  padding: 1em 0 0;
}
/*---#pageHeder バリエーション---*/
#page-fb, #page-storage, #page-contact, #page-policy {
  min-height: 220px;
  padding-left: 110px;
  padding-bottom: 1em;
}
#page-blog {
  background: url("common/img/bg_blog.png") no-repeat 0 0;
  background-size: 110px;
  min-height: 220px;
  padding-left: 140px;
  padding-bottom: 1em;
}
#page-fb {
  background: url("common/img/bg_fb.png") no-repeat 0 0;
  background-size: 84px;
}
#page-storage {
  background: url("common/img/bg_storage.png") no-repeat 0 0;
  background-size: 79px;
}
#page-contact {
  background: url("common/img/bg_contact.png") no-repeat 0 0;
  background-size: 72px;
}
#page-map {
  background: url("common/img/bg_map.png") no-repeat 0 0;
  background-size: 120px;
  min-height: 220px;
  padding-left: 135px;
  padding-bottom: 1em;
}
#page-policy {
  background: url("common/img/bg_policy.png") no-repeat 0 0;
  background-size: 64px;
}
#page-404 {
  min-height: 80px;
  padding-bottom: 1em;
}
@media (max-width: 640px) {
  #page-fb, #page-storage, #page-contact, #page-policy {
    min-height: 150px;
    padding-left: 80px;
  }
  #page-blog {
    background: url("common/img/bg_blog.png") no-repeat 0 0;
    background-size: 64px;
    min-height: 150px;
    padding-left: 80px;
  }
  #page-fb {
    background: url("common/img/bg_fb.png") no-repeat 0 0;
    background-size: 62px;
  }
  #page-storage {
    background: url("common/img/bg_storage.png") no-repeat 0 0;
    background-size: 55px;
  }
  #page-contact {
    background: url("common/img/bg_contact.png") no-repeat 0 0;
    background-size: 47px;
  }
  #page-map {
    background: url("common/img/bg_map.png") no-repeat 0 0;
    background-size: 70px;
    min-height: 150px;
    padding-left: 90px;
  }
  #page-policy {
    background: url("common/img/bg_policy.png") no-repeat 0 0;
    background-size: 45px;
  }
}
/* =============================
blog-page
===============================*/
#singleSet #pageSet p {
  /*font-size: 1.2em;*/
}
#singleSet .breadcrumbs {
  width: calc(100% - 30px);
}
#singleSet #pageHeder {
  background: #5BDDCB url("common/img/bg_img01.png") repeat-x left 50px;
  background-size: 600px;
}
#singleSet #pageHederCont {
  padding: 1em 0 2em;
}
#singleSet p.date {
  margin: 0 0 0.3em;
}
.account-for-love:after, .topics:after, .account-with-love:after, .how-it-works:after {
  display: inline-block;
  text-align: center;
  width: 100px;
  font-size: 0.750em;
  margin-left: 1.4em;
  color: #fff;
  border-radius: 2px;
}
p.account-for-love:after, p.topics:after, p.account-with-love:after, p.how-it-works:after {
  margin-left: 1em !important;
}
@media (max-width: 999px) {
  .account-for-love:after, .topics:after, .account-with-love:after, .how-it-works:after {
    margin-left: 1.1em;
  }
}
.account-for-love:after {
  content: "愛を会計する";
  background: #05689F;
}
.topics:after {
  content: "トピックス";
  background: #CB4C13;
}
.account-with-love:after {
  content: "愛で会計する";
  background: #41724D;
}
.how-it-works:after {
  content: "しくみ通信";
  background: #051b9f;
}
.pagenation {
  padding-top: 2em;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.pagenation a {
  background: #059F89;
  color: #fff;
  text-decoration: none !important;
  padding: 0.5em 2em;
  border-radius: 3px;
}
/*tab
------------------------------------------------*/
@media (max-width: 480px) {
  #tab {
    font-size: 0.7em;
  }
}
.jquery-tab-pager-tabbar {
  padding-top: 1.5em;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.jquery-tab-pager-tabbar li {
  width: 100%;
  text-align: center;
  border: solid 1px #059F89;
  border-right: none;
  border-bottom: solid 3px #059F89;
  border-radius: 5px 5px 0 0;
  padding: 0.5em 0;
}
.jquery-tab-pager-tabbar li:last-of-type {
  border-right: solid 1px #059F89;
}
.jquery-tab-pager-tabbar li:hover {
  cursor: pointer;
  background: #EDFFFC;
  color: #CD2653;
}
.jquery-tab-pager-tabbar li.current {
  color: #fff;
  font-weight: bold;
  background: #059F89;
}
/* Page Navigation */
#jquery-tab-pager-navi {
  margin-top: 1.5em;
  padding: 0;
  overflow: hidden;
}
#jquery-tab-pager-navi li {
  list-style: none;
  display: inline;
}
#jquery-tab-pager-navi li a {
  float: left;
  display: block;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #ccc;
  text-decoration: none;
  background: #fff;
  -webkit-transition: background 200ms linear;
  transition: background 200ms linear;
  border-radius: 3px;
}
#jquery-tab-pager-navi li:last-child a {
  margin-right: 0px;
}
#jquery-tab-pager-navi li a.current, #jquery-tab-pager-navi li a.disable, #jquery-tab-pager-navi li a:hover {
  background: #EDFFFC;
  color: #000;
}
/*blog-list
------------------------------------------------*/
#pageSet #wrapper {
  margin: 1.5em 0;
  list-style-type: none;
}
.bloglist {
  margin-top: 0.6em;
}
.bloglist a {
  text-decoration: none !important;
}
.bloglist h2 {
  display: inline-block;
  font-size: 1.1em;
}
#wrapper .date {
  padding-right: 0.8em;
}
@media (max-width: 999px) {
  .bloglist h2 {
    display: block;
  }
}
/* =============================
facebook-page
===============================*/
.fb_link {
  list-style-type: none;
  padding: 1em 0;
  min-height: 100px;
  width: 100%;
}
.fb_link h2 {
  font-size: 2em;
}
.fb_link h3 {
  font-size: 1.8em;
}
.fb_link li {
  margin-bottom: 4em;
}
.fb_link a {
  word-break: break-all;
  display: block;
  background: url("common/img/icn_fb.png") no-repeat 0 0;
  background-size: 93px;
  padding-left: 120px;
}
@media (max-width: 780px) {
  .fb_link h2 {
    font-size: 1.5em;
  }
  .fb_link h3 {
    font-size: 1em;
  }
  .fb_link a {
    background: url("common/img/icn_fb.png") no-repeat 0 0;
    background-size: 55px;
    padding-left: 70px;
  }
}
/* =============================
googlemaps
===============================*/
.googlemaps {
  margin: 2em 0 4em;
}
.googlemaps iframe {
  border: none;
  width: 100%;
  height: 500px;
}
/* =============================
sitepolicy
===============================*/
.policySent p {
  margin: 0.3em 0 2.5em;
}
/* =============================
404
===============================*/
.set404 {
  min-height: 300px;
}
.set404 h1 {
  text-align: left !important;
}
/* =============================
お問い合わせ
===============================*/
.inquiry h2, .inquiry h3 {
  color: #010416 !important;
  font-size: 1.25rem !important;
  border-bottom: solid 1px #666 !important;
  padding-bottom: 0.1rem;
  margin-top: 2rem !important;
  text-align: left !important;
}
.inquiry h3 > span {
  font-size: 1.25rem !important;
}
.inquiry p {
  margin-bottom: 0.1em;
}
.inquiry div.form_set {
  background: #fff;
  color: #010416;
  margin: 1.5rem 0;
  border-radius: 10px;
  padding: 10px 60px 20px;
}
.inquiry span.vertical-item {
  display: block;
}
.inquiry input[type=text], .inquiry textarea {
  font-size: 120%;
  box-sizing: border-box;
  width: 100%;
  margin: 8px 0;
  padding: 0.8rem;
  transition: 0.3s;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  outline: none;
}
.inquiry input[type]:focus, .inquiry textarea:focus {
  /*border: 2px solid #059F89;*/
  background: #FFF8D9;
  outline: none;
  /*box-shadow: 0 0 5px 1px #059F89;*/
}
.required {
  color: #DD0000;
  font-weight: bold;
}
.inqnote {
  font-size: 87.5%;
}
.inqnote p {
  margin-top: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.inqnote p:first-of-type {
  margin-top: 1rem;
}
.form_result {
  font-style: normal;
}
.mw_wp_form_preview .form_result {
  font-style: italic !important;
  font-weight: bold;
  font-size: 1.25em;
  color: darkgreen;
}
.subumit_set {
  margin: 1rem auto;
  text-align: center;
}
.submitSet {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: 1rem auto;
  text-align: center;
}
.submitSet > button, .submitSet > input {
  width: 100%;
  font-size: 120%;
  box-sizing: border-box;
  padding: 1.2rem 0.8rem;
  transition: 0.3s;
  border-radius: 6px !important;
  border: solid 1px;
}
.submitSet > button {
  color: #fff;
  background: #059F89;
}
.submitSet > input {
  color: #fff;
  background: #555;
  margin-left: 10px;
}
.submitSet > input:hover, .submitSet > button:hover {
  cursor: pointer;
  /*filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  -webkit-transition: all .2s;
  transition: all .2s;*/
  background: #CD2653;
  color: #fff;
}
.inquiry .error {
  font-weight: bold;
  display: inline-block !important;
  color: #fff !important;
  background: #dd0000;
  padding: 0.2rem 1rem 0.2rem 1.6rem;
  border-radius: 4px;
}
@media (max-width: 999px) {
  .inquiry h2, .inquiry h3 {
    font-size: 1.15rem !important;
  }
  .inquiry h2 {
    margin-top: 1rem !important;
  }
  .inquiry div.form_set {
    margin: 1.5rem 0;
    padding: 10px 15px 20px;
  }
}
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
/* aset
------------------------------------------------*/
.txt_c {
  text-align: center;
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}
.txt_hang1em {
  text-indent: -1em;
  margin-left: 1em;
}
.txt_hang2em {
  text-indent: -2em;
  margin-left: 2em;
}
.txt_hang3em {
  text-indent: -3em;
  margin-left: 3em;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.margin_top0 {
  margin-top: 0 !important;
}
.margin_top1em {
  margin-top: 1em;
}
.margin_top2em {
  margin-top: 2em;
}
.margin_top3em {
  margin-top: 3em;
}
.sp_br {
  display: none;
}
.sp_br480 {
  display: none;
}
@media (max-width: 480px) {
  .sp_br480 {
    display: block;
  }
  .pc_br {
    display: none;
  }
}
/* =============================
初期化
===============================*/
body, h1, h2, h3, h4, h5, h6, ul, ol, dl {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #CD2653;
  transition: all .1s;
}
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.8;
  zoom: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*==================================
others
==================================*/
#gotoTop {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 999
}
#gotoTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  text-decoration: none;
  text-align: center;
}
#gotoTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*==================================
250930
==================================*/
.comTxt{
  padding-bottom: 5rem;
}

.comTxt h2, .comTxt h3{
   color: #555;
}

.comTxt p{
    line-height: 1.8;
    margin-bottom: 2rem;
}

div.readTxt{
    text-align: left;
}


.perplexity{
    display: block;
    border: solid 1px;
    margin: 2rem auto;
    padding: 1rem 2rem;
    border-radius: 6px;
    
}
.img_full{
    width: 100%;
}