.tensen {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
}

.tensen:before,
.tensen:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.tensen:before {
  border-top: dotted 1px #535aaa;
  border-left: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  left: 0;
}

.tensen:after {
  content: '';
  border-top: dotted 1px #535aaa;
  border-right: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  right: 0;
}

.btn-cancel {
  background-color: #898989;
  color: #fff;
  border-radius: 1.5em;
  border: 1px solid #898989;
  font-weight: 700;
}

.btn-decide {
  background-color: #eb5a47;
  color: #fff;
  border: 1px solid #eb5a47;
  font-weight: 700;
  border-radius: 1.5em;
}

.border-a2 {
  border: solid 1px #A2A2A2;
  padding: 1em;
}

.border-ff0000 {
  border: solid 2px #ff0000;
}

.kakomi {
  padding: 1rem 2rem;
  border: 3px solid #000;
}

.btn-common {
  color: #212529;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-weight: 700;
}

.form-image {
  display: block;
  width: 80%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.selectbox-image {
  border: 1px solid #ced4da;
  padding: 1em;
  margin-top: -1.6em;
  background: white;
}

.yellow-highlight {
  background: linear-gradient(transparent 70%, yellow 70%);
}

.text-blue {
  color: #2d72ba;
}

.form-required[data-v-68441da0] {
  font-size: .65em;
  padding: 3px 8px;
  border-radius: 15px;
  vertical-align: 3.5px;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.collection-items {
  border-bottom: 1px solid #f4f4f4;
}

.draft {
  height: 120px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.mass_draft {
  padding: 7px 10px;
  background-color: #fff;
  border: 4px solid #e1e1e1;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  color: #5a5a5a;
}

.l-side-widget-headline {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "FP-HiraKakuProN-W3", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  background: #2B2B2B 0% 0% no-repeat padding-box;
  padding: 8px;
  z-index: -1;
  position: relative;
  margin-bottom: -2em;
}

.widget input,
.widget textarea {
  background-color: #F5F5F5;
  border-color: #B7B7B7;
  color: #707070;
  font-size: 16px;
  padding: 1px 2px 2px 4px;
  height: 41px;
  width: 82%;
}

.widget {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {

  .site-content .entry-header,
  .site-content .entry-content,
  .site-content .entry-summary,
  .site-content .entry-meta,
  .page-content {
    max-width: 1000px;
    width: 768px;
  }
}

@media screen and (min-width: 1218px) {
  .site-content {
    margin-right: 0;
  }
}

.site-content {
  padding-right: 0;
  padding-left: 0;
}

.draft {
  padding: 7px 0;
  background-color: #fff;
  border: 4px solid #e1e1e1;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

/* インタビュー風 */
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.balloon5-says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.balloon5-says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.balloon5-says p {
  margin: 0;
  padding: 0;
}

/* インタビュー風右 */
.balloon6 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: right;
  margin-top: -83px;
  margin-right: 6px;
  width: 80px;
}

.balloon6 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon6 .chatting {
  width: 100%;
}

.balloon6-says6 {
  display: inline-block;
  position: relative;
  margin: 5px 105px 0 0px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.balloon6-says6:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  margin-top: -14px;
  border: 12px solid transparent;
  border-left: 12px solid #d7ebfe;
  z-index: 1;
}

.balloon6-says6 p {
  margin: 0;
  padding: 0;
}


/* インタビュー右 */
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
}

.bg-fb{
  background: #fbfbfb;
}

/* スライド装飾 */
#slide-2-content{
  margin-top: 3rem;
}

/* 赤丸（横）表現 */
.border-color-ff0000{
  border: 3px solid #FF0000;
}
.color-ff0000{
  color: #FF0000;
}

.ellipse-1{
  margin: 10px;
  width: 150px;
  height: 100px;
  border-radius: 50%;
}
/* 赤丸（正円）表現 */
.circle-1{
  margin: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.position-relative{
  position: relative;
}
.position-absolute{
  position: absolute;
}
.arrangement-50{
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.text-wide {
  transform: scale(1.5, 1);
}
.text-wide-1 {
  transform: scale(1, 1);
}
.text-wide-2 {
  transform: scale(2, 1);
}
.text-wide-3 {
  transform: scale(3, 1);
}
.text-wide-4 {
  transform: scale(4, 1);
}
.text-wide-5 {
  transform: scale(5, 1);
}
.text-wide-6 {
  transform: scale(6, 1);
}
.text-narrow {
  transform: scale(1, 1.5);
}
.text-narrow-2 {
  transform: scale(1, 2);
}
.text-narrow-3 {
  transform: scale(1, 3);
}

.top-0{
  top: 0;
}
.top-5{
  top: 5%;
}
.top-10{
  top: 10%;
}
.top-15{
  top: 15%;
}
.top-20{
  top: 20%;
}
.top-25{
  top: 25%;
}
.top-30{
  top: 30%;
}
.top-35{
  top: 35%;
}
.top-40{
  top: 40%;
}
.top-45{
  top: 45%;
}
.top-50{
  top: 50%;
}
.top-55{
  top: 55%;
}
.top-60{
  top: 60%;
}
.top-65{
  top: 65%;
}
.top-70{
  top: 70%;
}
.top-75{
  top: 75%;
}
.top-80{
  top: 80%;
}
.top-85{
  top: 85%;
}
.top-90{
  top: 90%;
}
.top-95{
  top: 95%;
}
.top-100{
  top: 100%;
}
.left-0{
  left: 0;
}
.left-5{
  left: 5%;
}
.left-10{
  left: 10%;
}
.left-15{
  left: 15%;
}
.left-20{
  left: 20%;
}
.left-25{
  left: 25%;
}
.left-30{
  left: 30%;
}
.left-35{
  left: 35%;
}
.left-40{
  left: 40%;
}
.left-45{
  left: 45%;
}
.left-50{
  left: 50%;
}
.left-55{
  left: 55%;
}
.left-60{
  left: 60%;
}
.left-65{
  left: 65%;
}
.left-70{
  left: 70%;
}
.left-75{
  left: 75%;
}
.left-80{
  left: 80%;
}
.left-85{
  left: 85%;
}
.left-90{
  left: 90%;
}
.left-95{
  left: 95%;
}
.left-100{
  left: 100%;
}

/* Category.php */
.category .entry-content a:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 450px){
.category .entry-content {
  display: inline-block !important;
}
.category .entry-content a:nth-of-type(2) {
  display: none !important;
}
}

/* 吹き出し */
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
}