/* 
 * ------- additional css elements  ---------------------
 */
/*===========================
色変更
===========================*/
.wf-ryumin {
	font-family: a-otf-ryumin-pr6n,serif;
font-weight: 300;
font-style: normal;
}
/*----------------------------
table
-----------------------------*/
table th {
  border: 1px #dadada solid;
  background-color: #3596ba;
  color: #fff;
}
table td {
  border: 1px #ddd solid;
}
/* 線のtable */
table.table-various1 th {
  border-bottom: 1px #dadada solid;
  color: #333;
}
table.table-various1 th span {
  color: #333;
}
table.table-various1 td {
  border-bottom: 1px #ddd solid;
}
/* 横→縦 */
@media only screen and (max-width: 768px) {
  table {
    border-top: 1px #ddd solid;
  }
  table.table-various1 th {
    background-color: #eee;
    box-sizing: border-box;
  }
}
/*----------------------------
others
-----------------------------*/
/* number */
.r-number {
  background-color: #3596ba;
  color: #FFF;
}
/* faq */
.content .faq h3::before {
  background-color: #f19c5c;
}
.content .faq h3::after {
  background: #dcdcdc;
}
.content .faq .answer::before {
  background-color: #87A9D1;
}
/*----------------------------
list
-----------------------------*/
.content ul.check li::before {
  color: #F19C5C;
}
.content ul.circle li:before {
  background-color: #222;
}
/*===========================
追加
===========================*/
.indent-1 {
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
  line-height: 1.5em;
}
.txtIcon {
  display: inline-block;
  color: #FFF;
  text-align: center;
  line-height: normal;
  padding: 0.3em 1em 0.4em 1em;
  background-color: #319DA6;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.catchcopy {
  font-size: 2rem;
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  line-height: 1.3em;
  color: #A81120;
}
.catchcopy2 {
  font-size: 1.5rem;
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  line-height: 1.3em;
  color: #A81120;
}
.box {
  background-color: #f6f6f6;
  border: 2px dashed #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 8px #f6f6f6;
  padding: 2em;
}
.box h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.box h3::after {
  position: relative;
  background: none;
  bottom: 0;
}
.box2 {
  background-color: #f6f6f6;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #f6f6f6;
  padding: 2em;
}
.box2 h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.box2 h3::after {
  position: relative;
  background: none;
  bottom: 0;
}
.box3 {
  border: 4px double #ccc;
  padding: 2em;
}
.box3 h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
  border: none;
  padding: 0;
}
.box3 h3::after {
  position: relative;
  background: none;
  bottom: 0;
}
.comingsoon {
  border: 4px double #ccc;
  padding: 20% 2em;
  text-align: center;
  font-size: 2em;
}
.boxSimple {
  border: solid 1px #CCC;
  padding: 1em;
}
.boxSimple2 {
  border: solid 1px #CCC;
  padding: 1em;
  background: rgba(250, 250, 250, .85);
}
/*===========================
list
===========================*/
ul.nb_circle li {
  padding: 0 0 0.2em 1.2em;
  margin-bottom: 0.2em;
}
ul.nb_circle li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  left: 0.3em;
  margin-top: 0.5em;
}
ul.nb_circle2 li {
  float: left;
  width: 43%;
  padding: 0 0 0.3em 1em;
  margin: 0 1%;
  border-bottom: none;
}
ul.nb_circle2 li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  /* [disabled]left: 0.5em;
*/
  margin-top: 0.6em;
  margin-left: -1em;
}
ul.nb_circle, ul.nb_circle2, ul.circle2, ul.circle3, ul.check2, ul.check3 {
  position: relative;
}
ul.circle2 li, ul.check2 li {
  float: left;
  width: 44%;
  padding: 0 0 0.5em 1.8em;
  margin: 0 1% 0.5em;
  border-bottom: 1px dashed #CCC;
}
ul.circle2 li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  /* [disabled]left: 0.5em;
*/
  margin-top: 0.6em;
  margin-left: -1em;
}
ul.check2 li::before {
  display: block;
  position: absolute;
  content: "\f14a";
  font-family: FontAwesome;
  font-size: 1.3em;
  margin-left: -1.2em;
}
ul.circle3 li, ul.check3 li {
  float: left;
  width: 30%;
  margin: 0 1.5% 0.5em;
  padding-bottom: 0.5em;
}
ul.circle3 li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  /* [disabled]left: 0.5em;
*/
  margin-top: 0.6em;
  margin-left: -1em;
}
ul.check3 li::before {
  display: block;
  position: absolute;
  content: "\f14a";
  font-family: FontAwesome;
  font-size: 1.3em;
  margin-left: -1.2em;
}
ul.circle4 li, ul.check4 li {
  float: left;
  padding: 0 0 0.5em 1.8em;
  margin: 0 1.5% 0.5em;
  width: 22%;
}
ul.circle4 li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  /* [disabled]left: 0.5em;
*/
  margin-top: 0.6em;
  margin-left: -1em;
}
ul.check4 li::before {
  display: block;
  position: absolute;
  content: "\f14a";
  font-family: FontAwesome;
  font-size: 1.3em;
  margin-left: -1.2em;
}
ul.circle5 li {
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  float: left;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0.5em;
  padding-left: 1.8em;
  margin-right: 35px;
}
ul.circle5 li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  /* [disabled]left: 0.5em;
*/
  margin-top: 0.6em;
  margin-left: -1em;
}
ul.li_pdf {
  position: relative;
}
ul.li_pdf li {
  padding: 0 0 0.5em 1.8em;
  margin-bottom: 0.5em;
}
ul.li_pdf li:before {
  display: block;
  position: absolute;
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 1.3em;
  margin-left: -1.2em;
}
ul.li_pdf2 {
  position: relative;
}
ul.li_pdf2 li {
  float: left;
  width: 45%;
  padding: 0 0 0.5em 1.8em;
  margin: 0 1% 0.5em;
}
ul.li_pdf2 li:before {
  display: block;
  position: absolute;
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 1.3em;
  margin-left: -1.2em;
}
ol.num-list {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0.5em;
}
ol.num-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
ol.num-list li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #ee8800;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .content ul.circle2 li, .content ul.check2 li, .content ul.circle3 li, .content ul.check3 li {
    float: none;
    padding: 0 0 0.5em 1.8em;
    margin: 0 1% 0.7em;
    width: 90%;
  }
  ul.circle5 li {
    width: 90%;
  }
  ul.li_pdf2 li {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0.5em;
  }
}
/* ボタン */
.btn2 a {
  text-decoration: none;
  text-align: center;
  color: #FFF !important;
  position: relative;
  display: inline-block;
  padding: 0 1em;
  line-height: 30px;
  background: #00679c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all .3s;
  -webkit-transition: all .3s;
  margin-top: 5px;
}
.btn2 a:hover {
  background: #A0BFE2;
}
/* フローSmall */
.area_flowS {
  padding: 0 0px;
  width: 80%;
  margin: 0 auto;
}
.area_flowS .inner_flow {
  background-color: #fafafa;
  border: 1px solid #D9D9D9;
  padding: 1em;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
  min-height: 1em;
}
.area_flowS .inner_flow h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
  border: none;
  padding: 0;
}
.area_flowS .inner_flow h3::after {
  position: relative;
  background: none;
  bottom: 0;
}
.area_flowS .inner_flow .txtWrap {}
.area_flowS .arrow {
  margin: 0 auto 5px auto;
  display: block;
  width: 40px;
  height: 26px;
  background: url(../img/content/arrow_down_s.png) center bottom no-repeat;
  text-indent: -9999px;
}
/* 画像とテキストを交互に表示 */
.contents-wrap {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify; /*Android4.3*/
  -moz-box-pack: justify; /*Firefox21*/
  -ms-flex-pack: justify; /*IE10*/
  -webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
  justify-content: space-between;
}
.contents-wrap:nth-child(odd) {
  -ms-flex-direction: row-reverse; /*IE10*/
  -webkit-flex-direction: row-reverse; /*old webkit browser*/
  flex-direction: row-reverse;
}
.contents-text {
  width: 47.5%; /*flex: 2;*/
}
.contents-img {
  width: 47.5%; /*flex: 1;*/
}
.contents-text h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.1em;
  border: none;
  padding: 0;
}
.contents-img img {
  display: block;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .contents-wrap, .contents-wrap:nth-child(odd) {
    -ms-flex-direction: row-reverse; /*IE10*/
    -webkit-flex-direction: row-reverse; /*old webkit browser*/
    flex-direction: column-reverse;
  }
  .contents-text, .contents-img {
    width: 100%; /*flex: 1;*/
    margin-bottom: 3em;
  }
  .contents-text h3 {
    text-align: center;
  }
}
.hoverTrans a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*===========================
レスポ化対応
===========================*/
.telNoDeco a {
  text-decoration: none !important;
  color: #333 !important;
}
.telNoDeco a:hover {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.telNoDecoWhite a {
  text-decoration: none !important;
  color: #fff !important;
}
.telNoDecoWhite a:hover {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.fs60p {
  font-size: 60% !important;
}
.fs70p {
  font-size: 70% !important;
}
.fs80p {
  font-size: 80% !important;
}
.fs90p {
  font-size: 90% !important;
}
.fs110p {
  font-size: 110% !important;
}
.fs120p {
  font-size: 120% !important;
  line-height: 1.4em !important;
}
.fs130p {
  font-size: 130% !important;
  line-height: 1.4em !important;
}
.fs140p {
  font-size: 140% !important;
  line-height: 1.4em !important;
}
.fs140pM {
  font-size: 140% !important;
  line-height: 1.8em !important;
}
.fs150p {
  font-size: 150% !important;
  line-height: 1.4em !important;
}
.fs200p {
  font-size: 200% !important;
  line-height: 1.4em !important;
}
/* onOff */
.pcOFFtabletON {
  display: none;
}
.pcONtabletOFF {}
.pcONtabletOFFspON {}
.pcOFFspON {
  display: none;
}
.pcOFFtabletONspOFF {
  display: none;
}
.pcONspOFF {}
.txtPCcenterSPLeft {
  text-align: center;
}
.txtPCLeftSPcenter {
  text-align: left;
}
.txtPCcenterTabletLeft {
  text-align: center;
}
/* 特別 */
.clear {
  clear: both;
}
div.clear {
  height: 0px;
  line-height: 0;
  font-size: 0;
}
/* list */
ul.liReseter {
  line-height: 1.8em;
  margin-left: 15px;
}
ul.liReseter li {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: -10px;
}
ul.liReseterFloat {
  line-height: 1.8em;
  margin-left: 15px;
}
ul.liReseterFloat li {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: -10px;
  float: left;
  padding-right: 3em;
}
ul.liReseterFloat3Div {
  line-height: 1.8em;
  margin-left: 2em;
}
ul.liReseterFloat3Div li {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: -10px;
  float: left;
  padding-right: 1em;
  width: 31%;
  box-sizing: border-box;
  margin: 0 1% 0.8em 1%;
}
ol.liReseter {
  line-height: 1.8em;
  margin-left: 20px;
}
ol.liReseter li {
  display: list-item;
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: -10px;
}
/* img float */
.imgFloatRight {
  float: right;
  margin: 0 0 1em 2em;
}
.imgFloatLeft {
  float: left;
  margin: 0 2em 1em 0;
}
/* content */
.contPadW50p {
  width: 50%;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
}
.contPadW60p {
  width: 60%;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
}
.contPadW70p {
  width: 70%;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
}
.contPadW80p {
  width: 80%;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
}
.contPadW90p {
  width: 90%;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
}
/* contactBtn */
.contactBtnWrap {
  clear: both;
  padding: 0;
  text-align: center;
}
.contactBtn {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin: 0 10px;
}
.txtContacBnr a {
  display: block;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  line-height: normal;
  padding: 0.5em 1.5em 0.5em 1em;
  background-color: #557DAE;
  width: 200px;
  box-sizing: border-box;
  background-image: url(../img/common/btn_arrow.png);
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.txtContacBnrPC {
  display: block;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  line-height: normal;
  padding: 0.5em 1em 0.5em 1em;
  background-color: #557DAE;
  width: 200px;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
p.txtBnr {
  display: inline-block;
  margin: 0 1em 0 0;
}
p.txtBnrDammy {
  display: inline-block;
  margin: 0 1em 0 0;
  color: #FFF;
  text-decoration: none;
  line-height: normal;
  padding: 0.2em 1.5em 0.2em 1em;
  background-color: #5B87CE;
  margin: 0 0 0.4em 0;
  background-image: url(../img/common/btn_arrow.png);
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.txtBnr a {
  color: #FFF;
  text-decoration: none;
  line-height: normal;
  padding: 0.2em 1.5em 0.2em 1em;
  background-color: #5B87CE;
  margin: 0 0 0.4em 0;
  background-image: url(../img/common/btn_arrow.png);
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.txtBnr a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (max-width: 600px) {
  p.txtBnr {
    box-sizing: border-box;
    margin: 0 auto 0.8em auto;
    min-width: 280px;
  }
  .txtBnr a {}
}
/* table */
.nowrap {
  white-space: nowrap;
}
.tdW90p {
  width: 90%;
  box-sizing: border-box;
}
.tdW80p {
  width: 80%;
  box-sizing: border-box;
}
.tdW70p {
  width: 70%;
  box-sizing: border-box;
}
.tdW60p {
  width: 60%;
  box-sizing: border-box;
}
.tdW50p {
  width: 50%;
  box-sizing: border-box;
}
.tdW40p {
  width: 40%;
  box-sizing: border-box;
}
.tdW30p {
  width: 30%;
  box-sizing: border-box;
}
.tdW20p {
  width: 20%;
  box-sizing: border-box;
}
.tdW10p {
  width: 10%;
  box-sizing: border-box;
}
.tdCenter {
  text-align: center;
  vertical-align: middle;
}
.tdVmiddle {
  vertical-align: middle;
}
.nowrap {
  white-space: nowrap;
}
/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */
.scroll table th {
  text-align: center;
  vertical-align: middle;
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
  height: 5px;
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #F1F1F1;
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #BCBCBC;
}
@media screen and (max-width: 768px) {
  /* onOff */
  .pcONtabletOFF {
    display: none;
  }
  .pcOFFtabletON {
    display: block;
  }
  .pcOFFtabletONspOFF {
    display: block;
  }
  .pcONtabletOFFspON {
    display: none;
  }
  .txtPCcenterTabletLeft {
    text-align: left;
  }
  .contPadW50p, .contPadW60p, .contPadW70p, .contPadW80p, .contPadW90p {
    width: 100%;
  }
  .tdW90p, .tdW80p, .tdW70p, .tdW60p, .tdW50p, .tdW40p, .tdW30p, .tdW20p {
    width: 100%;
  }
  /* contactBtn */
  .contactBtnWrap {}
  .contactBtn {
    margin: 0 10px 10px 0;
  }
  /*tableのセル内にある文字の折り返しを禁止*/
  .scroll {
    overflow: auto;
    white-space: nowrap;
    width: 100% !important;
    box-sizing: border-box;
  }
  /*table右に線*/
  .scroll {
    border-right: 2px solid #4f4d47;
    overflow-x: scroll;
  }
  /*tableにスクロールバーを追加*/
  .scroll table {
    overflow: scroll;
  }
  .scroll table th {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    box-sizing: border-box;
  }
  .scroll table td {
    width: auto;
    display: table-cell;
  }
}
@media only screen and (max-width: 600px) {
  /* list */
  ul.liReseterFloat3Div {}
  ul.liReseterFloat3Div li {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1% 0.8em;
  }
  /* img float */
  .imgFloatRight, .imgFloatLeft {
    float: none;
    margin: 0 0 1em 0;
    text-align: center;
  }
  /*-------------------------
onOff
--------------------------*/
  .pcOFFspON {
    display: block;
  }
  .pcONspOFF {
    display: none;
  }
  .pcONtabletOFFspON {
    display: block;
  }
  .pcOFFtabletONspOFF {
    display: none;
  }
  .txtPCcenterSPLeft {
    text-align: left;
  }
  .txtPCLeftSPcenter {
    text-align: center;
  }
}
/* インラインレイアウト */
.txtCenter {
  text-align: center !important;
}
.txtRight {
  text-align: right !important;
}
.txtLeft {
  text-align: left !important;
}
.lay2Inline {
  width: 45%;
  display: inline-block;
  margin: 0 2% 1em 2%;
  vertical-align: top;
  box-sizing: border-box;
}
.lay3Inline {
  width: 28%;
  display: inline-block;
  margin: 0 2% 30px 2%;
  vertical-align: top;
  box-sizing: border-box;
}
.lay4Inline {
  width: 21.25%;
  display: inline-block;
  margin: 0 1.5% 1em 1.5%;
  vertical-align: top;
  box-sizing: border-box;
}
/*　1：2　*/
.layInline1-2_1 {
  display: inline-block;
  ;
  width: 32%;
  margin: 0 2% 1em 2%;
  vertical-align: top;
}
.layInline1-2_2 {
  display: inline-block;
  width: 58%;
  margin: 0 2% 1em 2%;
  vertical-align: top;
}
/*　2：1　*/
.layInline2-1_1 {
  display: inline-block;
  width: 58%;
  margin: 0 2% 1em 2%;
  vertical-align: top;
}
.layInline2-1_2 {
  display: inline-block;
  width: 32%;
  margin: 0 2% 1em 2%;
  vertical-align: top;
}
@media only screen and (max-width: 600px) {
  .lay2Inline, .lay3Inline, .lay4Inline, .layInline2-1_1, .layInline2-1_2, .layInline1-2_1, .layInline1-2_2 {
    width: 100%;
    margin: 0 0 2em 0;
  }
}
ul.liInline {}
ul.liInline li {
  display: inline-block;
  padding: 0 1.5em 0 20px;
  position: relative;
}
ul.liInline li::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 3rem;
  margin-left: -3rem;
  top: 7px;
  padding: 0;
  border-radius: 5px;
  background: #497DCB;
}
ul.liInline120p {}
ul.liInline120p li {
  display: inline-block;
  padding: 0 1.5em 0 20px;
  position: relative;
  font-size: 120%;
}
ul.liInline120p li::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 3rem;
  margin-left: -3rem;
  top: 7px;
  padding: 0;
  border-radius: 5px;
  background: #497DCB;
}
/*

rt {
	font-size:0.4em;

}
ruby {
	line-height:1em;
}


@media only screen and (max-width: 600px) {
rt {
}
ruby {
	line-height:2.8em;
}
}

*/

/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
aaa
===========================*/


[href^="tel"] {
	text-decoration: none;
	color: #333;
	cursor: default;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
[href^="tel"] {
	pointer-events: auto;
}
}
.lower-bar .inner .news dl {
}
.lower-bar .inner .news dl dt {
    float: left;
}
.lower-bar .inner .news dl dt, .lower-bar .inner .news dl dd {
	line-height: 1.2em;
	padding: 0.2em 0;
}
.lower-bar .inner .news dl dd {
	padding-left: 5.5em;
}

@media screen and (max-width: 768px) {
.lower-bar .inner .news dl dt {
	float: none;
}
.lower-bar .inner .news dl dd {
	padding-left: 0;
}
}
footer .add-banner .inner-add-banner .wrap-banner {
	width: auto;
}
.fa-lg {
	line-height: 1.5em!important;
}

@media screen and (max-width: 768px) {
.table-scroll {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
.table-scroll table {
	border-collapse: collapse;
}
.table-scroll th, .table-scroll td {
	border: solid 1px #ccc;
	padding: 8px;
	white-space: nowrap;
}
.table-scroll th {
}
.table-scroll::-webkit-scrollbar {
	height: 8px;
}
.table-scroll::-webkit-scrollbar-thumb {
	background: #aaa;
}
.table-scroll::-webkit-scrollbar-track {
	background: #ccc;
}
}
.ul2 li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}
.inner-add-banner .wrap-banner.clearfix .sns li {
	margin-right: 0px;
	font-size: 2em;
}
@media screen and (max-width: 768px) {
.inner-add-banner .wrap-banner.clearfix .sns li {
	display: inline;
}
}
.content h2 {
	line-height: 1.2em;
}

.dot-pattern{
    background-color: #F1EDF5;
    background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    padding: 2em;
    color: #593869;
}
.noto500 a {
	font-weight: 500;
}
ul.circle2 li {
    padding: 0 0 0 0;
    margin-bottom: 0.5em;
    list-style-position: outside;
    list-style-type: disc;
}
table.table-various4 th,table.table-various4 td {
    display: table-cell;	
}
.w70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}



* {  
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.item-list {
  padding:0 10px 0 10px;
}

.item-list ul{
  margin-left:20px;
 
  background-color:transparent;
}

.item-list ul li {
  float:left;
  padding-left:0;
}

ul.cols-1 li {width: 100%;}
ul.cols-2 li {width: 50%;}
ul.cols-3 li {width: 33.33333%;}
ul.cols-4 li {width: 25%;}
ul.cols-5 li {width: 20%;}
ul.cols-6 li {width: 16.66666%;}
ul.cols-7 li {width: 14.28571%;}
ul.cols-8 li {width: 12.5%;}

@media only screen and (max-width: 767px) {
  ul.cols-4 li,ul.cols-5 li,ul.cols-6 li,ul.cols-7 li,ul.cols-8 li{
      width: 33%;
  }
  ul.cols-3 li{
      width:50%;
  } 
}

@media only screen and (max-width: 479px) {
  ul[class*='cols-'] > li{
      width: 100%;
  }
}
/* ////// arra-ez responsive set --- please custom as you like //////////////////////////  */
body, html {margin:0; padding:0;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
 
.shell { display: flex; flex-direction:row; flex-wrap:wrap; }
.shell.reverse { display: flex; flex-direction:row-reverse; flex-wrap:wrap; }
.shell.nowrap-x { flex-wrap:nowrap; }
.shell.left { justify-content:flex-start; }
.shell.center, .shell.x-center { justify-content:center; }
.shell.right { justify-content:flex-end; }
.shell.fill, .shell.fill-x, .shell.split { justify-content:space-between; }
.shell.equalize { justify-content:space-around; }
.shell.top { align-items:flex-start; }
.shell.middle, .shell.y-center { align-items:center; }
.shell.baseline { align-items:baseline; }
.shell.bottom { align-items:flex-end; }
.shell > .grow-x {flex-grow:1;}
.stretch, .grow-y { align-self:stretch; }
 
.solo, .full { width:100%;}
.duo, .half { width:50%;}
.trio, .one-third { width:calc(100% / 3);}
.two-thirds { width:calc(100% / 3 * 2);}
.quad, .quarter { width:25%;}
.three-quarters { width:75%;}
.penta, .twenty { width:20%;}
.thirty { width:30%;} 
.forty { width:40%;} 
.sixty { width:60%;}
.seventy { width:70%;}
.eighty { width:80%;}
 
.solo.gutter, .full.gutter { width:98%; margin:1em 1%;}
.duo.gutter, .half.gutter { width:48%;  margin:1em 1%;}
.trio.gutter, .one-third.gutter { width:calc(94% / 3); margin:1em 1%;}
.two-thirds.gutter { width:calc(97% / 3 * 2); margin:1em 1%;}
.quad.gutter, .quarter.gutter { width:23%; margin:1em 1%;}
.three-quarters.gutter { width:73%; margin:1em 1%;}
.penta.gutter, .twenty.gutter { width:18%; margin:1em 1%;}
.thirty.gutter { width:28%; margin:1em 1%;} 
.forty.gutter{ width:38%; margin:1em 1%;} 
.sixty.gutter { width:58%; margin:1em 1%;}
.seventy.gutter { width:68%; margin:1em 1%;}
.eighty.gutter { width:78%; margin:1em 1%;}
 
.centering {text-align:center;}
.centering > * { margin-left:auto !important; margin-right:auto !important;}
 
/* Universal Padding Class --- as you like */
.pd-around {padding:1.5em 1.5em;}
.pd-side {padding:0 1.5em;}
.pd-top-bottom {padding:1.5em 0;}
.pd-right {padding-right:1.5em;}
.pd-left {padding-left:1.5em;}
 
/* clearfix --- for use together with legacy float layout */
.clearfix:before, .clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
 
/*** Media Query ***/
@media only screen and (max-width: 899px) {
     
    .shell.break900:not(.step) { flex-direction:column;}
    .shell.break900 > .solo, .shell.break900 > .full, .shell.break900 > .duo, .shell.break900 > .half, .shell.break900 > .trio, .shell.break900 > .one-third, .shell.break900 > .two-thirds, .shell.break900 > .quad, .shell.break900 > .quarter, .shell.break900 > .three-quarters, .shell.break900 > .penta, .shell.break900 > .twenty, .shell.break900 > .thirty, .shell.break900 > .forty, .shell.break900 > .sixty, .shell.break900 > .seventy, .shell.break900 > .eighty 
    { width:100%; }
    .shell.break900 > .solo.gutter, .shell.break900 > .full.gutter, .shell.break900 > .duo.gutter, .shell.break900 > .half.gutter, .shell.break900 > .trio.gutter, .shell.break900 > .one-third.gutter, .shell.break900 > .two-thirds.gutter, .shell.break900 > .quad.gutter, .shell.break900 > .quarter.gutter, .shell.break900 > .three-quarters.gutter, .shell.break900 > .penta.gutter, .shell.break900 > .twenty.gutter, .shell.break900 > .thirty.gutter, .shell.break900 > .forty.gutter, .shell.break900 > .sixty.gutter, .shell.break900 > .seventy.gutter, .shell.break900 > .eighty.gutter
    { width:98%; margin:1em 1%;}
     
    .shell.step { flex-direction:row; flex-wrap:wrap; }
    .shell.step > .duo, .shell.step > .half, .shell.step > .trio, .shell.step > .one-third, .shell.step > .two-thirds, .shell.step > .quad, .shell.step > .quarter, .shell.step > .three-quarters, .shell.step > .penta, .shell.step > .twenty, .shell.step > .thirty, .shell.step > .forty, .shell.step > .sixty, .shell.step > .seventy, .shell.step > .eighty 
    { width:50%;}
    .shell.step > .duo.gutter, .shell.step > .half.gutter, .shell.step > .trio.gutter, .shell.step > .one-third.gutter, .shell.step > .two-thirds.gutter, .shell.step > .quad.gutter, .shell.step > .quarter.gutter, .shell.step > .three-quarters.gutter, .shell.step > .penta.gutter, .shell.step > .twenty.gutter, .shell.step > .thirty.gutter, .shell.step > .forty.gutter, .shell.step > .sixty.gutter, .shell.step > .seventy.gutter, .shell.step > .eighty.gutter 
    { width:48%; margin:1em 1%;}
     
}
 
/* Mobile Single Column ( like 7-10 inch Tablet ) */
@media only screen and (max-width: 768px) {
 
    .container, .wide-container {padding:0 0.3em;} /* as you like */
 
    .shell.break768:not(.step) { flex-direction:column;}
    .shell.break768 > .solo, .shell.break768 > .full, .shell.break768 > .duo, .shell.break768 > .half, .shell.break768 > .trio, .shell.break768 > .one-third, .shell.break768 > .two-thirds, .shell.break768 > .quad, .shell.break768 > .quarter, .shell.break768 > .three-quarters, .shell.break768 > .penta, .shell.break768 > .twenty, .shell.break768 > .thirty, .shell.break768 > .forty, .shell.break768 > .sixty, .shell.break768 > .seventy, .shell.break768 > .eighty
    { width:100%; }
    .shell.break768 > .solo.gutter, .shell.break768 > .full.gutter, .shell.break768 > .duo.gutter, .shell.break768 > .half.gutter, .shell.break768 > .trio.gutter, .shell.break768 > .one-third.gutter, .shell.break768 > .two-thirds.gutter, .shell.break768 > .quad.gutter, .shell.break768 > .quarter.gutter, .shell.break768 > .three-quarters.gutter, .shell.break768 > .penta.gutter, .shell.break768 > .twenty.gutter, .shell.break768 > .thirty.gutter, .shell.break768 > .forty.gutter, .shell.break768 > .sixty.gutter, .shell.break768 > .seventy.gutter, .shell.break768 > .eighty.gutter
    { width:98%; margin:1em 1%;}
     
    .shell:not(.keep) > .solo, .shell:not(.keep) > .full, .shell:not(.keep) > .duo, .shell:not(.keep) > .half, .shell:not(.keep) > .trio, .shell:not(.keep) > .one-third, .shell:not(.keep) > .two-thirds, .shell:not(.keep) > .quad, .shell:not(.keep) > .quarter, .shell:not(.keep) > .three-quarters, .shell:not(.keep) > .penta, .shell:not(.keep) > .twenty, .shell:not(.keep) > .thirty, .shell:not(.keep) > .forty, .shell:not(.keep) > .sixty, .shell:not(.keep) > .seventy, .shell:not(.keep) > .eighty
    { width:100%; margin:0; }   
    .shell:not(.keep) > .solo.gutter, .shell:not(.keep) > .full.gutter, .shell:not(.keep) > .duo.gutter, .shell:not(.keep) > .half.gutter, .shell:not(.keep) > .trio.gutter, .shell:not(.keep) > .one-third.gutter, .shell:not(.keep) > .two-thirds.gutter, .shell:not(.keep) > .quad.gutter, .shell:not(.keep) > .quarter.gutter, .shell:not(.keep) > .three-quarters.gutter, .shell:not(.keep) > .penta.gutter, .shell:not(.keep) > .twenty.gutter, .shell:not(.keep) > .thirty.gutter, .shell:not(.keep) > .forty.gutter, .shell:not(.keep) > .sixty.gutter, .shell:not(.keep) > .seventy.gutter, .shell:not(.keep) > .eighty.gutter
    { width:98%; margin:1em 1%;}
 
    .shell.step { flex-direction:row; flex-wrap:wrap; }
    .shell.step > .duo, .shell.step > .half, .shell.step > .trio, .shell.step > .one-third, .shell.step > .two-thirds, .shell.step > .quad, .shell.step > .quarter, .shell.step > .three-quarters, .shell.step > .penta, .shell.step > .twenty, .shell.step > .thirty, .shell.step > .forty, .shell.step > .sixty, .shell.step > .seventy, .shell.step > .eighty 
    { width:50%;}
    .shell.step > .duo.gutter, .shell.step > .half.gutter, .shell.step > .trio.gutter, .shell.step > .one-third.gutter, .shell.step > .two-thirds.gutter, .shell.step > .quad.gutter, .shell.step > .quarter.gutter, .shell.step > .three-quarters.gutter, .shell.step > .penta.gutter, .shell.step > .twenty.gutter, .shell.step > .thirty.gutter, .shell.step > .forty.gutter, .shell.step > .sixty.gutter, .shell.step > .seventy.gutter, .shell.step > .eighty.gutter
    { width:48%; margin:1em 1%;}
 
    .shell.keep-half:not(.keep), .shell.keep-half:not(.keep) { flex-direction:row;}
    .shell.keep-half:not(.keep) > .solo, .shell.keep-half:not(.keep) > .full, .shell.keep-half:not(.keep) > .duo, .shell.keep-half:not(.keep) > .half, .shell.keep-half:not(.keep) > .trio, .shell.keep-half:not(.keep) > .one-third, .shell.keep-half:not(.keep) > .two-thirds, .shell.keep-half:not(.keep) > .quad, .shell.keep-half:not(.keep) > .quarter, .shell.keep-half:not(.keep) > .three-quarters, .shell.keep-half:not(.keep) > .penta, .shell.keep-half:not(.keep) > .twenty, .shell.keep-half:not(.keep) > .thirty, .shell.keep-half:not(.keep) > .forty, .shell.keep-half:not(.keep) > .sixty, .shell.keep-half:not(.keep) > .seventy, .shell.keep-half:not(.keep) > .eighty   
    { width:50%;}   
    .shell.keep-half:not(.keep) > .solo.gutter, .shell.keep-half:not(.keep) > .full.gutter, .shell.keep-half:not(.keep) > .duo.gutter, .shell.keep-half:not(.keep) > .half.gutter, .shell.keep-half:not(.keep) > .trio.gutter, .shell.keep-half:not(.keep) > .one-third.gutter, .shell.keep-half:not(.keep) > .two-thirds.gutter, .shell.keep-half:not(.keep) > .quad.gutter, .shell.keep-half:not(.keep) > .quarter.gutter, .shell.keep-half:not(.keep) > .three-quarters.gutter, .shell.keep-half:not(.keep) > .penta.gutter, .shell.keep-half:not(.keep) > .twenty.gutter, .shell.keep-half:not(.keep) > .thirty.gutter, .shell.keep-half:not(.keep) > .forty.gutter, .shell.keep-half:not(.keep) > .sixty.gutter, .shell.keep-half:not(.keep) > .seventy.gutter, .shell.keep-half:not(.keep) > .eighty.gutter
    { width:48%; margin:1em 1%;}
     
    /* Universal padding class --- as you like */
    .pd-around {padding:1.5em 1.5em;}
    .pd-side {padding:0 1.5em;}
    .ttal {text-align:left !important;}
    .ttal:not(.pd-side) { padding:0 1.5em;}
    .pd-around .ttal:not(.pd-side), .pd-side .ttal:not(.pd-side) { padding:0;}  
     
}
 
/* Traditional SmartPhone Portrait Size */
@media only screen and (max-width: 479px) {
     
    .shell:not(.keep), .shell.step:not(.keep) { flex-direction:column;}
    .shell.step:not(.keep) > .solo, .shell.step:not(.keep) > .full, .shell.step:not(.keep) > .duo, .shell.step:not(.keep) > .half, .shell.step:not(.keep) > .trio, .shell.step:not(.keep) > .one-third, .shell.step:not(.keep) > .two-thirds, .shell.step:not(.keep) > .quad, .shell.step:not(.keep) > .quarter, .shell.step:not(.keep) > .three-quarters, .shell.step:not(.keep) > .penta, .shell.step:not(.keep) > .twenty, .shell.step:not(.keep) > .thirty, .shell.step:not(.keep) > .forty, .shell.step:not(.keep) > .sixty, .shell.step:not(.keep) > .seventy, .shell.step:not(.keep) > .eighty    
    { width:100%; margin: margin:0;}
    .shell.step:not(.keep) > .solo.gutter, .shell.step:not(.keep) > .full.gutter, .shell.step:not(.keep) > .duo.gutter, .shell.step:not(.keep) > .half.gutter, .shell.step:not(.keep) > .trio.gutter, .shell.step:not(.keep) > .one-third.gutter, .shell.step:not(.keep) > .two-thirds.gutter, .shell.step:not(.keep) > .quad.gutter, .shell.step:not(.keep) > .quarter.gutter, .shell.step:not(.keep) > .three-quarters.gutter, .shell.step:not(.keep) > .penta.gutter, .shell.step:not(.keep) > .twenty.gutter, .shell.step:not(.keep) > .thirty.gutter, .shell.step:not(.keep) > .forty.gutter, .shell.step:not(.keep) > .sixty.gutter, .shell.step:not(.keep) > .seventy.gutter, .shell.step:not(.keep) > .eighty.gutter 
    { width:98%; margin:1em 1%;}
 
    /* Single Column --- Universal margin-bottom class */
    .shell.automa > , .shell.automa > .gutter {margin-bottom:1.5em !important;}
 
    /* Universal padding class --- as you like */
    .pd-around {padding:6% 3%;}
    .pd-side, .pd-right, .pd-left {padding:0 3%;}
    .stal {text-align:left !important;}
    .stal:not(.pd-side) { padding:0 3%;}
    .pd-around .stal:not(.pd-side), .pd-side .stal:not(.pd-side) { padding:0;}  
 
}

.button {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
    background-color: #1A54A5;
    color: #fff!important;
}
.button:hover {
    background-color: #3866A6;
}
