.none_text{
	display: none;
}

.contentHeader {
/*	padding: 0;
	margin-bottom: 30px;
*/
}


.contentTitle {
	padding:0px;
}

#breadCrumb {
    width: 100%;
    font-size: 100%;
    margin-bottom: 25px;
}

.contentBodyWrapper {
    padding: 0px 0px;
    line-height: 185%;
}



.contentTitle h1 {
	text-align: center;
    width: 100%;
    font-size: 190%;
    line-height: 120%;
    letter-spacing: 4px;
    padding: 10px;
    margin: 0px 0 50px 0;
    border-bottom: 2px solid #5fd3a3;
    border-top: 2px solid #5fd3a3;
}



.contentDescription{
	    background-color: #f0fcf7;
    padding: 25px;
    line-height: 165%;
	}

p.description {
	color: #868686;
}

.contentHeader .date{
	margin-top: 0px;
	padding: 0 10px 0 0;
	color: #666;
	text-align: right;
}

.contentBody {
	padding: 0 5px;
}

.contentBody a{
	color: #5fd3a3;
}

.contentBody h2 {
	margin: 50px 4px 30px 4px;
    padding: 10px 15px;
    border-left: 12px solid #5fd3a3;
    font-size: 170%;
    /* text-align: center; */
    /* background-color: #f3f3f3; */
}


.contentBody h3 {
    margin: 2em 0 1em;
    padding: 0 5px 15px;
    border-bottom: 1px solid #ccc;
    color: #5fd3a3;
    font-size: 155%;
}




.contentBody h4 {
	margin: 2em 0 1em;
    /* padding: 0 10px; */
    color: #666;
    font-size: 130%;
}

.contentBody p {
  margin: 1em 0 1em 0px;
}

.contentBody ol,
.contentBody ul {
  margin: 1em 0 1em;
}

.contentBody ul li {
	margin-bottom: 15px;
    background-image: url(../images/list-_icon.png);
    background-repeat: no-repeat;
    background-position: 3px 7px;
    background-size: 12px;
    padding-left: 22px;
}
.top-category_report .contentBody li{
	margin-bottom: 15px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 3px 7px;
    background-size: 12px;
    padding-left: 0px;
}

.top-category_report .contentBody li .date{
display: block;
	margin-bottom:10px;
}
.top-category_report .contentBody li .title{
	display: block;

	padding:20px;
	font-size: 150%;
		background-color: #0071EE;

}
.top-category_report .contentBody li .title a{
text-decoration: none;
	color: #fff;
}
.contentBody ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.contentBody ol li {
    margin-bottom: 15px;
}

.contentBody ul {
}
.contentBody ul a{

}
.contentBody ul a:hover{
	text-decoration: underline;
}



.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}



.contentBody ol {
    counter-reset: number;
    list-style-type: none!important;
    padding: 15px;
}

.contentBody ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
    margin-bottom: 20px;
}

.contentBody ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #5fd3a3;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.contentBody ol li {
    margin-bottom: 15px;
}



.contentBody .alignLeft {
  float: left;
  margin-right: 30px;
  margin-bottom: 50px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 30px;
  margin-bottom: 50px;
}
.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}
.contentBody em {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}
.contentBody table {
  max-width: 100%;
}
.contentBody table th,
.contentBody table td {
  vertical-align: top;
  font-size: 100%;
}
.contentBody table[border] {
  border: 1px solid #ccc;
}
.contentBody table[border] th,
.contentBody table[border] td {
  padding: 10px;
  border: 1px solid #ccc;
}
.contentBody table[border] th {
/*  font-weight: normal; */
	background-color: #eee;
}
.contentBodyWrapper table {
  width: 100%;
}
.contentBodyWrapper table th,
.contentBodyWrapper table td {
  vertical-align: middle;
  font-size: 100%;
	padding:10px;
}
.contentBodyWrapper table[border] {
  border: 1px solid #ccc;
  background-color: rgba(255,255,255,0.6);
}
.contentBodyWrapper table[border] th,
.contentBodyWrapper table[border] td {

  border: 1px solid #ccc!important;
}


.contentBodyWrapper table[border] th {
/*  font-weight: normal; */
	background-color: rgba(40, 180, 120, 0.1);
}



/* table more
================================================== */


.contentBody table.more {
  max-width: 100%;
}

.contentBody table.more th{
	font-size: 120%;
  	vertical-align: top;
	text-align: left;
}


.contentBody table.more th p {
    border-bottom: 1px solid #b8cde2;
    padding-bottom: 10px;
    margin: 20px 0px 10px 0px;
}


.contentBody table.more td {
  vertical-align: top;
  font-size: 100%;
}
.contentBody table.more[border] {
  border: 1px solid #ccc;
}
.contentBody table.more[border] th,
.contentBody table.more[border] td {
  padding: 10px;
  border: 1px solid #ccc;
}
.contentBody table.more[border] th {
/*  font-weight: normal; */
	background-color: #eee;
}
.contentBodyWrapper table.more {
	width: 100%;
	border: 1px solid #004da2;
    background-color: rgba(255,255,255,0.4);
}
.contentBodyWrapper table.more th,
.contentBodyWrapper table.more td {
  vertical-align: middle;
    padding: 0 30px;
	font-weight: bold;
}
.contentBodyWrapper table.more[border] {
  border: 1px solid #ccc;
}
.contentBodyWrapper table.more[border] th,
.contentBodyWrapper table.more[border] td {

  border: 1px solid #ccc;
}
.contentBodyWrapper table.more[border] th {
/*  font-weight: normal; */
	background-color: #eee;
}


/* recruit table
================================================== */

.top-category_recruit .contentBody table {
  max-width: 100%;
}
.top-category_recruit .contentBody table th,
.top-category_recruit .contentBody table td {
  vertical-align: top;
  font-size: 100%;
}
.top-category_recruit .contentBody table[border] {
  border: 1px solid #ccc;
}
.top-category_recruit .contentBody table[border] th,
.top-category_recruit .contentBody table[border] td {
  padding: 10px;
  border: 1px solid #ccc;
}
.top-category_recruit .contentBody table[border] th {
/*  font-weight: normal; */
	background-color: #eee;
}
.top-category_recruit .contentBodyWrapper table {
  width: 100%;
}
.top-category_recruit .contentBodyWrapper table th,
.contentBodyWrapper table td {
  vertical-align: middle;
  font-size: 100%;
	padding:10px;
}
.top-category_recruit .contentBodyWrapper table[border] {
  border: 1px solid #ccc;
}
.top-category_recruit .contentBodyWrapper table[border] th,
.top-category_recruit .contentBodyWrapper table[border] td {

  border: 1px solid #000!important;
}
.top-category_recruit .contentBodyWrapper table[border] th {
/*  font-weight: normal; */
	background-color: #f2f2f2!important;
}



/* pagelist
================================================== */

.contentListWrapper {}
.contentListWrapper ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}


.contentListWrapper ul li {
  width: 31%;
  color: #52d693;
  box-sizing: border-box;
  border-bottom: 1px solid #52d693;
  margin: 0px 13px 80px 13px;
  padding: 0px;
}

.contentListWrapper ul li span{
	display:block;
}

.contentListWrapper ul li span.thumb {
	height: 180px;
    width: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
}

.contentListWrapper ul li span.thumb img{
  	transition: 0.3s;
	    width: 100%;
}


.contentListWrapper ul li span.thumb img:hover{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}

.contentListWrapper ul li .title {
	display: block;
    font-weight: bold;
    padding: 18px 10px 18px 22px;
    background-image: url(../images/list-_icon2.png);
    background-repeat: no-repeat;
	background-position: 0px 25px;
    background-size: 15px;
}

.contentListWrapper ul li .title a {
    text-decoration: none;
    font-size: 135%;
    display: block;
    font-weight: bold;
	line-height: 160%;
}

.contentListWrapper .date {
	padding-bottom: 15px;
}

span.description.small {
	font-size: 80%;
    padding: 2px 10px 15px 10px;
}










.f_contact {
	width:680px;
	margin: 50px auto 0px auto;
}

.f_contact img{
	width: 100%;
}


/* sidemenu
================================================== */


#sidemenu {
	float: left;
    width: 20%;
}

#sidemenu section {
}

#sidemenu .sideHeader h2 {
	padding-bottom: 20px;
    margin: 10px 0px 20px 10px;
    color: #666666;
    font-size: 140%;
}

#sidemenu .sideHeader h2:after {
    content: "";
    display: block;
    width: calc((45px + 2.5vw)/2);
    height: 1px;
	margin-top: 25px;
    background-color: #52d693;
}


#sidemenu .sideBody ul {
	width: 100%;
	padding-bottom: 20px;
}




#sidemenu .sideBody ul li {
	width: 100%;
}

#sidemenu .sideBody ul li a {
	display: block;
	padding: 10px;
}

#sidemenu .sideBody ul li span.active{
	color: #52d693;
	font-weight: bold;
	padding: 10px;
	display: block;
}


#sidemenu .sideBody ul li a:hover {
	text-decoration: underline;
}


/* img
================================================== */

.contentBody .alignRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.contentBody .alignLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.contentBody .alignCenter {
    margin-bottom: 30px;
}



/* Color Definition
================================================== */

.red{
  color: red;
}

.style1{
	font-size: 160%;
}


.style2{
	background-color: #5fd3a3;
	color: #fff;
	padding:10px;

}

.style2 a{
	color: #fff;

}




.style3 {
font-size: 80%;
}

.style3 a{
	text-decoration: none;
}
.style4{
	font-size: 160%;
	font-weight: bold;
}

.style5{
	text-align: center;
    display: inline-block;
    background-color: #5fd3a3;
    color: #FFF;
    width: 100%;
    font-size: 150%;
    padding: 0.8em;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
}

.style5 a{
	color: #fff;
	text-decoration: none;
}

.style5:hover{
	 cursor: pointer;
	 text-decoration: none;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
}

.style6 {
	line-height: 220%;
    font-size: 110%;
}

.style7 {
	color: #5fd3a3;
}



@media (max-width: 1190px) {

.contentListWrapper ul li {
    width: 30%;
}

.contentListWrapper ul li span.thumb {
    height: 70%;
}

.contentListWrapper ul li .title a {
    font-size: 110%;
}

}



@media (max-width: 1000px) {


.contentListWrapper ul li {
    border-bottom: none;
	margin: 0px 13px 0 13px;

	}

.contentListWrapper ul li span.thumb {
    height: 60%;
}
}


@media (max-width: 840px){
.contentListWrapper ul li {
    width: 46%;
	margin: 0px 2% 0 2%;
}
}


/* tablet
================================================== */


@media (max-width: 768px) {

#breadCrumb {
    padding: 0px 0;
}


.contentTitle h1 {
    font-size: 150%;
    padding-bottom: 10px;
    padding-left: 7px;
    letter-spacing: 3px;

}

.contentBody h2 {
    padding: 3px 0px 3px 10px;
    /* background-size: 6px; */
    font-size: 150%;
    border-left: 8px solid #5fd3a3;
    margin: 25px 4px 20px 4px;
}

.contentBody h3 {
    margin: 2em 0 1em;
    padding: 0 5px 12px;
    border-bottom: 1px solid #ccc;
    color: #5fd3a3;
    font-size: 130%;
}

.style1{

	font-size: 150%;
	line-height: 150%;
	margin-bottom:20px;
}

.style2 {
    /* margin-bottom: 10px; */
    display: inline-block;
    padding: 0px 10px;
}

	.style3{}


.style4{
	padding:10px;
	font-size: 130%;
	display: block;
	width:100%;
	margin:15px 0;
}


.contentBody .wrap-base p {

    margin: 0 0 0 0;

}


.contentBodyWrapper table th,
.contentBodyWrapper table td {
	padding:5px;
}




.contentBody img.alignLeft, img.alignRight {
	width: 50%;
	margin-bottom: 20px;
}



#main {
    width: 100%;
}

#sidemenu {
    width: 100%;
    margin: 50px 0 22px 0;
    padding: 0px;
}

#sidemenu .sideHeader h2:after {
    width: 100%;
    margin-top: 0;
    background-color: transparent;
}

.contentBody .alignRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.contentListWrapper ul li .title {
    margin-top: 0px;
}


/* pagelist
================================================== */

.contentListWrapper ul li {
    width: 46%;
}


.contentListWrapper ul li .title a {
    font-size: 110%;
}


/* sidemenu　*/

#sidemenu .sideHeader h2 {
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #d2d1d1;
}

#sidemenu .sideBody ul {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

#sidemenu .sideBody ul li {
    width: 50%;
}



}


@media (max-width: 480px) {


.contentBody ol {
    padding: 8px;
}

.contentBody ol li {
    padding: 0.5em 0.5em 0.5em 28px
}

.contentBody ol li:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
}


img.attached_icon {
    width: 20px;
    margin-right: 5px;
}

.contentBody img.alignLeft, img.alignRight {
    padding: 0px 80px;
}


	.contentBody .alignLeft {
  float: none;
  margin: 0px auto 30px auto;
		text-align: center;
		display: block;

}
.contentBody .alignRight {
  float: none;
  margin: 0px auto 30px auto;
		text-align: center;
			display: block;
	}

.contentBody .alignCenter {
		display: inline-block;  margin: 0 auto;
			text-align: center;
}


#breadCrumb {
    padding: 2px 0;
	margin-bottom: 0px;
}

.contentTitle h1 {
    width: 100%;
    font-size: 145%;
    line-height: 155%;
    text-align: center;
    letter-spacing: 2px;
    color: #5fd3a3;
    padding: 10px 0px;
    /* padding-bottom: 13px; */
    margin: 20px 0;
}

.top-category_recruit .contentTitle h1 {
    color: #000;
    border-bottom: 1px solid #000;
}

.contentBody .alignLeft {
    text-align: center;
    width: 100%!important;
    float: none;
    margin-right: 0px;
}

.contentBody .alignRight {
    text-align: center;
    width: 100%;
    float: none;
    margin-left: 0px;
}


.contentBody img.alignLeft, img.alignRight {
    padding: 0px 50px;
}




.contentListWrapper {
    padding: 0;
}



.contentListWrapper .pagelist-item {
	padding: 8px;
	border-bottom: none;
}

.contentListWrapper ul li span.thumb {
    height: 100px;
}


.contentListWrapper .pagelist-item .title {
	display: block;
    background-image: url(../images/list-_icon2.png);
    background-repeat: no-repeat;
    background-position: left 0px center;
    background-size: 12px;
    padding: 5px 0px 5px 18px;
    font-size: 100%;
	margin-top: 5px;
}


 .top-category_recruit .contentListWrapper .pagelist-item .title {
}


.contentBody table {
	font-size: 90%
}



.content_service h2.service {
    margin: 0px 2px 25px 2px;
}

.content_service .pageList {
    margin-bottom: 40px;
}

#sidemenu {
    width: 100%;
	margin: 50px 0 22px 0;
    padding: 0px;
}
#sidemenu .sideHeader {
}
#sidemenu .sideHeader h2 {
	text-align: center;
    padding-bottom: 8px;
    font-size: 130%;
    margin: 10px 0px;
}

#sidemenu .sideHeader h2:after {
    width: 100%;
    margin-top: 0;
    background-color: transparent;
}



#sidemenu .sideBody ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#sidemenu .sideBody ul li{
	width: 100%;
	margin: 0 0 0px 0;
}
#sidemenu .sideBody ul li a {
    display: block;
    background-image: url(../images/list-_icon.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 10px;
    padding: 10px 0px 10px 28px;
}
#sidemenu .sideBody ul li span {
    display: block;
    background-image: url(../images/list-_icon.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 10px;
    padding: 10px 0px 10px 28px;

	font-weight: bold;
}
#sidemenu .sideBody ul li a:hover {
	text-decoration: underline;
}

#sidemenu .sideBody ul li span.active {
    padding: 10px 0px 10px 28px;
}

.wrap-c{
	display: block;
}
.wrap-c-left{
	width:100%;
	text-align: center;
}
.wrap-c-left img{
	width:100%;
max-width:300px;

}
.wrap-c-right{
	width:100%;


}




}


@media (max-width: 479px){

	.contentListWrapper ul li span.thumb {
    height: 50%;
}
}


@media (max-width: 375px){
.contentListWrapper ul li span.thumb {
    height: 75px;
}
}



@media (max-width: 370px){

.contentListWrapper ul li {
    width: 100%;
}

.contentListWrapper ul li span.thumb {
    height: 140px;
}
}


@media (max-width: 319px){

.contentListWrapper ul li span.thumb {
    height: 50%;
}
}



/* user
================================================== */

.user{}

.user table{}



.userbtn {
	color: #fff;
    background-color: #5ed3a2;
    border-bottom: 5px solid #3bb17e;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    border-radius: 3px;
    padding: 3%;
    font-size: 120%;
	text-align: center;
}

.userbtn a{
	color: #fff;
	text-decoration: none;
	display: block;
}

.userbtn:hover {
  margin-top: 3px;
  color: #fff;
  background-color: #5ed3a2;
  border-bottom: 2px solid #3bb17e;
}

.userbtn ul{
	display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.userbtn ul li{
	color: #666;
    width: 23.5%;
    margin: 8px;
    padding: 10px 10px 10px 33px;
    background-color: #fff;
    display: block;
    font-weight: bold;
    background-image: url(../images/list-_icon2.png);
    background-repeat: no-repeat;
    background-position: 10px 17px;
    background-size: 15px;
    text-align: left;
    font-size: 80%;
}


.userbtn ul li:hover {
  background-color: #e4f9f0;
}

.userbtn ul li a{
	color: #666;
	display: block;
}

@media (max-width: 1195px){


	.userbtn ul li {
    width: 48%;
    margin: 1%;
	}

.userbtn .style4 {
    font-size: 130%!important;
    font-weight: bold;
	margin: 0!important;
}



}


@media (max-width: 767px){

.userbtn {
    line-height: 85%;
}

.userbtn ul li {
    background-position: 10px 13px;
    line-height: 185%;
}

}


@media (max-width: 480px){

.userbtn ul li {
    background-position: 8px 16px;
    line-height: 185%;
    background-size: 10px;
    padding: 10px 10px 10px 24px;
}

}

/* blog
================================================== */

.top-category_blog{}


.top-category_blog .contentTitle h1 {
    display: none;
}




.top-category_blog .contentTitle h1.blog_title {
    display:block;
    text-align: center;
    width: 100%;
    font-size: 190%;
    line-height: 120%;
    letter-spacing: 4px;
    padding: 10px;
    margin: 0px 0 50px 0;
    border-bottom: 2px solid #5fd3a3;
    border-top: 2px solid #5fd3a3;
}

.top-category_blog #content {
    padding-bottom: 0px;
}

#blog-nav {
    float: left;
    width: 20%;
}


#blog-nav h3 {
    margin: 10px 0px 10px 0px;
    color: #666666;
    font-size: 140%;
}

#blog-nav h3:after {
    content: "";
    display: block;
    width: calc((45px + 2.5vw)/2);
    height: 1px;
    margin-top: 15px;
    background-color: #52d693;
}

#blog-nav ul {
    width: 100%;
    padding-bottom: 20px;
	margin-bottom: 20px;
}

#blog-nav ul li {
    display: block;
    padding: 8px 10px 8px 22px;
    background-image: url(../images/list-_icon2.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
    background-size: 15px;
}

#blog-nav ul li span.update {
	font-size: 90%;
	color: #5fd3a3;
	display: block;
}


li.pagelist-item.current-category_blog-item{
	    margin-bottom: 60px;
    background-color: #fff;
    background-image: none;
    padding: 0;
    border: 1px solid #e2e2e2;
}

li.pagelist-item.current-category_blog-item span.title{
	display: block;
    padding: 20px;
    font-size: 170%;
    background-color: #5ed3a2;
}

li.pagelist-item.current-category_blog-item span.title a{
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

li.pagelist-item.current-category_blog-item .contentBody {
    padding: 0 25px;
}


li.pagelist-item.current-category_blog-item .contentBody h2 {
    margin: 30px 4px;
    padding: 10px 15px;
    border-left: 12px solid #5fd3a3;
    font-size: 170%;
    /* text-align: center; */
    /* background-color: #f3f3f3; */
}

li.pagelist-item.current-category_blog-item span.date {
    padding: 10px 15px;
    display: block;
    text-align: right;
    background-color: #e4f9f0;
}


@media (max-width: 768px){
	#blog-nav {
    float: none;
    width: auto;
}


li.pagelist-item.current-category_blog-item .contentBody h2 {
    padding: 3px 0px 3px 10px;
    /* background-size: 6px; */
    font-size: 150%;
    border-left: 8px solid #5fd3a3;
    margin: 25px 4px 20px 4px;
	line-height: 140%;
}

}

/* 続きを見るリンク */
.see_next {
	margin: 0px 0px 0px 10px;
}


/*
============================================================ */


table.fukidashi{}

table.fukidashi img{
	    width: 60px;
    border-radius: 0;
}

.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 17px 20px;
  min-width: 100%;
  max-width: 100%;
    background: #cbefe0;
    border: solid 3px #cbefe0;
  border-radius: 10px;
}

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

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

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



.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 17px 20px;
  min-width: 100%;
  max-width: 100%;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 10px;
}

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

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

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


@media screen and (max-width: 767px) {

	
.balloon2-left {
    min-width: 97%;
	}
	
}

@media screen and (max-width: 560px) {
	
table.fukidashi img {
    width: 40px;
}
	
}

@media screen and (max-width: 410px) {

.balloon2-right {
    min-width: 94%;
}

}