.mybox {
    border: 5px solid #eeeeee;
    margin: 10px;
    padding: 10px;
    position: relative;
    z-index: 0;
}
.mybox:before {
    border-top: 5px solid #7abdf0;;
    border-left: 5px solid #7abdf0;;
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #e6f4ff;
    color: #5c98d4;
    font-weight: bold;
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
.box24 p {
    margin: 10px; 
    padding: 0;
}

/*——————–
 吹き出しを作る
——————–*/
/* 全体のスタイル */
.kaiwa {
  margin-bottom: 25px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: -70px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 60px;
  height: 60px;
  margin-left: -70px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  bottom: 15px;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border-radius: 10px;
  background: #eee;
  margin-right: 12%;
  float: left;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 10px;
  border-radius: 10px;
  background-color: #9cd6e7;
  margin-left: 12%;
  float: right;
}
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #eee;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #9cd6e7;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}

/* 2018/11/19 andfostory delete
.box-top-koe div{
	float: left;
	width: 31%;
	padding: 5px;
}

.box-top-koe{
	overflow: hidden;
}
@media screen and (max-width: 640px){
     .box-top-koe div {width: 100%;}
}
*/

.box110 {
background: linear-gradient(transparent 40%, #66FFCC 40%);
}

.mybox{
    background: none;
    border: 1px solid #f3cbd0;
    margin: 5px 10px;
    padding: 20px;
    position: relative;
}
.mybox:after{
    background: none;
    border: 1px solid #f3cbd0;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.box13 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFF;
    background: #b0dcfa;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}
.box13 p {
    margin: 0; 
    padding: 0;
}

.box12{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #c6e4ff;
    border-bottom: solid 6px #aac5de;
    border-radius: 9px;
}
.box12 p {
    margin: 0; 
    padding: 0;
}

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

.balloon1 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #e0edff;
	border-radius: 15px;
}

.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
}

.balloon1 p {
	margin: 0;
	padding: 0;
}

.box19 {
    position: relative;
    padding:0.25em 1em;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}

.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

.blue{
    padding: 20px;
    margin: 40px 0;
    width: 86%;
    border: 4px double #85C1E9;
    border-radius: 4px;
    color: #80888D;    
}

.pink{
    padding: 20px;
    margin: 40px 0;
    width: 100%;
    border: 4px double #F48FB1;
    border-radius: 4px;
    color: #80888D;    
}

.green{
    padding: 20px;
    margin: 40px 0;
    width: 100%;
    border: 4px double #66BB6A;
    border-radius: 4px;
    color: #80888D;    
}

.orange{
    padding: 20px;
    margin: 40px 0;
    width: 100%;
    border: 4px double #FF8A65;
    border-radius: 4px;
    color: #80888D;    
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.marker-P-green {
background: linear-gradient(transparent 60%, #ccffcc 0%);
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.marker-P-yellow {
background: linear-gradient(transparent 60%, #ffffa8 0%);
}

.marker-pink {
background: linear-gradient(transparent 60%, #ff99cc 0%);
}

.marker-P-pink {
background: linear-gradient(transparent 60%, #ffd6ff 0%);
}

#main_contents_wrap h1 {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.8em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff6a6a;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
}

#main_contents_wrap h1:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f058";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1.3em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
}


.box150 {
  color: #ffffff;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #8fdd48;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;/*左側の角を丸く*/
}

.box150:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.box150:after {
  content: '●';
  color: white;
  margin-right: 8px;
}

.box151 {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff6a6a;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
}

.box151 {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f0a4";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
}

.box155 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 2.0;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.box155:before {
  font-family: "Font Awesome 5 Free";
  content: "\f54a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.box156 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 2.0;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.box156:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2c2";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.box157 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 2.0;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.box157:before {
  font-family: "Font Awesome 5 Free";
  content: "\f53f";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.box158 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 2.0;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.box158:before {
  font-family: "Font Awesome 5 Free";
  content: "\f807";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}


.box159 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 2.0;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.box159:before {
  font-family: "Font Awesome 5 Free";
  content: "\f128";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.box160 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 2.0;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.box160:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1bb";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.box161 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 2.0;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.box161:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.box162 {
  position: relative;
  padding-left: 35px;
}
.box162:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f2c4";
  background: #5ab9ff;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box162:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #5ab9ff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box165 {
  position: relative;
  color: white;
  background: #8dcdff;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
	width:100%;
	display:inline-block;
}

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

.box166 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 2.0;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.box166:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a6";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.box167 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 2.0;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.box167:before {
  font-family: "Font Awesome 5 Free";
  content: "\f67f";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.box168 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 2.0;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.box168:before {
  font-family: "Font Awesome 5 Free";
  content: "\f152";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.box169 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 2.0;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.box169:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ad";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}

.box29 {
    margin: 2em 0;
    background: #f9f9f9;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #000000;
    padding: 4px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}
