/*!
style
 ______________________________*/
/*

text
_________*/
.tR {
  text-align: right !important;
}
.tL {
  text-align: left !important;
}
.tC {
  text-align: center !important;
}
.font70 {
  font-size: 70%;
}
.font80 {
  font-size: 80%;
}
.font130 {
  font-size: 130%;
}
.font150 {
  font-size: 150%;
}
.font170 {
  font-size: 170%;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.hero_img {
  text-align: center;
  margin-bottom: 30px;
}


h2.page_tit{

}
h2.page_tit img{
  width:auto;
  height: 40px;
}

#about #contents{
  padding:60px 0;
}


.tx_box {
  margin: 0 20px 50px;
  content: "";
  display: block;
  clear: both;
}
.big {
  font-size: 200%;
}
.tx_red {
  color: #c60000;
}
.blue_box {
  background: #eaf5fc;
  padding: 20px;
  margin-bottom: 30px;
}
#contents {
  word-break: break-all;
}
#contents section{
  margin-bottom: 70px;
}
#contents h3 {
}
#contents h4 {
  position: relative;
  padding:0 0 0 10px;
}
#contents h4::before {
  content: "●";
  font-size: 2.4rem;
  width: 8px;
  height: 8px;
  display: inline-block;
  color: #a4bbd3;
  position: relative;
  top: 0px;
  left: -11px;
}

#contents .ico_pdf{
  display: inline-block;
  background-image: url("../img/common/ico_pdf.svg");
  background-repeat: no-repeat;
  background-size:32px;
  line-height: 32px;
  padding-left:38px;
}

#contents h5 {
}
#contents table {
  margin-bottom: 50px;
}
#contents table th {
  background: #dee7f0;
  border: 1px solid #ccc;
  text-align: center;
  padding:10px 20px;
}
#contents table td {
  border: 1px solid #ccc;
  vertical-align: top;
  padding:10px 20px;
}

#contents table.tbl_nobg{
  width:inherit !important;
  margin:0 auto 50px;
}
#contents table.tbl_nobg th {
  background: #fff;
  border: 1px solid transparent;
  text-align: left;
  vertical-align: top;
  padding:10px 20px;
  width:10em;
}
#contents table.tbl_nobg td {
  border: 1px solid transparent;
  vertical-align: top;
  padding:10px 20px;
}


/* Alignment */
#contents .alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
#contents .alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
#contents .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#contents ul {
  margin:0 0 30px 18px;
  padding: 0;
}
#contents ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#contents ul li::before {
  content: "●";
  font-size: 2.4rem;
  width: 8px;
  height: 8px;
  display: inline-block;
  color: #a4bbd3;
  position: absolute;
  top: -9px;
  left: -18px;
}
/*----------------------------------*/

#contents .link {
  clear: both;
}

#contents a.link {
  background-image: url(../img/common/ico_arr.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 25px;
  padding-right: 30px;
  display: inline-block;
  color: #333;
  line-height: 25px;
}
#contents a:hover.link{
  opacity: .7;
}


#contents p{
  line-height: 1.8;
}

#contents .font1 {
  font-size: 70%;
}
#contents .font2 {
  font-size: 78%;
}
#contents .font3 {
  font-size: 92%;
}
#contents .font4 {
  font-size: 108%;
}
#contents .font5 {
  font-size: 123%;
}
#contents .font6 {
  font-size: 139%;
}
#contents .font7 {
  font-size: 185%;
}
#contents .font8 {
  font-size: 277%;
}
#contents .blue {
  color: #0683FF;
}
#contents .purple {
  color: #A03266;
}
#contents .red {
  color: #C00;
}
/*_______________________

.flex_box
________________________*/
.flex_box {
  display: flex;
  padding: 0;
  margin: 0 0 30px;
  justify-content: space-between;
}
.flex_box .img {
  margin: 0 20px 0 0;
}
.flex_box.rev {
  flex-direction: row-reverse;
}
.flex_box.rev .img {
  margin: 0 0 0 20px;
}
.text_box {
  width: calc(100% - 320px);
}
.img_box {
  width: 300px;
  height: auto;
  font-size: 0.72em;
  color: #333;
  align-items: center;
  justify-content: center;
}
.img_box p {
  text-align: center;
}
.img_box img {
  width: 100%;
  height: auto;
}
.flex_box.img2col {
  justify-content: center;
}
.flex_box.img2col .img_box {
  margin: 0 20px;
}
.flex_box.img250 .img_box {
  width: 250px;
}
.flex_box.img250 .text_box {
  width: calc(100% - 270px);
}
.flex_box.img350 .img_box {
  width: 350px;
}
.flex_box.img350 .text_box {
  width: calc(100% - 370px);
}
.flex_box.half .img_box {
  width: 48%;
}
.flex_box.half .text_box {
  width: 48%;
}
.flex_box.float_r, .flex_box.float_l {
  display: inline-block;
}
.flex_box.float_r::after, .flex_box.float_l::after {
  content: "";
  display: block;
  clear: both;
}
.flex_box.float_r .text_box p.text-basic, .flex_box.float_l .text_box p.text-basic {
  display: inline !important;
}
.flex_box.float_r .img_box {
  float: right;
  margin: 0 0 20px 20px;
  display: inline-block;
}
.flex_box.float_l .img_box {
  float: left;
  margin: 0 20px 20px 0;
  display: inline-block;
}
.flex_box.float_r .text_box, .flex_box.float_l .text_box {
  margin: 0 0 20px 20px;
  display: inline;
  width: inherit;
}
.flex_box.float_r .text_box .basic-txt, .flex_box.float_l .text_box .basic-txt {
  display: inline;
}

