font-family: Lato,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

body {
width: 100%;
margin: 0px;
font-size: 0.8em;
text-align: left;
}

.trim-image-to-circle {
    background-color: ;
    background-image: url("");
    border-radius: 50%;
    background-position: left top;
box-shadow: 0px 0px 0px 0px;
    border: 0px solid ; /* 半透明の枠線を付加 */
}

.trim-image-to-circle_02 {
    background-image: url("");
    border-radius: 50%;
    background-position: left top;
box-shadow: 0px 0px 2px 2px ;
    border: 0px solid #960000; /* 半透明の枠線を付加 */
}

.trim-image-to-circle_03 {
    background-color: #fff;
    border-radius: 50%;
box-shadow: 2px 2px 2px 2px #eeeeee;
    background-position: left top;
    border: 2px solid #333; /* 半透明の枠線を付加 */
}

.image_bibi{
float: left;
margin: 0px 10px 30px 0px;
}

.image_image{
float: left;
margin: 0px 5px 0px 0px;
}

.absolute {
    position: absolute;
    left: 5px;
    top: 5px;
}

.tug_00 {
max-width:340px;
text-align:center;
font-size: 14px;
padding-left: 50px;
background: url(/Image/line_bg.png);background-size:5px;
background-color: #f0f0f1;
color: #333;
border: solid 2px #333;
border-radius: 50px;
transition: .4s;
}

.tug_00:hover{
background-color: #333;
color: #fff;
border: solid 2px #333;
}

.tug_top {
max-width:280px;
text-align:center;
font-weight: bold;
font-size: 14px;
padding-left: 20px;
background: url(/Image/wa_back.png);background-size:200px;
background-color: #fff;
color: #ff2864;
border: solid 3px #ff2864;
border-radius: 50px;
transition: .4s;
}

.tug_top:hover{
background-color: #222;
color: #fff;
border: solid 3px #222;
}

.tug_topb {
max-width:280px;
text-align:center;
font-weight: bold;
font-size: 13px;
background: url(/Image/);background-size:5px;
background-color: #fff;
color: #5d63a1;
border: solid 2px #5d63a1;
border-radius: 50px;
transition: .4s;
}

.tug_topb:hover{
background-color: #5d63a1;
color: #fff;
border: solid 2px #5d63a1;
}

.tug_01 {
text-align:center;
font-size: 14px;
font-weight: bold;
padding: 10px;
background: #272c30;
color: #ffffff;
border: solid 2px #272c30;
border-radius: 0px;
transition: .4s;
}

.tug_01:hover{
font-weight: bold;
background: #ffffff;
border: solid 2px #272c30;
color: #272c30;
}

.tug_02 {
width: 100%;
max-width:760px;
padding-top:15px;
padding-bottom:15px;
float: center;
display: inline-block;
background-color: #46b450;
color: #ffffff;
font-size: 16px;
border: solid 5px #46b450;
border-radius: 50px;
transition: .4s;
}

.tug_02:hover{
background: #ffffff;
font-weight: bold;
color: #46b450;
border: solid 5px #46b450;
}

.tug_03 {
max-width:320px;
text-align:center;
display: inline-block;
padding: 0.8em 3.0em;
font-size: 14px;
font-weight: bold;
background: url(/Image/);background-size:10px;
background-color: #139f2e;
color: #dddddd;
border: solid 2px #dddddd;
border-radius: 50px;
transition: .4s;
}

.tug_03:hover{
font-weight: bold;
background: #dddddd;
color: #139f2e;
border: solid 2px #139f2e;
}

.tug_04 {
text-align:center;
font-size: 12px;
text-decoration:none !important;
line-height: 390%;
margin: 3px;
padding: 10px 15px;
background: url(/Image/);background-size:5px;
white-space: nowrap;
background-color: #fff;
color: #333 !important;
border: solid 2px #333;
border-radius: 50px;
transition: .4s;
}

.tug_04:hover{
background-color: #333;
color: #fff !important;
border: solid 2px #333;
}

.tug_04_01 {
text-align:center;
font-size: 14px;
text-decoration:none !important;
line-height: 3.8em;
margin: 5px;
padding: 10px 15px;
background: url(/Image/line_bg.png);background-size:5px;
white-space: nowrap;
background: #333;
color: #fff !important;
border: solid 2px #333;
border-radius: 50px;
}

.tug_05 {
color: #ffffff;
font-size: 12px;
background-color: #495464;
border-radius: 15px;
padding: 5px 10px 5px 10px;
margin: 3px;
line-height: 2.7em;
white-space: nowrap;
}

.btn-flat-border {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #101920;
  border: solid 2px #101920;
  background: #ffcc66;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  border: solid 2px #555555;
  background: #fff375;
  color: white;
}


.btn-flat-border_02 {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  border: solid 2px #101920;
  background: #c9302c;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border_02:hover {
  border: solid 2px #555555;
  background: #f04944;
  color: white;
}


.btn-flat-border_03 {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #ffffff ;
  border: solid 2px #101920;
  background: #99cb2e;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border_03:hover {
  border: solid 2px #555555;
  background: #bde04d;
}

.btn-flat-border_04 {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #ffffff ;
  border: solid 2px #101920;
  background: #0068b7  ;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border_04:hover {
  border: solid 2px #555555;
  background: #4d9be3;
}


.btn-flat-border_05 {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #ffffff ;
  border: solid 2px #101920;
  background: #99cb2e;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border_05:hover {
  border: solid 2px #555555;
  background: #bde04d;
}



a.base:link {color:#333333; text-decoration:none;}
a.base:visited {color:#333333; text-decoration:none;}
a.base:active {color:#333333; text-decoration:none;}
a.base:hover {color:#495464; text-decoration:none;}

a.contact:link {color:#f1f1f1; text-decoration:none;}
a.contact:visited {color:#f1f1f1; text-decoration:none;}
a.contact:active {color:#f1f1f1; text-decoration:none;}
a.contact:hover {color:#1f1f1f; text-decoration:none;}

a.line:link {color:#4d375d; text-decoration:underline;}
a.line:visited {color:#4d375d; text-decoration:none;}
a.line:active {color:#4d375d; text-decoration:none;}
a.line:hover {color:#eb596e; text-decoration:none;}

a.red:link {color:#4d375d; text-decoration:none;}
a.red:visited {color:#4d375d; text-decoration:none;}
a.red:active {color:#4d375d; text-decoration:none;}
a.red:hover {color:#eb596e; text-decoration:none;}

a.white:link {color:#ffffff;text-decoration:none;}
a.white:visited {color:#ffffff;text-decoration:none;}
a.white:active {color:#ffffff;text-decoration:none;}
a.white:hover {color:#f0f0f1;text-decoration:none;}


a.white_no:link {color:#ffffff;text-decoration:underline;}
a.white_no:visited {color:#ffffff;text-decoration:none;}
a.white_no:active {color:#ffffff;text-decoration:none;}
a.white_no:hover {color:#f0f0f1;text-decoration:none;}

html {
      -webkit-overflow-scrolling: touch;
}

.slider {
display: none;
}

div.sample {letter-spacing: -2px;}

.sns_test { 	
float: left; 	
margin-left: 5px; 
}

.fixed {
  position: fixed;
  top: -3px;
}

.menu {
display: none;
}

.wordBreak {
word-break: break-all;
}

.border_radius {
    border-radius: 5px;
}

.border_radius_02 {
  border-radius: 0px 0px 6px 6px;
}

.border_radius_en {
    border-radius: 50%;
}

div.deleteBr br {
    display: none;
}

table.td a { display: block;}

.yubi { cursor: pointer; }

.sample-box-01 {
    border: 1px solid #cccccc;
    border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
box-shadow: 0px 0px 5px 5px #eeeeee;
background:;
    padding: 3px;
    margin-bottom: 4px;
    overflow: hidden;
}

.midashi{
position: relative;
border-top: solid 2px #0068b7;
border-bottom: solid 2px #0068b7;
background: #fff;
color: #333333;
line-height: 1.4;
padding: 1.5em 0.5em;
margin: 2em 0 0.5em;
}

.midashi:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: '  POINT  ';
background: #0068b7;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.8em;
font-weight:bold;
line-height: 1;
letter-spacing: 0.05em;
  }




.kagekage {
box-shadow: 0px 3px 0px 0px #eeeeee;
}

.kage {
box-shadow: 0px 1px 1px 0px #eeeeee;
}

.kage_02 {
box-shadow: 0px 2px 2px 2px #eeeeee;
}


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

.midashi-end:before,.midashi-end:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
.midashi-end:before{
border-left: solid 1px #555555;
border-top: solid 1px #555555;
border-bottom: solid 1px #555555;
  left: 0;
}
.midashi-end:after{
  content: '';
  border-top: solid 1px #555555;
  border-right: solid 1px #555555;
  border-bottom: solid 1px #555555;
  right: 0;
}

<!--
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
-->

.table_01 {
    border: 2px dotted #dddddd;
    border-radius: 3px;
box-shadow: 0px 0px 0px 0px #eeeeee;
    margin: 5px 5px;
    padding: 1em;
}


.sample-box-12 {
    border: 1px solid #cccccc;
    border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
box-shadow: 0px 0px 3px 3px #eeeeee;
background:#ffffff;
    margin: 0em 0;
    padding: 0.8em;
}

.tug {
float: left;

margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
font-size:;
background:#ffffff;
padding: 5px 5px 5px 5px;
}

.tug:hover{
background-color:#f6f6f6;
}

.sample-box-09 {
    border: 2px solid #cccccc;
    border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
box-shadow: 0px 0px 0px 0px #eeeeee;
background:;
    padding: 7px;

margin-right: ;
margin-top:;
}


/*--------------------
 平行四辺形・リボン作る
--------------------*/
.ribbon0 {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #c9322e;/*塗りつぶし色*/
  color: #ffffff;/*文字色*/
  box-sizing: border-box;
}

.ribbon0:before, .ribbon0:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon0:before {
  top: 0;
  left: 0;
  border-width: 0px 0px 50px 15px;
  border-color: transparent transparent transparent #ebe7e4;
  border-style: solid;
}

.ribbon0:after {
  top: 0;
  right: 0;
  border-width: 50px 15px 0px 0px;
  border-color: transparent #ebe7e4 transparent transparent;
  border-style: solid;
}


.ribbon1 {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #c9322e;/*塗りつぶし色*/
  color: #ffffff;/*文字色*/
  box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 0px 0px 50px 15px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 50px 15px 0px 0px;
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
}




.ribbon2 {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #101920;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon2:before, .ribbon2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon2:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon2:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


.ribbon4 {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #c9322e;/*塗りつぶし色*/
  color: #f1f1f1;/*文字色*/
  box-sizing: border-box;
}

.ribbon4:before, .ribbon4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon4:before {
  top: 0;
  left: 0;
  border-width: 0px 0px 50px 15px;
  border-color: transparent transparent transparent #333333;
  border-style: solid;
}

.ribbon4:after {
  top: 0;
  right: 0;
  border-width: 50px 15px 0px 0px;
  border-color: transparent #333333 transparent transparent;
  border-style: solid;
}

/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
margin-bottom: 2em;
position: relative;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 70px;
height: 70px;
}
.balloon-image-left {
float: left;
margin-right: 18px;
}
.balloon-image-right {
float: right;
margin-left: 16px;
}
.balloon figure img {
width: 100%;
height: 100%;
border: 2px solid #aaa;
border-radius: 50%;
background: #ffffff;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 15px;
top: -5px;	
border: 1px solid;
border-radius: 10px;
background: #ffffff;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
}
.balloon-text-right {
border-color: #aaa;
}
.balloon-text-left {
border-color: #aaa;
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}
.balloon p {
margin: 0 0 20px;
line-height: 180%;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #aaa;
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 #aaa;
top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}


/* 考え毎 */
.think .balloon-text-right,.think .balloon-text-left {
 border-radius: 50px;
 padding: 18px 15px 18px 23px;
 top: -15px;
 margin-left: -10px;
}
.think .balloon-text-right:before {
 border: 1px solid #aaa;
 border-radius: 50%;
 width: 16px;
 height: 16px;
 top: 15px;
 left: -12px;
	background: #ffffff;
}
.think .balloon-text-right:after {
 border: 1px solid #aaa;
 border-radius: 50%;
 width: 8px;
 height: 8px;
 top: 25px;
 left: -19px;
	background: #ffffff;
}
.think .balloon-text-left:before {
 border: 1px solid #aaa;
 border-radius: 50%;
 width: 8px;
 height: 8px;
 top: 10px;
 right: -12px;
}
.think .balloon-text-left:after {
 border: 1px solid #aaa;
 border-radius: 50%;
 width: 4px;
 height: 4px;
 top: 20px;
 right: -19px;
}


/* 動く画像 */
.pulse {
  animation: vertical_9315 3.50s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_9315 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.float {
  animation: float_9250 3s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes float_9250 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-6px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

/* 簡単スライダー */
#css-slider {
	width: 600px;
	height: 600px;
	overflow: hidden;
}

.slide-item {
	width: 600px;
	height: 600px;
	float: left;
	position: relative;
}


.slider-wrapper {
	width: 600%;
	position: relative;
	left: 0;
	will-change: transform;
	animation: slider 10s infinite;
}

@keyframes slider {
  0% { transform: translateX(0); }
  20% { transform: translateX(-600px); }
  40% { transform: translateX(-1200px); }
  60% { transform: translateX(-1800px); }
  80% { transform: translateX(-2400px); }
  100% { transform: translateX(0); }
}

/* ボタンの右に置く right */
.balloon_right {
	position: relative;
	background: #ffffff;
	border: 1px solid gray; /*#0a0c0d;*/
        font-size:12px;
        text-align:center;
    　　padding: 50px;
        margin-left:5px; padding:3px; margin-top:30px;
        font-family: arial, "ＭＳ ゴシック",sans-serif;
        border-radius: 5px;
}
.balloon_right:after, .balloon_right:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.balloon_right:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 3px; /*5px;*/
	margin-top: -3px; /*5px;*/
}
.balloon_right:before {
	border-color: rgba(10, 12, 13, 0);
	border-right-color: gray; /*#0a0c0d;*/
	border-width: 4px; /*6px;*/
	margin-top: -4px;  /*6px;*/
}
/*     */

.blinking{-webkit-animation:blink 1s ease-in-out infinite alternate;-moz-animation:blink 1s ease-in-out infinite alternate;animation:blink 1s ease-in-out infinite alternate}@-webkit-keyframes blink{0%{opacity:0}100%{opacity:1}}@-moz-keyframes blink{0%{opacity:0}100%{opacity:1}}@keyframes blink{0%{opacity:0}100%{opacity:1}}

.horizontal {
  animation: horizontal_4330 5.72s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes horizontal_4330 {
  0% { transform:translate(0,0) }
  3.22581% { transform:translate(5px,0) }
  6.45161% { transform:translate(0,0) }
  9.67742% { transform:translate(5px,0) }
  12.90323% { transform:translate(0,0) }
  16.12903% { transform:translate(5px,0) }
  19.35484% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}


.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 5px;
  background: #960000;
}

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

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



/*  ふきだし設定（右） */
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 0.5em 15px 1.5em 0;
  padding: 5px 5px 5px 5px;
  min-width: 120px;
  max-width: 100%;
 ?color: #555555;
  font-size: 16px;
  background: #ffffff;
  border: solid 2px #555555;
  box-sizing: border-box;
	border-radius: 0px;
}

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

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

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



/*  ふきだし設定（上） */
.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 0.5em 0;
  padding: 5px 5px 0px 5px;
  min-width: 120px;
  max-width: 100%;
  color: #555555;
  font-size: 16px;
  background: #ffffff;
  border: solid 3px #555555;
  box-sizing: border-box;
}

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

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

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


/*  ふきだし設定（下） */
.balloon2-bottom {
  position: relative;
  display: inline-block;
  margin: 0.5em 0;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555555;
  font-size: 16px;
  background: #ffffff;
  border: solid 3px #555555;
  box-sizing: border-box;
}

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

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

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


/* △△スクロール△△ */

.scroll{
height:180px;
width:100%;
overflow-x: hidden;
}
.scroll::-webkit-scrollbar{width:10px;}/*バーの太さ*/
.scroll::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.scroll::-webkit-scrollbar-thumb{background:#1f1f1f;}/*バーの色*/

/* コンタクトフォーム入力欄 */
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"] {
width: 100%;
height: 50px !important;
}

.wpcf7 textarea[name="your-message"] {
width: 100%;
height: 300px !important;
}
/* コンタクトフォームボタン */
.wpcf7 input[type="submit"] {
width:100%;
color: #fff;
font-size: 18px;
font-weight: bold;
padding:15px 50px 15px 50px;
border-radius:50px;
background: #ffb7c1;
border: solid 2px #fff;

transition: 0.3s;
}

.wpcf7 input:hover[type="submit"] {
color: #fff;
background: #ff4646;
cursor:pointer;
}

ul#footer-nav {
display: inline-block;
}

@keyframes slideInRight {
from {
opacity: 0;
transform: translateX(150px);
}
  
to {
opacity: 1;
transform: translateX(0);
}
}

.slideInRight {
animation-name: slideInRight;
animation-duration: 3s;
animation-timing-function: ease;
}

/*--------------------
 吹き出しを作る（社員女子）
--------------------*/
.balloong {
margin-bottom: 2em;
position: relative;
}
.balloong:before,.balloong:after {
clear: both;
content: "";
display: block;
}
.balloong figure {
width: 85px;
height: 85px;
}
.balloong-image-left {
float: left;
margin-right: 17px;
}
.balloong-image-right {
float: right;
margin-left: 13px;
margin-right: 5px;
}
.balloong figure img {
width: 100%;
height: 100%;
border: 0px solid #ddd;
border-radius: ;
background: ;
margin: 0;
}
.balloong-image-description {
padding: 5px 0px 0px 0px;
font-size: 10px;
text-align: center;
}
.balloong-text-right,.balloong-text-left {
position: relative;
padding: 5px;
top: -5px;	
border: 3px solid;
border-radius: 5px;
background: ;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
}
.balloong-text-right {
border-color: #dddddd;
}
.balloong-text-left {
border-color: #dddddd;
}
.balloong-text-right {
float: left;
}
.balloong-text-left {
float: right;
}
.balloong p {
margin: 5px 0px 5px 5px;
line-height: 180%;
}
.balloong p:last-child {
margin-bottom: 5px;
}

/* 三角部分 */
.balloong-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #dddddd;
top: 18px;
left: -22px;
}
.balloong-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 18px;
left: -18px;
}
.balloong-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #dddddd;
top: 18px;
right: -22px;
}
.balloong-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #ffffff;
top: 18px;
right: -18px;
}


/* 考え毎 */
.thinkg .balloong-text-right,.thinkg .balloong-text-left {
 border: 3px solid #f58a8a;
 border-radius: 50px;
 padding: 20px 5px 20px 5px;
 top: -20px;
 margin-left: 0px;
}
.thinkg .balloong-text-right:before {
 border: 2px solid #dddddd;
 border-radius: 50%;
 width: 16px;
 height: 16px;
 top: 18px;
 left: -10px;
 background: #181818;
}
.thinkg .balloong-text-right:after {
 border: 2px solid #dddddd;
 border-radius: 50%;
 width: 8px;
 height: 8px;
 top: 25px;
 left: -22px;
 background: #181818;
}
.thinkg .balloong-text-left:before {
 border: 2px solid #dddddd;
 border-radius: 50%;
 width: 8px;
 height: 8px;
 top: 10px;
 right: 0px;
}
.thinkg .balloong-text-left:after {
 border: 2px solid #dddddd;
 border-radius: 50%;
 width: 4px;
 height: 4px;
 top: 20px;
 right: 0px;
}