@charset "utf-8";
/*                reset
======================================================= */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  color: #3c3c3c;
  background-color: #ffffff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  -webkit-text-size-adjust: none;

}
body.menu_open{
  height: auto;
  overflow-y: auto;
}
@media only screen and (max-width: 640px){
  body {
    font-size: 15px;
  }
  body.menu_open{
    height: 100%;
    overflow-y: hidden;
  }
  #header.move{
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px 0 #c7c7c7;
    -moz-box-shadow: 0 0 5px 0 #c7c7c7;
    -webkit-box-shadow: 0 0 5px 0 #c7c7c7;
  }
}
p {
  line-height: 1.5;
}
p + p {
  margin-top: 1.5em;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?bo999l");
  src: url("../fonts/icomoon.eot?bo999l#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bo999l") format("truetype"), url("../fonts/icomoon.woff?bo999l") format("woff"), url("../fonts/icomoon.svg?bo999l#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*                link
======================================================= */
a:link {
  color: #3c3c3c;
  text-decoration: none;
}

a:visited {
  color: #3c3c3c;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  a:hover {
    color: #128ec8;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
}

/*                common
======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                追加
======================================================= */
html.enable-javascript .flexslider {
  visibility: hidden;
  opacity: 0;
}

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .flexslider {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.customize-support {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  .customize-support {
    padding-top: 46px;
  }
}
/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 640px){
  #wrapper {
    /*  padding-top: 68px;  20191024コメント化 */
  }
}
@media only screen and (min-width: 641px) {
  #sp_wrap{
    display: block !important;
  }
}

#main_area {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  #main_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#home #main_area {
  background: #e9ebee;
}
#list_page #main_area {
  background: #e9ebee;
}
#article #main_area {
  padding-bottom: 0;
}
#article #main_area .article_width table + p,
#article #main_area .article_width p + table,
#article #main_area .article_width table + table{
  margin-top: 1em;
}
#article #main_area .article_width table{
  border-bottom: 1px #dcdcdc solid;
  border-left: 1px #dcdcdc solid;
}
#article #main_area .article_width table th,
#article #main_area .article_width table td{
  border-top: 1px #dcdcdc solid;
  border-right: 1px #dcdcdc solid;
  padding: .5em 1em;
}
.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1120px;
}
@media only screen and (max-width: 1200px) {
  .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .main_width {
    padding: 0 15px;
    width: 100%;
  }
}

input[type="text"], input[type="mail"], input[type="email"], input[type="tel"], input[type="search"],
input[type="url"],
select {
  height: 50px;
  border: 1px #d2d2d2 solid;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 0.6em 0.7em;
  font-size: 87.5%;
}

textarea {
  border: 1px #dcdcdc solid;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 0.6em 0.7em;
  font-size: 87.5%;
}

button, input, select, textarea {
  font-family: inherit;
  line-height: 1.5;
}

ul.switch_icon {
  display: flex;
  flex-direction: row;
  position: relative;
  top: -8px;
}
ul.switch_icon > li {
  position: relative;
  width: 34px;
  height: 34px;
}
ul.switch_icon > li + li {
  margin-left: 5px;
}
ul.switch_icon > li a, ul.switch_icon > li span {
  display: block;
  cursor: pointer;
}
ul.switch_icon > li a:before, ul.switch_icon > li span:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2f84d0;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.switch_icon > li.tile_pnl a:before, ul.switch_icon > li.tile_pnl span:before {
  content: "\e91c";
}
ul.switch_icon > li.list_pnl a:before, ul.switch_icon > li.list_pnl span:before {
  content: "\e91d";
  font-size: 18px;
  left: 8px;
}
ul.switch_icon > li.active {
  pointer-events: none !important;
  background-color: rgba(47, 132, 208, 0.12);
  border-radius: 34px;
}
ul.switch_icon > li.active a, ul.switch_icon > li.active span {
  cursor: default;
}

.tag_list li {
  font-size: 87.5%;
  display: inline-block;
  line-height: 1.2;
}
@media all and (-ms-high-contrast: none) {
  .tag_list li {
    line-height: 1.1;
  }
}
.tag_list li + li {
  margin-left: 5px;
}
@media only screen and (max-width: 640px) {
  .tag_list li {
    font-size: 75%;
  }
}
.tag_list li a {
  color: #237dcd;
  position: relative;
  display: inline-block;
}
.tag_list li a:after {
  content: "";
  display: block;
  width: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  /* border or (height & background) etc. */
  border-bottom: 1px solid #237dcd;
  /* margin: 0 auto; */
  /* left to right -> middle out */
}
@media only screen and (min-width: 1025px) {
  .tag_list li a:hover {
    opacity: 1.0;
  }
  .tag_list li a:hover:after {
    width: 100%;
  }
}
.tag_list li a:before {
  content: '#';
}

ul.circle {
  margin-bottom: -0.8em;
}
ul.circle li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.8em;
}
ul.circle li:before {
  background: -moz-linear-gradient(left, #1db2d4, #237dcd);
  background: -webkit-linear-gradient(left, #1db2d4, #237dcd);
  background: linear-gradient(to right, #1db2d4, #237dcd);
  border-radius: 6px;
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 6px;
  height: 6px;
  margin: 0 5px 0 4px;
}

ol.count {
  counter-reset: item;
  margin-bottom: -0.2em;
}
ol.count li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.2em;
}
ol.count li:before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 0.15em;
}

ul.asterisk {
  margin-bottom: -0.4em;
}
ul.asterisk li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.4em;
}
ul.asterisk li:before {
  content: '※';
}

p.asterisk {
  padding-left: 1em;
  text-indent: -1em;
}
p.asterisk:before {
  content: '※';
}

span.asterisk:before {
  content: '※';
}

.release_list_area > .intro_block:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.release_list_area > .intro_block .layout_l {
  float: left;
}
.release_list_area > .intro_block .layout_r {
  float: right;
  display: flex;
  flex-direction: row;
  position: relative;
  top: 3px;
}
.release_list_area > .intro_block .layout_r p {
  color: #5a5a5a;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .release_list_area > .intro_block .layout_r p {
    display: none;
  }
}
#list_page .release_list_area > .intro_block {
  margin-bottom: 20px;
}
#list_page .release_list_area > .intro_block .layout_l {
  width: 100%;
}
.release_list_area > .release_list_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: -1em;
}
.release_list_area > .release_list_block .release_list_set {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  .release_list_area > .release_list_block .release_list_set {
    width: 100%;
  }
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item:nth-child(1) {
  overflow: hidden;
  /*width: 15%;*/
  width: 168px;
  height: 106px;
  position: relative;
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item:nth-child(1) img {
  border-radius: 6px;
  max-height: 106px;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item:nth-child(1) .release_tag {
  display: none;
}
@media only screen and (max-width: 640px) {
  .release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item:nth-child(1) {
    /*width: 32%;*/
    width: 110px;
    height: 70px;
  }
  .release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item:nth-child(1) img {
    max-height: 70px;
  }
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item:nth-child(2) {
  width: 85%;
  padding-left: 1.2em;
}
@media only screen and (max-width: 640px) {
  .release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item:nth-child(2) {
    width: 68%;
  }
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item:nth-child(2) .item_txt_innerbox {
  border-bottom: 1px #dcdcdc solid;
  padding-bottom: 0.8em;
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item:nth-child(2) .release_tag {
  font-size: 75%;
  font-weight: normal;
  color: #237dcd;
  display: inline;
  margin: 0;
  margin-left: 1em;
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item:nth-child(2) .lead {
  font-weight: normal;
  font-size: 75%;
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item{
  padding: 0 10px;
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item h3 {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 0.8em;
  margin-top: 0.4em;
}
@media only screen and (max-width: 640px) {
  .release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item h3 {
    font-size: 100%;
  }
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item h3 a {
  color: #3c3c3c;
}
@media only screen and (min-width: 1025px) {
  .release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item h3 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item p {
  font-size: 87.5%;
  font-weight: bold;
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item p.date {
  color: #787878;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item p.date {
    font-size: 75%;
  }
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item p.company_n {
  font-size: 75%;
  color: #787878;
  font-weight: normal;
  margin-top: 0.5em;
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item a{
  display: block;
}
.release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item img {
  /*width: 100%;
  object-fit:cover;
  height: 126px;*/
}
@media only screen and (max-width: 640px) {
  .release_list_area > .release_list_block .release_list_set .release_list_set_inner .release_list_item img {
    max-height: 70px;
  }
}

.release_list_area > .release_list_block.tile_panel {
  margin-left: -17px;
  margin-right: -17px;
}
.release_list_area > .release_list_block.tile_panel .release_list_set {
  width: 33.33333333%;
  padding-left: 17px;
  padding-right: 17px;
}
@media only screen and (max-width: 640px) {
  .release_list_area > .release_list_block.tile_panel .release_list_set {
    width: 100%;
  }
}

.release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner {
  flex-direction: column;
  border: 1px #dcdcdc solid;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner {
    padding-top: 0;
  }
}
.release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner .release_list_item:nth-child(1) {
  /*width: 100%;*/
  position: relative;
  width: 350px;
  height: 220px;
}
.release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner .release_list_item:nth-child(1) img {
  border-radius: 0;
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  max-height: 220px;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner .release_list_item:nth-child(1) img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner .release_list_item:nth-child(1) .release_tag {
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 10px;
  border-radius: 14px;
  font-size: 75%;
  color: #fff;
  background: rgba(35, 125, 205, 0.8);
  display: inline-block;
  max-width: 100%;
  padding: 0.4em 1.3em 0.35em ;
  margin: 0 10px;
}
@media all and (-ms-high-contrast: none) {
  .release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner .release_list_item:nth-child(1) .release_tag {
    padding: 0.4em 1.3em 0.15em;
  }
}
@media only screen and (max-width: 640px) {
  .release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner .release_list_item:nth-child(1) {
    width: 100%;
    height: 216px;
  }
  .release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner .release_list_item:nth-child(1) .release_tag {
    font-size: 62.5%;
  }
  .release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner .release_list_item:nth-child(1) img {
    max-height: 216px;
  }
}
.release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner .release_list_item:nth-child(2) {
  width: 100%;
  padding: 1.2em;
}
.release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner .release_list_item:nth-child(2) .release_tag {
  display: none;
}
.release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner .release_list_item:nth-child(2) .lead {
  display: none;
}
.release_list_area > .release_list_block.tile_panel .release_list_set .release_list_set_inner .release_list_item:nth-child(2) .item_txt_innerbox {
  border-bottom: none;
  padding-bottom: 0;
}

button {
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}
button.h_60 {
  width: 210px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
}
button.h_45 {
  width: 210px;
  height: 45px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
}
button.h_30 {
  width: 210px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
}
button.c_green {
  background: #0aaa5a;
}
button.c_gray {
  background: #55555a;
}
button.c_pink {
  background: #dd3f61;
}
button.c_blue {
  background: #237dcd;
}
button.c_wgray {
  background: #e9ebee;
}
button.w_280 {
  width: 280px;
}
button.w_260 {
  width: 260px;
}
button.w_250 {
  width: 250px;
}
button.w_240 {
  width: 240px;
}
button.w_150 {
  width: 150px;
}
button.w_120 {
  width: 120px;
}
button.w_100 {
  width: 100px;
}
button.w_60 {
  width: 60px;
}

a.btn {
  color: #fff;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  a.btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}
a.btn.h_60 {
  width: 210px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  padding-top: 18px;
}
a.btn.h_50 {
  width: 210px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  padding-top: 15px;
}
a.btn.h_45 {
  width: 210px;
  height: 45px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  padding-top: 10px;
}
a.btn.h_30 {
  width: 210px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
}
a.btn.c_green {
  background: #0aaa5a;
}
a.btn.c_gray {
  background: #55555a;
}
a.btn.c_pink {
  background: #dd3f61;
}
a.btn.c_blue {
  background: #237dcd;
}
a.btn.c_wgray {
  background: #e9ebee;
}
a.btn.w_280 {
  width: 280px;
}
a.btn.w_260 {
  width: 260px;
}
a.btn.w_260 {
  width: 260px;
}
a.btn.w_250 {
  width: 250px;
}
a.btn.w_240 {
  width: 240px;
}
a.btn.w_150 {
  width: 150px;
}
a.btn.w_120 {
  width: 120px;
}
a.btn.w_100 {
  width: 100px;
}
a.btn.w_60 {
  width: 60px;
}

.link_btn {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .link_btn {
    flex-direction: column-reverse;
  }
}
.link_btn button + button {
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .link_btn button + button {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .link_btn button {
    width: 100% !important;
  }
}
.link_btn a {
  text-align: center;
}
.link_btn a + a {
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .link_btn a + a {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .link_btn a {
    width: 100% !important;
  }
}

.more_btn {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .more_btn {
    margin-top: 20px;
  }
}
.more_btn > a,
.more_btn > button {
  cursor: pointer;
  font-size: 112.5%;
  color: #fff;
  display: block;
  border-radius: 6px;
  background: #babdc0;
  width: 240px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto
}
@media only screen and (max-width: 640px) {
  .more_btn > a,
  .more_btn > button {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .more_btn > a:hover,
  .more_btn > button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}
@media only screen and (max-width: 640px) {
  .more_btn > a,
  .more_btn > button {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .more_btn > a,
  .more_btn > button {
    padding-top: 3px;
  }
}

dl.blue_line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1120px;
  border-bottom: 1px #c8c8c8 solid;
}
@media only screen and (max-width: 640px) {
  dl.blue_line {
    flex-direction: column;
    width: 100%;
  }
}
dl.blue_line dt, dl.blue_line dd {
  font-size: 87.5%;
  padding: 30px 40px 28px;
}
dl.blue_line dt {
  border-top: 1px #c8c8c8 solid;
  width: 20%;
  background: #f5f5fa;
}
@media only screen and (max-width: 640px) {
  dl.blue_line dt {
    width: 100%;
    padding: 15px 20px 13px;
  }
}
dl.blue_line dd {
  border-top: 1px #c8c8c8 solid;
  width: 80%;
}
@media only screen and (max-width: 640px) {
  dl.blue_line dd {
    width: 100%;
    padding: 20px 0;
  }
}
dl.blue_line dd strong {
  display: block;
  margin-bottom: 1em;
}

.pagenation {
  margin-top: 40px;
}
.pagenation ul {
  margin: 0 auto;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .pagenation ul {
    font-size: 12px;
  }
}
.pagenation ul li {
  text-align: center;
  vertical-align: middle;
}
.pagenation ul li + li {
  margin-left: 5px;
}
@media only screen and (max-width: 640px) {
  .pagenation ul li + li {
    margin-left: 2px;
  }
}
.pagenation ul li.prev a, .pagenation ul li.next a, .pagenation ul li.max_prev a, .pagenation ul li.max_next a {
  border: none;
}
.pagenation ul li.prev a:hover, .pagenation ul li.next a:hover, .pagenation ul li.max_prev a:hover, .pagenation ul li.max_next a:hover {
  background: none;
}
.pagenation ul li.prev a:before, .pagenation ul li.next a:before, .pagenation ul li.max_prev a:before, .pagenation ul li.max_next a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 24px;
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 640px) {
  .pagenation ul li.prev a:before, .pagenation ul li.next a:before, .pagenation ul li.max_prev a:before, .pagenation ul li.max_next a:before {
    font-size: 18px;
    top: -1.5px;
  }
}
.pagenation ul li.prev {
  margin-right: -5px;
}
.pagenation ul li.prev a:before {
  content: "\f104";
}
.pagenation ul li.next a:before {
  content: "\f105";
}
.pagenation ul li.max_prev {
  margin-right: -5px;
}
.pagenation ul li.max_prev a:before {
  content: "\f100";
}
.pagenation ul li.max_next a:before {
  content: "\f101";
}
.pagenation ul li.active span {
  background: #d1deea;
}
@media only screen and (max-width: 640px) {
  .pagenation ul li.sp_none {
    display: none;
  }
}
.pagenation ul li a {
  color: #5d5d5d;
  border-radius: 34px;
  width: 34px;
  height: 34px;
  display: inline-block;
  padding-top: 6px;
}
@media only screen and (max-width: 640px) {
  .pagenation ul li a {
    padding-top: 9px;
  }
}
@media only screen and (min-width: 1025px) {
  .pagenation ul li a:hover {
    background: #d1deea;
  }
}
.pagenation ul li span {
  color: #5d5d5d;
  border-radius: 34px;
  width: 34px;
  height: 34px;
  display: inline-block;
  padding-top: 6px;
}
@media only screen and (max-width: 640px) {
  .pagenation ul li span {
    padding-top: 9px;
  }
}

/*                タイトル装飾
======================================================= */
.content_title {
  margin-bottom: 20px;
}
#faq .content_title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .content_title {
    margin-bottom: 15px;
  }
}
.content_title h1 {
  font-size: 125%;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .content_title h1 {
    font-size: 112.5%;
  }
}
.content_title h2 {
  font-size: 125%;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .content_title h2 {
    font-size: 112.5%;
  }
}

.grada_title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .grada_title {
    margin-bottom: 25px;
  }
}
#home .grada_title {
  margin-bottom: 0.8em;
}
#list_page .grada_title {
  margin-bottom: 1em;
}
#article .grada_title {
  margin-bottom: 40px;
}
.grada_title h1, .grada_title h2, .grada_title p {
  font-size: 175%;
}
@media only screen and (max-width: 640px) {
  .grada_title h1, .grada_title h2, .grada_title p {
    font-size: 125%;
  }
}
.grada_title h1 span.main, .grada_title h2 span.main, .grada_title p span.main {
  font-weight: bold;
  background: -moz-linear-gradient(left, #1db2d4, #237dcd);
  background: -webkit-linear-gradient(left, #1db2d4, #237dcd);
  background: linear-gradient(to right, #1db2d4, #237dcd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .grada_title h1 span.main, .grada_title h2 span.main, .grada_title p span.main {
    background: none;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: initial;
    color: #237dcd;
  }
}
.grada_title h1 span.sub, .grada_title h2 span.sub, .grada_title p span.sub {
  font-size: 14px;
  margin-left: 2em;
}
@media only screen and (max-width: 640px) {
  .grada_title h1 span.sub, .grada_title h2 span.sub, .grada_title p span.sub {
    font-size: 12px;
    margin-left: 1em;
  }
}
@media only screen and (max-width: 400px) {
  .grada_title h1 span.sub, .grada_title h2 span.sub, .grada_title p span.sub {
    display: none;
  }
}

.circle_icon:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920";
  font-size: 24px;
  position: relative;
  margin-right: 0.4em;
  padding-left: 1px;
  background: -moz-linear-gradient(left, #1db2d4, #237dcd);
  background: -webkit-linear-gradient(left, #1db2d4, #237dcd);
  background: linear-gradient(to right, #1db2d4, #237dcd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 640px) {
  .circle_icon:before {
    font-size: 18px;
  }
}
@media all and (-ms-high-contrast: none) {
  .circle_icon:before {
    background: none;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: initial;
    color: #237dcd;
  }
}

.sharp_icon:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 24px;
  position: relative;
  margin-right: 0.4em;
  padding-left: 1px;
  background: -moz-linear-gradient(left, #1db2d4, #237dcd);
  background: -webkit-linear-gradient(left, #1db2d4, #237dcd);
  background: linear-gradient(to right, #1db2d4, #237dcd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 640px) {
  .sharp_icon:before {
    font-size: 18px;
  }
}
@media all and (-ms-high-contrast: none) {
  .sharp_icon:before {
    background: none;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: initial;
    color: #237dcd;
  }
}

.terms_rule {
  text-align: center;
  margin-top: 50px;
}
.terms_rule .check_mark {
  display: block;
}
.terms_rule .check_mark li {
  font-size: 14px;
}
.terms_rule .check_mark span.hover {
  cursor: pointer;
  text-decoration: underline;
  position: relative;
  z-index: 1000;
}
.terms_rule .check_mark span.hover:hover {
  color: #128ec8;
}

ul.check_mark {
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
ul.check_mark li {
  font-size: 87.5%;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  ul.check_mark li {
    font-size: 75%;
  }
}
ul.check_mark li label input[type="checkbox"],
ul.check_mark li label input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url(../media/images/common/check_mark.png) left top;
  margin-right: 10px;
}
ul.check_mark li label input[type="checkbox"]:checked::before,
ul.check_mark li label input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: url(../media/images/common/check_mark.png) left bottom;
}
ul.check_mark.short_adjust li {
  padding-top: 1px;
}

/*                モーダル
======================================================= */
body#material {
  width: 100%;
  overflow-y: scroll;
}
body.modal_open {
  position: fixed;
}

.modal {
  background: url(../media/images/common/modal_bg.png) repeat left top;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
  padding: 185px 20px 20px;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 640px) {
  .modal {
    padding: 100px 20px 20px;
  }
}
.modal .modal_wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  max-width: 960px;
  border-radius: 6px;
  position: relative;
  padding: 80px;
}
@media only screen and (max-width: 640px) {
  .modal .modal_wrap {
    padding: 40px 20px 40px 20px;
  }
}
.modal .modal_wrap .modal_content .modal_area .modal_close {
  cursor: pointer;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_content .modal_area .modal_close {
    margin-bottom: 20px;
  }
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_set + .modal_set {
  margin-top: 30px;
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_set .modal_title h2 {
  font-size: 125%;
  font-weight: bold;
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_set .modal_title > .subject {
  font-size: 100%;
  font-weight: bold;
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_set p {
  font-size: 87.5%;
  line-height: 1.8;
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_set p + p {
  margin-top: 1.5em;
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_btn {
  text-align: center;
  margin-top: 30px;
  display: none;
}
@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_content .modal_area .modal_cont .modal_btn {
    display: block;
  }
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_btn button {
  color: #25282a;
  font-weight: normal;
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_btn button + button {
  margin-left: 5px;
}

/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.lato {
  font-family: "Lato", "arial", sans-serif;
}

.mintyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

.ie7 table tr th,
.ie7 table tr td {
  position: relative;
}

/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}
.table .tableCell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }
  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}

/*                pageTop
======================================================= */
#page_top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 1000;
  display: none;
  width: 40px;
  height: 40px;
}
#page_top a {
  display: block;
}
@media only screen and (min-width: 641px) {
  #page_top {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  #page_top img {
    width: 40px;
    height: 40px;
  }
}

/*                カラム
======================================================= */
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px;
}
@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row img {
  width: 100%;
}
.row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row .tab1, .row .tab2, .row .tab6 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (max-width: 1024px) {
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.square {
  overflow: hidden;
}
.square .col1, .square .col2, .square .col3, .square .col4, .square .col5, .square .col6, .square .col7, .square .col8, .square .col9, .square .col10, .square .col11, .square .col12 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}

.col12 {
  width: 100%;
}

.col11 {
  width: 91.66666667%;
}

.col10 {
  width: 83.33333333%;
}

.col9 {
  width: 75%;
}

.col8 {
  width: 66.66666667%;
}

.col7 {
  width: 58.33333333%;
}

.col6 {
  width: 50%;
}

.col5 {
  width: 41.66666667%;
}

.col4 {
  width: 33.33333333%;
}

.col3 {
  width: 25%;
}

.col2 {
  width: 16.66666667%;
}

.col1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%;
  }

  .pc1024Col6 {
    width: 50%;
  }

  .pc1024Col3 {
    width: 25%;
  }

  .pc1024Col2 {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%;
  }

  .tab6 {
    width: 50%;
  }

  .tab4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%;
  }

  .sp6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%;
  }

  .sps6 {
    width: 50%;
  }
}
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100%important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header{
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  #header{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 1100;
  }
}

#header #header_area {
  border-top: 6px #1ea8d3 solid;
}
@media only screen and (max-width: 640px) {
  #header #header_area {
    border-top: 4px #1ea8d3 solid;
  }
}
#header #header_area .hd_layout {
  position: relative;
  height: 84px;

  padding-top: 18px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1200px) {
  #header #header_area .hd_layout {
    width: 1120px;
  }
}
@media only screen and (max-width: 1024px) {
  #header #header_area .hd_layout {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #header #header_area .hd_layout {
    height: 64px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header #header_area .hd_layout:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#header #header_area .hd_layout .layout_l {
  float: left;
}
@media only screen and (max-width: 640px) {
  #header #header_area .hd_layout .layout_l {
    float: none;
  }
}
@media only screen and (max-width: 350px) {
  #header #header_area .hd_layout .layout_l {
    float: left;
  }
}
#header #header_area .hd_layout .layout_l #hd_logo {
  text-align: center;
  margin-top: 12px;
}
@media only screen and (max-width: 640px) {
  #header #header_area .hd_layout .layout_l #hd_logo {
    margin-top: 10px;
  }
}
#header #header_area .hd_layout .layout_l #hd_logo span.sub_t {
  font-size: 75%;
  color: #73848c;
  display: block;
  margin-top: 5px;
}
@media only screen and (max-width: 350px) {
  #header #header_area .hd_layout .layout_l #hd_logo span.sub_t {
    font-size: 68.8%;
  }
}
#header #header_area .hd_layout .layout_l #hd_logo a {
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  #header #header_area .hd_layout .layout_l #hd_logo a {
    width: 200px;
  }
}
@media only screen and (max-width: 350px) {
  #header #header_area .hd_layout .layout_l #hd_logo a {
    width: 160px;
  }
}
#header #header_area .hd_layout .layout_r {
  float: right;
}
@media only screen and (max-width: 640px) {
  #header #header_area .hd_layout .layout_r {
    float: none;
    position: absolute;
    top: 16px;
    right: 15px;
  }
}
#header #header_area .hd_layout .layout_r #gnavi {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #header #header_area .hd_layout .layout_r #gnavi {
    display: none !important;
  }
}
#header #header_area .hd_layout .layout_r #gnavi:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#header #header_area .hd_layout .layout_r #gnavi li {
  float: left;
  margin-left: 5px;
}
#header #header_area .hd_layout .layout_r #gnavi li > a {
  width: 180px;
  background: #237dcd;
  text-align: center;
  border-radius: 4px;
  font-size: 93.8%;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  padding: 14px 0;
}
@media all and (-ms-high-contrast: none) {
  #header #header_area .hd_layout .layout_r #gnavi li > a {
    padding: 15.5px 0 12.5px;
  }
}
@media only screen and (min-width: 1025px) {
  #header #header_area .hd_layout .layout_r #gnavi li > a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
}
#header #header_area .hd_layout .layout_r #gnavi li#category > a {
  background: #fff;
  color: #237dcd;
  width: 140px;
}
#header #header_area .hd_layout .layout_r #gnavi li#category > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #bababa;
  content: "\f078";
  font-size: 13px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
#header #header_area .hd_layout .layout_r #gnavi li#category span {
  cursor: pointer;
  text-align: center;
  background: #fff;
  color: #237dcd;
  font-weight: bold;
  display: block;
  width: 140px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media all and (-ms-high-contrast: none) {
  #header #header_area .hd_layout .layout_r #gnavi li#category span {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  #header #header_area .hd_layout .layout_r #gnavi li#category span:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
}
#header #header_area .hd_layout .layout_r #gnavi li#category span:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #bababa;
  content: "\f078";
  font-size: 13px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
#header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer {

  display: none;
  position: absolute;
  z-index: 1002;
  width: 100%;
  padding: 30px 0;
  top: 54px;
  left: 0;
}
#header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer:after {
  color: #000;
  position: absolute;
  top: 26px;
  left: 58.5%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f04b";
  content: url(../media/images/common/mega_menu_arrow.png);
  margin-top: -12px;
  margin-left: -5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 34px;
  height: 16px;
}
@media only screen and (max-width: 1400px) {
  #header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer:after {
    left: 59%;
  }
}
@media only screen and (max-width: 1300px) {
  #header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer:after {
    left: 58%;
  }
}
@media only screen and (max-width: 1200px) {
  #header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer:after {
    left: 56%;
  }
}
@media only screen and (max-width: 1100px) {
  #header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer:after {
    left: 56%;
  }
}
@media only screen and (max-width: 1050px) {
  #header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer:after {
    left: 56%;
  }
}
#header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer > .mega_menu {
  background: rgba(35, 44, 51, 0.95);
  margin: 0 auto;
  padding: 35px 0;
}
#header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer > .mega_menu > .mega_menu_inner ul{
  overflow: hidden;
}
#header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer > .mega_menu > .mega_menu_inner > ul > li{
  float: left;
  width: 25%;
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  #header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer > .mega_menu > .mega_menu_inner > ul > li{
    width: 270px;
  }
}
#header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer > .mega_menu > .mega_menu_inner > ul > li {

  line-height: 1.45;
}
@media all and (-ms-high-contrast: none) {
  #header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer > .mega_menu > .mega_menu_inner > ul > li {
    line-height: 1.35;
  }
}
#header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer > .mega_menu > .mega_menu_inner > ul > li > a {
  width: auto;
  background: transparent;
  color: #fff;
  font-size: 75%;
  padding: 0;
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  #header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer > .mega_menu > .mega_menu_inner > ul > li > a {
    position: relative;
    display: inline-block;
  }
  #header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer > .mega_menu > .mega_menu_inner > ul > li > a:after {
    content: "";
    display: block;
    width: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    /* border or (height & background) etc. */
    border-bottom: 1px solid #fff;
    /* margin: 0 auto; */
    /* left to right -> middle out */
  }
  #header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer > .mega_menu > .mega_menu_inner > ul > li > a:hover {
    opacity: 1.0;
  }
  #header #header_area .hd_layout .layout_r #gnavi li#category .mega_menu_outer > .mega_menu > .mega_menu_inner > ul > li > a:hover:after {
    width: 100%;
  }
}
#header #header_area .hd_layout .layout_r .search_box {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
}
@media only screen and (max-width: 1024px) {
  #header #header_area .hd_layout .layout_r .search_box {
    display: none !important;
  }
}
#header #header_area .hd_layout .layout_r .search_box label {
  display: block;
  position: relative;
  width: 200px;
}
#header #header_area .hd_layout .layout_r .search_box label input {
  width: 100%;
  height: 36px;
  border-radius: 36px;
  border: 1px #c2c2c2 solid;
  padding-left: 20px;
  padding-right: 32px;
}
@media all and (-ms-high-contrast: none) {
  #header #header_area .hd_layout .layout_r .search_box label input {
    padding-bottom: 1px;
  }
}
#header #header_area .hd_layout .layout_r .search_box label button {
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
#header #header_area .hd_layout .layout_r .search_box label button:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
  color: #a3a3a3;
  font-size: 14px;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  #header #header_area .hd_layout .layout_r .search_box label button:before {
    top: 2px;
  }
}

/*                sidebar
======================================================= */
/*                footer
======================================================= */
#footer {
  border-top: 1px #dcdcdc solid;
}
#home #footer, #list_page #footer {
  border-top: none;
}
@media only screen and (max-width: 640px) {
  #footer {
    border-top: none !important;
  }
}
#footer #footer_area #ft_category_menu {
  padding: 25px 0;
  background: #232c33;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_category_menu {
    display: none;
  }
}
#footer #footer_area #ft_category_menu h2 {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 20px;
  color: #bec8d1;
}
#footer #footer_area #ft_category_menu .category_navi {

}
#footer #footer_area #ft_category_menu .category_navi > ul {
  overflow: hidden;
}
#footer #footer_area #ft_category_menu .category_navi > ul > li {
  float: left;
  line-height: 1.45;
  width: 25%;
  padding-right: 1em;
}
@media all and (-ms-high-contrast: none) {
  #footer #footer_area #ft_category_menu .category_navi > ul > li {
    line-height: 1.35;
  }
}
#footer #footer_area #ft_category_menu .category_navi > ul > li > a {
  font-size: 75%;
  color: #bec8d1;
}
@media only screen and (min-width: 1025px) {
  #footer #footer_area #ft_category_menu .category_navi > ul > li > a {
    position: relative;
    display: inline-block;
  }
  #footer #footer_area #ft_category_menu .category_navi > ul > li > a:after {
    content: "";
    display: block;
    width: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    /* border or (height & background) etc. */
    /* border-bottom: 1px solid #1c1c22; */
    border-bottom: 1px solid #bec8d1;
    /* margin: 0 auto; */
    /* left to right -> middle out */
  }
  #footer #footer_area #ft_category_menu .category_navi > ul > li > a:hover {
    /*color: inherit;*/
    opacity: 1.0;
  }
  #footer #footer_area #ft_category_menu .category_navi > ul > li > a:hover:after {
    width: 100%;
  }
}
#footer #footer_area #ft_menu {
  background: #232c33;
  padding: 35px 0 45px 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu {
    padding-left: 0;
    padding-right: 0;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1120px;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner {
    width: 100%;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout {
  overflow: hidden;
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l {
  float: left;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l {
    flex-direction: column;
    width: 100%;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_logo {
  width: 142px;
  height: auto;
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_logo {
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt {
  color: #bec8d1;
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi {
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi {
    margin-bottom: 30px;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi li a {
  color: #bec8d1;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi li a {
    display: block;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .main_m {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .main_m {
    flex-direction: column;
    border-top: 1px #788187 solid;
    margin-bottom: 0;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .main_m > li {
  position: relative;
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .main_m > li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .main_m > li + li {
    border-top: 1px #788187 solid;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .main_m > li:before {
  background-color: #bec8d1;
  content: '';
  display: block;
  height: 14px;
  width: 1px;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -15px;
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .main_m > li:first-child:before {
  content: none;
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .main_m > li a {
  font-size: 87.5%;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .main_m > li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .main_m > li a {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .main_m > li + li {
    margin-left: 0;
  }
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .main_m > li:before {
    content: none;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m {
    flex-wrap: wrap;
    border-top: 1px #788187 solid;
    border-bottom: 1px #788187 solid;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li {
  line-height: 1.45;
}
@media all and (-ms-high-contrast: none) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li {
    text-align: center;
    width: 50%;
    border-bottom: 1px #788187 solid;
    border-right: 1px #788187 solid;
  }
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li + li {
    margin-left: 0 !important;
  }
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li:nth-child(even) {
    border-right: none;
  }
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li.last_line {
    border-bottom: none;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li + li {
  margin-left: 25px;
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li a {
  font-size: 75%;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li a {
    padding: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li a {
    position: relative;
    display: inline-block;
  }
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li a:after {
    content: "";
    display: block;
    width: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    /* border or (height & background) etc. */
    border-bottom: 1px solid #bec8d1;
    /* margin: 0 auto; */
    /* left to right -> middle out */
  }
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li a:hover {
    color: inherit;
    opacity: 1.0;
  }
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt .ft_navi .sub_m > li a:hover:after {
    width: 100%;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt p {
  font-size: 75%;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_l #ft_txt p.copy {
  font-size: 10px;
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_r {
  float: right;
}
@media only screen and (max-width: 640px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_r {
    display: none;
  }
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_r #ft_btn ul li + li {
  margin-top: 10px;
}
#footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_r #ft_btn ul li a {
  width: 280px;
  background: #788187;
  text-align: center;
  border-radius: 4px;
  font-size: 93.8%;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  padding: 16px 0;
}
@media only screen and (min-width: 1025px) {
  #footer #footer_area #ft_menu .ft_menu_inner .ft_layout .layout_r #ft_btn ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
}

/*                sp
======================================================= */
#sp_menu_btn {
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  #sp_menu_btn {
    display: none !important;
  }
}
#sp_menu_btn.menu-trigger, #sp_menu_btn.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#sp_menu_btn.menu-trigger {
  position: relative;
  z-index: 1200;
  width: 32px;
  height: 30px;
  margin-top: 45px;
}
@media only screen and (max-width: 1024px) {
  #sp_menu_btn.menu-trigger {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #sp_menu_btn.menu-trigger {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 350px) {
  #sp_menu_btn.menu-trigger {
    margin-top: 4px;
  }
}
#sp_menu_btn.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #237dcd;
  border-radius: 5px;
  z-index: 2000;
}
#sp_menu_btn.menu-trigger span:nth-of-type(1) {
  top: -1px;
}
#sp_menu_btn.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
#sp_menu_btn.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}

#sp_menu_btn.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
#sp_menu_btn.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#sp_menu_btn.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

#sp_navi {
  background-color: rgba(35, 44, 51, 0.99);
  display: none;
  left: 0;
  position: fixed;
  top: 100%;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 1100;
}
@media only screen and (min-width: 1025px) {
  #sp_navi {
    display: none !important;
  }
}
#sp_navi #sp_menu {
  position: relative;
  z-index: 3000;
  -webkit-overflow-scrolling: touch;
  padding: 60px 20px 8em;
}
#sp_navi #sp_menu #sp_menu_wrap{
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 640px) {
  #sp_navi #sp_menu {

    padding-top: 50px;
  }
}
#sp_navi #sp_menu #sp_menu_wrap .search_box {
  border-bottom: 1px #788187 solid;
  padding: 20px 0;
}
#sp_navi #sp_menu #sp_menu_wrap .search_box label {
  display: block;
  position: relative;
  width: 100%;
}
#sp_navi #sp_menu #sp_menu_wrap .search_box label input {
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 35px;
}
#sp_navi #sp_menu #sp_menu_wrap .search_box label button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}
#sp_navi #sp_menu #sp_menu_wrap .search_box label button:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
  color: #a0a0a0;
  font-size: 20px;
  position: relative;
}
#sp_navi #sp_menu #sp_menu_wrap .slide_list > li + li {
  margin-top: 1em;
}
#sp_navi #sp_menu #sp_menu_wrap .slide_list > li > a {
  color: #fff;
  display: block;
  padding: 8px 15px;
}
#sp_navi #sp_menu #sp_menu_wrap .slide_list > li > a:hover {
  text-decoration: none;
}
#sp_navi #sp_menu #sp_menu_wrap .slide_list > li > span {
  font-size: 112.5%;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 20px 10px;
  position: relative;
  border-bottom: 1px #788187 solid;
}
#sp_navi #sp_menu #sp_menu_wrap .slide_list > li > span:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #b9b9b9;
  content: "\f077";
  position: absolute;
  top: 22px;
  right: 10px;
}
#sp_navi #sp_menu #sp_menu_wrap .slide_list > li > span.active:after {
  transform: rotateZ(-180deg);
}
#sp_navi #sp_menu #sp_menu_wrap .slide_list > li > ul {
  border-bottom: 1px #788187 solid;
}
#sp_navi #sp_menu #sp_menu_wrap .slide_list > li > ul > li {
  background-color: rgba(120, 129, 135, 0.16);
  text-align: left;
  display: block;
}
#sp_navi #sp_menu #sp_menu_wrap .slide_list > li > ul > li + li {
  border-top: 1px #788187 solid;
}
#sp_navi #sp_menu #sp_menu_wrap .slide_list > li > ul > li > a {
  font-size: 75%;
  color: #fff;
  display: block;
  padding: 16px 18px;
}
#sp_navi #sp_menu #sp_menu_wrap #sp_btn {
  margin-top: 15px;
}
#sp_navi #sp_menu #sp_menu_wrap #sp_btn ul li + li {
  margin-top: 10px;
}
#sp_navi #sp_menu #sp_menu_wrap #sp_btn ul li a {
  width: 100%;
  background: #788187;
  text-align: center;
  border-radius: 4px;
  font-size: 93.8%;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  padding: 16px 0;
}
.form_style .wpcf7c-conf,
.form_style .form_style_block .form_style_set .contact_cont .inner_box .form dl textarea.wpcf7c-conf{
  background: none !important;
  border: none;
}
.form_style .form_style_block .form_style_set .contact_cont .inner_box .form dl textarea.wpcf7c-conf{
  height: auto;
}
.form_style .form_style_block .form_style_set .contact_cont .inner_box .form input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f5f5fa inset;
}


/*2019年3月28日に記者会見発表があるので一旦非表示するためのクラス*/

.user_info .user_info_block .user_info_set .contact_cont .inner_box .form dl.temp-hide{
    display: none;
}

div.password-attention{
  text-align: left;
  width: 690px;
  margin-left: -70px;
  padding: 2em;
  margin-bottom: 30px;
}

div.password-attention p:before{
  /* line-height: 0em; */
  margin-top: 0em;
}

div.password-attention p{
  /* line-height: 0em; */
  margin-top: 0em;
}


div.password-attention p{
    margin-left: 20px;
}

div.password-attention ul{
    margin-left:50px;
}
div.password-attention ul li{
    list-style-type: disc;
}

div.password-attention p.nav{
  margin-top: 5px;
  width: 100%;
  text-align: right;
}

div.password-attention p.nav a{
  color: #0aaa5a;
  font-weight: bold;
  transition: 0.5s;
}

