.box29 {
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}
.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box4 p {
    margin: 0; 
    padding: 0;
}

.box29 {
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}
@media only screen and (max-width: 480px) {
.tscroll table{
 width:100%;
 margin-bottom: .5em;
}
.tscroll{
 overflow: auto;
 margin-bottom: 2em;
}
.tscroll::-webkit-scrollbar{
 height: 5px;
}
.tscroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.tscroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
}
/*Twitterフォロースマホ*/
.p-asideFollowUs__twitter {
background: #f2f2f2;
margin-top: 0px;
padding: 10px 0;
border-radius: 4px;
}
.p-asideFollowUs__twitter__cont {
text-align: center;
font-size: 16px;
color: #252525;
line-height: 1.9;
}
.p-asideFollowUs__twitter__item {
display: inline-block;
vertical-align: middle;
margin: 0 2px;
}
/*box*/
.box12{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5989cf;
    background: #c6e4ff;
    border-bottom: solid 6px #aac5de;
    border-radius: 9px;
}
.box12 p {
    margin: 0; 
    padding: 0;
}

.box16{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.box16 p {
    margin: 0; 
    padding: 0;
}
/*--------------------------------------
クエスチョン
--------------------------------------*/
.question {
  position: relative;
  margin: 40px 0 30px;
  padding: 20px;
  border-radius: 10px;
  border: dashed 2px #ff0000;
  background-color: #ffefef;
  font-size: 15px;
  clear: both
}
.question:before {
  position: absolute;
  left: 15px;
  top: -15px;
  content: '\f059';
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 3px 0 0 5px;
  border-radius: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ff0000;
  color: #ffffff;
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 1;
}
.question:after {
  position: absolute;
  left: 32px;
  top: -8px;
  content: 'QUESTION';
  z-index: 1;
  padding: 3px 10px 3px 20px;
  border-radius: 5px;
  background-color: #ff0000;
  color: #ffffff;
  font-family: 'Lora', cursive;
  font-weight: bold;
  line-height: 1;
}

/*--------------------------------------
補足事項
--------------------------------------*/
.repletion {
  position: relative;
  margin: 40px 0 30px;
  padding: 25px 20px 20px;
  border-radius: 10px;
  border: solid 2px #5ab80e;
  background-color: #cfedb7;
  font-size: 15px;
  clear: both;
}
.repletion:before {
  position: absolute;
  left: 15px;
  top: -15px;
  content: '\f0eb';
  z-index: 2;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  border-radius: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #5ab80e;
  color: #ffffff;
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
.repletion:after {
  position: absolute;
  left: 32px;
  top: -8px;
  content: 'POINT';
  z-index: 1;
  padding: 3px 10px 3px 20px;
  border-radius: 5px;
  background-color: #5ab80e;
  color: #ffffff;
  font-family: 'Lora', cursive;
  font-weight: bold;
  line-height: 1;
}

/*--------------------------------------
注意書き
--------------------------------------*/
.attention {
  position: relative;
  margin: 40px 0 30px;
  padding: 20px;
  border-radius: 10px;
  border: dotted 2px #FACC2E;
  background-color: #F5F6CE;
  font-size: 15px;
  clear: both
}
.attention:before {
  position: absolute;
  left: 15px;
  top: -15px;
  content: '\f071';
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 3px 0 0 5px;
  border-radius: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FACC2E;
  color: #FFFFFF;
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 1;
}
.attention:after {
  position: absolute;
  left: 32px;
  top: -8px;
  content: 'CAUTION';
  z-index: 1;
  padding: 3px 10px 3px 20px;
  border-radius: 5px;
  background-color: #FACC2E;
  color: #ffffff;
  font-family: 'Lora', cursive;
  font-weight: bold;
  line-height: 1;
}

