@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : blog.css
 Style : reset & default
 文字コード UTF-8N 改行コード LF
 Build 20210108
================================================================= */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html body {
  margin: 0px;
  padding: 0px;
  overflow-y: scroll;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}

img {
  border: 0px;
  max-width: 100%;
}

video {
  max-width: 100%;
}

input, textarea, select, button {
  margin: 0;
  padding: 4px 2px;
  font-family: sans-serif;
  font-size: 100%;
}

a {
  color: #bab289;
}

a:hover, a:active {
  color: #bab289;
}

a:visited {
  color: #bab289;
}

a:focus {
  outline: none;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clearfix:after {
  clear: both;
  display: block;
  height: 0px;
  line-height: 0px;
  content: ".";
  visibility: hidden;
}

select {
  padding: 4px 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 100%;
  max-width: 100%;
}

div.wrap {
  margin: 0 auto;
}

header:nth-of-type(1) {
  width: 100%;
}

footer {
  width: 100%;
}

section div.wrap {
  padding: 20px 0;
  /*cbg_color*/
  /*cbg_image*/
  /*cbg_repeat*/
  display: flex;
}

section aside {
  padding: 0 10px;
  width: 25%;
  min-width: 200px;
  overflow: hidden;
}

section div#contents {
  width: 75%;
  overflow: hidden;
}

aside div#prof a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: right;
  padding-right: 10px;
}

aside div#search {
  position: relative;
}

aside div#search input {
  width: 100%;
}

aside div#search button {
  position: absolute;
  top: 1px;
  right: 5px;
  width: 28px;
  height: 28px;
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: 22px;
  background-position: center center;
  text-indent: -9999px;
}

aside h3:nth-of-type(2),
aside nav > div:nth-of-type(2) {
  margin-top: 20px;
}

aside nav {
  padding: 20px 0;
}

aside nav > a {
  display: block;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
}

aside ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

aside ul li:first-child {
  border-top: 1px solid #ccc;
}

aside ul li a span:nth-of-type(2) {
  display: block;
}

section div#contents div.pager {
  line-height: 30px;
  padding: 0 10px 50px 10px;
}

section div#contents div.pager a.next {
  float: right;
}

section div#contents div#blog_detail {
  padding: 10px 10px 0 10px;
}

section div#contents div#prof_detail img {
  padding: 0 10px;
  float: right;
}

section div#contents div#prof_detail div#prof_text {
  clear: right;
  padding: 10px;
}

section div#contents article {
  padding: 0 10px 10px 10px;
}

section div#contents article ul {
  margin-bottom: 10px;
}

section div#contents article ul li {
  float: left;
  list-style: none;
}

section div#contents article ul li a {
  display: block;
  margin-right: 10px;
}

section div#contents article div.flex {
  display: flex;
  flex-direction: column;
}

section div#contents article div.flex_images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section div#contents article img,
section div#contents article video {
  margin: 10px 10px 10px 0;
}

section div#contents div.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

section div#contents div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

section div#contents article div.sns {
  display: flex;
  justify-content: center;
}

section div#contents article div.sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 200px;
  border-radius: 3px;
  text-decoration: none;
}

section div#contents article div.sns a span {
  color: #fff;
  font-size: 16px;
}

section div#contents article div.sns a i {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

section div#contents article div.sns a.tw {
  background: #1da1f2;
}

section div#contents article div.sns a.fb {
  background: #2f6db6;
}

section div#contents article div.sns a.tw i {
  background-image: url(../img/TW.png);
}

section div#contents article div.sns a.fb i {
  background-image: url(../img/FB.png);
  background-size: 28px;
  background-position: center 3px;
}

section div#contents article div.sns a.line i {
  background-image: url(../img/LINE.png);
}

section div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

section div#contents > dl dt {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

section div#contents > dl dt span {
  display: block;
  font-size: 14px;
}

section div#contents > dl ul li {
  float: left;
  list-style: none;
}

section div#contents > dl ul li a {
  display: block;
  line-height: 30px;
  margin-right: 10px;
}

section div#contents > dl dt span:nth-of-type(2) {
  display: block;
  font-size: 12px;
}

/* ================================================================= 
 ver5 calendar
================================================================= */
div#form_calendar {
  width: 100%;
  max-width: 300px;
  margin: 10px auto 10px auto;
}

div#form_calendar div.head {
  position: relative;
  width: 100%;
  height: 30px;
  text-align: center;
}

div#form_calendar div.head span {
  position: absolute;
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
}

div#form_calendar div.head span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 20px;
  font-size: 20px;
}

div#form_calendar div.head span:nth-of-type(2) {
  top: 0;
  left: 25px;
}

div#form_calendar div.head span:nth-of-type(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}

div#form_calendar div.head span:nth-of-type(4) {
  top: 0;
  right: 25px;
}

div#form_calendar div.head span:nth-of-type(5) {
  top: 0;
  right: 0;
  width: 20px;
  font-size: 20px;
}

div#form_calendar div.head span:nth-of-type(1):hover,
div#form_calendar div.head span:nth-of-type(5):hover {
  color: #6f94f5;
  cursor: pointer;
}

div#form_calendar table {
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
}

div#form_calendar table thead tr th {
  border: none;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
}

div#form_calendar table tbody tr {
  height: 30px;
}

div#form_calendar table tbody tr td {
  border: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  position: relative;
}

div#form_calendar table tbody tr td:first-of-type {
  border-left: 1px solid #ccc;
  background: #f1f1f1;
}

div#form_calendar table tbody tr td.other {
  background: #f9f9f9;
}

div#form_calendar table tbody tr td label {
  font-size: 12px;
}

div#form_calendar table tbody tr td:last-of-type label {
  color: #6f94f5;
}

div#form_calendar table tbody tr td:first-of-type label,
div#form_calendar table tbody tr td.holiday label {
  color: #f17878;
}

div#form_calendar table tbody tr td.other label {
  font-size: 12px;
  color: #ccc;
}

div#form_calendar table tbody tr td.other:last-of-type label {
  color: #92adf3;
}

div#form_calendar table tbody tr td.other:first-of-type label,
div#form_calendar table tbody tr td.other.holiday label {
  color: #f5acac;
}

div#form_calendar table tbody tr td:hover {
  background: rgba(0, 200, 255, 0.82) !important;
  cursor: pointer;
}

div#form_calendar table tbody tr td:hover label {
  cursor: pointer;
}

div#form_calendar table tbody tr td.open {
  background: rgba(120, 220, 255, 0.56);
}

div#form_calendar table tbody tr td.close {
  background: rgba(255, 180, 240, 0.56);
}

div#form_calendar table tbody tr td.blog label {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #ffc5c5;
  border-radius: 11px;
}

div#form_calendar dl.open,
div#form_calendar dl.close {
  display: flex;
  font-size: 12px;
}

div#form_calendar dl.open label,
div#form_calendar dl.close label {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 20px;
  font-size: 12px;
}

div#form_calendar dl.open label {
  background: rgba(120, 220, 255, 0.56);
}

div#form_calendar dl.close label {
  background: rgba(255, 180, 240, 0.56);
}

/* ================================================================= 
 ver5 builingual
================================================================= */
div#builingual {
  background: #f1f1f1;
  padding: 5px 0;
}

div#builingual div.progress {
  display: none;
  float: left;
  line-height: 32px;
  color: #2e7200;
  font-weight: bold;
}

div#builingual div.progress img {
  float: left;
  margin-top: 4px;
  padding: 0 10px 0 20px;
}

div#builingual div.language {
  float: right;
  color: #999;
  font-weight: bold;
}

div#builingual div.language select {
  margin: 0 20px 0 10px;
}

div.translate {
  margin: 30px 0 30px 0;
}

section div#contents div#blog_detail + div.translate {
  margin: 10px 10px 30px 10px;
}

section div#contents article > p + div.translate {
  margin: 5px 0 30px 0;
}

/* ================================================================= 
 added: 190216 ver5 form ビルドコンテンツ挿入時に必要
================================================================= */
section div.form_wrap dl {
  display: flex;
}

section div.form_wrap dl dt {
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  background-color: #f5f5f5;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

section div.form_wrap dl dd {
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
  padding: 8px;
  box-sizing: border-box;
}

section div.form_wrap dl:last-of-type dt {
  border-bottom: 1px solid #ddd;
}

section div.form_wrap dl:last-of-type dd {
  border-bottom: 1px solid #ddd;
}

section div.form_wrap dl dt label,
section div.form_wrap p.annot {
  color: #ff0000;
}

section div.form_wrap dl dd > div {
  display: flex;
}

section div.form_wrap dl dd input[type=text],
section div.form_wrap dl dd input[type=password] {
  width: 300px;
  max-width: 100%;
}

section div.form_wrap dl dd div input[type=text],
section form div.form_wrap dl dd div select {
  margin-bottom: 8px;
}

section div.form_wrap dl dd div:last-of-type input[type=text],
section div.form_wrap dl dd div:last-of-type select {
  margin-bottom: 0;
}

section div.form_wrap dl dd span {
  margin-right: 8px;
  line-height: 32px;
}

section div.form_wrap dl dd input[type=text] + span,
section div.form_wrap dl dd select + span {
  margin-left: 8px;
}

section div.form_wrap dl dd p {
  margin-top: 4px;
}

section div.form_wrap dl dd.addr input,
section div.form_wrap dl dd.ship_addr input {
  width: 100%;
}

section div.form_wrap dl dd.addr select,
section div.form_wrap dl dd.ship_addr select {
  width: 122px !important;
}

section div.form_wrap dl dd.addr div:nth-of-type(1) input,
section div.form_wrap dl dd.ship_addr div:nth-of-type(1) input {
  width: 100px !important;
  text-align: center;
}

section div.form_wrap dl dd.date div,
section div.form_wrap dl dd.birthday div,
section div.form_wrap dl dd.is_entry div {
  float: left;
  margin-right: 8px;
}

section div.form_wrap dl dd.is_entry div {
  display: flex;
  height: 32px;
  align-items: center;
}

section div.form_wrap dl dd.is_entry label {
  width: 80px;
}

section div.form_wrap dl dd.is_entry input[type=text] {
  width: 160px !important;
}

section div.form_wrap dl dd.date input,
section div.form_wrap dl dd.birthday input {
  width: 80px !important;
  text-align: center;
}

section div.form_wrap dl dd.date select,
section div.form_wrap dl dd.birthday select {
  width: 60px !important;
}

section div.form_wrap dl dd.date p,
section div.form_wrap dl dd.birthday p,
section div.form_wrap dl dd.is_entry p {
  padding-top: 4px;
  clear: left;
}

section div.form_wrap dl dd.date div:last-of-type input[type=text],
section div.form_wrap dl dd.birthday div:last-of-type input[type=text],
section div.form_wrap dl dd.date div:last-of-type select,
section div.form_wrap dl dd.birthday div:last-of-type select {
  margin-bottom: 8px;
}

section div.form_wrap dl dd.number input {
  width: 60px !important;
  text-align: right;
}

section div.form_wrap dl dd.radio label,
section div.form_wrap dl dd.checkbox label {
  display: inline-block;
  min-width: 80px;
  margin-right: 8px;
}

section div.form_wrap.confirm dl dd span {
  color: #ff0000;
}

section div.form_wrap.message {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 50px 20px 20px 20px;
  border-radius: 2px;
}

section div.form_wrap.message ul li {
  font-size: 20px;
  margin-bottom: 10px;
}

section div.form_wrap.message p span {
  width: 100%;
  display: block;
  margin-top: 15px;
  font-size: 12px;
}

section div.form_wrap.error {
  background: #ff0000;
  color: #fff;
  margin-bottom: 10px;
}

section div.form_wrap.error p {
  padding: 5px;
}

/* ================================================================= 
 スマホ　CSS
================================================================= */
@media only screen and (max-width: 660px) {
  section div.wrap {
    flex-direction: column-reverse;
  }
  section aside {
    width: 98%;
  }
  section div#contents {
    width: 98%;
  }
  section div#contents article div.sns a {
    background: initial !important;
    width: 40px;
    width: 40px;
  }
  section div#contents article div.sns a span {
    display: none;
  }
  section div#contents article div.sns a i {
    background-size: 40px 40px !important;
    background-position: center center !important;
  }
  /*-----------------------------------------
   added: 190116 table style sp ビルドコンテンツ挿入時に必要
  ------------------------------------------- */
  .tbl_block th {
    text-align: center;
  }
  .tbl_block th, .tbl_block td {
    display: block;
  }
  .tbl_scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.imgL {
  float: left;
  margin-right: 10px;
}

.imgR {
  float: right;
  margin-left: 10px;
}

.imgC {
  margin: 0px auto 0px auto;
  display: block;
}

/*-----------------------------------------
new section.blog
------------------------------------------- */
section.blog {
  padding: 0 32px;
}
@media screen and (max-width: 640px) {
  section.blog {
    padding: 0 24px;
  }
}
section.blog div.wrap {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  section.blog div.wrap {
    flex-direction: column-reverse;
  }
}
section.blog div.wrap::after {
  content: none;
}
section.blog div.wrap aside {
  padding: 0;
  width: 28%;
  overflow: initial;
}
@media screen and (max-width: 834px) {
  section.blog div.wrap aside {
    width: 100%;
  }
}
section.blog div.wrap aside #calendar #form_calendar {
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0.001em;
}
section.blog div.wrap aside #calendar #form_calendar table tbody tr td.open {
  background-color: rgba(43, 93, 94, 0.2);
}
section.blog div.wrap aside #calendar #form_calendar table tbody tr td.close {
  background-color: rgba(186, 178, 137, 0.2);
}
section.blog div.wrap aside #calendar #form_calendar table tbody tr td:hover {
  background-color: rgba(43, 93, 94, 0.1) !important;
}
section.blog div.wrap aside #calendar #form_calendar dl.open {
  align-items: center;
  margin-bottom: 16px;
}
section.blog div.wrap aside #calendar #form_calendar dl.open label {
  background-color: rgba(43, 93, 94, 0.2);
}
section.blog div.wrap aside #calendar #form_calendar dl.open dt {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.blog div.wrap aside #calendar #form_calendar dl.open dd {
  line-height: 1;
}
section.blog div.wrap #contents {
  width: calc(72% - 32px);
  padding: 0;
}
@media screen and (max-width: 834px) {
  section.blog div.wrap #contents {
    width: 100%;
  }
}
section.blog div.wrap #contents div.date {
  color: #2b5d5e;
  font-family: "Lato", "Arial Black", "Noto Sans JP", sans-serif;
}
section.blog div.wrap #contents h1, section.blog div.wrap #contents h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}
section.blog div.wrap #contents > article {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

copy {
  display: inline !important;
  padding: 0 !important;
}/*# sourceMappingURL=blog_style.css.map */