@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;
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  background-color: #ccc;
  /*bg_color*/
  /*bg_image*/
  /*bg_repeat*/
  color: #000;
}
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: #00a2ff;
  /*a_color*/
}
a:hover,a:active {
  color: #62c1f8;
  /*a_hover*/
  text-decoration: underline;
}
a:visited {
  color: #ff00cb;
  /*a_visit*/
}
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 {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
}
header:nth-of-type(1) {
  width: 100%;
  background: #333;
  /*title_bg_color*/
}
header:nth-of-type(1) div.wrap {
  font-size: 24px;
  line-height: 30px;
  padding: 25px 20px;
  color: #f1f1f1;
  /*title_color*/
}
header:nth-of-type(1) a {
  color: #f1f1f1;
  /*title_color*/
  text-decoration: none;
}
header:nth-of-type(1) a:hover {
  color: #f1f1f1;
  /*title_color*/
  text-decoration: none;
}
header:nth-of-type(1) a:visit {
  color: #f1f1f1;
  /*title_color*/
  text-decoration: none;
}
header:nth-of-type(2) {
  width: 100%;
  background: #ddd;
  /*main_color*/
}
#main_image {
  width: 100%;
  height: 300px;
  /*main_height*/
  /*main_image*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
footer {
  width: 100%;
  background: #ddd;
  /*copy_bg_color*/
}
copy {
  display: block;
  padding: 10px 10px;
  /*copy_color*/
}
section div.wrap {
  padding: 20px 0;
  background-color: #fff;
  /*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,
aside nav > div {
  font-size: 15px;
  line-height: 50px;
  color: #6b6b6b;
}
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 div.date {
  line-height: 30px;
  color: #00a2ff;
}
section div#contents article h1,
section div#contents article h2 {
  padding-bottom: 20px;
  line-height: 30px;
  font-size: 24px;
  color: #4a3e3e;
}
section div#contents article h1 span:nth-of-type(2),
section div#contents article h2 span:nth-of-type(2) {
  display: block;
  font-size: 12px;
}
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;
  line-height: 30px;
  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 > p {
}
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;
  height: 45px;
  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.line {
  background: #00b900;
}
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;
  color: #6b6b6b;
}
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;
  color: #6b6b6b;
}
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;
}
section div#contents div.bxi_index {
  margin: 50px 20px;
}
div.bxi_index label {
  display: block;
  padding: 0px 15px 15px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1em;
  border-bottom: 2px solid #ccc;
}
div.bxi_index ol {
  list-style: none;
}
div.bxi_index ol li {
  padding: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  word-break: break-all;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
  transition: 0.3s;
}
div.bxi_index ol li:hover {
  color: #007AB7;
}
/* ================================================================= 
 スマホ　CSS
================================================================= */
@media only screen and (max-width: 834px){
  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; }