@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
html {
  scroll-behavior: smooth;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  background: #fff;
  width: 100%;
  position: relative;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

a {
  color: #232323;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #232323;
  outline: none;
  text-decoration: none;
  opacity: 0.6;
}

section {
  clear: both;
}

ul, ol {
  padding:  0;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin: 0 0 30px 0;
  font-feature-settings: "palt";
}

.serviceblock h3 {
font-family: Roboto, kozuka-gothic-pr6n, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 28px;
color:#0e4270;
}

.herotext {
font-family: Roboto, kozuka-gothic-pr6n, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 45px;
}

p{
    font-size: 16px;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 1.5em;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}

#setsurolp-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    margin-top: 0;
    background-color: #191919;
    border-top: 20px solid #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#setsurolp-intro {
  overflow: hidden;
}

h3.midashiq {
  display: table;
    border-top: 1px solid #d40808;
    border-bottom: 1px solid #d40808;
    padding: 10px;
    width:100%;
    margin-bottom: 10px;
}

h3.midashiq span {
    margin: 0;
    color: #d40808;
    font-size: 20px;
    display: table-cell;
    padding: 10px;
vertical-align: middle;
line-height: 1.5;
}

h3.midashiq::before {
    content: "Q";
    font-weight: 900;
    color: #d40808;
    font-size: 36px;
    display: table-cell;
vertical-align: middle;
width: 28px;
}

.faqans {
    display: table;
}

.faqans::before {
    content: "A";
    font-weight: 900;
    font-size: 36px;
    display: table-cell;
   padding: 0px 0px 0 10px;
vertical-align: middle;
}

.faqans p {
    display: table-cell;
    padding-left: 15px;
vertical-align: middle;
}

.credit {
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 14px;
    z-index: 10;
}
p.texleft {
  text-align: left;
}

.parallax {
    min-height: 780px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;    
}
.content {
    padding: 60px;
    background-color: #fff;
}
.parallax.bg-01 {
    background-color: #fff;
}
.parallax.bg-02 {
    background-color: #fff;
    position: relative;
}

.intro01 {
    margin-top: 170px;
    color: #000;
    margin-bottom: 30px;
}

.intro02 {
  margin-bottom: 30px;
}

.intro03 {
    color: #232323;
    margin-top: 30px;
    font-size: 20px;
    line-height: 2em;
}

.parawrap {
  position: absolute;
  top:-130px;
  width: 100%;
}

.backgray{
    width: 100vw;
    background-color: #efefef;
    height: 400px;
    position: absolute;
    left: -50vw;
    top: 150px;
}
#setsurolp-map {
  margin-top:30px;
}

.mw_wp_form form {
  width: 660px;
  margin:0 auto;
}

.mw_wp_form li {
    list-style: none;
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.rp {
    background-color: #ff0000;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    margin-left: 15px;
    vertical-align: middle;
}

.mw_wp_form label {
  display: block;
}

.mw_wp_form textarea,.mw_wp_form input {
  width:100%;
}

.mw_wp_form .send {
  text-align: center;
}

.mw_wp_form .submits {
    width: 200px;
    margin: 0 auto 20px;
    background-color: #ff5d5d;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

.mw_wp_form_preview form{
  background-color:#f7f7f7;
  padding:20px;
  border-radius:10px;
}

.mw_wp_form_preview form li {
    border-bottom: 1px dotted #6a6a6a;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.mw_wp_form_preview form li:last-child {
    border-bottom: 0px dotted #6a6a6a;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.mw_wp_form_complete div{
    text-align: center;
    font-size: 16px;
    color: #222;
    padding: 20px; 
}

.row {
  width: 100%;
}

.introdetail {
  max-width: 1000px;
  width:100%;
  margin:0 auto;
}

@media screen and (max-width: 896px) {
  #setsurolp-header {
    margin-top: 0;
    background: #232323;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #setsurolp-header #navbar2 li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #setsurolp-header #navbar2 li a:hover {
    color: #0a60a0 !important;
  }
  #setsurolp-header #navbar2 li a span:before {
    background: transparent !important;
  }
  #setsurolp-header #navbar2 li.active a {
    background: transparent;
    background: none;
    color: #0a60a0 !important;
  }
  #setsurolp-header #navbar2 li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#setsurolp-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#setsurolp-header #navbar2 li a {
  font-family: "Roboto", Arial, sans-serif;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
#setsurolp-header #navbar2 li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#setsurolp-header #navbar2 li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #fe4952;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#setsurolp-header #navbar2 li:hover {
  color: #fff;
}
#setsurolp-header #navbar2 li:hover a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#setsurolp-header #navbar2 li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#setsurolp-header #navbar2 li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#setsurolp-header .navbar-brand {
    float: none;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    padding-left: 0;
    background-image: url(../img/whitelogo.png);
    text-indent: -9999px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 55px;
    margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#setsurolp-header.headerColor-default {
    background-color: #fff;
}

#setsurolp-header.headerColor-default .navbar-brand {
    background-image: url(../img/blacklogo.png);
}

.navbar-header {
  float: none;
  text-align: center;
}

#setsurolp-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#setsurolp-header.navbar-fixed-top .navbar-brand {
    background-image: url(../img/logo.png);
}
#setsurolp-header.navbar-fixed-top #navbar2 li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#setsurolp-header.navbar-fixed-top #navbar2 li a:hover {
  color: #0a60a0;
}
#setsurolp-header.navbar-fixed-top #navbar2 li.active a {
  background: transparent;
  background: none;
  color: #0a60a0;
}
#setsurolp-header.navbar-fixed-top #navbar2 li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #0a60a0;
}
#setsurolp-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

@media screen and (max-width: 896px) {
  #setsurolp-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  #setsurolp-header .navbar-brand {
  }
#setsurolp-header.navbar-fixed-top {
}

.pure-container {
  display: block;
}

}
#setsurolp-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#setsurolp-header .navbar-default .brand-slogan em {
  color: #0a60a0;
  font-style: normal;
}
#setsurolp-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#setsurolp-home {
    background-color: #3173be;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    color: #232323;
    overflow: hidden;
}

.hero-text {
    position: absolute;
    top: 22%;
    left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
    width: 32%;
}


.col-md-offset-2 {
    margin: 0 auto;
    text-align: center;
    float: none;
    font-weight: bold;
}

.slant {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}

#setsurolp-intro {
  position: relative;
  bottom: 0;
  z-index: 10;
  margin-bottom: 5em;
}

#setsurolp-intro .introdetail img {
  width:20%;
  margin-top: 35px;
  float:  left;
}

#setsurolp-intro .introdetail .introtext {
    width: 100%;
    padding: 30px 30px 0 30px;
    float: right;
    font-size: 18px;
    text-align: justify;
    line-height: 2;
}


#setsurolp-message {
  position: relative;
  padding-bottom: 5em;
  padding-top:5em;
  background-color: #fffceb;
}

#setsurolp-message .introdetail img {
  width:20%;
  margin-top: 35px;
  float:  left;
}

#setsurolp-message .introdetail span {
    width: 80%;
    padding: 30px 0px 0 30px;
    float: right;
    font-size: 15px;
    text-align: justify;
}

@media screen and (max-width: 896px) {
  #setsurolp-intro {
    padding-bottom: 5em;
    padding-top: 3em;
  }
.herotext {
    font-size: 28px;
    background-color: rgba(255,255,255, 0.8);
    margin: 10px 0;
    padding: 0 20px;
}
.credit {
    left:0;
    right: initial;
    font-size: 12px;
    z-index: 10;
    padding:0 15px;
}

#setsurolp-intro .col-md-5{
    width: 30%;
    padding: 0;
    float: right;
}

#setsurolp-intro .col-md-7{
    width: 70%;
    float: left;
}

.intro01 {
    margin-top: 0px;
    color: #000;
    margin-bottom: 30px;
}

.intro02 {

}

.intro03 {
    font-size: 17px;
}

.parawrap {
  top:-150px;
}

.parallax {
    min-height: 550px;
}
#setsurolp-map .text-center {
  text-align: left;
}
#setsurolp-map .text-center h2{
  padding:0 15px;
}
#setsurolp-contact .text-center {
  text-align: left;
}

.mw_wp_form form{
  width:100%;
}
.mw_wp_form form ul {
  padding: 0;
}

}
#setsurolp-intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#setsurolp-intro .setsurolp-block {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 16px;
  min-height: 300px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (max-width: 896px) {
  #setsurolp-intro .setsurolp-block {
    width: 100%;
  }
}
#setsurolp-intro .setsurolp-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#setsurolp-intro .setsurolp-block > .overlay {
  background: #fff;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#setsurolp-intro .setsurolp-block > .setsurolp-text {
  position: relative;
  z-index: 10;
}
#setsurolp-intro .setsurolp-block > .setsurolp-text .setsurolp-intro-icon {
  font-size: 50px;
  color: #0a60a0;
  margin-bottom: 30px;
  display: block;
}
#setsurolp-intro h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
  color:#232323;
}

#setsurolp-intro .intro02 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 15px;
    font-style: italic;
    color: #ec3a43;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Noto Sans JP', sans-serif;
    line-height: 1.3em;
    margin-top: 40px;
}

#setsurolp-intro .setsurolp-block:hover > .overlay, #setsurolp-intro .setsurolp-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#setsurolp-intro .setsurolp-block:hover > .setsurolp-text, #setsurolp-intro .setsurolp-block:focus > .setsurolp-text {
  color: #fff;
}
#setsurolp-intro .setsurolp-block:hover > .setsurolp-text .setsurolp-intro-icon, #setsurolp-intro .setsurolp-block:focus > .setsurolp-text .setsurolp-intro-icon {
  color: #fff;
}
#setsurolp-intro .setsurolp-block:hover h2, #setsurolp-intro .setsurolp-block:focus h2 {
  color: #fff;
}
#setsurolp-intro .setsurolp-block:hover .btn, #setsurolp-intro .setsurolp-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#setsurolp-intro .setsurolp-block:hover .btn:hover, #setsurolp-intro .setsurolp-block:focus .btn:hover {
  background: #0a60a0 !important;
  border: 2px solid #0a60a0 !important;
}

.watch-video {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.watch-video span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.watch-video .btn-video {
  display: block;
  font-size: 60px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border: 2px solid #0a60a0;
  line-height: 0px;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
  text-decoration: none;
}
.watch-video .btn-video i {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  right: -9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#setsurolp-services, #setsurolp-map, #setsurolp-contact {
  padding: 4em 0;
}
@media screen and (max-width: 896px) {
  #setsurolp-services, #setsurolp-wmap, #setsurolp-contact, #setsurolp-about,, #setsurolp-faq, #setsurolp-about2 {
    padding: 2em 0;
  }
#setsurolp-intro h2 {
    font-size: 24px;
}
h2, .h2 {
    font-size: 24px;
}
}

#setsurolp-service01, #setsurolp-service03, #setsurolp-service04, #setsurolp-service05, #setsurolp-services, #setsurolp-info, #setsurolp-contact {
  padding: 4em 0 0em;
}

#setsurolp-intro2 {
  margin-bottom: 5em;
}

#setsurolp-service02,#setsurolp-service03,#setsurolp-intro2 {
    padding: 4em 0 4em;
    background-image: url(../img/pinkback.jpg);
    background-size: cover;
    background-position: center center;
}

#setsurolp-about, #setsurolp-faq {
    padding: 4em 0 4em;
    background-image: url(../img/note.jpg);
    background-position: center center;
}

#setsurolp-about2  {
    padding: 4em 0 4em;
    background-color:#f9f9f9;
}


.whiteback {
    background-color: #fff;
    padding: 4em 4em 3em;
    border-radius: 14px;
-moz-box-shadow: 0px 8px 25px -4px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 8px 25px -4px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0px 8px 25px -4px rgba(0, 0, 0, 0.5);
box-shadow: 0px 8px 25px -4px rgba(0, 0, 0, 0.5);
}

.outline th {
  font-weight: 500;
  padding: 1.8em 0 1.8em 2em;
}
.outline td {
}

.outline2 th {
  font-weight: 500;
  padding: 1.8em 0 1.8em 2em;
  width: 16.3%;
  color: #1171ca;
}
.outline2 td {
  width: 73.7%;
}

a.map {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: .3em .5em;
  background: #ff5d2c;
  color: #FFF;
  text-decoration: none;
  margin-left: 1em;
}

#setsurolp-service01.graybox, #setsurolp-service03.graybox, #setsurolp-service05.graybox {
  padding: 7em 0 4em;
}
#setsurolp-service06 {
  padding-top:4em;
}

@media screen and (max-width: 896px) {
  #setsurolp-services, #setsurolp-work, #setsurolp-map {
    padding: 4em 0;
  }
#setsurolp-service06 {
    padding-top: 0em;
}
#setsurolp-service06 img{
  margin:0 auto 30px;
}
#setsurolp-service00 .col-md-offset-2 p {
  text-align: left;
}

}

#setsurolp-services {
  background-color: #0a60a0;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #0a60a0));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #0a60a0 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #0a60a0 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #0a60a0 100%);
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
#setsurolp-services:before, #setsurolp-services:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#setsurolp-services:before {
  top: 0;
  margin-top: -35px;
}
#setsurolp-services:after {
  bottom: 0;
  margin-bottom: -35px;
}
#setsurolp-services .setsurolp-service {
  padding-right: 30px;
}
#setsurolp-services h3 {
  font-size: 24px;
  color: #fff;
}
#setsurolp-services .icon {
  font-size: 70px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#setsurolp-services .icon:before {
  color: #fff;
}
#setsurolp-services .section-heading h2 {
  color: #fff;
}
#setsurolp-services .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

#setsurolp-map {
  background: #0a60a0;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
}

.specialsub {
    font-size: 40px;
    font-weight: 800;
    color: #a5a4a4;
    margin-bottom: 15px;
    display: block;
}

#setsurolp-service {
  padding:  5em 0;
  position: relative; 
  overflow: hidden; 
  background-color: #f9f9f9;
}

#setsurolp-service h2 {
  text-align:  center;
}

.h2title {
    font-size: 32px;
    position: relative;
    overflow: unset;
    background-color: transparent;
    border-left: none;
    padding-bottom: 0px;
    display: block;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.h2sub {
    display: inline-block;
    border: 3px solid #000;
    color:#000;
    border-radius: 100px;
    margin-bottom: 30px;
    padding: 2px 30px;
}

.white .h2title {
    font-size: 32px;
    position: relative;
    overflow: unset;
    background-color: transparent;
    border-left: none;
    padding-bottom: 0px;
    display: block;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 20px;
}

.white .h2sub {
    display: inline-block;
    border: 3px solid #fff;
    color:#fff;
    border-radius: 100px;
    margin-bottom: 30px;
    padding: 2px 30px;
}

.educationwrap .h2title::after {
    background-color: #f95a74;
}

.corpwrap .h2title::after {
    background-color: #16c18c;
}

#setsurolp-service ul {
    padding: 0;
}
.center {
  text-align: center; 
}

#setsurolp-service ul > li {
    width: calc(100%/1 - 20px);
    float: left;
    margin: 10px;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    box-shadow:20px 20px 20px 3px #efefef;
    position: relative;
}

#setsurolp-service ul > li a {
  display:  block;  
  text-decoration: none;
}

#setsurolp-service ul > li h3 {
    padding: 10px 15px;
    background-color: #4ac8aa;
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}

#setsurolp-service ul > li.prg01 h3 {
    background-color: #aec170;
}

#setsurolp-service ul > li.prg03 h3 {
    background-color: #1781e2;
}

#setsurolp-service ul > li.prg04 h3 {
    background-color: #9588b3;
}

#setsurolp-service ul > li.prg05 h3 {
    background-color: #bf698a;
}

#setsurolp-service ul > li h4 {
    display: inline-block;
    padding: 4px 20px 2px;
    color: #423e3e;
    border-radius: 50px;
    border: 3px solid #4ac8aa;
    margin-bottom: 10px;
}

#setsurolp-service ul > li.prg01 h4 {
    border: 3px solid #aec170;
}

#setsurolp-service ul > li.prg03 h4 {
    border: 3px solid #1781e2;
}

#setsurolp-service ul > li.prg04 h4 {
    border: 3px solid #9588b3;
}

#setsurolp-service ul > li.prg05 h4 {
    border: 3px solid #bf698a;
}

#setsurolp-service ul > li img {
    width: calc(30% - 30px);
    float: left;
    margin: 15px;
}

#setsurolp-service ul > li ol {
    padding: 0 20px 0 40px;
    font-size: 17px;
}

#setsurolp-service ul > li ol li{
  line-height: 1.8;
  margin-bottom:7px;
}

#setsurolp-service ul li .textbloxk {
    width: calc(70% - 30px);
    float: left;
    margin: 15px;
}

#setsurolp-service ul > li p {
    padding: 0 20px;
    font-size: 17px;
    line-height: 2;
}

#setsurolp-about2 ul > li {
    width: calc(100%/2 - 20px);
    float: left;
    margin: 10px;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    box-shadow:20px 20px 20px 3px #efefef;
    position: relative;
    min-height: 500px;
}

#setsurolp-about2 ul > li a {
  display:  block;  
  text-decoration: none;
}

#setsurolp-about2 ul > li h3 {
    margin: 10px 0;
    font-size: 18px;
    padding: 10px;
    background-color: #565665;
    color: #fff;
}
#setsurolp-about2 ul > li p{
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 15px;
}


.dllink {
    background-color: #ff6600;
    margin: 10px 0;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
}

.dllink:hover {
    color: #fff;
}

.formbtn {
  text-align: center;

}

.formbtn a{
  background-color: #ff6600;
  color: #fff;
  padding: 30px 30px;
  font-weight: bold;
  border-radius: 5px;
    box-shadow:20px 20px 20px 3px #efefef;
}

.dialist {
  list-style: none;
}

.dialist li {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    float: left;
    width: 100%;
}

.dialist li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/diadot.png);
    background-size: contain;
    float: left;
}

.dialist li span {
    padding-left: 20px;
    display: block;
    width: calc(100% - 20px);
    float: left;
}


#setsurolp-news {
  padding:  6em 0;
  position: relative; 
  overflow: hidden; 
  background-color: #353535;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/2);
    height: 60px;
    border-bottom: 10px solid #939393;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    color: #939393;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 0px 0;
    clear: both;
}


/*選択されているタブのコンテンツのみを表示*/
#news:checked ~ #news_content,
#pr:checked ~ #pr_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    color: #fff;
    border-bottom: 10px solid #fff;
}

#setsurolp-news ul {
    padding: 0;
}

#setsurolp-news ul li {
    list-style: none;
}

#setsurolp-news ul li a {
    color: #fff;
    display: block;
    border-bottom: 2px dotted #939393;
    margin-bottom: 10px;
    padding: 0 0px 10px;
    text-decoration: none;
}

#setsurolp-news ul li a.nolink:hover {
  opacity:1;
}

.linkbtn {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.linkbtn a {
  background-color: #fff;
  color: #222;
  font-weight: bold;
  padding: 25px 40px;
  border-radius: 10px;
  text-decoration: none;
  background-color: #ec6523;
  color: #fff;
  border: 4px solid #c66429;
}

.tabs .linkbtn {
  margin-top:50px;
}

table {
width:100%;
margin-bottom: 40px;
}

/*table tr:nth-child(odd){
  background: #f8f8f8;
}*/

table th, table td{
font-weight: normal;
font-size: 16px;
padding: 20px;
line-height: 1.6em;
}


#setsurolp-jisseki {
  padding:  6em 0;
  position: relative; 
  overflow: hidden; 
}

#setsurolp-jisseki ul {
 padding: 20px 0 0;

}

#setsurolp-jisseki ul li {
    width: calc(50% - 33px);
    list-style: none;
    background-color: #f8f8f8;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 10px 10px 10px 3px #efefef;
    margin: 15px;
}

#setsurolp-jisseki ul li h3 {
    float: left;
    width: calc(100% - 230px);
    margin-top: 20px;
    padding-right: 15px;
    margin-bottom: 20px;
}

#setsurolp-jisseki ul li span {
    display: block;
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-right: 30px;
}

#setsurolp-jisseki ul li span img {
    height: 100%;
}

#setsurolp-jisseki ul li p {
    float: left;
    width: calc(100% - 230px);
    margin: 0;
    padding-right: 15px;
}

/*lphead*/

#lphead {
  position: relative;
}

#lphead img {
  width:100%;
}

#lphead .container {
    position: absolute;
    bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.lpheadlabel {
    width: 50%;
    position: absolute;
    bottom: 50px;
    left:15px;
}

.lpheadlabel span {
    background-color: #0071e3;
    padding: 15px 40px;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
}

.educationwrap .lpheadlabel span {
    background-color: #f95a74;
  }

.corpwrap .lpheadlabel span {
    background-color: #16c18c;
  }

.lpheadthumb {
    width: 40%;
    float: right;
    display: none;
}

.lpheadthumb span {
    width: calc(50% - 20px);
    display: block;
    float: left;
    margin: 0 0 0 20px;
}

.lpheadthumb span {
    width: calc(50% - 20px);
    display: block;
    float: left;
    margin: 0 0 0 20px;
}

#lptitle {
    padding: 2em 0;
    background: linear-gradient(to right, #0071e3 0%, #0071e3 50%, #fff 50%, #fff 100%);
}

.educationwrap  #lptitle {
    padding: 2em 0;
    background: linear-gradient(to right, #f95a74 0%, #f95a74 50%, #fff 50%, #fff 100%);
}

.corpwrap  #lptitle {
    padding: 2em 0;
    background: linear-gradient(to right, #16c18c 0%, #16c18c 50%, #fff 50%, #fff 100%);
}

#lptitle h1{
    width: 50%;
    float: left;
    font-size: 68px;
    margin-bottom: 0;
    color: #fff;
}

#lptitle .lptitleleft span{
    font-size: 24px;
    display: block;
}

.lptitleright {
    width: 50%;
    float: left;
    font-size: 34px;
    padding: 0 40px;
    color: #0071e3;
    font-weight: 900;
}

.educationwrap .lptitleright {
    color: #f95a74;
}

.corpwrap .lptitleright {
    color: #16c18c;
}



/*lpheadend*/


#lpmerit {
    padding: 4em 0;
    position: relative;
    overflow: hidden;
}

#lpmerit .container {
    background-color: #cbebf8;
    padding: 4em;
    border-radius: 16px;
}

.educationwrap #lpmerit .container {
    background-color: #fccad3;
}

.corpwrap #lpmerit .container {
    background-color: #cafcdb;
}

#lpmerit .whiteback {
    background-color: #fff;
    float: left;
    width: 100%;
    border-radius: 12px;
    padding: 2em;
    margin-top: 30px;
    margin-bottom: 30px;
}

#lpspec .whiteback {
    background-color: #cbebf8;
    float: left;
    width: 100%;
    border-radius: 12px;
    padding: 2em;
    margin-top: 30px;
    margin-bottom: 30px;
}

#lpspec .whiteback p {
    font-size: 20px;
}

#lpmerit .whiteback .list-oya, #lpmerit .whiteback .list-child {
    list-style: none;
    text-align: left;
    margin-bottom: 15px;
}

#lpmerit .whiteback .list-oya {
  padding-left: 24px;
}

#lpmerit .whiteback .list-oya::before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    font-weight: 900;
    margin-right: 5px;
    color:#004b96;
    margin-left:-24px;
}

.spback .container {
    background-color: #fff;
    padding: 4em;
    border-radius: 16px;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
}

.educationwrap #lpmerit .whiteback .list-oya::before {
    color: #f95a74;
}

.corpwrap #lpmerit .whiteback .list-oya::before {
    color: #00814c;
}

#lpmerit .whiteback .list-child {
    padding-left: 22px;
    margin-top: 15px;
}

#lpmerit .whiteback .list-child::before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: -15px;
    margin-right: 6px;
    color:#0071e3;
}

.educationwrap #lpmerit .whiteback .list-child::before {
    color: #f95a74;
}

.corpwrap #lpmerit .whiteback .list-child::before {
    color: #00814c;
}

#lpmerit .linkbtn a{
  margin-top:30px;
  background-color:#004b96;
  color: #fff;
}

.educationwrap #lpmerit .linkbtn a {
    background-color: #a80a24;
}

.corpwrap #lpmerit .linkbtn a {
    background-color: #00814c;
}

#lpsection {
    padding: 8em 0 4em;
}

.sectimg img{
    width: 150%;
}

.sectimg.secleft img{
    margin-left: -35%;
    margin-top: -20%;
}

.sectimg.secright img{
    margin-right: : -35%;
    margin-top: -20%;
}

.sectext {
padding: 0 40px;
position: relative; 
}

.lpsec01 .sectext,.lpsec03 .sectext,.lpsec05 .sectext,.lpsecleft .sectext {
  float: right;
}

.lpsec01 .sectext::before {
    content: "01";
    position: absolute;
    z-index: -1;
    font-size: 300px;
    font-weight: 900;
    color: #e9e9e9;
    right: -140px;
    top: -250px;
}

.lpsec02 .sectext::before {
    content: "02";
    position: absolute;
    z-index: -1;
    font-size: 300px;
    font-weight: 900;
    color: #e9e9e9;
    left: -150px;
    top: -250px;
}

.lpsec03 .sectext::before {
    content: "03";
    position: absolute;
    z-index: -1;
    font-size: 300px;
    font-weight: 900;
    color: #e9e9e9;
    right: -140px;
    top: -250px;
}

.lpsec04 .sectext::before {
    content: "04";
    position: absolute;
    z-index: -1;
    font-size: 300px;
    font-weight: 900;
    color: #e9e9e9;
    left: -150px;
    top: -250px;
}

.lpsec05 .sectext::before {
    content: "05";
    position: absolute;
    z-index: -1;
    font-size: 300px;
    font-weight: 900;
    color: #e9e9e9;
    right: -140px;
    top: -250px;
}

.sectext h3 {
    font-size: 56px;
    color: #004b96;
    font-weight: 900;
}

.educationwrap .sectext h3 {
    color: #f95a74;
}

.corpwrap .sectext h3 {
    color: #16c18c;
}

.sectext h4 {
    font-size: 28px;
    color: #323232;
}

.sectext ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
    position: relative;
    z-index: 5;
}

.sectext li {
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: 20px;
}

.sectext li::before {
    counter-increment: item;
    content: counter(item);
    padding: 3px .5em;
    font-weight: bold;
    color: #fff;
    background-color: #004b96;
    margin-right: .5em;
}

.educationwrap .sectext li::before {
    background-color: #a80a24;
  }

.corpwrap .sectext li::before {
    background-color: #00814c;
  }

.lpsecsub {
    padding: 6em 0 4em;
}

.lpsecsub div {
  text-align: center;
}

.lpsecsub img {
    width: 100%;
    max-width: 800px;
}

.lpsecsub p {
  margin-top:20px;
  font-size: 18px;
  line-height: 1.5em;
}

#lpspec {
    padding: 4em 0;
    position: relative;
    overflow: hidden;
}

#lpspec .specgrayback {
    background-color: #f8f8f8;
    padding-top: 20px;
    margin-top: 30px;
    border-radius: 10px;
}

#lpspec .specgrayback img {
    width: 100%;
    height:auto ;
}

#lpspec .speclist {
    padding: 4em;
    display: flex;
flex-wrap: wrap;
}

#lpspec .speclist li {
    width: calc(100%/3 - 40px);
    float: left;
    list-style: none;
    display: flow-root list-item;
    text-align: center;
    margin: 20px 20px 10px;
}

#lpspec .speclist li .speclistimg img {
    max-height: 100px;
}

#lpspec .speclist li .speclisttitle {
    background-color: #232323;
    padding: 15px;
    color: #fff;
    margin-top: 20px;
    border-radius: 100px;
    margin-bottom: 20px;
}

#lpspec .speclist li .speclisttext {
    padding: 0 15px;
    text-align: justify;
}

#lpspec .basiclist {
    padding: 2em 4em;
display: flex;
flex-wrap: wrap;
}

#lpspec .basiclist li {
    width: calc(100%/3 - 40px);
    list-style: none;
    text-align: center;
    margin: 20px 20px 10px;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 30px;
  background-color: #f9f9f9;
}

#lpspec .basiclist li .basiclisttitle {
    color: #0071e3;
    margin-top: 0;
    border-radius: 100px;
    margin-bottom: 0;
    text-align: left;
    font-size: 20px;
    line-height: 1.5em;
}

#lpspec .basiclist li .basiclisttext {
    text-align: justify;
    margin-top:15px;
}

.specimgdesc {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

.specimgdesc ol {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

.specimgdesc li {
    background-color: #ffda00;
    color: #333;
    display: block;
    padding: 20px;
    border-radius: 5px;
    margin: 10px;
    width: calc(50% - 20px);
    float: left;
}

.specimgdesc li:before {
  counter-increment: item;
  content: counter(item)':';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #333;
}


#lpspec .optionlist {
    padding: 2em 4em;
display: flex;
flex-wrap: wrap;
}

#lpspec .optionlist li {
    width: calc(100%/2 - 40px);
    list-style: none;
    text-align: center;
    margin: 20px 20px 10px;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 0;
    position: relative;
}

#lpspec .optionlist li div {
    text-align: center;
    overflow: hidden;
}

#lpspec .optionlist li div img {
    width: 100%;
    margin-bottom: 70px;
}

#lpspec .optionlist li .optionlisttitle {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 22px;
    line-height: 1.3em;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #004b96;
    padding: 20px;
}

.educationwrap #lpspec .optionlist li .optionlisttitle {
    background-color: #a80a24;
}

.corpwrap #lpspec .optionlist li .optionlisttitle {
    background-color: #00814c;
}

#lpspec .optionlist li .optionlisttitle span {
    display: block;
    font-size: 15px;
}


#lpspec .optionlist li .optionlisttext {
    text-align: justify;
    margin-top:15px;
}

#lpinq {
    padding: 4em 0;
    position: relative;
    overflow: hidden;
}

#lpinq .inqback {
    padding: 4em;
    float: left;
    width: 100%;
}

#lpinq .inqback.med {
  background-color: #0071e3;
}

.educationwrap #lpinq .inqback.med {
  background-color: #f95a74;
}

.corpwrap #lpinq .inqback.med {
  background-color: #16c18c;
}

#lpinq .inqback a {
    background-color: #fff;
    border-bottom: 8px solid #232323;
    padding: 15px;
    width: calc(100%/2 - 80px);
    display: block;
    float: left;
    margin: 0 40px;
    text-align: center;
    border-radius: 100px;
    font-size: 28px;
    font-weight: 600;
}

#lpinq .inqtext {
    margin-top: 10px;
    text-align: left;
    color: #232323;
    font-size: 20px;
    clear: both;
    display: inline-block;
    width: 50%;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
}

.page-template-page-pacs #lphead {
  background-color: #232323;
}

.page-template-page-pacs #lphead .container {
    position: relative;
    transform: none;
    -webkit- transform: none;
bottom: initial;
left: initial;
    }

.mw_wp_form label.name01 {
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
}

.mw_wp_form label.name02 {
    float: left;
    width: 50%;
}

.privacy_sec .row {
  font-size: 16px;
  line-height: 2em;
}

#lpmerit img {
  width:  100%;
  height:auto;
max-width: 800px;
}

#news {
padding: 0em 4em 4em;
min-height: 413px;
}

#news .container {
  max-width:900px;
}

.singlehead {
    padding: 2em;
}

.singlehead p {
    text-align: right;
    margin: 0;
}

.singlebody {
    padding: 2em;
}

#setsurolp-news.newslist {
  padding-bottom:0;
}

ul.newslist li {
  list-style: none; 
}

ul.newslist li a {
    color: #232323;
    display: block;
    border-bottom: 2px dotted #939393;
    margin-bottom: 10px;
    padding: 0 0px 10px;
    text-decoration: none;
}

ul.newslist li a.nolink:hover {
  opacity:1;
}

#news .singlebody h2 {
    margin: 73px 0 15px;
    padding: 5px 0 15px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid #181818;
}

#news .singlebody h3 {
    margin: 56px 0 20px;
    padding: 13px 28px 12px;
    font-size: 21px;
    font-weight: 700;
    background: #f3f3f3;
    border-radius: 10px;
}

#news .singlebody p {
    margin: 0 0 20px;
}

.newslist .container {
  max-width: 900px;
}

.breadclamb p {
  text-align: left;
  margin-bottom: 20px;
  color: #fff;
}

.breadclamb p a{
  color: #fff;
}

.singlehead h1 {
  color:#fff;
}

.newslist .singlehead {
  border-bottom:0px solid #fff;
}

.currentpage {
margin-top: 85px;
}

#lptitle.currentpage {
    padding: 2em 0;
    background: #0071e3;
}

#lptitle.educational {
    background: #f95a74;
}

#lptitle.corpolate {
    background: #16c18c;
}

.currenttitleleft {
    float: left;
    text-align: right;
    padding-right: 10px;
}

.currenttitleleft img {
    height: 150px;
    width: auto;
    text-align: right;
}

#lptitle h1.currenttitleright {
    width: calc(100% - 340px);
    float: left;
    font-size: 57px;
    margin-bottom: 0;
    color: #fff;
    margin-top: 45px;
}

.imageblock {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 4em;
}

.imageblock img{
  width: 100%;
}
.imageblock .col-md-6, .imageblock .col-md-12 {
margin: 0 0 60px 0;
}

#footscrl {
    background-color: #1781e2;
    width: 70px;
    position: fixed;
    bottom: 70px;
    right: -70px;
    padding: 15px;
    text-align: center;
    border-left:4px solid #fff;
    border-top: 4px solid #fff;
    border-bottom:4px solid #fff;
    border-radius: 10px 0 0 10px;
    color: #fff;
    opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#footscrl.footscrl-default {
    right: 0px;
    opacity: 1;
}

#footscrl a{
    display: block;
    color: #fff;
}

#footscrl a i {
    display: block;
}

#footscrl a span {
    display: block;
    font-weight: bold;
    font-size: 15px;
}


@media screen and (max-width: 896px) {
  #setsurolp-map {
    padding: 4em 0;
  }
#setsurolp-intro .intro02 {
  font-size: 30px;
}
}
#setsurolp-map .setsurolp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
#setsurolp-map:before, #setsurolp-map:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#setsurolp-map:before {
  top: 0;
  margin-top: -35px;
}
#setsurolp-map:after {
  bottom: 0;
  margin-bottom: -35px;
}
#setsurolp-map .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#setsurolp-map .section-heading h2 {
  color: #fff;
}
#setsurolp-map .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#setsurolp-map .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#setsurolp-map .setsurolp-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #setsurolp-map .setsurolp-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#setsurolp-map .setsurolp-counter .setsurolp-counter-icon,
#setsurolp-map .setsurolp-counter .setsurolp-counter-number,
#setsurolp-map .setsurolp-counter .setsurolp-counter-label {
  display: block;
}
#setsurolp-map .setsurolp-counter .setsurolp-counter-icon {
  font-size: 40px;
  color: #0a60a0;
}
#setsurolp-map .setsurolp-counter .setsurolp-counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#setsurolp-map .setsurolp-counter .setsurolp-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

#setsurolp-info ul {
    list-style: none;
    padding: 0 15px;
}

#setsurolp-info ul li {
    background-color: #fff;
}

#setsurolp-info ul li a {
    display: block;
    color:#444;
    border-bottom: 2px solid #ddd;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    background-color: #fff;
}

#setsurolp-info ul li a:hover {
  background-color: #efefef;
}


#setsurolp-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#setsurolp-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#setsurolp-testimonials .box-testimony a:hover, #setsurolp-testimonials .box-testimony a:focus, #setsurolp-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#setsurolp-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 30px;
  background: #fff;
  background: #0a60a0;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#setsurolp-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 10px solid black;
  border-top-color: #fff;
  border-top-color: #0a60a0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#setsurolp-testimonials .box-testimony blockquote p {
  font-style: italic;
  color: #fff;
}
#setsurolp-testimonials .box-testimony .author {
  line-height: 20px;
  color: black;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}
#setsurolp-testimonials .box-testimony .author a {
  color: #0a60a0;
}
#setsurolp-testimonials .box-testimony .author a:hover {
  text-decoration: underline;
}
#setsurolp-testimonials .box-testimony .author > figure {
  float: left;
  margin-right: 10px;
}
#setsurolp-testimonials .box-testimony .author > figure img {
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#setsurolp-testimonials .box-testimony .author p {
  float: left;
  margin-top: 10px;
}
#setsurolp-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400 !important;
}

.reverse {
  float:  right;
}

.reverse .readmore {
  float:  right;
}

.graybox {
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
}
.graybox a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.graybox a:hover {
  color: white;
}
.graybox:before {
  position: absolute;
  transform: rotate(1.7deg);
  -ms-transform: rotate(1.7deg);
  -webkit-transform: rotate(1.7deg);
  -o-transform: rotate(1.7deg);
  -moz-transform: rotate(1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}

.graybox:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
.graybox:before {
  top: 0;
  margin-top: -35px;
}
.graybox:after {
  bottom: 0;
  margin-bottom: -35px;
}
.graybox .section-heading h2 {
  color: #fff;
}
.graybox .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3);
}
.graybox .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}

#setsurolp-work {
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background-color: #0a60a0;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #0a60a0));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #0a60a0 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #0a60a0 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #0a60a0 100%);
}
#setsurolp-work a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
#setsurolp-work a:hover {
  color: white;
}
#setsurolp-work:before, #setsurolp-work:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#setsurolp-work:before {
  top: 0;
  margin-top: -35px;
}
#setsurolp-work:after {
  bottom: 0;
  margin-bottom: -35px;
}
#setsurolp-work .section-heading h2 {
  color: #fff;
}
#setsurolp-work .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3);
}
#setsurolp-work .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}
.readmore {
  display: inline-block;
  position: relative;
  top: 0;
  background: #565656;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.readmore a {
  font-size: 18px;
  padding:10px 20px;
  color:#fff;
  text-decoration:  none;
}

.readmore:hover, .readmore:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  top: -10px;
}

.inqbtn {
  display: block;
  position: relative;
  top: 0;
  background: #565656;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.inqbtn a{
    display: block;
    color:#fff;
    text-decoration: none;
    padding: 40px 15px;
    border-radius: 10px;
    text-align: center;
}

.inqbtn:hover, .inqbtn:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  top: -10px;
}

#setsurolp-work .setsurolp-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#setsurolp-work .setsurolp-project-item .setsurolp-text {
  padding: 10px 20px;
}
#setsurolp-work .setsurolp-project-item .setsurolp-text h2, #setsurolp-work .setsurolp-project-item .setsurolp-text span {
  text-decoration: none !important;
}
#setsurolp-work .setsurolp-project-item .setsurolp-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#setsurolp-work .setsurolp-project-item .setsurolp-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#setsurolp-work .setsurolp-project-item:hover img, #setsurolp-work .setsurolp-project-item:focus img {
  opacity: .7;
}
#setsurolp-work .setsurolp-project-item:hover h2, #setsurolp-work .setsurolp-project-item:hover span, #setsurolp-work .setsurolp-project-item:focus h2, #setsurolp-work .setsurolp-project-item:focus span {
  text-decoration: none !important;
}

.setsurolp-person {
  border: 2px solid #f2f2f2;
  padding: 80px 30px 30px 30px;
  float: left;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 992px) {
  .setsurolp-person {
    margin-bottom: 3.5em;
  }
}
.setsurolp-person figure {
  position: absolute;
  margin-top: -60px;
  top: 0;
  left: 50%;
  margin-left: -60px;
  display: block;
  margin-bottom: 50px;
}
.setsurolp-person figure img {
  width: 120px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.setsurolp-person h3 {
  margin-bottom: 0px;
}
.setsurolp-person .setsurolp-position {
  color: #b3b3b3;
  display: block;
  margin-bottom: 20px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 400;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #0a60a0;
}

.btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

#setsurolp-contact {
}
#setsurolp-contact .setsurolp-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#setsurolp-contact .setsurolp-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
  font-size: 18px;
}
#setsurolp-contact .setsurolp-contact-info li i {
  position: absolute;
  top: .2em;
  left: 0;
}

.section-heading {
  float: left;
  width: 100%;
  clear: both;
}

.section-heading h2 {
  margin: 0 0 15px 0;
  font-size: 50px;
  font-weight: 900;
  position: relative;
  display: block;
  line-height: 1.5;
}

.jpsub {
    color: #0e4270;
    margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  .section-heading h2 {
    font-size: 30px;
  }
#setsurolp-contact {
    padding-bottom: 4em;
}
.jpsub {
  text-align: center;
}
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 896px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
.reverse .readmore, .readmore {
    width: 40%;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
}

}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.setsurolp-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.setsurolp-nav-toggle.active i::before, .setsurolp-nav-toggle.active i::after {
  background: #0a60a0;
}
.setsurolp-nav-toggle:hover, .setsurolp-nav-toggle:focus, .setsurolp-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.setsurolp-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #0a60a0;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #0a60a0;
  transition: all .2s ease-out;
}
.setsurolp-nav-toggle i::before, .setsurolp-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #0a60a0;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.setsurolp-nav-toggle i::before {
  top: -7px;
}

.setsurolp-nav-toggle i::after {
  bottom: -7px;
}

.setsurolp-nav-toggle:hover i::before {
  top: -10px;
}

.setsurolp-nav-toggle:hover i::after {
  bottom: -10px;
}

.setsurolp-nav-toggle.active i {
  background: transparent;
}

.setsurolp-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.setsurolp-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.setsurolp-nav-toggle {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}

.solipacshead .col-md-6 {
  padding: 0;
}

.solipacshead .center {
background-color: #cbebf8;
padding: 20px;
border-radius: 10px;
display: inline-block;
position: relative;
}

#lpspec.solipacshead {
  padding-top:6em;
}

.solipacshead ul {
    margin: 40px;
}

.solipacshead li {
    text-align: left;
    list-style-type: none;
    color: #012287;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 20px;
    padding: 10px;
}

.solipacshead li span {
  font-weight: 600;
  font-size: 20px;
  display: block;
}

.solipacsheadtitle {
    top: -50px;
    left: 0;
    z-index: 1;
}

.solipacsheadtitle h2 {
    font-size: 59px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 0;
    padding: 0 10px;
    color: #012287;
    display: inline-block;
}

.solipacsheadtitle p {
    text-align: left;
    background-color: #fff;
    padding: 0 40px;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 15px;
}

.margintop2m {
  margin-top: 2em;
}

.linkunit {
    width: 100%;
    display: inline-block;
}

.linkunit a {
  border:5px solid #3080c7;
  color:#3080c7;
  padding: 20px;
  text-align: center;
  width: calc(100%/2 - 20px);
  margin: 10px;
  float: left;
}

.linkunit a:hover {
  opacity: 1;
  border:5px solid #ff7878;
  color:#ff7878;
}

@media screen and (max-width: 896px) {
  .setsurolp-nav-toggle {
    display: block;
  }
}

#footer {
    padding: 0;
    color: #565656;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}

#footer .gotop {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -40px;
  background: #fff;
  z-index: 8;
  width: 80px;
  height: 80px;
  font-size: 30px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#footer .gotop:hover, #footer .gotop:focus {
  top: -25px;
  text-decoration: none !important;
}
#footer .copyright {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #0a60a0;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #0a60a0;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #0a60a0;
  color: #fff;
}
.social li a.social-circle {
  background: #0a60a0;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #0a60a0;
  color: #fff;
}
.social.social-circle a {
  background: #0a60a0;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 896px) {
  #map {
    height: 200px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .to-animate-4,
.js .to-animate-5,
.js .single-animate {
  opacity: 0;
}

.solinew  {
margin-top: 4em;
}

.solinew .container {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.solinew .col-md-4 {
    padding: 3em 25px;
}

.solinew .col-md-4 h2 {
    margin: 0;
    font-size: 36px;
    color: #2369b4;
}

.solinew .col-md-4 p {
    font-size: 21px;
}

.solinew .col-md-4 ul{
  list-style-type: none;
}

.solinew .col-md-4 ul li i{
    display: table-cell;
    color: #2369b4;
}
.solinew .col-md-4 ul li {
    display: table;
    font-size: 20px;
    margin-top: 10px;
}

.solinew .col-md-4 ul li span{
    display: table-cell;
    padding-left: 10px;
    text-align: left;
}

.solinew .col-md-4 ul li span.ssh {
    padding: 0;
    line-height: 1.5;
}

.solinewimage {
    padding: 20px;
    text-align: center;
    background-image: url(https://www.setsurolp.jp/wp-content/uploads/2020/10/newbg.png);
    background-size: cover;
    overflow: hidden;
}

.solinewimage img {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 896px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 896px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 896px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.setsurolp-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */
.smponly {
  display: none;
}
.pconly {
}
@media screen and (max-width: 896px) {
.navbar-nav {
  display: none;
}
}


@media screen and (max-width: 992px) {

.container {
    width: 100%;
}

#lphead {
    margin-top: 80px;
}

#lphead .container {
  width: 100%;
}

.lpheadlabel span {
    background-color: #0071e3;
    padding: 15px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.lpheadlabel {
  bottom:0;
}

#lptitle {
background: #0071e3;
padding: 1.5em 0;
}

#lptitle h1 {
    width: 100%;
    float: left;
    font-size: 40px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

#lptitle .lptitleleft span {
    font-size: 24px;
    display: block;
}

.lptitleright {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0;
}

.h2title {
    font-size: 30px;
}

#lpmerit {
    padding: 2em 1em 4em;
}

#lpmerit .container {
    padding: 4em 2em;
}

.sectext h3 {
    font-size: 40px;
}

.corpwrap .sectext h3 {
    font-size: 40px;
}

.educational .sectext h3 {
    font-size: 40px;
}

.sectext h4 {
    font-size: 24px;
}

#lpsection {
    padding: 4em 0 2em;
}

.lpsec01 .sectext::before, .lpsec02 .sectext::before, .lpsec03 .sectext::before, .lpsec04 .sectext::before, .lpsec05 .sectext::before {
    font-size: 120px;
    right: 0;
    top: -90px;
    left: initial;
}

.lpsec01 .sectext, .lpsec03 .sectext .lpsec05 .sectext, .lpsecleft .sectext {
    float: left;
    width: 100%;
}

.sectimg.secleft img {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
}

.sectimg.secright img {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
}

.lpsecsub {
    padding: 2em 0 0em;
}

.lpsecsub img {
    max-height: 250px;
    width: auto;
}

#lpspec .speclist {
    padding: 4em 0em;
}

#lpspec .speclist li {
    width: calc(100%/2 - 20px);
    margin: 20px 10px 10px;
}

#lpinq {
    padding: 0 0 4em;
}

#lpinq .inqback {
    padding: 2em;
}

#lpinq .inqback a {
    width: 100%;
    margin: 0 0px 25px;
}

.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#setsurolp-intro, #setsurolp-message {
    padding-bottom: 2em;
    padding-top: 2em;
}

.introdetail {
    width: 100%;
    text-align: center;
    max-width: 100%;
}

#setsurolp-intro .introdetail span {
    width: 100%;
    padding: 30px 30px 0 30px;
}

#setsurolp-intro .introdetail img {
    width: 36%;
    float: none;
}

#setsurolp-message .introdetail span {
    width: 100%;
    padding: 30px 30px 0 30px;
}

#setsurolp-message .introdetail img {
    width: 36%;
    float: none;
}

.specialtitle {
    font-size: 42px;
}
.specialsub {
    font-size: 30px;
}

#setsurolp-pala1 .col-md-8 {
    padding-right: 15px;
}

#setsurolp-pala1 .col-md-4 img, #setsurolp-pala2 .col-md-4 img, #setsurolp-pala3 .col-md-4 img {
max-height: 250px;
width: auto;
}

#setsurolp-pala1 .col-md-4, #setsurolp-pala3 .col-md-4 {
    text-align: center;
}

#setsurolp-pala2 .specialtitle {
    text-align: left;
}

#setsurolp-pala2 .col-md-8 {
    padding-left: 15px;
}

#setsurolp-pala3 .col-md-8 {
    padding-right: 15px;
}

#setsurolp-pala2 .col-md-4 {
    text-align: center;
}

#setsurolp-jisseki ul {
    padding: 20px 0 0;
}

#setsurolp-jisseki ul li {
    width: 100%;
    list-style: none;
    background-color: #f8f8f8;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 10px 10px 10px 3px #efefef;
    margin: 15px 0;
}

#setsurolp-jisseki ul li span {
    display: block;
    float: left;
    width: 100px;
    height: 200px;
    overflow: hidden;
    margin-right: 30px;
}

#setsurolp-jisseki ul li h3 {
    float: left;
    width: calc(100% - 130px);
    margin-top: 20px;
    padding-right: 15px;
    margin-bottom: 20px;
}

#setsurolp-jisseki ul li p {
    float: left;
    width: calc(100% - 130px);
    margin: 0;
    padding-right: 15px;
}

.newsdate {
  display: block;
}

.page-template-page-pacs #lphead .container {
padding: 0;
    }

#lpspec .basiclist li {
    width: 100%;
}
#lpspec .basiclist {
    padding: 2em 0em;
}

#lpspec .optionlist {
    padding: 2em 0em;
}
#lpspec .optionlist li {
    width: 100%;
    margin: 20px 0 20px;
}

#news {
padding: 0em 0em 2em;
}

#lptitle.currentpage {
    padding: 0em 0 2em;
}
.currenttitleleft {
    float: left;
    text-align: center;
    padding-right: 10px;
    width: 100%;
}
.currenttitleleft img {
    height: 120px;
    width: auto;
    text-align: center;
}
#lptitle h1.currenttitleright {
    width: 100%;
    float: left;
    font-size: 37px;
    margin-bottom: 0;
    color: #fff;
    margin-top: 10px;
}

.imageblock {
    padding: 1em 0em;
}

.imageblock img {
    margin: 20px 0;
    width: 100%;
}
.imageblock .col-md-6 {
    float: left;
    width: 100%;
    margin: 0;
}

.educationwrap #lptitle {
    background: #f95a74;
}

.corpwrap #lptitle {
    background: #16c18c;
}

#lpmerit .whiteback {
    padding: 1em;
}
#lpmerit .container {
    padding: 2em 1em;
}

.lpsecsub img {
    max-height: initial;
    width: 80%;
    height:auto;
}

#lpspec .speclist li {
    width: calc(100%/2 - 10px);
    margin: 20px 5px 10px;
}

#lpspec .speclist li .speclisttitle {
    font-size: 20px;
}

.page-template-pagenewslist #news, .page-template-pageprlist #news {
    padding: 0em 0em 2em;
}

#lpspec {
    padding: 4em 0 2em;
}
.singlebody {
    padding: 2em 0;
}
.solipacshead ul {
    margin: 20px;
}
.solipacshead li {
    font-size: 22px;
    margin-bottom: 0px;
}
#lpspec.solipacshead {
    padding-top: 4em;
}
.solipacsheadtitle h2 {
    font-size: 44px;
    display: block;
    text-align: center;
}
.solipacsheadtitle p {
    text-align: center;
    display: block;
}

#lpinq .inqtext {
  text-align: center;
  width: 100%;
}
.currenttitleleft img {
    height: 100px;
}
#lptitle h1.currenttitleright {
    font-size: 30px;
}
.sectext h3 {
    font-size: 30px;
}
body, .lpsecsub p {
  font-size: 16px;
}
.sectext h4 {
    font-size: 20px;
}

#lpinq .inqtext {
    font-size: 15px;
}
#lpinq .inqback a {
    font-size: 20px;
}
.spback .container {
    background-color: #fff;
    padding: 4em;
    border-radius: 0;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0);
    -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0);
    -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0);
    box-shadow: none;
}
.solinew .container {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
      border-radius: 16px;
      width: calc(100% - 30px);
}

.spback.solinew {
    padding: 4em 0;
}
.solinew .col-md-4 {
  text-align: center;
}

#setsurolp-service ul li {
    width: calc(100%/1 - 20px);
    margin: 10px;
    min-height: initial;
}

#setsurolp-service ul > li h3 {
  width:70%;
  float: left;
}

#setsurolp-service ul > li img {
  width: 30%;
  float: left;
  margin: 0;
}

#setsurolp-service ul > li .textbloxk {
  width: calc(100% - 30px);
}

}

@media screen and (max-width: 720px) {
#setsurolp-pala1 .col-md-4 img, #setsurolp-pala2 .col-md-4 img, #setsurolp-pala3 .col-md-4 img {
    max-height: initial;
    width: 100%;
    height: auto;
}
.lpheadlabel {
    width: 100%;
}
#setsurolp-service ul li {
    width: 100%;
}

#lpspec .speclist li .speclistimg img {
    max-height: 70px;
}
.specimgdesc li {
    padding: 10px 20px;
    margin: 0 10px 10px;
    width: calc(100% - 20px);
}
#lpspec .speclist li {
    width: calc(100%/1 - 10px);
}
.h2title {
    font-size: 24px;
}

#lpspec .optionlist li div img {
    width: 100%;
    margin-bottom: 0;
}
#lpspec .optionlist li .optionlisttitle {
    position: relative;
}
#setsurolp-service ul li p {
    padding: 0 20px;
    font-size: 15px;
}

.whiteback {
    padding: 3em 2em 3em;
}

#setsurolp-service ul li {
    width: 100%;
    margin: 10px 0;
    min-height: initial;
}

#setsurolp-service ul li a{
      min-height: initial;
}

  table td,
  table th,
  .outline th,
  .outline td,
  #schedule th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table th {
    background: #f4f4f4;
  }

table tr:nth-child(odd){
  background: #fff;
}
.linkunit a {
    width: calc(100%/1 - 20px);
}

.hero-text {
    top: 68%;
    width: 80%;
}

#setsurolp-home {
  margin-bottom:0;
}

.pinkback {
    padding: 2em;
    color: #a43333;
    background-color: #ffaeae70;
    text-align: center;
}
.smponly {
  display: block;
}
.pconly {
  display: none;
}
.grandfinale {
    width: 100%;
}

#setsurolp-intro .introdetail .introtext {
    padding: 30px 10px 0 10px;
    font-size: 15px;
    line-height: 1.5;
}
#setsurolp-service ul li p {
    padding: 0 0px;
    font-size: 15px;
}
#setsurolp-service ul > li ol {
    padding: 0 0px 0 20px;
    font-size: 15px;
}
#setsurolp-service ul > li h3 {
    font-size: 16px;
}
h4, .h4 {
    font-size: 15px;
}
.outline2 td {
    width: 100%;
    display: block;
}
.outline2 th {
    font-weight: 500;
    padding: 10px 20px;
    width: 100%;
    color: #1171ca;
    display: block;
}
table th, table td {
    font-size: 15px;
    padding: 10px;
}
.formbtn a {
    display: block;
}
#setsurolp-about2 ul > li {
    width: calc(100%/1 - 20px);
    min-height: initial;
}
}
