@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: 16px;
  line-height: 1.6;
  color: #313131;
  background: #fff;
  width: 100%;
  position: relative;
  font-feature-settings: "palt";
  overflow-x: hidden;
  padding-top: 65px;
}

body.body-default {
  padding-top: 20px;
}

/*
.{
  margin-left: 3px;
}
  */

i{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: initial;
}


#headbnr {
  overflow: hidden;
  height: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

.headerColor-default #headbnr {
  height: 0;
}

.container #main-nav li a {
  color: #363636;
  font-size: 1.6rem;
}

.pure-container {
  display: none;
}

.col-md-12 {
  clear: both;
}

.container.c_event {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
}

.container.c_event .row {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.conimg-one {
  width: 210px;
  margin-right: 20px;
}

.panel {
  background-color: #fff;
  border: none;
  padding: 20px;
  clear: both;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(144,144,144,0.6);
  -moz-box-shadow: 0px 2px 3px 1px rgba(144,144,144,0.6);
  -ms-box-shadow: 0px 2px 3px 1px rgba(144,144,144,0.6);
  box-shadow: 0px 2px 3px 1px rgba(144,144,144,0.6);
}

.panel-body {
  background-color: #fff;
  padding-bottom: 2px;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #0d8874;
  border-color: #276434;
  border-radius: 3px;
}

hr {
  background-color: #fff;
  margin: 3em 0;
  border: none;
  display: inline-block;
  width: 100%;
  clear: both;
}

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

section {
  clear: both;
}

ul, ol {
  padding:  0;
  list-style: none;
}

img {
  max-width: 100%;
}

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

.rankinglist h3 {
  clear: initial;
}

.sharelist {
  margin: 25px 10px;
  border-bottom: 1px solid #eee;
  display: inline-block;
  width: calc(100% - 20px);
  padding-bottom: 25px;
}

.sharelist img {
  width: 28px;
  height: 28px;
  margin-right: 6px;
}

a.share__spbtn {
padding: 3px 12px;
background-color: #c6a569;
color: #fff;
margin-left: 5px;
border-radius: 3px;
white-space: initial;
max-width: 100%;
overflow: hidden;
line-height: 1.3;
word-break: keep-all;
}

a.share__spbtn.print,a.share__spbtn.indvscrap {
  margin-bottom: 0 !important;
  vertical-align: middle;
}

a.share__spbtn.done {
  background-color: #b0b0b0;
}

a.share__spbtn::before {
  content: "★";
  color: #fff;
  margin-right: 5px;
}
a.share__spbtn.print::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  content: "\f02f";
}


.print::before {
  content: "\f02f";
}
.mail::before {
  content: "\f0e0";
}
.scrap::before {
  content: "\f005";
}

.mainleft {
  width: calc(100% - 340px);
  float: left;
  margin-right: 40px;
}

.mainright {
  width: 300px;
  float: left;
}

.mt30 {
  margin-top: 30px;
}

.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: 1.8;
    font-weight: normal;
    margin-bottom: 1.5em;
}

.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;
}

#jshinpo-header {
    z-index: 99;
    width: 100%;
    opacity: 1;
    margin-top: 0;
    background-color: #191919;
  -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;
  position: fixed;
  top: 0;
}

#jshinpo-header div.container {
  width: 90%;
  position: relative;
}

#jshinpo-intro {
  overflow: hidden;
}

.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: #313131;
    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;
}
#jshinpo-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:  830px;
  width:100%;
  margin:0 auto;
}

.ryui {
  text-align:left;
  clear: both;
  border:2px solid #000;
  padding: 10px 15px 10px;
  background-color: #fff;
}

.ryui p {
  margin-bottom: 0;
}

.redstar, .bluestar {
  margin-left: 10px;
  font-size: 90%;
}

.redstar {
  color:#ff7878;
}

.bluestar {
  color:#25c4eb;
}

@media screen and (max-width: 896px) {
  #jshinpo-header {
    margin-top: 0;
    background: #313131;
    -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);
  }
  #jshinpo-header #navbar2 li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #jshinpo-header #navbar2 li a:hover {
    color: #0a60a0 !important;
  }
  #jshinpo-header #navbar2 li a span:before {
    background: transparent !important;
  }
  #jshinpo-header #navbar2 li.active a {
    background: transparent;
    background: none;
    color: #0a60a0 !important;
  }
  #jshinpo-header #navbar2 li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#jshinpo-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#jshinpo-header #navbar2 li a {
  font-family: "Roboto", Arial, sans-serif;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
#jshinpo-header #navbar2 li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#jshinpo-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;
}
#jshinpo-header #navbar2 li:hover {
  color: #fff;
}
#jshinpo-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);
}
#jshinpo-header #navbar2 li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#jshinpo-header #navbar2 li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#jshinpo-header .navbar-brand {
    float: none;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    padding-left: 0;
    background-image: url(../images/web_75th_pc-header.jpg);
    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;
}

#jshinpo-header.headerColor-default {
}


.navbar-header {
  float: none;
}

#jshinpo-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;
}
#jshinpo-header.navbar-fixed-top .navbar-brand {
    background-image: url(../img/logo.png);
}
#jshinpo-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;
}
#jshinpo-header.navbar-fixed-top #navbar2 li a:hover {
  color: #0a60a0;
}
#jshinpo-header.navbar-fixed-top #navbar2 li.active a {
  background: transparent;
  background: none;
  color: #0a60a0;
}
#jshinpo-header.navbar-fixed-top #navbar2 li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #0a60a0;
}
#jshinpo-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  right: 55px;
}

.navul {
  position: absolute;
  top: 16px;
  left: 55%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
    opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 1100px;
}

.navul li{
  list-style: none;
  float:left;
  position: relative;
}

.navul li a{
  font-size: 16px;
  padding: 20px 15px;
  position: relative;
    transition:400ms ease all;
  color:#fff;
}

.sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  width: 200px;
  position: absolute;
  top: 49px;
  left: 0;
}
.bar:hover .sub-menu {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}
.sub-menu li {
  background-color: #0d8874;
  width: 100%;
  transition: all .3s;
  position: relative;
}
.sub-menu li:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #276434;
    position: absolute;
    top: 0;
    left: 0;
}
.sub-menu li:hover {
    background-color: #276434;
}
.sub-menu li a {
  display: flex;
  justify-content: left;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding: 10px 15px;
}
.sub-menu li a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.headerColor-default .navul {
  opacity: 1;
}

.loginul a.head__regist, .loginul a.head__login {
transition: all 0.4s ease 0s;
border-radius: 3px;
font-size: 15px;
padding: 5px 15px;
color: #fff;
}

a.head__regist {
  background-color: #d74e20;
  border-bottom: 3px solid #861f09;
}

a.head__login {
background-color: #0d8874;
border-bottom: 3px solid #276434;
}

/*サーチフォーム*/
.inqnav {
  position: absolute;
  //right: 100px;
  right: 5px;
  bottom: 19px;
  width: 70px;
  height: 30px;
}

.inqnav span {
display: block;
text-align: center;
}
.inqnav span:before {
  font-family: "Font Awesome 5 Free";
  content: '\f002';
    font-weight: 900;
  font-size: 16px;
    color: #fff;
}

.inqnav span.active:before {
  font-family: "Font Awesome 5 Free";
  content: '\f00d';
  font-weight: 900;
  font-size: 16px;
  color: #fff;
}

.searchblock {
width: 100%;
height: 0px;
background-color: #efefef;
overflow: hidden;
z-index: 99;
    -webkit-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    -o-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
z-index: -1;
position: relative;
}

.searchblock.active {
height: 90px;
}

.searchblock .serchblock-inner {
    width: 1140px;
    margin: 20px auto;
    background-color: #fff;
    padding: 5px 0;
    position: relative;
}

.searchblock #s{
    width: 1000px;
    padding: 10px;
    border: 0;
}


.formicon{
    width: 15px;
    height: 15px;
}

#searchform{
    padding-left: 15px;
}

#searchform .formicon path{
    fill: #333;
}

#searchsubmit{
    background-color: #333;
    border: 0;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    color: #fff;
    font-weight:600;
    width: 100px;
    cursor: pointer;
    -webkit-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    -o-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
}

#searchsubmit:hover{
    background-color: #ed6103;
}
/*↑サーチフォーム*/

.loginul {
  position: absolute;
  right: 20px;
  top: 16px;
}


.loginbtn {
  color: #fff;
  background-color: #0d8874;
  border-bottom: 3px solid #276434;
  border-radius: 3px;
  font-size: 15px;
  padding: 2px 15px;
}

.login-menu {
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  min-width: 240px;
  position: absolute;
  top: 31px;
  right: 0;
  padding: 0 0 10px;
  border-radius: 3px;
  background-color: #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);
}
.loginbtn:hover .login-menu {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}
.login-menu li {
  width: 100%;
  transition: all .3s;
  position: relative;
  color: #313131;
}
.login-menu li:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.login-menu li span {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
  border-bottom: 1px solid #dadce0;
}

.login-menu li a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding: 10px 15px;
  margin: 10px;
  border: 1px solid #dadce0;
  border-radius: 5px;
  text-align: center;
}

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

.pure-container {
  display: block;
}

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

#jshinpo-home {
    background-color: #ff7878;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    color: #313131;
    overflow: hidden;
}

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


.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%;
}


/*ページネーション*/

.pagenation {
    width:100%;
    float: left;
    text-align: center;
    margin:60px auto 20px;
}

.pagenation ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pagenation a, .pagenation span {
  margin: 0 2px;
  padding: 3px 0 0;
  display: inline-block;
  border:1px solid #333;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  font-family: lifullFont;
  font-weight: 900;
}

.pagenation span.dots {
    border:0;
}

.pagenation span.current {
    background-color:#333;
    color: #fff;
}

.pagenation ul li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #333;
    text-decoration: none;
}

.pagenation ul li div {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #333;
    text-decoration: none;
}

.pagenation ul li a span{
  display:table-cell;
  vertical-align:middle;
}

.pagenation ul li div span{
  display:table-cell;
  vertical-align:middle;
}

.pagenation ul li.current div span{
    color:#fff;
}

.pagenation ul li a:hover,
.pagenation ul li a.active{
  color: #fff;
  background: #333;
}

.pagenation ul li.pagerNext, .pagenation ul li.pagerPrev {
    display: none;
 }

/*ページネーション*/

/*slider*/
.slidepanel {
  position: relative;
  height: 360px;
  padding: 0;
  border: 1px inset #fff;
  color: #fff;
}

.slidepanel .slide__thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.slidepanel .slide__thumbnail img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  max-width: initial;
}

.slide__ttl {
  margin: 10px 15px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5em;
}

.slide__desc {
  font-size: 14px;
  margin: 10px 15px;
  color: #fff;
  line-height: 1.5em;
}

.slidepanel.first .slide__thumbnail img {
    width: 120%;
  height: auto;
}

.slide__text {
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  width: 100%;
  bottom: 0;
  min-height: 120px;
}


@media screen and (max-width: 896px) {
.slidepanel.first .slide__thumbnail img {
  width: auto;
  height: 100%;
}
}

@media screen and (max-width: 600px) {
.slide__text {
  position: initial;
  display: inline-block;
}

.slidepanel.first .slide__thumbnail img {
  width: 100%;
  height: auto;
}

.slidepanel .slide__thumbnail img {
  width: 100%;
  height: auto;
  position: initial;
  transform: none;
}
.slidepanel {
  height: auto;
  border: 0;
}
.slidepanel .slide__thumbnail {
  position: initial;
}
}
/*slider*/


/*News*/
#jshinpo-news {
  padding: 4em 0;
}

.bnrarea {
  padding: 0px 0 10px;
  display: block;
  text-align: center;
}

img.max728{
  width: 100%;
  max-width: 728px;
  height: auto;
}

h2.news__head {
  border-bottom: 4px solid #0d8874;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

h2.news__head::after {
  content: "";
  width: 100%;
  margin-top: 16px;
  float: left;
  height: 3px;
  background-color: #0d8874;
}

.footnews h2.news__head{
  font-size: 1.2em;
}

.newslist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
position: relative;
overflow: hidden;
}

.newslist li{
  width: calc(100%/2 - 20px);
  float: left;
  margin: 10px;
  background-color: #f8f8f8;
}

.newslist.topcat li{
  width: calc(100%/4 - 20px);
  background-color: #fff;
}

.newslist.newsac li {
  box-shadow: 0px 2px 3px #DDD;
}

.newslist.topcat li a.topcatlink {
  color: #000;
  margin-bottom: 5px;
  display: block;
}

.newslist.topcat li a.topcatlink::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  margin-left: 10px;
}

.prlist {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

.prlist li:nth-child(odd){
  background-color: #f8f8f8;
}

.prlist li a {
  display: block;
  padding: 2px 15px;
}

.prlist li h3 {
  margin: 0;
}


.entrypage .newslist li{
  width: calc(100%/4 - 20px);
}

.entrypage .row {
  border-bottom: 1px solid #eee;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.entrypage .sharelist {
  margin: 15px 0px;
  width: 100%;
}
.entrypage .sharelist a {
  margin: 0px 0 10px;
  display: inline-block;
}

.news__text {
  padding: 15px;
}

.topcat .news__text {
  padding: 15px 0;
}

.news__thumbnail {
  width: 405px;
  height: 202px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.footnews .news__thumbnail {
  width: 270px;
  height: 135px;
}

.news__thumbnail img {
  width: 100%;
  height: auto;
}

.news__ttl {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0px 0 10px;
}

.news__ttl i {
  font-size: 14px;
  color: #c6a569;
  margin-left: 8px;
}

.news__date {
  font-size: 14px;
  line-height: 2em;
}

.news__date::before {
  font-family: "Font Awesome 5 Free";
  content: '\f017';
  font-weight: 900;
  margin-right: 10px;
}

.news__cat {
  padding: 3px 12px;
  background-color: #0d8874;
  color: #fff;
  margin-left: 10px;
  border-radius: 3px;
  white-space: initial;
  max-width: 100%;
  overflow: hidden;
  line-height: 1.3;
}

.footnews .news__cat {
  padding: 3px 12px;
  background-color: #0d8874;
  color: #fff;
  margin-left: 0px;
  border-radius: 3px;
  white-space: initial;
  max-width: 100%;
  display: block;
  line-height: 1.3;
}

.bnrlist {
  display: flex;
  flex-wrap: wrap;
}

.bnrlist li {
  width: calc(100%/1 - 0px);
  float: left;
  margin: 0px 0 10px;
}

.bnrlist img {
  width: 100%;
  height: auto;
}

.sidenewslist {
  display: flex;
  flex-wrap: wrap;
}

.sidenewslist li{
  width: calc(100%/1 - 0px);
  float: left;
  margin: 5px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.sidenews__thumbnail {
  width: 110px;
  float: left;
}
.side03 .sidenews__thumbnail {
  width: 80px;
  float: left;
}

.sidenews__thumbnail img {
  width: 100%;
  height: auto;
}



.sidenews__text {
  width: calc(100% - 120px);
  float: left;
  padding: 0 0 0 5px;
}

.side03 a .sidenews__text {
  width: calc(100% - 106px);
}

.sidenews__ttl {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0px 0 5px;
}

.sidenews__desc {
  font-size: 12px;
}

.side__h3 {
  background-color: #0d8874;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  margin: 30px 0 20px;
}

.side__h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.side__h3.side01::before {
  content: '\f05a';
}

.side__h3.side02::before {
  content: '\f0ca';
}

.side__h3.side03::before {
  content: '\f0cb';
}

.sidenews__rank {
  width: 16px;
  float: left;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
  font-style: italic;
}

.sidenews__rank::before {
  font-family: "Font Awesome 5 Free";
  content: '\f521';
  color: #4f453e;
  white-space: pre;
  font-weight: 900;
  margin-right: 10px;
  float: left;
  font-size: 13px;
  text-align: center;
  font-style: normal;
}

.rank01::before {
  color: #ffd506;
}

.rank02::before {
  color: #c4c4c4;
}

.rank03::before {
  color: #c9905d;
}

/*News*/

/*下層アーカイブページ*/
#jshinpo-under,#jshinpo-base {
  padding: 4em 0;
}

#jshinpo-under .newslist {
  margin: 0;
}

#jshinpo-under .newslist li {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin: 10px 0 0;
}
#jshinpo-under .news__thumbnail {
  float: left;
  width: 270px;
  height: 135px;
}

#jshinpo-under .news__text {
  width: calc(100% - 270px);
  float: left;
  padding: 0 15px;
}

.news__abst {
  display: block;
  line-height: 1.6em;
  margin-top: 15px;
  font-size: 12px;
  color: #999999;
}


#jshinpo-under .rensailist {
  margin: 0;
}

#jshinpo-under .rensailist li,#jshinpo-under .rensailist__indivi li {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin: 20px 0 0;
  display: inline-block;
  float: none;
}

#jshinpo-under .rensailist .news__thumbnail {
  float: left;
  width: 80px;
  height: auto;
}

#jshinpo-under .rensailist .news__text {
  width: calc(100% - 80px);
  float: left;
  padding: 0 15px;
}

#jshinpo-under .rensailist .news__ttl {
  margin-top: 5px;
  margin-bottom: 5px;
}

#jshinpo-under .rensailist .news__abst {
  margin-top: 5px;
}

.rensai_cat {
  border-bottom: 1px solid #eee;
  padding: 0px 0 10px;
  margin-bottom: 10px;
}


#jshinpo-under .rensailist__indivi .news__text {
  width: 100%;
  padding: 0 15px;
}

#jshinpo-under .rensailist__indivi .news__ttl {
  margin-top: 5px;
  margin-bottom: 5px;
}

#jshinpo-under .rensailist__indivi .news__abst {
  margin-top: 5px;
}

.rensai__indivi {
  background-color: #f8f8f8;
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin: 0 10px;
  border-radius: 5px;
  border: 1px solid #efefef;
}

#jshinpo-under .rensai__indivi .news__thumbnail {
  float: left;
  width: 80px;
  height: auto;
}

#jshinpo-under .rensai__indivi .news__text {
  width: calc(100% - 80px);
  float: left;
  padding: 0 15px;
}

.rensai__indivi .rensai_cat {
  border-bottom: 0px solid #eee;
  padding: 0px 0 0px;
  margin-bottom: 0px;
}


/*下層アーカイブページ*/


.dateblock .bigtext {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 900;
  margin-right:10px;
}

.dateblock .datettl {
    background-color: #000;
    color: #fff;
    display: inline-block;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
}

a.omousikomi {
    display: block;
    background-color: #25b6ce;
    border-radius: 100px;
    padding: 10px;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 12px;
    font-weight: bold;
    text-align: center;
    border: 3px solid #25b6ce;
}

.bluewaku{
    border: 3px solid #25c4eb;
    padding: 30px 20px 10px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.redwaku{
    border: 3px solid #ff7d7b;
    padding: 30px 20px 10px;
    margin-bottom: 30px;
    border-radius: 10px;
}

a.omousikomi span{
    display: block;
    font-size: 17px;
}

a.omousikomi2 {
    display: block;
    background-color: #fff;
    border-radius: 100px;
    padding: 20px;
    font-size: 30px;
    color: #25b6ce;
    margin-bottom: 10px;
    margin-top: 12px;
    font-weight: bold;
    text-align: center;
    border: 3px solid #25b6ce;
}

.bluewaku a.omousikomi {
  background-color: #25c4eb;
}

.redwaku a.omousikomi {
  background-color: #ff7d7b;
  border: 3px solid #df5d5b;
}

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

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

#jshinpo-intro .introdetail span {
    width: 100%;
    padding: 30px 30px 0 30px;
    float: right;
    font-size: 15px;
    text-align: justify;
}


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

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

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

@media screen and (max-width: 896px) {
  #jshinpo-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;
}

.halfcolumn{
  width: calc(100%/1 - 20px);
  margin: 10px;
  float: left;
}

#jshinpo-intro0 .dateblock {
    max-width: 360px;
    margin: 0 auto;
}

.credit {
    left:0;
    right: initial;
    font-size: 12px;
    z-index: 10;
    padding:0 15px;
}

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

#jshinpo-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;
}
#jshinpo-map .text-center {
  text-align: left;
}
#jshinpo-map .text-center h2{
  padding:0 15px;
}
#jshinpo-contact .text-center {
  text-align: left;
}

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

}
#jshinpo-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;
}
#jshinpo-intro .jshinpo-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) {
  #jshinpo-intro .jshinpo-block {
    width: 100%;
  }
}
#jshinpo-intro .jshinpo-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#jshinpo-intro .jshinpo-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;
}
#jshinpo-intro .jshinpo-block > .jshinpo-text {
  position: relative;
  z-index: 10;
}
#jshinpo-intro .jshinpo-block > .jshinpo-text .jshinpo-intro-icon {
  font-size: 50px;
  color: #0a60a0;
  margin-bottom: 30px;
  display: block;
}
#jshinpo-intro h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
  color:#313131;
}

#jshinpo-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;
}

#jshinpo-intro .jshinpo-block:hover > .overlay, #jshinpo-intro .jshinpo-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#jshinpo-intro .jshinpo-block:hover > .jshinpo-text, #jshinpo-intro .jshinpo-block:focus > .jshinpo-text {
  color: #fff;
}
#jshinpo-intro .jshinpo-block:hover > .jshinpo-text .jshinpo-intro-icon, #jshinpo-intro .jshinpo-block:focus > .jshinpo-text .jshinpo-intro-icon {
  color: #fff;
}
#jshinpo-intro .jshinpo-block:hover h2, #jshinpo-intro .jshinpo-block:focus h2 {
  color: #fff;
}
#jshinpo-intro .jshinpo-block:hover .btn, #jshinpo-intro .jshinpo-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#jshinpo-intro .jshinpo-block:hover .btn:hover, #jshinpo-intro .jshinpo-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);
}

#jshinpo-event,#jshinpo-eventdetail, #jshinpo-schedule, #jshinpo-contact {
  padding: 5em 0;
}

#jshinpo-eventdetail {
  background-color: #f8f8f8;
}

@media screen and (max-width: 896px) {
  #jshinpo-event, #jshinpo-wmap, #jshinpo-contact, {
    padding: 2em 0;
  }
#jshinpo-intro h2 {
    font-size: 24px;
}
h2, .h2 {
    font-size: 24px;
}
}

.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);
}

.whiteback2 {
    margin: 10px;
    background-color: #fff;
    padding: 40px;
    box-shadow:20px 20px 20px 3px #efefef;
}

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

.tblist {
  display: flex;
  flex-wrap: wrap;
}

.tblist li {
    width: 100%;
    margin: 5px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    float: left;
    list-style: none;
}

.bunkalist {
  display: flex;
  flex-wrap: wrap;
}

.bunkalist li {
    width: calc(100%/4 - 10px);
    margin: 5px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    float: left;
    list-style: none;
}

.bunkakai {
  display: block;
  font-size: 90%;
  margin-top:10px;
}

span.bunkattl {
  background-color: #ff7878;
  padding:2px 5px;
  color: #fff;
}

span.workttl {
    border: 2px solid #ff7878;
    border-radius: 5px;
    padding: 5px 15px;
    color: #0f0e0e;
    display: inline-block;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}

.msesson1 {
  margin-bottom:20px;
}

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;
}

@media screen and (max-width: 896px) {
  #jshinpo-event, #jshinpo-work, #jshinpo-map {
    padding: 4em 0;
  }
}

#jshinpo-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;
}

/*event*/

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

#jshinpo-event h2 {
}

.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;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.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;
}

#jshinpo-event ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.center {
  text-align: center; 
}

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

#jshinpo-event ul li a {
  color: #fff;
}

#jshinpo-event ul li:first-child {
    width: calc(100%/1 - 20px); 
}

.event__desc {
  font-size: 15px;
  line-height: 1.5em;
  padding: 10px;
  display: flex;
}

.event__ttl {
  font-size: 18px;
  line-height: 1.5em;
  padding: 10px;
  display: flex;
}

.event__ttl {
    background-color: #313131;  
}


#jshinpo-event ul li:first-child .event__image {
  width: 60%;
  float: left;
  position: relative;
}

#jshinpo-event ul li:first-child .event__image h3.event__ttl {
  position: absolute;
  top: 0;
  font-size: 24px;
  color: #fff;
  left: 0;
  border-left: 20px solid #0d8874;
  padding: 10px;
  background-color: rgba(0,0,0,0.3);
  width: 100%;
}

.event__date {
  padding-top: 10px;
}

.event__date_sub {
  padding: 0px 10px 10px;
  font-size: 16px;
  display: flex;
}

.event__date_sub span {
  background-color: #0d8874;
  border-radius: 50px;
  padding: 2px 10px 0px;
  font-size: 14px;
  margin-right: 10px;
}
.event__image img {
  width: 100%;
}


@media screen and (max-width: 896px) {
#jshinpo-event ul li:first-child .event__image {
  width: 100%;
  float: initial;
}
#jshinpo-event ul li:first-child .event__image h3.event__ttl {
  position: initial;
  color: #fff;
  border-left: none;
  font-size: 15px;
  line-height: 1.5em;
  padding: 10px;
  display: flex;
  margin: 0;
  background-color: #313131;
  font-weight: normal;
}

.event__ttl {
  font-size: 15px;
}

#jshinpo-event ul li:first-child .event__desc{
  display: none;
}

.mainleft {
  width: 100%;
  margin-right: 0px;
}

.mainright {
  width: 100%;
}

}

/*event*/

/*schedule*/

.monthlylink {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.monthlylink li {
  width: calc(100%/6 - 10px);
  margin: 5px;
  float: left;
}

.monthlylink li a {
  display: block;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.monthlylink li a:hover,.monthlylink li a.active {
  background-color: #fff;
  color: #000;
}

.schedule__year {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  padding: 10px 10px 0;
display: inline-block;
width: 100%;

}

.schedule__month {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 10px 0 30px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.schedule__month span {
  font-size: 30px;
}

.daylylink li {
  width: calc(100%/1 - 35px);
  margin: 5px 5px 5px 30px;
  float: left;
}

.daylylink li a {
  display: block;
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 10px;
}

.dayly__day {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  float: left;
  padding: 12px 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-left: -35px;
  margin-top: 8px;
}

.dayly__text {
  display: table;
  width: calc(100% - 40px);
}
.dayly__ttl,.dayly__photo {
  display: table-cell;
  vertical-align: top;
}

.dayly__ttl {
  padding: 10px 20px;
}

.dayly__cat {
  background-color: #0d8874;
  padding: 5px 15px;
  color: #fff;
  font-size: 15px;
  clear: both;
  display: block;
  margin-top: 10px;
  width: fit-content;
}

.dayly__photo {
  width: 320px;
  float: right;
}

.editorspickup {
  background-color: #e1f4e4;
  display: inline-block;
  width: 100%;
  margin-top: 4em;
  padding: 20px;
  position: relative;
}

.pickupdelta {
  margin: -20px;
  width: 158px;
}

.pickupdelta img {
  width: 100%;
}

.editorspickup__name {
  margin: 30px 0 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.editorspickup h3 {
  margin-top: 40px;
}

/*schedule*/

/*rensai*/
#jshinpo-rensai {
  padding: 4em 0;
}

.rensailist {
  display: flex;
  flex-wrap: wrap;
}

.rensailist li{
  width: calc(100%/3 - 20px);
  float: left;
  margin: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.rensai__thumbnail {
  width: 100px;
  float: left;
}

.rensai__thumbnail img {
  width: 100%;
}

.rensai__text {
  width: calc(100% - 120px);
  float: left;
  padding: 0 10px;
}

.rensai__ttl {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0px 0 5px;
}

.rensai__desc {
  font-size: 12px;
}

/*rensai*/

/*ranking*/

#jshinpo-ranking {
  padding: 4em 0;
}

.rankinglist {
  display: flex;
  flex-wrap: wrap;
}

.rankinglist li{
  width: calc(100%/3 - 20px);
  float: left;
  margin: 10px;
}

.oshiraseback {
  max-width: 960px;
  margin: 4em auto 0;
  background-color: #f4f4f4;
}

.oshiraseback h2 {
  text-align: center;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.oshirase {
  display: table;
}

.oshirase li {
  border-bottom: 1px dotted #c1c1c1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.oshirase__date, .oshirase__ttl {
  display: table-cell;
}

.oshirase__date span {
  background-color: #0d8874;
  color: #fff;
  border-radius: 50px;
  padding: 0px 20px;
  display: inline-block;
  font-size: 16px;
}

.oshirase__ttl {
  padding-left: 15px;
  line-height: 1.5em;
  font-size: 16px;
}

.readmore,.newsmore,.newsmore2 {
  display: inline-block;
  position: relative;
  top: 0;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a.readmore,a.newsmore,a.newsmore2 {
  background-color: #32312f;
  color: #fff;
  padding: 10px 50px;
  font-weight: normal;
  display: inline-block;
  font-size: 15px;
  border-radius: 90px;
}

.readmore::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  margin-left: 10px;
}

.newsmore::after,.newsmore2::after {
  font-family: "Font Awesome 5 Free";
  content: '\2b';
  font-weight: 900;
  margin-left: 10px;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #fff;
}

.newsmore button,.newsmore2 button,.newsmore2 .button {
  background-color: #32312f;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 10px 50px 10px 40px;
  border-radius: 50px;
  color: #fff;
  position: relative;
}

.newsmore2 .button {
  
}

/*ranking*/

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

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

#jshinpo-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;
}

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

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

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

#jshinpo-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*/

/*記事ページ*/

.featured-image {
     position: relative;
     padding-bottom: 50%; /*アスペクト比 2:1の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.featured-image img {
     position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}

.featured-image + .entrywrap {
  padding: 40px 0px;
}

.entrywrap {
  padding: 0px 0px;
  float: left;
  width: 100%;
}

h1.entry-title {
 font-size: 2.4rem;
 margin-bottom:28px;
 letter-spacing: 2px;
 line-height: 1.5em;
}

.readingtime {
  margin-bottom: 13px;
  margin-top: -25px;
  text-align: right;
}

.readingtime span {
  background-color: #f9798b;
  color: #fff;
  padding: 3px 15px;
  font-size: 14px;
  border-radius: 3px;
}

.search-results h1 {
    margin-bottom:20px;
}

.entry-content h2{
    font-size: 2.4rem;
    border-top:1px solid #0d8874;
    border-bottom:1px solid #0d8874;
    padding:10px 0;
    margin: 30px 0 20px 0;
}

.entry-content h3 {
  font-size: 1.8rem;
  border-left: 2px solid #0d8874;
  padding: 10px 15px;
  margin: 40px 0 20px;
  background-color: #f8f8f8;
}

.entry-content h4{
    font-size: 1.5rem;
    margin-bottom:28px;
    margin: 20px 0 10px;
    line-height: 1.5em;
    color: #0d8874;
}

.entry-content p {
    margin-bottom:20px;
    word-wrap: break-word;
}

.entry-content .itemblock p {
    margin:0;
}

.entry-content a {
  padding-bottom: 1px;
  color: #0065c2;
}

.entry-content a:hover {
    color: #ed6103;
}

.entry-content img {
    width: auto;
    height: auto;
    margin: 30px auto 30px;
    max-width: 100%;
    display: block;
}

.entry-content figure {
    position: relative;
}

.entry-content figure figcaption{
    position: absolute;
    bottom:20px;
    left: 50%;
    line-height: 1.5em;
    font-size: 1.2rem;
    color:#777777;
    text-align: center;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.entry-content .featureblock {
  margin-bottom:40px;
}

.entry-content ul {
    list-style-type: disc;
    padding-left: 15px;
    margin: 30px 0;
}

.entry-content ul li {
    margin-bottom: 5px;
}


.entry-content ol {
    list-style-type: decimal;
    padding-left: 15px;
    margin: 30px 0;
}

.entry-content ol li {
    margin-bottom: 5px;
}

.entry-content hr {
  border-top: 1px solid #eee;
}

.entry-content hr.dothr {
  border-top: 1px dashed #eee;
}

.kaiinentry {
  margin: 40px 0;
  background-color: #f8f8f8;
  padding: 40px 20px;
}

.kaiinentry .belltext {
  color: #ff6600;
  font-style: none;
}


.entrywrap .rensailist__indivi .news__text {
  width: 100%;
  padding: 0 15px;
}

.entrywrap .rensailist__indivi .news__ttl {
  margin-top: 5px;
  margin-bottom: 5px;
}

.entrywrap .rensailist__indivi .news__abst {
  margin-top: 5px;
}

.entrywrap .rensai__indivi {
  background-color: #f8f8f8;
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #efefef;
}

.entrywrap .rensailist__indivi li {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin: 20px 0 0;
}

.entrywrap .rensai__indivi .news__thumbnail {
  float: left;
  width: 80px;
}

.entrywrap .rensai__indivi .news__text {
  width: calc(100% - 80px);
  float: left;
  padding: 0 15px;
}

.entrywrap .rensai_cat {
  border-bottom: 0px solid #eee;
  padding: 0px 0 0px;
  margin-bottom: 0px;
}


/*youtube設定*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     margin: 20px 0;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


.entry-cat a{
  padding: 4px 12px;
  background-color: #0d8874;
  color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    display: inline-block;
      border-radius: 3px;
}

.entry-cat.premiere a{
  background-color: #c6a569;
}

.news__cat.premiere{
  background-color: #c6a569;
}

.entry-cat a:hover{
    opacity: 0.5;
}


.entry-date {
  font-size: 14px;
}

.entrywrap .posted-on {
    font-size: 1.1rem;
    color:#aaa;
    margin-right:15px;
    margin-bottom: 15px;
    display: inline-block;
}

.entrywrap .taglist {
    background-color:#f7f7f7;
    padding: 8px 10px;
    margin: 0 0 20px;
}

.entrywrap .taglist li{
  float: left;
  position: relative;
  margin-right: 10px;
}

.sts_keyword {
  position: absolute;
  background-color: #fff;
  padding: 2px 10px;
  width: 137px;
  top: 25px;
  left: 29px;
  border: 1px solid #323232;
  border-radius: 3px;
  -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);
}

.ui-sortable .sts_keyword {
  width: auto;
  z-index: 2;
}

.ui-sortable .sts_keyword a {
  display: block;
  line-height: 1.5;
  padding: 2px;
}

.sts_keyword p {
  margin-bottom: 0;
}

.entrywrap .taglist a {
  font-size: 12px;
  color: #32312f;
}

.entrywrap .taglist a:hover {
    color: #ed6103;
}

.entrywrap .taglist a::before {
    content:'#';
}

.entrywrap .sharelist img {
    width:28px;
    height:28px;
    margin-right:6px;
}
.entry-header {
    padding-bottom: 25px;
    border-bottom:1px solid #eee;
    margin-bottom:30px;
}

.entry-content {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.entry-content .fukidashiblock {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 20px 20px 20px 50px;
    position: relative;
    margin: 30px 0;
}

.entry-content .voiceblock {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 20px 20px 20px 50px;
    position: relative;
    margin: 30px 0;
}

.entry-content .itemblock {
    border: 3px double #eee;
    position: relative;
    margin: 30px 0;
    padding: 20px;
}

.entry-content .itemblock span {
    position: absolute;
    background-color: #fff;
    top: -10px;
    padding: 0 5px;
}

.entry-content .itemblock ul{
    margin:10px 0  0;
}

.entry-content .searchblock {
    display: none;
}

.entry-content img + p {
    margin-bottom:30px;
}


.taglist {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    position: relative;
}
.taglist .li {
    margin-right: 10px;
    float: left;
    position: relative;
    padding-left: 12px;
    line-height: 1.6em;
}

.taglist .li::before {
    content: '#';
    position: absolute;
    left: 0px;
}

.taglist .li a:hover {
    color:#ed6103;
}

#more_btn {
    padding: 7px 15px 7px 15px;
    background: #f7f7f7;
    border: 1px solid #eee;
    color: #333;
    text-align: center;
    font-size: 1rem;
    border-radius: 50px;
    float: right;
    cursor: pointer;
    -webkit-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    -o-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
}

#close_btn {
    padding: 7px 15px 7px 15px;
    background: #f7f7f7;
    border: 1px solid #eee;
    color: #333;
    text-align: center;
    font-size: 1rem;
    border-radius: 50px;
    float: right;
    width: 110px;
    cursor: pointer;
    -webkit-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    -o-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
}

.catemore-open {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.catemore-close {
    width: 9px;
    height: 9px;
    margin-right: 10px;
}

.catemore-open path{
  fill:#333;
    -webkit-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    -o-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
}

.catemore-close path{
  fill:#333;
    -webkit-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    -o-transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
    transition: all 800ms cubic-bezier(0, 0.24, 0.28, 1);
}

#more_btn:hover, #close_btn:hover {
  color:#ed6103;
}

#more_btn:hover .catemore-open path, #close_btn:hover .catemore-close path {
  fill:#ed6103;
}

.morelink:hover{
    cursor:pointer;
    border:2px solid #ff9900;
    background:#fff;
    color:#ff9900;
}

.tagblock {
    border:1px solid #333;
    border-top: 3px solid #333;
    margin-bottom:35px;
}

.tag-description {
    display: table;
}

.tag-title {
    font-size: 1.6rem;
    margin-bottom: 0px;
}

.category-text2 p {
  margin-top:15px;
}

.commentblock {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

.commentinput {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  background-color: #f8f8f8;
}

.comment__submit {
  margin-top: 10px;
  background-color: #0d8874;
  padding: 2px 10px;
  border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
  border-bottom: 2px solid #42714c;
  color: #fff;
  border-radius: 3px;
}

.comment__inputarea {
  width: 100%;
}

.comment__img {
  width: 74px;
  display: table-cell;
  vertical-align: top;
}

.comment__img img {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 100px;
  margin-block: 0;
}

.comment__txblock {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}

.comment__txblock p {
  font-size: 14px;
  color: #565656;
}

.comment__name {
  display: block;
  color: #0d8874;
  font-weight: bold;
}

.news__mainttl {
  background-color: #191919;
  margin-bottom: 30px;
  padding: 0;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
}

.news__mainttl h1{
  width: calc(100% - 170px);
  float: left;
  color: #fff;
  font-size: 21px;
  margin: 0;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 7px 15px;
}

.news__mainttl .menu_list {
  float: right;
  background-color: #ccc;
  margin: 6px;
  border-radius: 4px;
  border-bottom: 1px solid #565656;
}

.news__mainttl .menu_list .nav_item {
  position: relative;
}

.news__mainttl .menu_list .nav_item .panel {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  background: #e8e8e8;
  width: 100%;
  display: none;
  border-radius: 0px 0 5px 5px;
  z-index: 9;
}

.news__mainttl .menu_list .nav_item .panel .panel_item {
  display: block;
  font-size: 15px;
  padding: 4px 10px;
}

.news__mainttl .menu_list .nav_item .panel .panel_item a {
  color: #313131;
}

.news__mainttl .menu_list .nav_item {
  display: block;
  width: 150px;
  text-align: center;
}

.news__mainttl .menu_list .nav_item a {
  color: #313131;
  font-size: 15px;
  text-align: center;
}

/*記事内容end*/

/*イベント詳細ページ*/
.event__mainimg {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #eee;
}

.c_event h1.entry-title {
  margin: 0px 0 0 -20px;
  color: #313131;
  border-left: 20px solid #44c7aa;
  padding-left: 10px;;
  padding: 20px;
  font-weight: 400;
}

.c_event .entrywrap {
  padding-top: 10px;
}

.side__event {
  background-color: #f9f9f9;
  padding: 20px;
}

.event__place {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: 15px;
  margin: 15px 0;
  padding: 10px 0;
}

.event__participant {
  font-size: 15px;
  margin-top: 50px;
}

.c_event .entry-content h2 {
  margin-top: 0;
  font-size: 18px;
  padding: 10px 0;
  border-top: 0;
  border-bottom: 1px solid #313131;
}

.c_event .entry-content h3 {
  font-size: 16px;
  border-left: 1px solid #313131;
  padding: 5px 15px;
  margin-top: 30px;
}

a.ticket__btn {
  background-color: #44c7aa;
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #14977a;
  border-radius: 5px;
  font-size: 18px;
}

.participant__list {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}

.participant__list li {
  width: calc(100%/10 - 20px);
  margin: 10px;
  text-align: center;
  float: left;
}

.participant__list li img {
  width: 100%;
  border-radius: 100px;
  margin-bottom: 5px;
}

/*イベント詳細ページend*/

/*セミナー*/
.floatL {
  float: left;
}


img.pic_profile {
  margin: 0;
}

.proflie ul{
  list-style: none;
}

/*セミナーend*/


.marginR10 {
  margin-right: 16px !important;
}


/*ログイン*/
#lets_register {
  width: 590px;
  float: left;
}

.yet_register {
  background: url(../images_/login_reg_bg.png) no-repeat;
  height: 54px;
  padding: 8px 0 8px 340px;
}

#loginform {
  background: url(../images_/loginform.png) no-repeat;
  width: 376px;
  float: right;
  margin-right: 10px;
}

#loginform p {
  margin-bottom: 0;
}

#loginform form {
  height: 281px;
  width: 376px;
}
/*ログインボタン*/
/*
#loginform .loginbtn {
  background: url(../images_/login_login_btn.png) no-repeat;
  width: 161px;
  height: 40px;
  border: none;
  margin: auto;
  display: block;
  text-indent: -1616px;
}


.loginbtn:hover {
  cursor: pointer;
}

*/

#loginform .loginbtn-wrapper {
  width: 160px;
  position: relative;
  height: 48px;
  overflow: hidden;
  margin: 4px auto;
}

#loginform .loginbtn {
  height: 48px;
  line-height: 48px;
  border: 2px solid #a0b8ab;
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  cursor: pointer;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  padding-left: 28px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .8) inset;
  background: #95d4be;
  background: -moz-linear-gradient(top, #95d4be 0%, #65a584 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95d4be), color-stop(100%, #65a584));
  background: -webkit-linear-gradient(top, #95d4be 0%, #65a584 100%);
  background: -o-linear-gradient(top, #95d4be 0%, #65a584 100%);
  background: -ms-linear-gradient(top, #95d4be 0%, #65a584 100%);
  background: linear-gradient(to bottom, #95d4be 0%, #65a584 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#95d4be', endColorstr='#65a584', GradientType=0);
}

#loginform .loginbtn-wrapper:before {
  content: "";
  height: 44px;
  border-right: 1px solid #a0b8ab;
  border-left: 1px solid #cde8dd;
  position: absolute;
  right: 40px;
  top:2px;
}

#loginform .loginbtn-wrapper:after {
  content: "\f0da";
  font-family: fontAwesome;
  display: block;
  border-radius: 40px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 12px;
  top: 0;
  margin-top: 12px;
  font-size: 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .9);
  color: #6b887b;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
  background: #84ab9d;
}

#loginform label {
  display: block;
  margin: 12px 40px 8px;
  width: 283px;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #eee;
  line-height: 32px;
  height: 42px !Important;
}

#loginform label:hover {
  background: #e7f7f1;
}

#loginform label.store_pwd {
  border: none;
  background: transparent;
  margin-bottom: 0;
}

#loginform form p {
  width: 276px;
  margin: 0 40px;
}

#loginform article input[type="checkbox"] {
  display: inline;
  width: 14px;
  height: 14px;
}

#loginform article input[type="text"],
#loginform article input[type="password"] {
  background: -webkit-gradient(linear, left top, left 25, from(white), color-stop(6%, #EEE), to(white));
  background: -moz-linear-gradient(top, white, #EEE 2px, white 25px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

#loginform input[type="text"]:hover,
#loginform input[type="password"]:hover {
  border: 1px solid #bbf3d7;
}
/*-- 登録画面 user.regist --*/

.userTable {
  width: 100%;
  font-size: 1.1em;
  margin-bottom: 24px;
}

.userTable th {
  width: 140px;
  font-weight: normal;
  text-align: right;
  padding: 2px 10px 2px 0;
}

.userTable td {
  padding: 2px 0px 2px;
}

.userTable td p:last-of-type {
  margin: 0;
}

.userTable_r {
  width: 100%;
  border: 1px solid #c0c0c0;
  border-spacing: 0;
  border-collapse: collapse;
}

.userTable_r thead {
  background-color: #fafafa;
}

.userTable_r thead th {
  text-align: left !important;
}

.userTable_r tbody th,
.userTable_r tbody td {
  border-bottom: 1px solid #c0c0c0;
}

.nextstep,
.nextstep_corporate,
.backstep {
  width: 145px;
  height: 33px;
  border: none;
  float: left;
}

.nextstep:hover,
.nextstep_corporate:hover,
.backstep:hover {
  cursor: pointer;
}

.nextstep {
  background: url(../images_/reg_btn_next.png) no-repeat;
  text-indent: -1616px;
}

.nextstep_corporate {
  background: url(../images_/register_btn_next-houjin_.png) no-repeat;
  text-indent: -1616px;
}

.backstep {
  background: url(../images_/reg_btn_back.png) no-repeat;
  text-indent: -1616px;
}

.btnbox {
  text-align: center;
  width: 300px;
  margin: 0 auto;
}
/*流れ*/

.user-sub-steps {
  display: table;
  width: 100%;
  position: relative;
  padding: 12px;
  border: 2px solid #00994d;
  font-weight: bold;
  margin-bottom: 24px;
}
/*
.user-sub-steps:before{
  content:"";
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #c0c0c0;
  display: block;
  position: absolute;
  top: 32px;
}
*/

.user-sub-steps li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.user-sub-steps li.active {
  color: #00994d;
}

.user-sub-steps i {
  font-size: 16px;
  color: #00994d;
}
/* -- プレミアム会員プラン選択 $page-u-plan ------------------------------------------------------------------------------ */

#doi_label {
  padding: 8px;
  margin: 10px 0 16px;
  font-size: 1.1em;
  font-weight: bold;
  border: 4px solid #ededed;
  display: block;
}

#doi_label:hover {
  background-color: #E0FFFF;
}

.planList {
  margin: 24px 0 0;
}

.planList-already,
.planList-only {
  border: 1px solid #d0d0d0;
  padding: 0 8px 16px 8px;
}

.planList-already h2,
.planList-only h2 {
  margin: 0 -8px 16px -8px;
  padding: 8px;
  background: #969696;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.planList-already table,
.planList-only table {
  margin: 0 auto;
}

.planList-already h3,
.planList-only h3 {
  font-size: 1em;
  margin: 1em;
}

.plan_only_table {
  display: table;
  width: 100%;
}

.plan_only_table > div {
  display: table-cell;
  border-right: 1px solid #c0c0c0;
  padding: 0 4px;
}

.plan_only_table > div:last-of-type {
  border-right: 0;
}

.no_box {
  position: relative;
  width: 240px !important;
  height: 40px !important;
  margin: 8px auto;
}

.no_box > input {
  position: absolute;
  height: 40px !important;
}

.no_box input[type=text] {
  width: 240px !important;
  padding-right: 80px;
  left: 0;
}

.no_box input[type=submit] {
  width: 80px;
  right: 0;
  line-height: 40px;
}
.plan_only_table .btn{
  margin-top: 8px;
}


#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: #313131;
    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 #313131;
    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: #313131;
    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: #313131;
}

.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;
}

.singlehead {
    padding: 2em;
}

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

.singlebody {
    padding: 2em;
}

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

.breadclamb p a{
  color: #fff;
}

.singlehead h1 {
  color:#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: #000;
    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;
}

footer a {
  font-size: 1.4rem !important;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  margin-right: 0px;
}

.footlinkblock {
  background-color: #313131;
  color: #fff;
  padding: 4em;
}

.footlinkblock h3 {
  color: #fff;
  margin-bottom: 10px;
}

.footsitemap {
  margin-top: 20px;
}

.footsitemap li {
  float: left;
  margin: 0 10px 18px 0px;
  display: flex;
}

.footsitemap li::after {
  content: "";
  border-right: 1px solid #fff;
  margin-left: 10px;
}

.footsitemap li a {
  margin: 0;
  padding: 0 0px 0 0;
  display: inline-block;
  color: #fff;
}

.copyright {
  padding: 40px 0;
}

#footbnr {
  display: none;
  text-align: center;
}


@media screen and (max-width: 896px) {
  #jshinpo-map {
    padding: 4em 0;
  }
#jshinpo-intro .intro02 {
  font-size: 30px;
}
#headbnr {
  display: none;
}

#footscrl {
bottom: 80px;
}

#footbnr {
  display: block;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
}

body.body-default {
  padding-top: 65px;
}
}
#jshinpo-map .jshinpo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
#jshinpo-map:before, #jshinpo-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%;
}
#jshinpo-map:before {
  top: 0;
  margin-top: -35px;
}
#jshinpo-map:after {
  bottom: 0;
  margin-bottom: -35px;
}
#jshinpo-map .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#jshinpo-map .section-heading h2 {
  color: #fff;
}
#jshinpo-map .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#jshinpo-map .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#jshinpo-map .jshinpo-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #jshinpo-map .jshinpo-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#jshinpo-map .jshinpo-counter .jshinpo-counter-icon,
#jshinpo-map .jshinpo-counter .jshinpo-counter-number,
#jshinpo-map .jshinpo-counter .jshinpo-counter-label {
  display: block;
}
#jshinpo-map .jshinpo-counter .jshinpo-counter-icon {
  font-size: 40px;
  color: #0a60a0;
}
#jshinpo-map .jshinpo-counter .jshinpo-counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#jshinpo-map .jshinpo-counter .jshinpo-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

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

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

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

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


#jshinpo-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#jshinpo-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#jshinpo-testimonials .box-testimony a:hover, #jshinpo-testimonials .box-testimony a:focus, #jshinpo-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#jshinpo-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;
}
#jshinpo-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;
}
#jshinpo-testimonials .box-testimony blockquote p {
  font-style: italic;
  color: #fff;
}
#jshinpo-testimonials .box-testimony .author {
  line-height: 20px;
  color: black;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}
#jshinpo-testimonials .box-testimony .author a {
  color: #0a60a0;
}
#jshinpo-testimonials .box-testimony .author a:hover {
  text-decoration: underline;
}
#jshinpo-testimonials .box-testimony .author > figure {
  float: left;
  margin-right: 10px;
}
#jshinpo-testimonials .box-testimony .author > figure img {
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#jshinpo-testimonials .box-testimony .author p {
  float: left;
  margin-top: 10px;
}
#jshinpo-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);
}

#jshinpo-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%);
}
#jshinpo-work a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
#jshinpo-work a:hover {
  color: white;
}
#jshinpo-work:before, #jshinpo-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%;
}
#jshinpo-work:before {
  top: 0;
  margin-top: -35px;
}
#jshinpo-work:after {
  bottom: 0;
  margin-bottom: -35px;
}
#jshinpo-work .section-heading h2 {
  color: #fff;
}
#jshinpo-work .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3);
}
#jshinpo-work .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}
.readmore,.newsmore {
  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,.newsmore:hover, .newsmore: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;
}

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

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

@media screen and (max-width: 992px) {
  .jshinpo-person {
    margin-bottom: 3.5em;
  }
}
.jshinpo-person figure {
  position: absolute;
  margin-top: -60px;
  top: 0;
  left: 50%;
  margin-left: -60px;
  display: block;
  margin-bottom: 50px;
}
.jshinpo-person figure img {
  width: 120px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.jshinpo-person h3 {
  margin-bottom: 0px;
}
.jshinpo-person .jshinpo-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;
}

#jshinpo-contact {
}
#jshinpo-contact .jshinpo-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#jshinpo-contact .jshinpo-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
  font-size: 18px;
}
#jshinpo-contact .jshinpo-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;
  }
#jshinpo-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;
}
.entrypage .newslist li {
  width: calc(100%/1 - 20px);
}
}

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

.jshinpo-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.jshinpo-nav-toggle.active i::before, .jshinpo-nav-toggle.active i::after {
  background: #0a60a0;
}
.jshinpo-nav-toggle:hover, .jshinpo-nav-toggle:focus, .jshinpo-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.jshinpo-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;
}
.jshinpo-nav-toggle i::before, .jshinpo-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;
}

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

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

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

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

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

.jshinpo-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);
}

.jshinpo-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);
}

.jshinpo-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) {
  .jshinpo-nav-toggle {
    display: block;
  }
}

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

#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-color: #aea451;
  color: #fff;
  border: none !important;
  padding: 7px 20px;
  border-bottom: 3px solid #333 !important;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  color: #fff;
  background: #0d8874;
}

.btn.btn-secondary {
  background: #42714c;
  color: #fff;
  border: none !important;
  padding: 7px 20px;
  border-bottom: 3px solid #333 !important;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  box-shadow: none;
  color: #fff;
  background: #42714c;
}

.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.jshinpo.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;
  }
}

.jshinpo-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;
}
#jshinpo-event ul li {
    width: calc(100%/2 - 20px);
    margin: 10px;
    min-height: initial;
}
.bunkalist li {
    width: calc(100%/2 - 10px);
}

#jshinpo-event ul li:first-child {
  width: calc(100%/2 - 20px);
}

.whiteback2 {
  padding:20px;
}
.whiteback {
    padding: 20px;
}
#jshinpo-event ul {
  margin: 0 -20px;
}
hr {
  margin: 2em 0;
  }

.participant__list li {
  width: calc(100%/5 - 20px);
}

}


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

body.body-default {
  padding-top: 57px;
}

#jshinpo-header .navbar-brand {
  width: 160px;
  height: 47px;
}

#jshinpo-header div.container {
  width: 100%;
  position: relative;
}

.pure-toggle-label[data-toggle-label="right"] {
  right: 0px !important;
  left: auto;
}

.loginul {
  position: absolute;
  right: 49px;
  top: 13px;
}

.loginul a.head__regist, .loginul a.head__login {
font-size: 12px;
padding: 5px 5px;
}

.monthlylink {
  margin-left: -5px;
  margin-right: -5px;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#jshinpo-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;
}

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

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

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

.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;
}

#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;
}

#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;
}

.grandfinale{
    display: inline-block;
    width: calc(100% - 20px);
    margin-top: 15px;
}

a.omousikomi {
    font-size: 20px;
}
.monthlylink li {
  width: calc(100%/6 - 10px);
}
.schedule__year {
  font-size: 33px;
  padding: 0;
}

.schedule__month {
  padding: 10px 10px 0 0px;
  font-size: 24px;
}
.dayly__ttl {
  display: block;
}
.dayly__photo {
  width: 100%;
  display: block;
  padding-left: 20px;
}
.rensailist li {
  width: calc(100%/1 - 20px);
}
.rankinglist li {
  width: calc(100%/1 - 20px);
}
a.readmore {
  width: auto;
}
.oshirase__date, .oshirase__ttl {
  display: block;
}
.oshirase__date span {
  margin-bottom: 10px;
}

.footlinkblock {
  padding: 4em 0;
}

.footlinkblock .col-md-12 {
  clear: both;
}

.navul,a.navsearch {
  display: none;
}

.drawer__login {
  display: inline-block;
  width: calc(100% - 60px);
  text-align: center;
  margin: 30px;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
}

.drawer__login a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding: 10px 15px;
  margin: 10px;
  border: 1px solid #dadce0;
  border-radius: 5px;
  text-align: center;
}

.pure-container {
  display: block;
}

.smpnavacd a,.smpnavacd dt{
  color: #fff;
}
a.readmore, a.newsmore {
  padding: 10px 20px;
  font-size: 13px;
}

/*ナビ*/
.smpnavacd {
    padding: 60px 20px 20px;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","Lato","tahoma",sans-serif;

}

.serchsmp {
  margin: 20px 30px -10px;
  padding: 15px;
  background-color: #efefef;
  clear: both;
  border-radius: 3px;
  display: inline-block;
  width: calc(100% - 60px);
}

.serchsmp input {
  width: 90% !important;
  margin-right: 2%;
}


.smpnavacd dl {
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
}

.smpnavacd dt {
  color: #fff;
  padding: 15px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #1e4627;
  border-top: 1px solid #498c57;
}
.smpnavacd dt:before {
  content: "＋";
  position: absolute;
  right: 10px;
}

.smpnavacd dt a {
  display: block;
}

.smpnavacd dd {
  display: none;
  background-color: #ffffffd6;
  padding: 10px;
  margin: 0;
  width: 100%;
  float: left;
}

.smpnavacd dd span{
    margin: 0 10px 3px;
    border-bottom: 1px dotted #f69;
    display: block;
    padding-bottom: 5px;
}

.smpnavacd ul {
    float: left;
    margin: 5px 0;
    width: 100%;
display: flex;
flex-wrap: wrap;
}

.smpnavacd li {
  float: left;
  width: calc(100%/2 - 10px);
  list-style: none;
  background-color: #b6cebb;
  margin: 0 5px 10px;
  border-radius: 2px;
}

.smpnavacd li a {
    display: block;
    text-decoration: none;
    margin: 0;
    color: #000;
    font-size: 14px;
    padding: 15px;
}

.smpnavacd li a br{
    display: none;
}

.smpnava {
    display: inline-block;
    width: 100%;
    margin-bottom:15px;
}

.smpnava a{
  background: #ff6699;
  color: #fff;
  padding: 10px;
}

.smpnava a.smpnavaleft{
    float: left;
    width: 49%;
}
.smpnava a.smpnavaright{
    float: right;
    width: 49%;
}
/*ナビ*/

.searchblock {
  display: none;
}
.inqnav {
  display: none;
}
#headbnr {
  display: none;
}

}

@media screen and (max-width: 896px) {
.dayly__photo {
  display: none;
}

.newslist li {
  width: calc(100%/1 - 20px);
  background-color: transparent;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.newslist.topcat li{
  width: calc(100%/1 - 20px);
  background-color: #fff;
}

.newslist.topcat li .news__text {
  width: calc(100% - 200px);
  float: left;
  padding: 0 15px;
}

.news__thumbnail,.footnews .news__thumbnail {
  float: left;
  width: 200px;
  height: 100px;
}

.news__text {
  width: calc(100% - 200px);
  float: left;
  padding: 0 15px;
}
.news__date {
  font-size: 13px;
}
.news__ttl {
  font-size: 16px;
}

#jshinpo-under .news__thumbnail {
  width: 200px;
  height: 100px;
}

#jshinpo-under .news__text {
  width: calc(100% - 200px);
}
.bnrlist {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 0 auto;
}
}

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

#jshinpo-event ul {
  margin: 0 -10px;
}

#jshinpo-event ul li {
    width: calc(100%/1 - 20px);
    margin: 10px;
    min-height: initial;
}
.bunkalist li {
    width: calc(100%/1 - 10px);
}

.news__thumbnail, .footnews .news__thumbnail {
  float: left;
  width: 126px;
  height: 63px;
}

.news__text {
  width: calc(100% - 126px);
  float: left;
  padding: 0 15px;
}

#jshinpo-under .news__thumbnail,#jshinpo-under .footnews .news__thumbnail {
  width: 126px;
  height: 63px;
}

#jshinpo-under .news__text {
  width: calc(100% - 126px);
}

.news__abst {
  display: none;
}

.news__ttl {
  font-size: 15px;
}

#jshinpo-pala1 .col-md-4 img, #jshinpo-pala2 .col-md-4 img, #jshinpo-pala3 .col-md-4 img {
    max-height: initial;
    width: 100%;
    height: auto;
}
.lpheadlabel {
    width: 100%;
}

#jshinpo-event ul li:first-child .event__image {
  width: 100%;
}

#jshinpo-event ul li:first-child .event__image h3 {
  position: initial;
  border-left: none;
  padding: 0px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}

#jshinpo-event .event__desc {
  display: none;
}

#jshinpo-event ul li:first-child {
  width: calc(100%/1 - 0px);
}

.monthlylink li {
  width: calc(100%/6 - 4px);
  margin: 2px;
}

.monthlylink li a {
  font-size: 13px;
  padding: 5px;
}

h3 {
    font-size: 20px;
}

#jshinpo-event 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;
}
#jshinpo-event ul li p {
    padding: 0 20px;
    font-size: 15px;
}

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

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

#jshinpo-event 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: #ffebeb;
  }
.tblist li, .bunkalist li {
    border-bottom: 3px dotted #9f7373;
    border-radius: 0;
    padding: 5px 15px 10px;
}

table th, table td {
    padding: 15px 0;
}

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

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

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

.pinkback {
    padding: 2em;
    color: #a43333;
    background-color: #ffaeae70;
    text-align: center;
}
.smponly {
  display: block;
}
.pconly {
  display: none;
}
.newslist li {
  width: calc(100%/1 - 20px);
}

.dayly__day {
  width: 40px;
  height: 40px;
  padding: 8px 0;
  font-size: 16px;
}

.participant__list li {
  width: calc(100%/3 - 20px);
}

}

.omoibtn {
    background-color: #ffebeb;
    display: inline-block;
    margin-top: 30px;
    border-radius: 5px;
    padding: 15px 10px;
    color: #ff7878;
    font-weight: bold;
    line-height: 1.5;
}

#jshinpo-intro .introdetail .omoibtn span{
    float: none;
    display: inline-block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.omoibtn:hover {
    color: #ff7878;
}

@media screen and (max-width: 896px) {
h1.entry-title, .entry-content h2  {
  font-size: 2.0rem;
}


  }

@media screen and (max-width: 480px) {
h1.entry-title, .entry-content h2  {
  font-size: 1.8rem;
}
  }

  /**
 * TaBS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs {
  margin-top: 30px;
}


.tabs > div {
  /*border-top: 1px solid #c7c7c7*/
  margin-top: 10px;
  background: white !important;
  /*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > div span {
  border-bottom: 4px solid #E5E5E5 !important;
  color: #ccc !important;
  font-weight: 300;
  line-height: 186px !important;
  display: block;
  text-align: center;
  font-size: 24px;
}

.tabs ul.horizontal {
  list-style: none outside none;
  margin: 0;
}

.tabs .horizontal li {
  background: white;
  border-bottom: 4px solid #E5E5E5;
  background-color: #f8f8f8;
  margin: 0 10px 0 0;
  display: inline-block;
  border-radius: 6px 6px 0 0;
}

.tabs .horizontal a {
  color: #444;
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding: 7px 24px;
  text-decoration: none;
}

.tabs .horizontal li:hover {
  background: #0d8874;
  border-bottom: 4px solid #466c4e;
}

.tabs .horizontal li:hover a {
  color: white;
}

.tabs ul.horizontal .active {
  background: #0d8874!important;
  border-bottom: 4px solid #466c4e !important;
}

.tabs ul.horizontal .active a {
  color: white !important;
}

.tabs ul.horizontal .link {
  color: white;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 48px;
  margin-top: 20px;
  margin-left: 6px;
  text-decoration: none;
}

.tabs ul.horizontal .link:hover {
  text-decoration: underline;
  color: inherit;
}

.tabs ul.horizontal .anchorlink {
  border-bottom: 1px dashed white;
  color: white;
  text-decoration: none;
}

.tabs ul.horizontal .anchorlink:hover {
  text-decoration: none;
  border-bottom: none;
  color: inherit;
}

.tabs ul.horizontal .screenshot {
  position: absolute;
  clip: rect(0 0 0 0);
}

.tabs .monthlylink {
  margin-bottom: 0;
}

.tabs .prev, .tabs .next {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 5px 10px;
  background-color: #282828;
  color: #fff;
  border-radius: 5px;
  z-index: 10;
}
 .tabs .next {
  float: right;
 }

 .tabs .next::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  margin-left: 10px;
}

 .tabs .prev::before {
  font-family: "Font Awesome 5 Free";
  content: '\f104';
  font-weight: 900;
  margin-right: 10px;
}

.tabs .prev:hover,
.tabs .next:hover {
  background: #45A9BA !important;
  color: white !important;
}

@media screen and (max-width: 480px) {
  .tabs .horizontal a {
  font-size: 15px;
  padding: 4px 10px;
  text-align: center;
}
.tabs .horizontal li {
  width: calc(100%/3 - 3px);
  margin: 0;
}
}

#jshinpo-page article .tblscroll{
  margin-inline: auto;
  margin-top: 20px;
  overflow-x: auto; /* tableタグのはみ出た要素を隠す */
  width: 100%;
}

#jshinpo-page article .tblscroll table {
  width: 900px !important;
  margin-bottom: 5px;
}

#jshinpo-page article .tblscroll table td, #jshinpo-page article .tblscroll table th {
  display: table-cell !important;
  width: auto !important;
}

#jshinpo-page article .table-responsive table {
  width: 900px !important;
  margin-bottom: 5px;
}

@media screen and (max-width: 899px) {
  #jshinpo-page article .tblscroll::before, #jshinpo-page article .table-responsive::before{
  content: "※この表は左右にスクロール可能です";
  background-color: #efefef;
  padding: 7px;
  display: block;
  margin: 5px;
}
.takken-form {
  display: block;
}

#jshinpo-page article .table-responsive table td, #jshinpo-page article .table-responsive table th {
  display: table-cell !important;
  width: auto !important;
}

.touroku-index nav {
  flex-wrap: wrap;
}

.touroku-index nav a:last-of-type {
  border-right: 1px;
}
.touroku-index nav a {
  display: block;
  text-decoration: none !important;
  width: calc(100%/2);
  text-align: left;
  color: #164357;
  font-size: 1.4rem;
  border-left: 1px solid #fff;
  border-right: 1px solid #bbb;
  letter-spacing: -1px;
  padding: 5px 10px;
  border-bottom: 1px solid #bbb;
}

.takken .btn {
  font-size: 1.6rem;
  white-space: initial;
}

}


/* --- モーダルユニット --- */
.Modal {
  padding: 30px;
}

.ModalLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.65s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
}
.ModalLayer.isShow {
  transition: opacity 0.65s;
  pointer-events: auto;
  opacity: 1;
}
.ModalLayer-Mask {
  position: absolute;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
}
.ModalLayer-Inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .ModalLayer-Inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.ModalSection {
  background: #fff;
}
.Modal-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.Modal-Inner-Headline {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #565656;
}
.Modal-Inner-Text {
  text-align: center;
}

.Modal-Login {
  margin-top: 20px;
}

.Modal-Login a {
  width: 90%;
  margin: 10px auto;
  display: block;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}

.JS_Click_ShowModal_Trigger {
  padding: 3px 12px;
  background-color: #c6a569;
  color: #fff !important;
  margin-left: 5px;
  border-radius: 3px;
  white-space: initial;
  max-width: 100%;
  overflow: hidden;
  line-height: 1.3;
  cursor: pointer;
  word-break: keep-all;
}

.share__spbtn {
  line-height: 2em;
}

.JS_Click_ShowModal_Trigger.done {
  background-color: #bebcb9;
}

.JS_Click_ShowModal_Trigger::before {
  content: "★";
  color: #fff;
  margin-right: 5px;
}