.content :first-child{margin-top:2rem;}

body{
  font-family:sans-serif;
}
.tablepress .column-2 {
display: table-cell;
}

/* テーブルのオプションに入力し、改行を防止する */
@media screen and (max-width: 640px) {
.tablepress thead th,
.tablepress td {
	white-space: nowrap;
	}
}

.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}
.box25{
    position: relative;
    background: #f4f4f4;
    box-shadow: 0px 0px 0px 5px #8289ad;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #8289ad #fff #8289ad;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}
h4 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #094;
}

h4:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}

.fuki {
  position: relative;
  padding-left: 4em;
}

.fuki {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #e3f5d8;
  background: #22ac38;
}
.fuki:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #22ac38;
}

h3:first-letter {
  font-size: 150%;
  color: #1a1968;
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  display: flex; /* 要素を横並びにする */
      justify-content: center; /* 子要素を水平方向の中央に配置 */   
}	


/*その他と主な共通部分は省略*/

a.btn--tuduki {
  color: #fff;
  background-color: #333;
}

a.btn--tuduki:hover {
  color: #fff;
  background: #525252;
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--green {
  color: #fff;
  background-color: #094;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '>';
}

h2 {
  border-bottom: 3px dotted #000;
}

.bts{
  text-decoration:none;
  color:#000;
  font-weight:bold;
  display:block;
  max-width:300px;
  margin:0 auto;
  border:solid 2px #bbb;
  line-height:48px;
  text-align:center;
  transition:0.5s;
  position:relative;
  border-radius:24px;
}
.bts:before{
  content:"";
  display:block;
  width:12px;
  height:12px;
  border-right:solid 3px #bbb;
  border-bottom:solid 3px #bbb;
  transform:rotate(-45deg);
  position:absolute;
  transition:0.3s;
  top:50%;
  right:24px;
  margin-top:-6px;
}
.bts:hover{
  color:#fff;
  background:#333;
}
.bts:hover:before{
  border-color:#fff;
}

.widgetFooter  {
	  background:#1a1968;
font-size: 1.5rem;
	line-height: 1.5;
	color:#fff;

}

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.kasen2 {
    position: relative;
    padding: 0.5rem 0 1.5rem;
    margin-bottom: 0.2rem;
    text-align: center;
}


.kasen2:before {
    position: absolute;
    content: '';
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(45deg, #ddd0b3 25%, transparent 25%, transparent 75%, #ddd0b3 75%),
        linear-gradient(45deg, #b2d5de 25%, transparent 25%, transparent 75%, #b2d5de 75%);
    background-position: 0 0, 5px 5px;
    /* 四角のサイズ */
    background-size: 10px 10px;
    /* 白の四角 */
    background-color: #353535;
}

.kasen3 {
    position: relative;
    padding: 0.7rem 0;
    margin-bottom: 0.2rem;
	}

.kasen3:before {
    position: absolute;
    left: -5px;
    bottom: 5px;
    width: 100%;
    height: 15px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 5px, #2ebadd 5px 10px);
    content: '';
    z-index: -1;
	}

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

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

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

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

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

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