@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&amp;display=swap&amp;subset=japanese);

body {
  font-size: 16px;
  line-height: 1.4 !important;
  font-family: 'Noto Sans JP', sans-serif !important;
}

.tx18p { font-size: 18px; font-weight: 700; line-height: 1.5;  }
.tx20p { font-size: 20px; font-weight: 700; line-height: 1.5; color:#006ad5;  }
.tx20bk { font-size: 20px; font-weight: 700; line-height: 1.5;  }
.tx22p { font-size: 22px; font-weight: 700; line-height: 1.5; color:#006ad5;  }
.tx24p { font-size: 24px; font-weight: 700; line-height: 1.5; color:#006ad5;  }
.tx24b { font-size: 24px; font-weight: 700; line-height: 1.5;  }
.tx24by { font-size: 24px; font-weight: 700; line-height: 1.5; color:#2b95ff;  }

.wpcf7 .required { color: #f00;}
.wpcf7 .any{ color: #080;}

.left01{
        text-align: center
    }
@media (max-width: 750px) {
.left01{
        text-align: left
    }
}
@media screen and (max-width: 750px) {
    .br-sp { display:none; }
}

@media screen and (max-width: 750px) {
    .size01 { font-size: 30px; font-weight: bold; line-height: 1.2; }
}


.br-pc {
  display:none;
}
 
@media screen and (max-width: 750px) {
  .br-pc {
    display:block;
  }
}

table.company {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 16px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #0080ff;
    vertical-align: middle;
    text-align: left;
    width: 15%
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #0080ff;
    border-width: 10px;
    margin-top: -10px;
}


table.company td {
    background: #eaf4ff;
    width: 85%;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
}

.mod01 {
  position: relative;
  color: #0080ff;
  font-size: 24px;
	font-weight: 400;
  padding: 15px 0;
  text-align: center;
  margin: 1.8em 0;
}
.mod01:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 300px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #80bfff;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropcap01 {
    font-size: 45px;
color: #fff;
font-weight: bold;
    margin-right: 6px;
    margin-top: 6px;
    float: left;
    line-height: 1;
background: #3eb2d9;
border-radius: 5px;
padding: 6px 7px 10px 7px;
}
.reverse-row-order {
  flex-direction: row-reverse;
}

.style1{
	border-top: 1px solid #3eb2d9 !important;
		border-bottom: 0px solid #fff;
	    margin: -15px 0 10PX 0 !important;
}