body {
  line-height: 1.8rem;
}
a {
  color: #101010;
}
p {
  text-align: justify; /* 基本 */
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
}
.left-30 {
  padding-left: 30px;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
@media all and (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .tab {
    margin-left: 25px;
  }
  .sp {
    display: none;
  }
}
@media all and (max-width: 959px) {
  .pc {
    display: none;
  }
}
.dt-layout-boxed {
  background-color: #fff;
  z-index: -100;
}
@media all and (min-width: 1200px) {
  .dt-layout-boxed {
    overflow: hidden;
    width: 970px;
  }
}
.dt-copyright {
  text-align: center;
}
.dt-archive-post .dt-archive-post-readmore a {
  display: inline-block;
  padding: 8px 16px;
  opacity: 0.8;
  border: 2px solid #0d228c;
  background-color: #c5cdf5;
  border-radius: 4px;
}
.dt-header {
  background-image: url("../image/head-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.dt-logo {
  padding: 20px 0 60px 10px;
}
@media all and (max-width: 959px) {
  .dt-logo {
    padding: 20px 0 10px 0;
  }
}
.dt-nav-md-trigger {
  color: #8c3219;
}
.dt-footer-bar {
  padding: 5px 35px;
}
#footer_bottom {
  float: right;
  font-size: 0.75rem;
}
#footer_bottom ul li {
  float: left;
  margin-left: 20px;
}
.flow-waku,
.meeting-waku {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 959px) {
  .flow-waku,
  .meeting-waku {
    flex-direction: column;
  }
}
.flow-waku .flow,
.meeting-waku .flow {
  border: 2px solid #ed1c24;
  border-radius: 4px;
  flex-basis: 48%;
  margin-bottom: 30px;
  position: relative;
}
.flow-waku .flow .en,
.meeting-waku .flow .en {
  position: absolute;
  text-align: center;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  background-color: #ed1c24;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
}
.flow-waku .flow .se,
.meeting-waku .flow .se {
  position: absolute;
  top: 8px;
  left: 50px;
  font-size: 25px;
  font-weight: 400;
  font-weight: bold;
  color: #ed1c24;
}
.flow-waku .flow p,
.meeting-waku .flow p {
  padding: 50px 20px 5px 20px;
}
.flow-waku .flow img,
.meeting-waku .flow img {
  float: left;
}
@media all and (max-width: 959px) {
  .flow-waku .flow img,
  .meeting-waku .flow img {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
.meeting-waku .flow {
  border-color: #1a46b8;
}
.meeting-waku .flow .en {
  background-color: #1a46b8;
}
.meeting-waku .flow .se {
  color: #1a46b8;
}
.form1 {
  margin: 10px 80px;
}
@media all and (max-width: 959px) {
  .form1 {
    margin: 0;
  }
}
.form1 h2 {
  text-align: center;
  color: #f00;
}
.form1 .qbox {
  margin: 20px 0;
}
.form1 .mwform-tel-field input[type="text"] {
  min-width: initial;
}
table.info {
  border: 0;
  width: 100%;
}
table.info th,
table.info td {
  border: 0;
}
table.info th:before {
  font-size: 0.8rem;
  color: #6e8cf6;
  content: '◆';
  margin-right: 5px;
}
table.info ul {
  margin: 0;
  padding: 0;
}
table.info ul li {
  display: inline-block;
  margin-right: 10px;
}
table.info ul li:before {
  content: '・';
}
@media all and (min-width: 960px) {
  table.info th {
    width: 10rem;
    border-bottom: 1px dotted #facccc;
    border-right: 1px dotted #facccc;
  }
  table.info td {
    border-bottom: 1px dotted #facccc;
  }
}
@media all and (max-width: 959px) {
  table.info th,
  table.info td {
    display: block;
  }
  table.info th {
    background-color: #f9e5e5;
  }
  table.info td {
    margin-left: 20px;
  }
}
.dt-layout-boxed .container {
  padding-left: 0;
  padding-right: 0;
}
.dt-layout-boxed .container h1 {
  position: relative;
  font-size: 1.8em;
  background: #f6b78a;
  box-shadow: 0px 0px 0px 5px #f6b78a;
  border: dashed 2px #fff;
  padding: 0.2em 0.5em;
  color: #8c3219;
}
.dt-layout-boxed .container h1:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #8c3219;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.dt-layout-boxed .container h2,
.dt-layout-boxed .container h3 {
  font-size: 1.3rem;
  padding-top: 1rem;
}
.dt-layout-boxed .container .h3 {
  font-size: 1.4em;
  position: relative;
  padding: 5px 26px 5px 42px;
  background: #fff4e9;
  color: #8c3219;
  line-height: 1.3;
  border-bottom: solid 4px #f6b78a;
  z-index: 4;
}
.dt-layout-boxed .container .h3:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px #fff;
  border-bottom: solid 50px transparent;
  z-index: -2;
}
.dt-layout-boxed .container .h3:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 50px #fff;
  z-index: -1;
}
.dt-layout-boxed .container h4,
.dt-layout-boxed .container h5 {
  font-size: 1.2rem;
  font-weight: normal;
}
.dt-layout-boxed .container .h4::before {
  font-family: "ForkAwesome";
  content: "\f138";
  font-size: 1em;
  margin-right: 5px;
  color: #8c3219;
}
.dt-layout-boxed .container h6 {
  font-size: 1.1rem;
}
.point {
  width: 100%;
  margin-top: 2rem;
  padding: 2rem 1rem 0.5rem 1rem;
  position: relative;
  border-radius: 4px;
}
.point .title {
  position: absolute;
  top: -0.8em;
  left: 20px;
  font-size: 1.2rem;
  padding: 4px 8px;
}
.point-blue {
  border: 1px solid #81d4fa;
  background-color: #e8f4fa;
}
.point-blue .title {
  background-color: #81d4fa;
  color: #08258b;
}
.point-red {
  border: 1px solid #ed4a4a;
  background-color: #fae8ea;
}
.point-red .title {
  background-color: #ed4a4a;
  color: #f2f2f2;
}
.point-yellow {
  border: 1px solid #e5ed4a;
  background-color: #fafae8;
}
.point-yellow .title {
  background-color: #e5ed4a;
  color: #252901;
}
.point-green {
  border: 1px solid #7de77e;
  background-color: #e5f4e8;
}
.point-green .title {
  background-color: #7de77e;
  color: #022107;
}
a.icon[href $='.pdf'],
a.icon[href $='.doc'],
a.icon[href $='.docx'],
a.icon[href $='.xls'],
a.icon[href $='.xlsx'] {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 0 10px 55px;
  text-decoration: underline;
}
a.icon[href $='.pdf']::before,
a.icon[href $='.doc']::before,
a.icon[href $='.docx']::before,
a.icon[href $='.xls']::before,
a.icon[href $='.xlsx']::before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
}
a.icon[href $='.pdf']::before {
  background: url("../image/File_Pdf-64.png") no-repeat;
  background-size: contain;
}
a.icon[href $='.xls']::before,
a.icon[href $='.xlsx']::before {
  background: url("../image/icon_exel_64.png") no-repeat;
  background-size: contain;
}
a.icon[href $='.doc']::before,
a.icon[href $='.docx']::before {
  background: url("../image/icon_word_64.png") no-repeat;
  background-size: contain;
}
.photo {
  padding: 8px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.rotate-l {
  transform: rotate(-2deg);
}
.rotate-l2 {
  transform: rotate(-4deg);
}
.rotate-r {
  transform: rotate(2deg);
}
.rotate-r2 {
  transform: rotate(4deg);
}
.shadow {
  box-shadow: -3px 2px 3px -1px rgba(0,0,0,0.1);
}
