@charset "utf-8";
/*OT知恵袋デザイン*/
.kaiketu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.idea {
    width: 25%;
    margin-left: 10px;
}
.out {
    line-height: 300%;
    width: 5%;
    font-size: 50px;
}
/*吹き出しデザイン*/
.Gothic {
    width: 25%;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    padding: 20px;
    border: solid 1px black;
    border-radius: 20px;
    background-color: #2C7CFF;
    color: #ffffff;
}
.Gothic::before {
  content: "";
  position: absolute;
  top: 44%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #000000 transparent transparent;
  translate: -100% -50%;
}
.Gothic::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0;
  border-style: solid;
  border-width: 8.9px 17.8px 8.9px 0;
  border-color: transparent #2C7CFF transparent transparent;
  translate: -100% -50%;
}
/*ここまで*/
.kaiketu2{
    display: flex;
    width: 70%;
}
.onestep {
    width: 40%;
    height: 50%;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    padding: 20px;
    border: solid 1px black;
    border-radius: 20px;
    background-color: #2C7CFF;
    color: #ffffff;
}
/*吹き出しデザイン*/
.onestep::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #000000;
  translate: 100% -50%;
}
.onestep::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 8.9px 0 8.9px 17.8px;
  border-color: transparent transparent transparent #2C7CFF;
  translate: 100% -50%;
}
/*ここまで*/
.chuckclose {
    width: 50%;
    margin-left: 30px;
}
.site {
    text-align: center;
    color: #696;
    font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "HG創英角ﾎﾟｯﾌﾟ体", sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.4em;
}
.check {
    font-size: 1.8em;
    font-weight: bold;
}
.daiso {
    border: solid cornflowerblue 3px;
    text-align: center;
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 20px;
}
.daiso1 {
    background-color: lemonchiffon;
    padding: 15px 0;
    font-size: 1.7em;
}
.daiso2 {
    background-color: lightpink;
    padding: 10px 0;
    font-size: 1.3em;
}
/*知恵袋ここまで*/
/*コミュニケーションページデザイン*/
#contents ul li {
    margin-bottom: 0;
    padding-bottom: 0;
}
#contents ul {
    margin: 0 10px 0 15px;
}
.tips{
    margin-bottom: 30px;
    color: #696;
    font-size: 1.3em;
    font-weight: bold;
}
.comimg{
   display: block;
    margin: 0 auto;
}
.com_table{
    border-collapse: separate;
    border-spacing: 3px;
    margin: 0 20px 30px 20px;
}
.com_table th{
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
}
.com_table td{
    border-radius: 10px;
    padding: 5px;
}
.target th,.target td {
    border: solid 2px orange;
}
.conditions th,.conditions td {
    border: solid 2px blue;
}
.ability th,.ability td {
    border: solid 2px green;
}
.taisyou{
    border: solid 2px orange;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
}
.zyouken{
    border: solid 2px blue;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;    
}
.nouryoku{
    border: solid 2px green;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;    
}
.als {
    color: #8b0000;
    text-decoration: underline solid #8b0000 2px;
}
.slow {
    background-color:cornflowerblue;
    color: white;
    border: solid 3px black;
    border-radius: 20px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px 0;
    display: block;
    text-decoration: none !important;
}
.slow_t {
    color: white;
    font-size: 2em;
}
.slow_t2 {
    color: white;
    font-size: 1.5em;
}
.br {
    color: #8b0000;
    font-size: 1.5em;
    font-weight: bold;
}
.tap {
    background-color: forestgreen;
    color: white;
    border: solid 3px black;
    border-radius: 10px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;   
    padding: 10px 0;
    display: block;
    font-size: 1.5em;
    text-decoration: none !important;
}
.tap_t {
    color: white;
}
.br {
    color: #8b0000;
    font-size: 1.5em;
}
