.single .single-wrap .inner .body{
	padding: 30px 0;
	font-size: 16px;
	line-height: 1.5;
  border-top: 1px solid #333;
  margin-top: 20px;
}
.single .single-wrap .inner .body strong{
	font-weight: bold;
}
.single .single-wrap .inner .body p{
	line-height: 2.5em;
}

.single .single-wrap .inner .body h2{
  font-size: 1.5em;
  border-bottom: 3px solid #333;
  padding-bottom: 10px;
  margin: 20px 0 30px;
}
.single .single-wrap .inner .body h3{
  background:#efefef;
  padding: 25px 0 25px 30px;
  border-radius: 5px;
  font-size: 1.2em;
  margin: 20px 0 10px 0;
}
.single .single-wrap .inner .body h4{
  border-left: 3px solid #333;
  padding-left: 6px;
  margin: 15px 0 10px;
}
.single .single-wrap .inner .body .sub{
  font-size: 1.2em;
  font-weight: 600;
}
.single .single-wrap .inner .body .back01{
  background: #efefef;
  padding:20px 20px;
  margin:20px 0;
}
.single .single-wrap .inner .body a{
  color: #53c2d7;
}
.single .single-wrap .inner .body a.ext_icon {
background: url(../img/single/linkout.png) center left no-repeat;
padding: 0 4px 0 20px;
background-size: 22px;
}

/*タイトル*/
h2#title{
  position: relative;
  padding: 0.6em;
  background: #eeefef;
  font-size: 1.5em;
}

h2#title:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #eeefef;
width: 0;
height: 0;
}
/*ポイント*/
h3#point{
position: relative;
border-top: solid 2px #81d0cb;
border-bottom: solid 2px #81d0cb;
background: #f4f4f4;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
}

h3#point:after {/*タブ*/
position: absolute;
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a7\ POINT';
background: #81d0cb;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
  }


/*チェック*/
h3#check{
position: relative;
color: black;
background: #81d0cb;
line-height: 1.4;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-radius: 0 5px 5px 5px;
}

h3#check:after {/*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #81d0cb;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
  }


/*囲いボックス*/
.single .single-wrap .inner .body .box-border {
    position: relative;
    margin: 2em 0;
    padding: 2em 1em;
    border: solid 1px #c4c4c4;
    border-radius: 0px;
}
.single .single-wrap .inner .body .box-border .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    font-weight: bold;
}

.wp-table-tate {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 15px;
  table-layout: fixed;
  font-size: 15px;
}
.wp-table-tate th {
  background-color: #efefef;
}
.wp-table-tate td {
  background-color: #fff;
}
.wp-table-tate td {
  text-align: center;
}
.wp-table-tate th, .wp-table-tate td {
  padding: 7px; border: 1px solid #c4c4c4;
}

/*引用ボックス*/
blockquote {
    position: relative;
    padding: 7px 16px;
    box-sizing: border-box;
    font-style: italic;
    color: #585858;
    border: solid 3px #585858;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    background: #585858;
    color: #FFF;
    font-size: 22px;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    content: "\f10e";
    font-family: FontAwesome;
    background: #585858;
    color: #FFF;
    font-size: 22px;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
margin-bottom:2em;
position: relative;
padding-top: 20px;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 100px;
height: 100px;
}
.balloon-image-left {
float: left;
margin-right: 20px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
height: 100%;
border: 1px solid #333;
border-radius: 50%;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border: 1px solid;
border-radius: 10px;
max-width: -webkit-calc(100% - 150px);
max-width: calc(100% - 150px);
display: inline-block;
}
.balloon-text-right {
border-color: #333;
}
.balloon-text-left {
border-color: #333;
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #333;
top: 15px;
left: -20px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -19px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #333;
top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}

.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  margin-left: auto;
  margin-right: auto;
  overflow:auto;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border:none;
}


/*
.form-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
スマートフォン
.form-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 300%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:769px) {
.form-wrap {
  padding-top: 150%;
}
}
PC
@media (min-width:980px) {
.form-wrap {
  padding-top: 120%;
}
}
*/

.form-wrap {
    position:relative;
    width:100%;
    height:0;
    padding-top:115%;
}
.form-wrap  iframe{
   position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
@media screen and (max-width: 769px) {

.form-wrap {
   position:relative;
    width:100%;
    height:0;
    padding-top:150%;
}
.form-wrap  iframe{
   position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

}

