@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  /*font-size: $size + rem;*/
  -webkit-text-size-adjust: 100%;
}

a:link, a:visited, a:active {
  color: #0068b7;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #037bd5;
}

strong {
  font-weight: bold;
}

#header .sub-nav ul:first-child,
#footer .sub-nav ul:first-child {
  overflow: hidden;
}
#header .sub-nav ul:first-child li,
#footer .sub-nav ul:first-child li {
  float: left;
  border-right: 1px solid #ddd;
  font-size: 12px;
  /*font-size: $size + rem;*/
}
#header .sub-nav ul:first-child li a,
#footer .sub-nav ul:first-child li a {
  display: block;
  padding: 0 15px;
}
#header .sub-nav ul:first-child li:first-child,
#footer .sub-nav ul:first-child li:first-child {
  border-left: 1px solid #ddd;
}

.contact {
  width: 154px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  /*font-size: $size + rem;*/
}
/*.contact a {
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #f2b600;
  color: #111;
  background: #f6b700;
  background: -moz-linear-gradient(top, #ffeb00 0, #f6b700 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffeb00), color-stop(100%, #f6b700));
  background: -webkit-linear-gradient(top, #ffeb00 0, #f6b700 100%);
  background: -o-linear-gradient(top, #ffeb00 0, #f6b700 100%);
  background: -ms-linear-gradient(top, #ffeb00 0, #f6b700 100%);
  background: linear-gradient(top, #ffeb00 0, #f6b700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeb00',endColorstr='#f6b700',GradientType=0);
}*/

.err_msg {
  color: #f00;
}

#header {
  background-color: #FFF;
  margin: 0 auto;
  padding-top: 28px;
  height: 122px;
  z-index: 100000;
}
@media screen and (max-width: 767px) {
  #header {
    height: 16.27%;
    padding: 0;
    overflow: hidden;
  }
  #header img {
    width: 40%;
    max-width: 200px;
  }
}
#header #header-wrap-wrap {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header #header-wrap-wrap:after {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background-color: #cdcdcd;
    margin: 0 auto;
    position: absolute;
    top: 87px;
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
  }
  #header #header-wrap-wrap.current:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cdcdcd;
    margin: 0 auto;
    position: absolute;
    top: 87px;
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
  }
  #header #header-wrap-wrap.current2:after {
    display: none;
    width: 100%;
    height: 1px;
    background-color: #cdcdcd;
    margin: 0 auto;
    position: absolute;
    top: 87px;
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
  }
}
@media screen and (max-width: 767px) {
  #header #header-wrap-wrap {
    width: 100%;
  }
}
#header a.banner {
  position: absolute;
  top: -28px;
  right: 0;
}
#header a.banner img {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header a.banner:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header a.banner {
    display: none;
  }
}
#header #header-wrap {
  background-color: #FFF;
  z-index: 100000;
  margin: 0 auto;
}
#header .wrap-fix {
  position: fixed;
  top: 0;
  width: 100%;
}
#header .wrap-static {
  position: static;
  width: auto;
}
#header .logo {
  float: left;
  padding-left: 4px;
  margin-top: 22px;
}
#header .logo img {
  width: 176px;
}
@media screen and (max-width: 767px) {
  #header .logo {
    float: none;
    margin: 4% auto 0;
    padding-left: 0;
    padding-bottom: 2.93%;
    text-align: center;
  }
}
#header .mobile-gmenu {
  display: none;
  width: 60px;
}
@media screen and (max-width: 767px) {
  #header .mobile-gmenu {
    height: 127.97%;
    display: block;
    position: absolute;
    top: -28.2%;
    right: 0;
    z-index: 100000;
    width: 17.7%;
    display: block;
    background: #ca0915;
  }
}
#header .mobile-gmenu span {
  width: 40%;
  height: 6%;
  display: block;
  background: #fff;
  position: absolute;
  left: 30%;
  top: 50%;
}
#header .global-nav {
  margin-top: 20px;
  width: 85.77%;
  float: right;
  background: #fff;
  z-index: 100000;
}
#header .global-nav .close-parent {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
#header .global-nav .close-parent::before,
#header .global-nav .close-parent::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#header .global-nav .close-parent,
#header .global-nav .close-parent::before,
#header .global-nav .close-parent::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#header .global-nav .close-parent {
  position: relative;
  width: 40px !important;
  height: 40px;
  margin: 20px 0 10px;
  border-radius: 50%;
  background: #fff;
  border: #666 solid 2px;
  line-height: 50px;
  overflow: hidden;
  z-index: 2;
}
#header .global-nav .close-parent .close, #header .global-nav .close-parent .close2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #666;
  transition: .2s;
}
#header .global-nav .close-parent .close {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#header .global-nav .close-parent .close2 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#header .global-nav .close-parent:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#header .global-nav .close-parent:hover {
  background-color: #666;
}
#header .global-nav .close-parent:hover .close, #header .global-nav .close-parent:hover .close2 {
  background: #FFF;
}
#header .global-nav .close-parent:hover .close {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#header .global-nav .close-parent:hover .close2 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#header .global-nav .close-parent:hover:after {
  background: #666;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  #header .global-nav {
    margin-top: 0;
    width: 100%;
  }
}
#header .global-nav > ul {
  position: relative;
}
#header .global-nav > ul > li {
  float: left;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 12.5%;
}
#header .global-nav > ul > li > a {
  color: #231815;
  display: block;
  padding: 25px 0 18px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header .global-nav > ul > li > a:after {
    display: block;
    content: "";
    width: 0;
    height: 4px;
    background-color: #d6000f;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
  }
  #header .global-nav > ul > li > a:hover {
    text-decoration: none;
  }
  #header .global-nav > ul > li > a:hover:after {
    width: 75%;
  }
}
#header .global-nav > ul > li.current > a {
  position: relative;
}
@media screen and (min-width: 768px) {
  #header .global-nav > ul > li.current > a:after {
    display: block;
    content: "";
    width: 75%;
    height: 4px;
    background-color: #d6000f;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
  }
}
#header .global-nav > ul > li.current2 > a {
  position: relative;
}
@media screen and (min-width: 768px) {
  #header .global-nav > ul > li.current2 > a:after {
    display: block;
    content: "";
    width: 75%;
    height: 4px;
    background-color: #d6000f;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
  }
}
#header .global-nav > ul > li .second-nav {
  border: 1px solid #cdcdcd;
  display: none;
  position: absolute;
  left: -185px;
  background-color: #FFF;
  top: 100%;
  width: 1300px;
  text-align: left;
  overflow: hidden;
  z-index: 10;
}
#header .global-nav > ul > li .second-nav p {
  float: left;
}
#header .global-nav > ul > li .second-nav p:first-child {
  margin: 32px 0 0 3.5%;
  width: 10%;
}
#header .global-nav > ul > li .second-nav p:last-child {
  display: none;
  width: 4%;
  cursor: pointer;
}
#header .global-nav > ul > li .second-nav p img {
  max-width: 253px;
  width: 100%;
}
#header .global-nav > ul > li .second-nav > ul {
  float: left;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution {
  width: 96%;
  padding: 46px 1% 0 5.8%;
  letter-spacing: -.40em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  width: 32%;
  margin: 0 2% 35px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li:nth-child(3n) {
  margin-right: 0;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a {
  color: #000;
  position: relative;
  text-align: center;
  display: block;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a strong {
  color: #000;
  font-size: 16px;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a img {
  width: 100%;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a p {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.service-link:before, #header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.service-link:after {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.service-link:before {
  bottom: 5px;
  height: 1px;
  right: 5px;
  width: 0px;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.service-link:after {
  height: 1px;
  left: 5px;
  top: 5px;
  width: 0px;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.service-link > span:before, #header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.service-link > span:after {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.service-link > span:before {
  height: 0px;
  right: 5px;
  top: 5px;
  width: 1px;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.service-link > span:after {
  bottom: 5px;
  height: 0px;
  left: 5px;
  width: 1px;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.service-link:hover:before, #header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.service-link:hover:after {
  width: 97%;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.service-link:hover span:before, #header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.service-link:hover span:after {
  height: 95.1%;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link {
  color: #000;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link:before, #header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link:after {
  background-color: rgba(255, 46, 59, 0.8);
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link:before {
  bottom: 5px;
  height: 1px;
  right: 5px;
  width: 0px;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link:after {
  height: 1px;
  left: 5px;
  top: 5px;
  width: 0px;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link > span:before, #header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link > span:after {
  background-color: rgba(255, 46, 59, 0.8);
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link > span:before {
  height: 0px;
  right: 5px;
  top: 5px;
  width: 1px;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link > span:after {
  bottom: 5px;
  height: 0px;
  left: 5px;
  width: 1px;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link:hover:before, #header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link:hover:after {
  width: 97.2%;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link:hover span:before, #header .global-nav > ul > li .second-nav > ul#second-nav-solution li a.solution-link:hover span:after {
  height: 92.6%;
}
#header .global-nav > ul > li .second-nav > ul#second-nav-solution.service-list li {
  width: 341px;
  margin-right: 30px;
}
#header .global-nav > ul > li.sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .global-nav {
    border-top: 1px solid #ccc;
    display: none;
  }
  #header .global-nav > ul {
    width: 100%;
    background: none;
    border: none;
  }
  #header .global-nav > ul > li {
    float: left;
    font-size: 18px;
    /*font-size: $size + rem;*/
    background: none;
    border: 1px solid #ccc;
    width: 50%;
    border-left: none;
    border-top: none;
  }
  #header .global-nav > ul > li:nth-child(even) {
    border-right: none;
  }
  #header .global-nav > ul > li > a {
    padding: 15px 0;
  }
  #header .global-nav > ul > li.sponly {
    display: block;
    background-color: #d6000f;
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  #header .global-nav > ul > li.sponly a {
    color: #fff;
  }
}

#pankuzu {
  background: #fff;
  border: none;
  margin-bottom: 20px;
}
#pankuzu ul {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px 0 3px;
  font-size: 12px;
  /*font-size: $size + rem;*/
}
#pankuzu ul li {
  float: left;
  padding-left: 9px;
}
#pankuzu ul li a {
  color: #ca0915;
  padding-right: 14px;
  background: url(../images/dot_pankuzu.gif) no-repeat right 6px;
  text-decoration: underline;
}
#pankuzu ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #pankuzu {
    display: none;
  }
}

#title-area {
  position: relative;
  background: url(../images/title-bg.png) no-repeat center center;
  height: 290px;
}
#title-area h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  font-family: 'tex_bold', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
#title-area h2 small {
  display: block;
  font-weight: bold;
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  #title-area {
    height: 250px;
  }
}

#contents {
  width: 1000px;
  margin: 0 auto;
}
#contents.op1 {
  width: 1302px;
}
@media screen and (max-width: 767px) {
  #contents {
    width: 100%;
  }
  #contents.op1 {
    width: 100%;
    margin-top: 0px;
    padding-top: 0;
  }
}
#contents h1 {
  margin-bottom: 15px;
  font-size: 24px;
  /*font-size: $size + rem;*/
  line-height: 120%;
  font-weight: bold;
}
#contents .sp {
  display: none;
}
#contents #mainvisual {
  position: relative;
  margin-bottom: 35px;
}
#contents #mainvisual h2,
#contents #mainvisual p {
  position: absolute;
  left: 50px;
  color: #fff;
}
#contents #mainvisual h2 span,
#contents #mainvisual p span {
  background: url(/service/single/files/bg_mainvisual.png);
}
#contents #mainvisual h2 {
  top: 25%;
  font-size: 24px;
  /*font-size: $size + rem;*/
  line-height: 150%;
  font-weight: bold;
}
#contents #mainvisual h2.h2_2line {
  top: 42%;
}
#contents #mainvisual h2.h2_3line {
  top: 34%;
}
#contents #mainvisual h2.black {
  color: #000;
}
#contents #mainvisual p {
  top: 55%;
  font-size: 18px;
  /*font-size: $size + rem;*/
  line-height: 150%;
}
#contents #mainvisual.redvisual h2 {
  left: 45px;
  top: 33%;
  padding-bottom: 0;
}
#contents .nothing {
  font-weight: bold;
  font-size: 20px;
  /*font-size: $size + rem;*/
  margin: 100px 0;
  text-align: center;
}
#contents .left-column {
  float: left;
  width: 72.3%;
}
#contents .left-column .second-link {
  border: 1px dotted #ca0915;
  background: #f9f9f9;
  overflow: hidden;
  margin-bottom: 100px;
  padding-bottom: 20px;
}
#contents .left-column .second-link > p {
  border-bottom: 1px dotted #ca0915;
}
#contents .left-column .second-link > p a {
  display: block;
  padding: 13px 0 10px 5%;
}
#contents .left-column .second-link .second-link-l {
  width: 43%;
  font-size: 12px;
  /*font-size: $size + rem;*/
  padding-top: 20px;
}
#contents .left-column .second-link .second-link-l > ul {
  padding-bottom: 5px;
}
#contents .left-column .second-link .second-link-l > ul li a {
  display: block;
  background: url(/common/images/dot_arr.gif) no-repeat left 6px;
  padding-left: 20px;
}
#contents .left-column .second-link .second-link-l > ul.layer {
  padding-bottom: 0;
}
#contents .left-column .second-link .second-link-l > ul.layer > li {
  padding-bottom: 20px;
  color: #000000;
  font-weight: bold;
}
#contents .left-column .second-link .second-link-l > ul.layer > li > a {
  background: none;
  padding-left: 0;
  color: #000000;
  font-weight: bold;
}
#contents .left-column .second-link .second-link-l {
  float: left;
  padding-left: 5%;
}
#contents .left-column .midashi {
  background: url(/common/images/bg_stitle.gif) repeat-y;
  padding: 12px 15px;
  font-size: 21px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  color: #ca0915;
}
#contents .left-column .s_midashi {
  margin-bottom: 30px;
  font-size: 18px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  color: #ca0915;
}
#contents .right-column {
  float: right;
  width: 23%;
}

.widget-area .widget-blue,
.widget-area .widget-white {
  border: 1px solid #aaa;
  padding: 20px 0;
  margin-bottom: 20px;
}
.widget-area .widget-blue h4,
.widget-area .widget-blue h5,
.widget-area .widget-blue p,
.widget-area .widget-white h4,
.widget-area .widget-white h5,
.widget-area .widget-white p {
  margin: 0 15px;
}
.widget-area .widget-blue .recommend-btn,
.widget-area .widget-white .recommend-btn {
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  font-size: 13px;
  /*font-size: $size + rem;*/
}
.widget-area .widget-blue .recommend-btn a,
.widget-area .widget-white .recommend-btn a {
  display: block;
  border: 1px solid #805c00;
  padding: 5px 0 3px;
  background: #ffa300;
  background: -moz-linear-gradient(top, #ffc600 0, #ffa300 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc600), color-stop(100%, #ffa300));
  background: -webkit-linear-gradient(top, #ffc600 0, #ffa300 100%);
  background: -o-linear-gradient(top, #ffc600 0, #ffa300 100%);
  background: -ms-linear-gradient(top, #ffc600 0, #ffa300 100%);
  background: linear-gradient(top, #ffc600 0, #ffa300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc600',endColorstr='#ffa300',GradientType=0);
  color: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.widget-area .widget-blue .recommend-btn a:hover,
.widget-area .widget-white .recommend-btn a:hover {
  text-decoration: none;
}
.widget-area .widget-blue.widget-contact h4,
.widget-area .widget-white.widget-contact h4 {
  font-size: 16px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  margin-bottom: 10px;
}
.widget-area .widget-blue.widget-contact .recommend-btn,
.widget-area .widget-white.widget-contact .recommend-btn {
  width: 154px;
  margin-top: 10px;
}
.widget-area .widget-blue.widget-letter h4,
.widget-area .widget-white.widget-letter h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.widget-area .widget-blue.widget-letter .recommend-btn,
.widget-area .widget-white.widget-letter .recommend-btn {
  width: 194px;
}
.widget-area .widget-blue.widget-insight h4,
.widget-area .widget-white.widget-insight h4 {
  margin: 0 10px 15px;
}
.widget-area .widget-blue.widget-insight h5,
.widget-area .widget-white.widget-insight h5 {
  font-weight: bold;
  margin: 0 15px 10px;
}
.widget-area .widget-blue.widget-insight .outline,
.widget-area .widget-white.widget-insight .outline {
  font-size: 12px;
  /*font-size: $size + rem;*/
  margin-bottom: 25px;
}
.widget-area .widget-blue.widget-insight .recommend-btn,
.widget-area .widget-white.widget-insight .recommend-btn {
  width: 124px;
}
.widget-area .widget-blue.widget-seminar h4,
.widget-area .widget-white.widget-seminar h4 {
  font-size: 18px;
  /*font-size: $size + rem;*/
  margin-bottom: 20px;
}
.widget-area .widget-blue.widget-seminar h5,
.widget-area .widget-white.widget-seminar h5 {
  color: #0068b7;
  margin-bottom: 10px;
}
.widget-area .widget-blue.widget-seminar .date,
.widget-area .widget-white.widget-seminar .date {
  font-size: 12px;
  /*font-size: $size + rem;*/
  line-height: 150%;
  margin-bottom: 10px;
}
.widget-area .widget-blue.widget-seminar .recommend-btn,
.widget-area .widget-white.widget-seminar .recommend-btn {
  width: 124px;
}
.widget-area .widget-blue {
  background: url(/common/images/bg_widget-blue.gif) no-repeat left top;
  color: #fff;
}

#contents.single .left-column {
  padding-top: 35px;
}
#contents.single .left-column > section,
#contents.single .left-column > #honbun {
  margin-bottom: 70px;
}
#contents.single .left-column > section > p,
#contents.single .left-column > #honbun > p {
  margin-bottom: 25px;
}
#contents.single .left-column > section > p:last-child,
#contents.single .left-column > #honbun > p:last-child {
  margin-bottom: 0;
}
#contents.single .left-column > section .MB30,
#contents.single .left-column > #honbun .MB30 {
  margin-bottom: 30px;
}
#contents.single .left-column > section .MB45,
#contents.single .left-column > #honbun .MB45 {
  margin-bottom: 45px;
}
#contents.single .left-column > section .MB50,
#contents.single .left-column > #honbun .MB50 {
  margin-bottom: 50px;
}
#contents.single .left-column > section .imgbox,
#contents.single .left-column > #honbun .imgbox {
  text-align: center;
}
#contents.single .left-column > section .red,
#contents.single .left-column > #honbun .red {
  color: #d4353f;
}
#contents.single .left-column > section .blue,
#contents.single .left-column > #honbun .blue {
  color: #0068b7;
}
#contents.single .left-column > section .ss_midashi,
#contents.single .left-column > #honbun .ss_midashi {
  margin-bottom: 10px;
  text-align: center;
  color: #d4353f;
  font-size: 18px;
  /*font-size: $size + rem;*/
}
#contents.single .left-column > section .ss_midashi img,
#contents.single .left-column > #honbun .ss_midashi img {
  margin-right: 10px;
  vertical-align: middle;
}
#contents.single .left-column > section .listbox,
#contents.single .left-column > #honbun .listbox {
  background: url(/common/images/border_dot.gif) repeat-x left top;
}
#contents.single .left-column > section .listbox ul li,
#contents.single .left-column > #honbun .listbox ul li {
  overflow: hidden;
  _zoom: 1;
  padding: 10px 4px;
  background: url(/common/images/border_dot.gif) repeat-x left bottom;
}
#contents.single .left-column > section .listbox ul li > div,
#contents.single .left-column > #honbun .listbox ul li > div {
  background: url(/common/images/icon_line.gif) no-repeat left 4px;
  padding-left: 20px;
}
#contents.single .left-column > section .listbox2.yellow,
#contents.single .left-column > #honbun .listbox2.yellow {
  background-color: #ffffe7;
}
#contents.single .left-column > section .listbox2 ul li,
#contents.single .left-column > #honbun .listbox2 ul li {
  overflow: hidden;
  _zoom: 1;
  margin: 0 20px;
  padding: 10px 4px;
  background: url(/common/images/border_dot.gif) repeat-x left top;
}
#contents.single .left-column > section .listbox2 ul li > div h5,
#contents.single .left-column > #honbun .listbox2 ul li > div h5 {
  clear: both;
  padding-top: 38px;
  font-weight: bold;
  text-indent: -8px;
}
#contents.single .left-column > section .menulistbox,
#contents.single .left-column > #honbun .menulistbox {
  border: #d5d5d5 solid 1px;
  background-color: #f9f9f9;
}
#contents.single .left-column > section .menulistbox .inner,
#contents.single .left-column > #honbun .menulistbox .inner {
  overflow: hidden;
  _zoom: 1;
  padding: 25px 55px 20px;
  border: #fff solid 1px;
}
#contents.single .left-column > section .menulistbox .inner p,
#contents.single .left-column > #honbun .menulistbox .inner p {
  padding-bottom: 15px;
}
#contents.single .left-column > section .menulistbox .inner > ul > li,
#contents.single .left-column > #honbun .menulistbox .inner > ul > li {
  float: left;
  width: 46%;
}
#contents.single .left-column > section .menulistbox .inner > ul > li:first-child,
#contents.single .left-column > #honbun .menulistbox .inner > ul > li:first-child {
  margin-right: 7%;
}
#contents.single .left-column > section .menulistbox .inner > ul > li ul li,
#contents.single .left-column > #honbun .menulistbox .inner > ul > li ul li {
  padding: 3px 15px 2px;
  margin-bottom: 5px;
  border: #d5d5d5 solid 1px;
  background-color: #fff;
}
#contents.single .left-column > section .menulistbox .inner > ul > li ul li span,
#contents.single .left-column > #honbun .menulistbox .inner > ul > li ul li span {
  color: #d4353f;
}
#contents.single .left-column > section .pointbox .inner,
#contents.single .left-column > #honbun .pointbox .inner {
  border: #d5d5d5 solid 1px;
  background-color: #f9f9f9;
}
#contents.single .left-column > section .pointbox .inner ul,
#contents.single .left-column > #honbun .pointbox .inner ul {
  padding: 25px 45px 11px;
  border: #fff solid 1px;
}
#contents.single .left-column > section .pointbox .inner ul li,
#contents.single .left-column > #honbun .pointbox .inner ul li {
  padding-bottom: 9px;
}
#contents.single .left-column > section .pointbox .inner ul li span,
#contents.single .left-column > #honbun .pointbox .inner ul li span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 17px;
  margin-right: 13px;
  background-color: #d4353f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
#contents.single .left-column #supplement {
  padding: 25px 30px;
  margin-bottom: 40px;
  background: url(/common/images/bg_widget-blue.gif) no-repeat left top;
  color: #fff;
}
#contents.single .left-column #supplement a {
  color: #e957d2;
}
#contents.single .left-column .widget-area {
  overflow: hidden;
  _zoom: 1;
  margin-bottom: 50px;
}
#contents.single .left-column .widget-area .widget-blue {
  width: 43%;
  padding: 20px;
}
#contents.single .left-column .widget-area .widget-blue h4, #contents.single .left-column .widget-area .widget-blue p {
  margin: 0 0 15px;
  font-weight: normal;
}
#contents.single .left-column .widget-area .widget-blue.widget-contact {
  float: left;
}
#contents.single .left-column .widget-area .widget-blue.widget-contact h4 {
  display: none;
}
#contents.single .left-column .widget-area .widget-blue.widget-letter {
  float: right;
}
#contents.single .left-column .widget-area .widget-white {
  display: none;
}
#contents.single .left-column #relate {
  overflow: hidden;
  margin-bottom: 70px;
}
#contents.single .left-column #relate .relate-L,
#contents.single .left-column #relate .relate-R {
  float: left;
  width: 44.3%;
  padding: 20px;
  border-left: #d4353f solid 1px;
}
#contents.single .left-column #relate .relate-L h4,
#contents.single .left-column #relate .relate-R h4 {
  min-height: 65px;
  margin-bottom: 10px 20px;
  font-size: 18px;
  /*font-size: $size + rem;*/
}
#contents.single .left-column #relate .relate-L ul li,
#contents.single .left-column #relate .relate-R ul li {
  margin-bottom: 2px;
}
#contents.single .left-column #relate .relate-L ul li a,
#contents.single .left-column #relate .relate-R ul li a {
  background: url(/common/images/dot_arr.gif) no-repeat left 4px;
  padding-left: 20px;
}
#contents.single .left-column #results {
  margin-bottom: 40px;
}
#contents.single .left-column #results h4 {
  font-size: 18px;
  /*font-size: $size + rem;*/
  margin-bottom: 15px;
}
#contents.single .left-column #results .results-box {
  overflow: hidden;
  margin-bottom: 25px;
}
#contents.single .left-column #results .results-box .results-l {
  float: left;
}
#contents.single .left-column #results .results-box .results-r {
  float: right;
  width: 85%;
}
#contents.single .left-column #results .results-box .results-r h5 {
  font-size: 16px;
  /*font-size: $size + rem;*/
}
#contents.single .left-column #results .results-box .results-r .results-link a {
  background: url(/common/images/dot_arr.gif) no-repeat left 4px;
  padding-left: 20px;
}
#contents.single .left-column #info-area {
  overflow: hidden;
  margin-bottom: 40px;
}
#contents.single .left-column #info-area li:nth-child(4) {
  margin-right: 20px;
}
#contents.single .left-column #info-area p {
  float: left;
}
#contents.single .left-column #info-area .ninja_onebutton {
  float: right;
}

#footer-bg {
/*  background: url(/common/images/footer-bg.png) #FFF no-repeat top center;
  padding-top: 83px;
  clear: both;*/
  display: none;
}
@media screen and (max-width: 767px) {
  #footer-bg {
    background-position: bottom;
  }
}

.contacts_menu {
  width: 1300px;
  margin: 0 auto 45px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contacts_menu {
    width: 100%;
  }
}
.contacts_menu ul {
  width: 1290px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contacts_menu ul {
    width: 100%;
  }
}
.contacts_menu ul li {
  float: left;
  width: 378px;
  text-align: center;
  display: block;
  color: white;
  border-radius: 5px;
  margin-right: 78px;
}
.contacts_menu ul li:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contacts_menu ul li {
    width: 100%;
  }
  .contacts_menu ul li img {
    width: 93%;
    margin-bottom: 5.33%;
  }
}
.contacts_menu ul li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#magazine {
  margin-top: 50px;
  margin-bottom: 93px;
}
#magazine h3, #magazine p, #magazine form {
  text-align: center;
}
#magazine h3 {
  color: #000;
  font-size: 21px;
  letter-spacing: 1.05px;
  line-height: 29.79px;
  font-weight: bold;
}
#magazine p {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 29.79px;
  margin-bottom: 10px;
}
#magazine input, #magazine button, #magazine textarea, #magazine select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#magazine form {
  position: relative;
}
#magazine form input {
  padding-left: 1em;
  padding-right: 1em;
  background-color: #fff;
  width: 363px;
  height: 38px;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 29.79px;
  text-align: left;
  font-weight: bold;
  font-family: inherit;
}
#magazine form input[type="submit"] {
  background-color: #d6000f;
  width: 130px;
  height: 39px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 2.2em;
  text-align: center;
  font-weight: bold;
  font-family: inherit;
  margin-left: -4px;
}
#magazine form input[type="submit"]:hover {
  cursor: pointer;
}
#magazine a#policy-button {
  display: block;
  text-align: center;
  color: #c9161d;
  font-weight: bold;
  margin-bottom: 10px;
}
#magazine p#error-message {
  color: #fff;
  font-weight: bold;
  margin-top: 0.5em;
  text-shadow: 1px 1px 3px #c9161d, -1px 0 1px #c9161d, 1px 0 1px #c9161d;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #magazine {
    padding-bottom: 50%;
    width: 78.67%;
    margin: 0 auto;
  }
  #magazine form {
    text-align: left;
  }
  #magazine form input {
    padding-left: 0.8em;
    position: static;
    width: 76.67%;
    font-size: 12px;
  }
  #magazine form input[type="submit"] {
    right: 6%;
    width: 23.07%;
    font-size: 10px;
    line-height: 4em;
  }
  #magazine form ::-webkit-input-placeholder {
    font-size: 7px;
  }
}

#footer .pagetop {
  width: 1290px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer .pagetop {
    width: 100%;
  }
}
#footer .pagetop a {
  display: block;
  height: 42px;
  width: 42px;
  background: #d6000f url(/common/images/top-arrow.png) no-repeat center center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
}
#footer .pagetop a:hover:before {
  bottom: 430%;
}
#footer .pagetop a:before {
  transition: 0.85s;
  /* アニメーションの秒数を指定 */
  content: url("/common/images/character.png");
  position: relative;
  right: 59%;
  bottom: 349%;
}
@media screen and (max-width: 767px) {
  #footer .pagetop a {
    margin: 0 auto;
  }
}
#footer .footer-main {
  margin-top: -21px;
}
#footer .footer-main br.pc {
  display: block;
}
#footer .footer-main br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer .footer-main br.pc {
    display: none;
  }
  #footer .footer-main br.sp {
    display: block;
  }
}
#footer .footer-main .footer-wrapper {
  padding-top: 29px;
  overflow: hidden;
}
#footer .footer-main .footer-wrapper #footer-top {
  margin-top: -25px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper #footer-top {
    padding: 10% 4% 4.93%;
  }
}
#footer .footer-main .footer-wrapper #footer-top h3 {
  font-family: inherit;
  color: #000;
  font-size: 21px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper #footer-top h3 {
    font-size: 18px;
    line-height: 1.6em;
  }
}
#footer .footer-main .footer-wrapper #footer-top h3 small {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.6px;
}
#footer .footer-main .footer-wrapper #footer-top p.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper #footer-top p.sp {
    display: block;
  }
}
#footer .footer-main .footer-wrapper #footer-top p.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper #footer-top p.pc {
    display: none;
  }
}
#footer .footer-main .footer-wrapper #footer-top p.address {
  margin: 15px 0 10px;
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper #footer-top p.address {
    font-size: 14px;
    margin: 10px 0;
  }
}
#footer .footer-main .footer-wrapper #footer-top p.tel {
  font-family: Arial;
  color: #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 12px;
}
#footer .footer-main .footer-wrapper #footer-top p.tel a {
  color: #111;
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper #footer-top p.tel {
    font-size: 28px;
  }
}
#footer .footer-main .footer-wrapper #footer-top p.tel:hover {
  text-decoration: none;
}
#footer .footer-main .footer-wrapper #footer-top a img.mail {
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper #footer-top a img.mail {
    width: 100%;
  }
}
#footer .footer-main .footer-wrapper #footer-top a img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper #footer-top a img.sp {
    display: block;
  }
}
#footer .footer-main .footer-wrapper #footer-top a img.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper #footer-top a img.pc {
    display: none;
  }
}
#footer .footer-main .footer-wrapper #footer-top a:hover img.mail {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footer .footer-main .footer-wrapper #footer-top ul {
  overflow: hidden;
  width: 116px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper #footer-top ul {
    width: 75px;
  }
}
#footer .footer-main .footer-wrapper #footer-top ul li {
  float: left;
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper #footer-top ul li img {
    width: 30px;
  }
}
#footer .footer-main .footer-wrapper #footer-top ul li:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper #footer-top ul li:first-child {
    margin-right: 15px;
  }
}
#footer .footer-main .footer-wrapper #footer-top ul li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footer .footer-main .footer-wrapper .copy {
  color: #fff;
  clear: both;
  padding: 24px 0;
  text-align: center;
  font-size: 10px;
  /*font-size: $size + rem;*/
}
@media screen and (max-width: 767px) {
  #footer .footer-main .footer-wrapper .copy {
    color: #aaa;
    width: 93%;
    margin: 0 auto;
  }
}

.af-bnr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.af-bnr .af-bnr-item {
  margin-right: 30px;
  margin-bottom: 30px;
}
.af-bnr .af-bnr-item:nth-child(2n) {
  margin-right: 0;
}
.af-bnr .af-bnr-item.onecolumn {
  width: 100%;
}
@media (max-width: 768px) {
  .af-bnr .af-bnr-item {
    margin-right: 0;
  }
}

#tabcontact {
/*  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -98px;
  width: 51px;
  z-index: 99999999999999999;
  -moz-transition: all, 0.25s, ease-in;
  -o-transition: all, 0.25s, ease-in;
  -webkit-transition: all, 0.25s, ease-in;
  transition: all, 0.25s, ease-in;*/
  display: none;
}
#tabcontact a {
  background-color: #ca0915;
  display: block;
}
#tabcontact:hover {
  width: 65px;
}

@media screen and (max-width: 767px) {
  #contents {
    overflow: hidden;
  }
  #contents .pc {
    display: none;
  }
  #contents .sp {
    display: block !important;
  }
  #contents #mainvisual {
    position: static;
    padding: 20px 0;
    background-color: #aaa;
  }
  #contents #mainvisual > img {
    display: none;
  }
  #contents #mainvisual h2, #contents #mainvisual p {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  #contents #mainvisual h2 {
    padding-bottom: 15px;
  }
  #contents #mainvisual h2.h2_2line, #contents #mainvisual h2.h2_3line {
    padding-bottom: 0;
  }
  #contents #mainvisual.redvisual {
    background-color: #ca0915;
  }
  #contents.single .left-column > section .imgbox img {
    width: 100%;
    height: auto;
  }
  #contents.single .left-column > section .pointbox .inner ul {
    width: auto !important;
    padding: 25px 20px 11px;
  }
  #contents.single .left-column > section .pointbox .inner ul li span {
    display: block;
    width: 55px;
    margin-bottom: 5px;
  }
  #contents.single .left-column > section .menulistbox .inner {
    padding: 25px 5% 20px;
  }
  #contents.single .left-column > section .menulistbox .inner p {
    padding-bottom: 15px;
  }
  #contents.single .left-column > section .menulistbox .inner > ul > li {
    float: none;
    width: 100%;
  }
  #contents.single .left-column > section .menulistbox .inner > ul > li:first-child {
    margin-right: 0;
  }
  #contents.single .left-column #supplement {
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  #contents.single .left-column .widget-area .widget-blue,
  #contents.single .left-column .widget-area .widget-white {
    padding: 20px 0;
  }
  #contents.single .left-column .widget-area .widget-blue h4, #contents.single .left-column .widget-area .widget-blue p,
  #contents.single .left-column .widget-area .widget-white h4,
  #contents.single .left-column .widget-area .widget-white p {
    margin: 0 15px 15px;
  }
  #contents.single .left-column #relate .relate-L, #contents.single .left-column #relate .relate-R {
    float: none;
    width: 90%;
  }
  #contents.single .left-column #relate .relate-L {
    margin-bottom: 30px;
  }
  #contents.single .left-column #results .results-box .results-l {
    width: 25%;
  }
  #contents.single .left-column #results .results-box .results-l img {
    width: 100%;
    height: auto;
  }
  #contents.single .left-column #results .results-box .results-r {
    width: 70%;
  }
  #contents.single .left-column .second-link .second-link-l {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }
  #contents.single .left-column .second-link .second-link-l:nth-child(3) {
    padding-top: 0;
  }

  .widget-area .widget-blue,
  .widget-area .widget-white {
    float: none !important;
    width: 99% !important;
    height: auto !important;
    margin-right: 0 !important;
  }

  #footer .footer-main .footer-wrapper .footer-left .bnr-area li {
    width: 90%;
    margin-bottom: 10px;
  }
  #footer .footer-main .footer-wrapper .footer-left .bnr-area li img {
    width: 100%;
  }
  #footer .footer-main .footer-wrapper .footer-left .sub-nav ul {
    width: 90%;
    margin: 0 auto;
    border-left: 1px solid #ddd;
  }
  #footer .footer-main .footer-wrapper .footer-left .sub-nav ul li {
    width: 49%;
  }
  #footer .footer-main .footer-wrapper .footer-left .sub-nav ul li:first-child {
    border-left: none;
  }
  #footer .footer-main .footer-wrapper .footer-left .sub-nav ul li a {
    padding: 0;
    text-align: center;
  }

  #conference {
    width: 100%;
    margin: 10% auto 0;
  }
  #conference p {
    color: #ff2e3a;
    background: #f2f2f2;
    border-radius: 10px;
    width: 93%;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 110%;
  }
  #conference .conference_text ul {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  #conference .conference_text ul li {
    float: none;
    padding: 3px 0;
    padding: 3px 0 3px 30px;
    background: url(/wp/wp-content/themes/imd/files/icon_checkbox.jpg) 0 70% no-repeat;
  }
  #conference .conference_text ul li img {
    width: 100%;
  }
  #conference .conference_text ul li.right {
    float: none;
    padding: 3px 0 3px 30px;
    background: url(/wp/wp-content/themes/imd/files/icon_checkbox.jpg) 0 70% no-repeat;
  }
  #conference .conference_text ul li.right img {
    width: 100%;
  }
  #conference .contacts_menu {
    width: 100%;
    margin: 30px 0 45px;
    overflow: hidden;
  }
  #conference .contacts_menu ul li {
    float: none;
    width: 90%;
    margin: 0 auto;
    background: #ff2e3a;
    text-align: center;
    display: block;
    color: white;
    margin-bottom: 20px;
  }
  #conference .contacts_menu ul li a {
    display: block;
    border-radius: 4px;
  }
  #conference .contacts_menu ul li img {
    width: 100%;
  }
  #conference .contacts_menu ul li.center {
    margin: 0;
  }

  #tabcontact {
    display: none;
  }
}
.mobile-gmenu {
  background-color: #ca0915;
}
.mobile-gmenu span {
  transition: all 0.3s;
  color: #fff;
  background-color: #fff;
}
.mobile-gmenu .middle {
  transform: translateX(0px);
}
.mobile-gmenu .top {
  transform: translateY(-10px);
}
.mobile-gmenu .bottom {
  transform: translateY(10px);
}

.mobile-gmenu.open .middle {
  transform: translateX(100px);
  background: rgba(255, 255, 255, 0);
}
.mobile-gmenu.open .top {
  transform: rotate(-45deg) translateY(0);
}
.mobile-gmenu.open .bottom {
  transform: rotate(45deg) translateY(0);
}

.modal-policy div {
  width: 100%;
}
.modal-policy div iframe {
  width: 100%;
  height: 220px;
}
.modal-policy p {
  margin-bottom: 2em;
}

#privacypolicy textarea {
  resize: none;
  padding: 1em;
}

.succeed {
  overflow: hidden;
}
.succeed #left-modal {
  width: 500px;
  float: left;
  background-color: #FFF;
}
.succeed #left-modal img {
  margin-top: 165px;
  margin-bottom: 50px;
}
.succeed #left-modal p {
  color: #12a396;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 36px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .succeed #left-modal p .sp {
    display: none;
  }
}
.succeed #right-modal {
  background-color: #ca0915;
  padding: 45px 35px;
  float: right;
}
.succeed #right-modal .sideareatitle {
  background-color: #FFF;
  margin-top: 25px;
}
.succeed #right-modal .twitter {
  background-color: #FFF;
}
.succeed #right-modal #twitter-widget-0 {
  width: 500px !important;
}
.succeed #right-modal .facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.succeed #right-modal .facebook-wrapper > .fb-page {
  width: 100%;
}
.succeed #right-modal .facebook-wrapper > .fb-page > span,
.succeed #right-modal .facebook-wrapper iframe {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .succeed {
    height: auto;
  }
  .succeed .remodal-wrapper.remodal-is-opened {
    max-height: 97%;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
  }
  .succeed #left-modal, .succeed #right-modal {
    width: 100%;
    float: none;
    padding-bottom: 2em;
  }
  .succeed #left-modal img, .succeed #right-modal img {
    margin-top: 50px;
    margin-bottom: 40px;
    width: 50%;
    height: auto;
  }
  .succeed #left-modal p, .succeed #right-modal p {
    font-size: 12px;
    line-height: 2em;
  }
  .succeed #left-modal p .sp, .succeed #right-modal p .sp {
    display: block;
  }
}

.wp-pagenavi {
  text-align: center;
  font-size: 12px;
  padding-bottom: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.wp-pagenavi .current {
  padding: 15px 20px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-radius: 7px;
  margin: 0 2px;
  border: #5f9baf 1px solid;
  background: #5f9baf;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.wp-pagenavi .page {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 15px 20px;
  margin: 0 2px;
  background: #fff;
  border: #dfe5e6 1px solid;
  color: inherit;
}
.wp-pagenavi .page:hover {
  color: #fff;
  background-color: #5f9baf;
  text-decoration: none;
}
.wp-pagenavi .previouspostslink {
  color: inherit;
}
.wp-pagenavi .previouspostslink img {
  vertical-align: -1px;
  padding-right: 10px;
}
.wp-pagenavi .nextpostslink {
  color: inherit;
}
.wp-pagenavi .nextpostslink img {
  vertical-align: -1px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    font-size: 14px;
    font-weight: bold;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 6px 11px !important;
    font-size: 12px !important;
  }
}
