@charset "UTF-8";
/* CSS Document */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 80%;
    margin: 0.67em 0;
    color:#777;
    padding-left: 5px;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}
/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
    text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    appearance: textfield;
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
 -webkit-appearance: button; /* 1 */
 font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}
/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}
/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-size: 11px 11px;
}
body, .row.bottom50.bg-white .col-md-6.rec_box.visible-xs.top30 .ans, #tab1 .big, #tab2 .big, #tab3 .big, #otoi {
    font-size: 150%;
}
body, #copy h2, #copy p, .rec_box h5, .cover-text .que ,.cover-text-yamada .que{
    font-family: "YuGothic", "meiryo", sans-serif;
}
.col-md-6.rec_box.visible-xs.top30 .ans span {
    color: #D60003;
}
.lead, h2, h3, h4, h5, h6, .kosya, .philosophy dt, #tab1 dl, #tab2 dl, #tab3 dl, .row.bottom50.bg-white .col-md-6.rec_box.visible-xs.top30 .ans, .time h5 {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;


}
body, h2, h3, h4, h5, h6,  .philosophy dt, .midashi, .tab-content h5, .card .badge.badge-secondary, .card .btn-link, .card .btn-link:hover, #copyright, .hogosya_b, .row.bottom50.bg-white .col-md-6.rec_box.visible-xs.top30 .ans, .c_b h5, .c_b p, #copyright p, .card .btn-link, .bottom30.text-center small {
    color: #0071BC;
}
#copy h2, #copy p, .caption, #bg_blue, .caption .title, a:hover .caption .title, .bg-orange p, .btn-default, .btn-kousya, .btn-default2, .btn-default3, .midashi2 span, .prev, .next, .archive2, .btn-default:hover, .btn-default2:hover, .btn-default3:hover {
    color: #FFF;
}
#blog h5 time2 {
    font-family: Arial, Helvetica, sans-serif;
}
.br-pc {
    display: inline;
}
.br-sp {
    display: none;
}
.lead {
    margin-bottom: 50px;
    font-size: 1.3em;
    line-height: 1.8em;
}
#copy .btn {
    width: 100%;
}
.lead2 {
    font-size: 120%;
    text-align: center;
}
p .ans {
    font-weight: bold;
    font-size: 120%;
    color: #D60003;
}
    .n2-ss-align.n2-ss-slider-align-visible {
    margin-left: auto;
    margin-right: auto;
}
.balloon:before{
	content: "";
	position: absolute;
	top: 99%;
	left: 50%;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #FFFFFF;
	z-index: 5;
}
.balloon-top:before{
content: "";
position: absolute;
top: -59px;
left: 50%;
margin-left: -30px;
border: 30px solid transparent;
border-bottom: 30px solid #FFFFFF;
}
.balloon,.balloon-top {
	position: relative;
}
.balloon2:before{
	content: "";
	position: absolute;
	top: 99%;
	left: 50%;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #0071BC;
	z-index: 5;
}
.balloon2 {
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    letter-spacing: 0.1em;
}
.p_corch {
    font-size: 35px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 25px;
    line-height: 1.5em;
}
dt, dd {
    line-height: 1.5em;
}
dt {
    margin-bottom: 5px;
    margin-top: 10px;
}
.thumbnail {
    margin-bottom: 20px;
    margin-left: 20px;
}
.container-ps {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.img-circle {
    border-radius: 50%;
    background-color: #FFFFFF;
}
.naiyo {
    font-size: 120%;
}
.naiyo:before {
    content: "▶ ";
}

.kouza{
    border: 1px solid #0071BC;
    padding: 10px;
    margin-bottom:10px;
}





dd {
    margin-bottom: 5px;
}
.cover-text.text-center h5 ,.cover-text-yamada .text-center h5{
    text-align: left;
}
h6 {
    font-size: 2rem;
    font-weight: bold;
}
::-webkit-scrollbar {
width:10px;
}/*バーの太さ*/
::-webkit-scrollbar-track {
background:#FFF;
}/*バーの背景色*/
::-webkit-scrollbar-thumb {
background:#0071BC;
}/*バーの色*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0071BC;
    font-weight: bold !important;
}
.dropdown-menu {
    left: -25%;
}
.bg_offblue .col-md-4 h5 {
    font-size: 15px;
}
#wuptxt h6 {
    font-weight: normal;
}
#wuptxt {
    padding-top: 20px;
    padding-bottom: 20px;
}
.bg_offblue .col-md-4 h4 {
    font-size: 20px;
}
.col-md-12 .text-center.top50.bottom50 .img-responsive {
    margin-left: auto;
    margin-right: auto;
}
.bg_offblue h2 {
    font-size: 40px;
    line-height: 1.2em;
}
#main h3, #insta h3 {
    letter-spacing: normal;
    margin-top: 30px;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #3284C0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: background-color .3s;
}
.navbar-default .navbar-toggle {
    border-color: #3284C0;
}
.navbar-default .navbar-toggle > .icon-bar {
    transition: all .3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background-color: #FFF;
    margin-left: 0px;
}
.navbar-default .navbar-toggle > span:nth-of-type(2) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}
.navbar-default .navbar-toggle > span:nth-of-type(3) {
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
}
.navbar-default .navbar-toggle > span:nth-of-type(4) {
    opacity: 0;
    transition: all 0s;
}
.navbar-default .navbar-toggle.collapsed {
    background-color: #FFF;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-default .navbar-toggle.collapsed {
    border-color: #ddd;
}
.navbar-default .navbar-toggle.collapsed > .icon-bar {
    background-color: #888;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-default .navbar-toggle.collapsed > span:nth-of-type(2) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-default .navbar-toggle.collapsed > span:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-default .navbar-toggle.collapsed > span:nth-of-type(4) {
    opacity: 1;
}
p {
    line-height: 1.8em;
    font-size:1.5rem;
    color:#000;
}
.name {
    font-weight: bold;
}
a h4:hover {
    opacity: 0.8;
    text-decoration: none!important;
}
a:hover {
    opacity: 0.8;
    text-decoration: none!important;
}
.black {
    color: #1B1B1B;
}
.kosya {
    font-weight: normal;
    font-size: 120%;
}
.card-body p, .card-header p {
    padding-left: 40px;
}
.card-body h4 {
    line-height: 1.5em;
    margin-left: 40px;
}
ul {
    list-style-type: none;
}
ul, ol, li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.contant ul li, .contant ol li {
    margin-bottom: 20px;
    line-height: 2em;
}
#mapmenu {
    height: 300px;
    overflow-y: scroll;
    overflow-x: scroll;
    margin-bottom: 20px;
    margin-top: 20px;
}
#mapmenu li {
    margin-bottom: 40px;
}
#mapmenu .lh20 {
    line-height: 1.2em;
}
#mapmenu .h5x {
    font-size: 25px;
    line-height: 1.2em!important;
    margin-bottom: 10px;
}


    #footer .hidden-xs li {
    font-size: 100%;
    line-height: 1.5em;
    margin-bottom: 5px;
}

#footer .bold {
    font-weight: bold;
}
#sns li {
    display: inline-block;
    font-size: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.newsfeed li {
    display: inline;
    vertical-align: middle;
}
.newsfeed {
    vertical-align: middle;
    display: table-cell;
}
.newsfeed li p {
    display: inline-block;
    width: 65%;
}
a:hover {
    opacity: 0.8;
}
#mapmenu a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.p_sec {
    line-height: 2em;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5em;
    white-space: nowrap;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-default {
    border-color: #FFF;
    background: rgba(255,255,255,0.8);
    ;
}
/* navbar active設定時のカラー */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #FFFFFF;
    opacity: 0.5;
}
.navbar {
    min-height: 49px;
}
.navbar-brand {
    height: 80px;
    padding-bottom: 20px;
}
.navbar-right {
    margin-right: -30px;
}
.navbar-nav {
    margin-bottom: -1px;
}
#copy {
    background: linear-gradient(to bottom right, #008AD2 50%, #009EE5 50.5%) no-repeat top left/100% 100%;
}
#sam li {
    margin-bottom: 30px;
}
#copy h2, #copy p {
    line-height: 2em;
}
#copy h2 {
    font-weight: bold;
}
hr {
    border-top: 1px solid #0071BC;
}
.hrblue {
    border-top: 1px solid #0071BC;
}
#breadc {
    border-bottom: 1px solid #0071BC;
}
#breadc .row .col-sm-11 {
    padding-top: 40px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 15px;
}
#map, #wup {
    background-color: #EBF4FA;
}
#ggmap {
    width: 100%;
    height: 613px;
}
#banner img {
    display: table;
}
a img:hover {
    opacity: 0.8;
}
.bg_img {
    background-image: url(../img/back_img.jpg);
    background-position: 50% 0%;
    background-size: cover;
}
.ichiran {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.outline dl {
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.outline dl dt {
    float: left;
    width: 30%;
    line-height: 2em;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: right;
    margin-right: 0px;
    padding-right: 20px;
}
.outline dl dd {
    width: 70%;
    float: left;
    line-height: 2em;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-right: 0px;
}
.philosophy dt {
    line-height: 1.5em;
}
.philosophy dd {
    line-height: 2em;
}
.philosophy dt {
    font-size: 120%;
    font-weight: normal;
    float: none;
    margin-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.philosophy dt, .midashi {
    padding: 0.3em 0;/*上下の余白*/
    border-top: 1px dotted #0071BC;/*上線*/
    border-bottom: 1px dotted #0071BC;/*下線*/
    line-height: 1.5em;
}

.philosophy ol{
    padding-left: 20px;
}

.sakura {
    position: relative;
    background-color: #FFFFFF;
    padding: 0.25em 0.5em;
    border-left: 2em solid #0071BC;
    line-height: 0em;
}
.sakura:before {
    content: "✿";
    position: absolute;
    padding: 0em;
    color: white;
    font-weight: normal;
    left: -1.5em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gokakubox {
    box-shadow: 6px 6px #8CB1CA;
    -webkit-box-shadow: 6px 6px #8CB1CA;
    background-color: #FAFAFA;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
    border: solid 1px #8CB1CA;
}
.bg2 h5 {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
}
.bg2 h5:before, .bg2 h5:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}
.bg2 h5:before {
    border-left: solid 1px #0071BC;
    border-top: solid 1px #0071BC;
    border-bottom: solid 1px #0071BC;
    left: 0;
}
.bg2 h5:after {
    content: '';
    border-top: solid 1px #0071BC;
    border-right: solid 1px #0071BC;
    border-bottom: solid 1px #0071BC;
    right: 0;
}
.bg2 h5 {
    position: relative;
    display: inline-block;
/*    padding: 0 45px;*/
    margin-left: auto;
    margin-right: auto;
}
.reccopy {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.gochic {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}
.tab-content h3, .kakko {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
}
.tab-content h3:before, .tab-content h3:after, .kakko:before, .kakko:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}
.tab-content h3:before, .kakko:before {
    border-left: solid 1px #0071BC;
    border-top: solid 1px #0071BC;
    border-bottom: solid 1px #0071BC;
    left: 0;
}
.tab-content h3:after, .kakko:after {
    content: '';
    border-top: solid 1px #0071BC;
    border-right: solid 1px #0071BC;
    border-bottom: solid 1px #0071BC;
    right: 0;
}
.tab-content h5 {
    padding: 0.3em 0;/*上下の余白*/
    border-top: solid 1px #0071BC;/*上線*/
    border-bottom: solid 1px #0071BC;/*下線*/
}
.tab-content h5 span {
    font-size: 130%;
    color: #D60003;
}
.philosophy dd {
    font-weight: normal;
    width: 100%;
    margin-bottom: 20px;
}
#tab1 dl dt, #tab2 dl dt, #tab3 dl dt {
    width: 80%;
    line-height: 2em;
    margin-bottom: 10px;
    float: left;
    margin-top: 0px;
}
#tab1 .big dt, #tab2 .big dt, #tab3 .big dt {
    width: 70%;
    margin-top: 0px;
    margin-bottom: 10px;
}
#tab1 .big dd, #tab2 .big dd, #tab3 .big dd {
    width: 30%;
    margin-top: 0px;
    margin-bottom: 10px;
}
#tab1 dl dd, #tab2 dl dd, #tab3 dl dd {
    width: 20%;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: right;
    float: left;
    margin-top: 0px;
}
#tab1 dl dd span, #tab2 dl dd span, #tab3 dl dd span {
    font-size: 1.5em;
    color: #D60003;
}
#tab1 dl dd:first-letter, #tab2 dl dd:first-letter, #tab3 dl dd:first-letter {
    font-size: 1.5em;
    color: #D60003;
}
.card button {
    font-size: 20px;
}
.card {
    margin-bottom: 20px;
}
.bg .badge.badge-secondary,.bg2 .badge.badge-secondary  {
    background-color: #fff;
    margin-right: 10px;
    display: inline-block;
    min-width: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0px;
    border: 1px solid #0071BC;
    /* float: left; */
    margin-top: 5px;
    color: #0071BC;
}
.red {
    color: #D60003!important;
    border: 1px solid #D60003!important;
}
.card .badge.badge-secondary {
    background-color: #fff;
    margin-right: 10px;
    display: inline-block;
    min-width: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0px;
    border: 1px solid #0071BC;
    /* float: left; */
    margin-top: 5px;
}
#accordion .card .card-header {
    background-color: #FFFFFF;
    border: 1px solid #0071BC;
    width: 100%;
}
#accordion .card .collapse {
    background-color: #EBF4FA;
}
.card .card-body {
    background-color: #EBF4FA;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-top: 10px;
}
.card .btn-link {
    text-align: left;
    padding-bottom: 0px;
}
.card .btn-link:hover {
    text-decoration: none;
}
#copy h2 {
    line-height: 1.5em;
}
.hrttl {
    background-color: #FFFFFF;
    width: 25%;
    display: table;
    opacity: 0.9;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.hrttl h1 {
    opacity: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3em;
    font-size: 35px;
    color: #0071BC;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;

}
#bg_blue {
    background-color: #0071BC;
}
#bg_blue h2,#bg_blue h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size:30px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.fb {
    width: 70px;
    float: right;
    margin-top: 130px;
}
#copyright {
    background-color: #FFFFFF;
}
h3 span {
    font-size: 15px;
}
#tab3 .hv.top50 .bottom30.text-center span, #tab2 .hv.top50 .bottom30.text-center span, #tab1 .hv.top50 .bottom30.text-center span {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #F69294;
    font-size: 0.8em;
}
.concatch {
    font-size: 70px;
}
.thumb {
    position: relative;
}
.thumb a {
    text-decoration: none;
}
.thumb .img {
    position: absolute;
    z-index: 0;
}
.caption {
    display: table!important;
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 1;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    bottom: 43%;
    padding-right: 15px;
}
.caption .captionContent {
    display: table-cell;
    vertical-align: middle;
}
.caption .title {
    opacity: 0;
    font-size: 22px;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition: .2s linear;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
}
a:hover .caption .title {
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    font-weight: bold;
}
.bg-gray, .bg-gray2, .bg-gray3 {
    background-color: #F4F4F4;
}
.bg-white {
    background-color: #FFFFFF;
}
.bg-white3 {
    background-color: #FFFFFF;
    height: 100%;
}
.bg-10 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.bg-ocher {
    background-color: #F4F3E9;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bg-white2 {
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bg-blue {
    background-color: #E7EEF3;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bg-blue2 {
    background-color: #E5F6FD;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bg-blue3 {
    background-color: #CCECFB;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.text-white {
    color: #FFFFFF!important;
}
.bg-orange {
    background-color: #EA5504;
}
.bg-orange p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.bg-white2 p span, .bg-ocher p span, .bg-blue p span {
    color: #EA5504;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.bg-white2 p, .bg-ocher p, .bg-blue p {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.bg-white2 h3, .bg-ocher h3, .bg-blue h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: normal;
}
.btn-default {
    background-color: #0071BC;
    border-color: #0071BC;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    font-weight: bold;
}

.btn-default {
    display: inline-block;
    text-decoration: none;
    background: #0071BC;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.btn-default5 {
    background-color: #FFF;
    border-color: #0071BC;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    font-weight: bold;
    border-width: 2px;
}

.btn-default5 {
    display: inline-block;
    text-decoration: none;
    background: #FFF;/*ボタン色*/
    color: #0071BC;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.btn-default:hover {
    color: #FFF;
    background-color: #0071BC;
    border-color: #0071BC;
    opacity: 0.8;
}
.btn-default5:hover {
    color: #0071BC;
    background-color: #FFF;
    border-color: #0071BC;
    opacity: 0.8;
}
.btn-kousya {
    background-color: #D5DBEB;
    margin-left: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 0px;
    font-size: 90%;
    margin-right: 5px;
    color: #0071BC;
    border-color: #D5DBEB;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 103px;
    font-weight: bold;
    margin-bottom: 5px;
}
.btn-kousya:hover {
    opacity: 0.8;
}
.btn-default2 {
    background-color: #0071BC;
    border-color: #0071BC;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    border-width: 2px;
    font-size: 130%;
    font-weight: bold;
}
.btn-default2 {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #0071BC;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.btn-default3 {
    background-color: #D5DBEB;
    border-color: #D5DBEB;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    border-width: 2px;
    font-size: 100%;
    color: #0071BC;
}
.btn-default4 {
    background-color: #FFF;
    border-color: #0071BC;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    border-width: 2px;
    font-size: 100%;
    font-weight: bold;
}
.btn-default4 {
    display: inline-block;
    padding-top: 0em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0em;
    text-decoration: none;
    background: #FFF;/*ボタン色*/
    color: #0071BC;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.btn-default:hover {
    opacity: 0.8;
}
.btn-default2:hover {
    opacity: 0.8;
}
.btn-default2:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*線を消す*/
    border-bottom: 4px solid hsla(0,0%,100%,0.00);
}
.btn-default3:hover {
    opacity: 0.8;
}
.d-inline {
    display: inline;
    line-height: 1.8em;
}
.d-photo {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    width: 300px;
    position: absolute;
}
.d-photo2 {
    float: right;
    width: 300px;
    position: absolute;
    bottom: 0%;
}
#copyright p {
    font-size: 80%;
}
/*　スペーシング　*/
.top5 {
    margin-top: 5px;
}
.top7 {
    margin-top: 7px;
}
.top10 {
    margin-top: 10px;
}
.top15 {
    margin-top: 15px;
}
.top17 {
    margin-top: 17px;
}
.top20 {
    margin-top: 20px;
}
.top30 {
    margin-top: 30px;
}
.top40 {
    margin-top: 40px;
}
.top50 {
    margin-top: 50px;
}
.top60 {
    margin-top: 60px;
}
.top70 {
    margin-top: 70px;
}
.top80 {
    margin-top: 80px;
}
.top90 {
    margin-top: 90px;
}
.top100 {
    margin-top: 100px;
}
.bottom10 {
    margin-bottom: 10px;
}
.bottom20 {
    margin-bottom: 20px;
}
#wup .col-sm-4 p {
    font-size: 15px;
}
.bottom30 {
    margin-bottom: 30px;
    line-height: 1.5em;
}
.bottom40 {
    margin-bottom: 40px;
}
.bottom50 {
    margin-bottom: 50px;
}
.bottom70 {
    margin-bottom: 70px;
}
.bottom100 {
    margin-bottom: 100px;
}
.bottom120 {
    margin-bottom: 120px;
}
.crsb {
    border-top: 1px solid rgba(0,113,188,1.00);
}

/* 追加ここから*/
.estbn {
    margin: 0 auto;
    width: 70%;
    display: block;
    margin-bottom: 50px;
}

.est {
    color: #000;
    font-weight: normal;
    line-height: normal;
    text-align: center;
}

.br-sp { display: none; }

@media screen and (max-width: 767px) { .br-sp { display: block; } }

.course span{ margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

.readtxt {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
}
.readtxt > span{
    color: #0074C0;
    font-weight: bold;
}

/* 追加ここまで*/

/* ギャラリー */
#viewer .col-md-8 {
    overflow: hidden;
    position: relative;
    height: auto;
}
.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
#viewer .col-md-8 .ratio-1_1 div {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: auto;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
#viewer .col-md-8 .ratio-1_1 div .img-responsive {
    max-height: 500px;
    margin: auto;
}
#viewer .active {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
.ratio-1_1 {
    opacity: 1!important;
}
/* bootstrap 奇数割 */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}
.col-xs-3-5 {
    width: 60%;
    float: left;
}
.col-xs-4-5 {
    width: 80%;
    float: left;
}
#blog h5 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
}
#blog span, .time {
    font-weight: normal;
    line-height: 2em;
}
#blog .time2 {
    margin-right: 10px;
    font-size: 100%;
}
.time {
    margin-right: 10px;
}
.cat {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 80%;
    border-radius: 2px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0em;
}
.white-board {
    background-color: #C7E8FA;
}
.benkyo {
    background-color: #3972A8;
    color: #FFFFFF;
}
.hogosya {
    background-color: #E388B7;
    color: #FFFFFF;
}
.nyushi {
    background-color: #CCE9E5;
    color: #3794E9;
}
/* .gokaku, .tyugaku, .daigaku, .koukou {
    background-color: #D09BC5;
    color: #FFFFFF;
} */
.kantogen {
    background-color: #8995E5;
    color: #FFFFFF;
}
.kyoshitsu, .bennesse, .kobetsu_syo, .yotsuya_syo, .kodatsuno, .okyoduka, .shinkanda, .tohsemi_pa_tyu, .tohsemi_ko, .tohsemi_tyu, .tohshin_tyu, .tohshin_ko, .higashikanazawa, .mattou, .asanogawa, .kentyonishi, .nonoichi, .kanazawaminami, .kanazawa, .tsurugi {
    background-color: #91E2A0;
    color: #2FB163;
}
.yagyu {
    background-color: #E79F67;
    color: #FFFFFF;
}
#blog div .cat {
    font-size: 80%;
    font-weight: bold;
    padding-right: 10px;
    line-height: 2em;
}
.contains {
    padding-top: 30px;
}
#prev {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.prev, .next, .archive2 {
    background-color: #3284C0;
    font-weight: bold;
    display: table-cell;
    text-align: center;
}
.prev, .next {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80px;
    border: 3px solid #FFFFFF;
    position: relative;
}
.prev:after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: -16px!important;
    border-style: solid;
    border-top: 20px solid transparent;
    border-right: 13px solid #3284C0;
    border-bottom: 20px solid transparent;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
}
.next:after {
    content: '';
    position: absolute;
    bottom: 0%;
    right: -13px!important;
    border-style: solid;
    border-color: transparent transparent transparent #3284C0;
    border-width: 20px 0 20px 13px;
}
.archive2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100px;
    margin-left: 5px;
    margin-right: 5px;
}
.row .glad img {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    background-color: #54AAE3;
    margin-top: 25px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}
.tri {
    margin-top: 0px;
    padding-top: 0px;
    line-height: 0em!important;
}
.bg_offblue {
    background-color: #E3F0FB;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 0px;
    color: #0074BE;
    line-height: 2em;
/*    border-radius: 10px;*/
}
.bg_offblue2 {
    background-color: #E3F0FB;
    height: 100%;
}
.bg_blue {
    background-color: #0071BC;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.bgc {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#wuptxt .bg {
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
#copy .bg p{
    color: #0071BC;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 120%;
    margin-left: 50px;
}
#copy .bg {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.bg {
    background-color: #FFFFFF;
}
.bg2 {
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.padside {
    padding-top: 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;}
.bg2 h4,.bg2 p {
    background-color: #FFFFFF;
    padding-left: 50px;
    padding-top: 0px;
    margin-top: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bg2 .ldi {
    padding-left: 0px!important;
/*    width:80%;*/
    margin:0 auto;
}

@media screen and (max-width:767px) {
    .bg2 .ldi {
    width:100%;
}
}

.bg2 h4 {
    line-height: 1.2em;
}
.box_wup {
    border: 1px solid #0071BC;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    font-size: 150%;
    font-weight: bold;
}
.breadcrumb {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    background-color: #FFFFFF;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #EBF4FA;
    width: 100%;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
}
.nav-item {
    width: 33%;
}
.nav-tabs {
    border-bottom: 0px solid #FFFFFF;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: #0071BC;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
}
.nav-tabs .navbar-default {
    background: #EBF4FA;
}
#map {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.header_wup {
    background-image: url(../img/header2.jpg);
}
.header_syo {
    background-image: url(../img/header.jpg);
}
.header_tyu {
    background-image: url(../img/header3.jpg);
}
.header_kai {
    background-image: url(../img/header7.jpg);
}
.header_con {
    background-image: url(../img/header10.jpg);
}
.header_int {
    background-image: url(../img/header8.jpg);
}
.header_rec {
    background-image: url(../img/header13.jpg);
}
.header_kou {
    background-image: url(../img/header4.jpg);
}
.header_que {
    background-image: url(../img/header5.jpg);
}
.header_gou {
    background-image: url(../img/header6.jpg);
}
.header_kyo {
    background-image: url(../img/header12.jpg);
}
.header_wup, .header_syo, .header_tyu, .header_kyo, .header_kai, .header_con, .header_int, .header_kou, .header_que, .header_gou, .header_rec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.item img {
    width: 100%;
}
.thumb a .img-responsive {
    margin-left: auto;
    margin-right: auto;
    max-height: 230px;
    width: auto;
}
.bx-wrapper {
    margin: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}
.recruit {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #0071BC;
    min-width: 200px;
}
#wuptxt h5 img, #wuptxt .img-responsive {
    margin-left: auto;
    margin-right: auto;
}
#main .col-sm-4.top20.thumb h4 {
    font-size: 21px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .col-sm-4.top20 h4 {
    font-size: 30px;
}
#list ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #0071BC;
}
.hrb {
    width: 20%;
    border-top: 3px solid #0071BC;
}
.leadh {
    font-weight: bold;
}

.leadh span {
    color: #0071BC;
}



.btn_c {
    height: auto;
}
.btn_c dt, .btn_c dd {
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.8em;
}
.btn_c dt {
    color: #636363;
}
.btn_c dt img, .btn_c dd img {
    height: 38px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.crsb dl {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    border: 2px solid #0071BC;
}
.crsb dl dt {
    position: relative;
    font-size: 130%;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 30px;
}
.crsb dl dt:before {
    content: ">>";
    position: absolute;
    padding: 0em;
    left: -1.7em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.crsb dl dd {
    margin-bottom: 10px;
}
.gokakubox dl {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}
.gokakubox dl dt {
    font-size: 130%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.gokakubox dl dd {
    margin-bottom: 10px;
}
.hogosya_b {
    position: relative;
    background-color: #FFFFFF;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-top: 2em;
    margin-bottom: 0.5em;
    border-radius: 0 5px 5px 5px;
}
.hogosya_b:after {/*タブ*/
    position: absolute;
    font-family: "FontAwesome", 'Quicksand', 'Avenir', 'Arial', sans-serif;
    content: '\f00c 保護者より';
    background-color: #0071BC;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding-top: 5px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 3px;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.crsb .text-center .img-responsive {
    max-width: 400px;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.crsb p small {
    line-height: 1.5em;
}
.hyo {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #0071BC;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bgkosya {
    position: relative;
    background-color: #EFF8FF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0 5px 5px 5px;
    margin-top: 50px;
}
.bgkosya:after {/*タブ*/
    position: absolute;
    font-family: "FontAwesome", 'Quicksand', 'Avenir', 'Arial', sans-serif;
    content: '\f00c CHECK';
    background-color: #0071BC;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding-top: 5px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 3px;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.text-center .img-responsive {
    margin-left: auto;
    margin-right: auto;
}
.benessebox {
    padding-top: 20px;
    border-top: 1px solid #0071BC;
}
.epi {
    font-weight: bold;
}
.midashi2 {
    border-bottom: 1px solid #0071BC;
}
.midashi2 span {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    background: #0071BC;
    display: inline-block;
    padding: 10px;
}
.midashi2 span:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 100%;
    border-width: 0 15px 40px 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #0071BC;
}

#essence h3{
   margin-top: 0;
   margin-bottom: 20px;
}
.tab-content .row dt, .tab-content .row dd {
    border: 1px solid #D7EEFF;
    height: 30px;
}
.tab-content .row .big dt, .tab-content .row .big dd {
    height: 50px;
}
.tab-content .row .big dt {
    padding-top: 3px;
}
.tab-content .row dt {
    background-color: #D7EEFF;
    padding-left: 10px;
}
.tab-content .row dd {
    padding-right: 10px;
}
.tasuu {
    padding-top: 5px;
    line-height: 1.5em;
    padding-left: 10px;
    font-weight: bold;
}
.kyo_h {
    line-height: 1.2em;
    height: 100px;
    padding: auto 0;
    text-align: center;
    padding: 20px 0;
}
.bg_blue.balloon2.bottom50 ul li {
    list-style-type: disc!important;
    border-bottom: 1px solid #FFFFFF;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 125%;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
}
.circle-sec p {
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
.bg_blue.balloon2.bottom50 ul li:last-child {
    border-bottom-style: none;
    border-bottom-width: 0px;
}
#senpai {
    border-top: 1px solid #CFCFCF;
}
.panel-group2 .panel.panel-default {
    background-color: #FFFFFF;
}
.panel-group2 .panel-default > .panel-heading {
    color: #333;
    background-color: #FFFFFF;
    /* [disabled]border-left-color: #ddd; */
    /* [disabled]border-right-color: #ddd; */
    border-bottom-color: #ddd;
    border-top-color: #ddd;
    border-right-width: 0px;
    border-left-style: none;
    border-right-style: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding:0px;
}

.panel-group2{
   position: relative;
   top: -20px;
}

.panel-group2 .panel {
   margin-top: 0px;
   margin-bottom: 0px;
   background-color: #fff;
   border: 0px solid transparent;
   border-radius: 0px; 
   -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
   box-shadow: 0 0px 0px rgba(0, 0, 0, .05);

}

.panel-group2 h6 {
    font-family: "Times New Roman", Times, serif;
    font-size: 180%;
    font-weight: normal;
    font-style: italic;
}
.panel-group2 .epi {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 180%;
    font-weight: normal;
    font-style: normal;
}
.panel-group2 .c_b h6,.panel-group2 .c_w h6 {
    font-size: 100%;
    margin-bottom: 20px;
}
/* .panel-group2 .c_w h6 {
    color: #FFFFFF;
} */
.panel-group2 .col-md-12 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.img_rec0 {
    background-image: url(../img/hed_rec4.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.img_rec1 {
    background-image: url(../img/hed_rec1.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
.img_rec2 {
    background-image: url(../img/hed_rec2.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 0%;
}
.img_rec3 {
    background-image: url(../img/hed_rec3.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.img_rec_left ,.img_rec_right{
    width:100%;
}

@media screen and (max-width:767px) {
    .img_rec_left{
    margin-bottom: 10px;
}
}


.rec_menu li {
    background-color: #1A9FE2;
    color: #FFFFFF;
    float: left;
    width: 25%;
    border-left: 1px solid #FFFFFF;
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 1.5em;
}
.rec_menu3 li {
    background-color: #0075C2;
    color: #FFFFFF;
    float: left;
    width: 33%;
    border-left: 1px solid #FFFFFF;
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 1.5em;
}

.rec_menu4 a {
    background-color: #FFFFFF;
    color: #0075C2;
    float: left;
    width: 25%;
    height:130px;
    border-left: 1px solid #0075C2;
    border-top:  1px solid #0075C2;
    /* padding-top: 20px;
    padding-bottom: 40px; */
    line-height: 1.5em;
    border-bottom: 1px solid #0075C2;
    display: flex;
    justify-content: center;
    align-items: center;

}



.rec_menu4 img{
  width:30px;
}

.rec_menu4 a:last-of-type{
    border-right: 1px solid #0075C2;
}

.rec_menu3 li:hover {
    background-color: #5FB4ED;
    color: #FFFFFF;
}
@media screen and (max-width:767px) {
	.rec_menu3 li {
    border-left: 1px solid #FFFFFF;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 1.5em;
}
		.rec_menu3 li h5 {
    font-size: 80%;
}

.rec_menu4 .border{
  width:100%;
  height:75px;
  border-right: 1px solid #0075C2;
  border-left: 1px solid #0075C2;
  border-bottom: 1px solid #FFFFFF;
  /* padding-top: 8px; */
  line-height: 1.5em;
  clear: left;
}

.rec_menu4 li{
  width:fit-content;
  display: flex;
  margin: auto;
}


.rec_menu4 .border:last-of-type {
  border-bottom : 1px solid #0075C2;
}

.rec_menu4 img{
  width:15px;
}

.bg2 {
    padding-right: 25px;
    padding-left: 25px;
}

}
.rec_menu li span {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 180%;
    line-height: 2.5em;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.rec_menu2 li {
    background-color: #0071BC;
    color: #FFFFFF;
    float: left;
    width: 16.666%;
    border-left: 1px solid #FFFFFF;
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 1.5em;
}
.rec_menu2 li span {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 180%;
    line-height: 2.5em;
    font-weight: normal;
    letter-spacing: 0.1em;
}

@media (min-width: 1400px) {
.navbar-default .navbar-nav > .contact > a {
    color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0071BC;
    font-weight: bold;
}
.contact > a > img {
    width: 150px!important;
}
.navbar-right {
    margin-right: -20px!important;
}
.contact {
    width: 210px!important;
    background: #E56891;
    padding-top: 7px!important;
    padding-right: 5px;
    padding-bottom: 7px!important;
    position: relative;
    color: #FFFFFF;
    margin-top: 0px!important;
    padding-left: 5px!important;
    margin-left: 20px!important;
    margin-right: -20px!important;
}
.contact:after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: -40px!important;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 113px 40px!important;
    border-color: transparent transparent #E56891 transparent;
}
.contact:hover {
    color: #D3D3D3;
}
.navbar-right {
    margin-right: -20px;
}
.navbar-right li a, navbar-right li a span {
    padding-left: 20px;
}
}

@media screen and (max-width:1399px) {
.nav > li > a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.navbar-right li a {
    padding-left: 8px;
}
    #rec_btn2 button {
    width: 50%;
}
}

@media (min-width: 1200px) {
.col-lg-1-5 {
    width: 20%;
    float: left;
}
.col-lg-2-5 {
    width: 40%;
    float: left;
}
.col-lg-3-5 {
    width: 60%;
    float: left;
}
.col-lg-4-5 {
    width: 80%;
    float: left;
}
.navbar-brand > img {
    margin-right: 50px;
}
.contact > a > img {
    width: 120px;
}
.wupbody {
    margin-top: 80px;
}
.f_logodmp {
    width: 50px;
}
#footer img {
    margin-left: 11px;
}
#footer a .f_logo {
    margin-left: 0px !important;
    width: 200px;
    margin-top: 100px;
    float: right;
}
}

@media screen and (max-width:1199px) {
.nav > li > a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
    font-size: 80%;
}
.card button {
    font-size: 15px;
}
    #footer a .f_logo {
    margin-left: 0px !important;
    width: 70%;
    margin-top: 100px;
    float: right;
}

#footer a .fb {
    width: 45px;
    margin-top: 115px;
}
        #footer .hidden-xs li {
    font-size: 80%;
    line-height: 1.5em;
    margin-bottom: 5px;
}
}

@media (min-width: 992px) {
    .md3space {margin-left: 14%;}
.col-md-1-5 {
    width: 20%;
    float: left;
}
.col-md-2-5 {
    width: 40%;
    float: left;
}
.col-md-3-5 {
    width: 60%;
    float: left;
}
.col-md-4-5 {
    width: 80%;
    float: left;
}
.contact > a > img {
    width: 120px;
}
.navbar-right {
    margin-right: -20px;
}
.contact {
    width: 150px;
    background: #0071BC;
    padding-top: 15px;
    padding-left: 5px;
    padding-bottom: 15px;
    position: relative;
    color: #0071BC;
    margin-top: 0px;
    padding-left: 0px;
    margin-right: -20px;
}
.contact:after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: -35px;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 35px;
    border-color: transparent transparent #0071BC transparent;
}
#footer img {
    margin-left: 11px;
}

.navbar-nav > li > a {
    padding-top: 60px;
    padding-bottom: 20px;
}

.navbar-collapse h1 {
    padding-top: 30px;
    margin-left:90px;
}

.navbar-nav > .contact > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
#defaultNavbar1 .navbar-right > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.arimg img {
    height: auto;
    text-align: center;
}
.arimg {
    text-align: center;
    height: auto;
    max-height: 300px;
    margin-bottom: 20px;
}
.navbar-nav {
    margin-left: 90px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.wuplogo {
    width: 90%;
}
.navbar-nav > li > .dropdown-menu {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    transition: all .4s;
    font-weight: normal;
}
.navbar-nav > li > .dropdown-menu > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px dotted #FFFFFF;
    text-shadow: 0px 0px;
    color: #FFFFFF;
    background-color: #3284C0;
}
.navbar-nav > li > .dropdown-menu li a {
    font-weight: normal;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #FFFFFF;
    font-weight: normal;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.dropdown:hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}
}

@media (max-width: 1040px) {
.navbar-header {
    float: none;
}
.navbar-left, .navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in {
    display: block !important;
}
#defaultNavbar1 .nav > li > a {
    font-size: 100%;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
    z-index: 1;
}
#defaultNavbar1 .nav > li > ul > li {
    font-size: 100%;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFFFFF!important;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #0071BC;
}
.navbar-toggle {
    margin-top: 25px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    /*overflow: visible;*/
    overflow: hidden;
    height: auto;
}
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF;
}
#footer img {
    margin-left: 0px;
}
#footer a .fb {
    width: 13%;
    margin-top: 100px;
}
#footer a .f_logo {
    margin-left: 5% !important;
    margin-top: 40%;
    float: right;
}
.navbar-right li a {
    padding-left: 0px;
}
.arimg a {
    text-align: center;
    height: 150px;
}
.arimg {
    height: 140px;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
}
.wuplogo {
    width: 90%;
}
.navbar-nav > li > .dropdown-menu {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    transition: all .4s;
    font-weight: normal;
}
.dropdown-menu > li > a {
    text-shadow: 0px 0px #0071BC;
}
.navbar-default .navbar-nav > .open, .navbar-default .navbar-nav > .open:hover, .navbar-default .navbar-nav > .open:focus {
    color: #FFFFFF;
    background-color: #0071BC;
    opacity: 0.8;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}
.navbar-collapse {
    padding-right: 0px!important;
    padding-left: 0px!important;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    background-color: #1A9FE2;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rec_box .jikan {
    padding-top: 50px;
    margin-top: 50px;
}
.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
            .bg_img {
    background-image: url(../img/back_img.jpg);
    background-size: 120% auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
        .box6 {
    float: none!important;
}
}

/*　画面サイズが768px以上の場合読み込む　*/
@media (min-width: 768px) {
.col-sm-1-5 {
    width: 20%;
    float: left;
}
.col-sm-2-5 {
    width: 40%;
    float: left;
}
.col-sm-3-5 {
    width: 60%;
    float: left;
}
.col-sm-4-5 {
    width: 80%;
    float: left;
}
.navbar-nav > .contact > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.bg-img1 {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    width: 200px;
    position: absolute;
    left: 10px;
    bottom: -100px;
}
.navbar-brand > img {
    width: 200px;
}
.pagetop img {
    width: 45px;
    height: 150px;
}
.navbar-right {
    margin-right: 0px!important;
}
.navbar-right li a, navbar-right li a span {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 0px solid #9A9A9A!important;
}
.header_wup, .header_syo, .header_tyu, .header_kyo, .header_kai, .header_con, .header_int, .header_kou, .header_que, .header_gou, .header_rec, .hrttl {
    height: 431px;
}
#otoi {
    color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    bottom: 0px;
    font-weight: bold;
    z-index: 900;
    left: 0%;
    right: 0%;
    width: 100%;
}
#otoi img {
    width: 350px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
}


#copyright p {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}
.container.bottom50 #blog .text-justify.col-sm-4.col-xs-6.top20.thumb.wow.fadeIn.hvr-shrink {
    min-height: 290px;
}
.text-justify.col-sm-4.col-xs-6.top20.thumb.wow.fadeIn.hvr-shrink a .img-responsive.colorbox-5767.wp-post-image {
    max-height: 200px;
}
.hv {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
}
.bg2 h5 span {
    font-size: 70%;
    margin-left: 20px;
}
.row-eq-height {
    display: -ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display: flex;
 -ms-flex-wrap:wrap;/*--- IE10用 ---*/
 -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
 flex-wrap:wrap;
}
.cover-text2 {
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-shadow: 0px 0px;
    background-color: #0071BC;
    width: 65px;
    position: relative;
    left: -15px;
    top: 0px;
}
    .cover-text3 {
    margin-left: 0px;
    padding-top: 13px;
    padding-right: 5px;
    padding-bottom: 13px;
    padding-left: 5px;
    text-shadow: 0px 0px;
    background-color: #0071BC;
    width: 65px;
    position: relative;
    left: -10px;
    top: -10px;
    z-index: 5;
    float: left;
    margin-right: 20px;
}
    .cover-text3 h5 {
    color: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    font-size: 180%;
    text-align: center;
}
.cover-text2 h5 {
    color: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    font-size: 180%;
}

.cover-text4 {
margin-left: 0px;
/* padding-top: 13px; */
padding-right: 5px;
/* padding-bottom: 13px; */
padding-left: 5px;
text-shadow: 0px 0px;
background-color: #0071BC;
width: 200px;
position: relative;
/* left: -10px;
top: -10px; */
z-index: 5;
float: left;
margin-right: 20px;
}

.cover-text4 h5{
  color: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 0;
}

.gokakubox h6{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  line-height: 1.5em;
}

.gokakubox p{
  margin: 20px 0px 10px 0px;
  line-height: 1.5em;
}

    #point h4,#point2 h4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 120%;
    line-height: 2em;
    margin-bottom: 25px;
    text-align: left;
    font-weight: bold;
    margin-top: 15px;
}

}

/*　画面サイズが767px以下の場合読み込む　*/
@media screen and (max-width:767px) {
.container.bottom50 #blog .text-justify.col-sm-4.col-xs-6.top20.thumb.wow.fadeIn.hvr-shrink {
    min-height: 200px;
}
.pagetop #pagetop img {
    width: 50px;
}
.bg-img1 {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    width: 100px;
    position: absolute;
    left: 10px;
    bottom: -50px;
}
.card button {
    font-size: 15px;
}
#tab1 dl, #tab2 dl, #tab3 dl {
    margin-bottom: 0px;
}
#tab1 dl dt, #tab2 dl dt, #tab3 dl dt {
    float: left;
    width: 75%;
    line-height: 2em;
    margin-bottom: 10px;
    padding-right: 20px;
    font-size: 92%;
}
.tab-content dl dd .img-responsive {
    padding-right: 20px;
    padding-left: 20px;
}
#tab1 dl dd, #tab2 dl dd, #tab3 dl dd {
    width: 25%;
    float: left;
    line-height: 2em;
    margin-bottom: 10px;
}
#tab1 th, #tab1 td, #tab2 th, #tab2 td, #tab3 th, #tab3 td {
    font-size: 90%;
}
#tab1 td, #tab2 td, #tab3 td {
    text-align: right;
}
#tab1 th, #tab2 th, #tab3 th {
    padding-left: 20px;
}
#footer li {
    border-bottom: 1px solid #D6D6D6;
}
.wupcopy {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#footer {
    background-color: #EEEEEE;
}
#footer .top50 {
    margin-top: 0px!important;
}
.bg_offblue h2 {
    font-size: 28px;
}
.navbar-brand {
    display: block;
    height: auto;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.navbar-brand > img {
    width: 149px;
}
.sppad50 {
    padding-left: 50px!important;
    padding-right: 50px!important;
}
#wup .row .col-sm-8 {
    height: auto;
}
#wup nav {
    padding-top: 10px;
}
#wup nav .breadcrumb {
    margin-bottom: 10px!important;
}
.header_wup, .header_syo, .header_tyu, .header_kyo, .header_kai, .header_con, .header_int, .header_kou, .header_que, .header_gou, .header_rec, .hrttl {
    height: 250px;
}
#wuptxt .col-md-6 p {
    margin-bottom: 30px;
}
#otoi {
    background-color: #1A9FE2;
    color: #FFFFFF;
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-weight: bold;
    z-index: 900;
}
.br-pc {
    display: none;
}
.br-sp {
    display: inline;
}
#topslide {
    margin-top: 90px!important;
   
}
.card .badge.badge-secondary {
    background-color: #fff;
    margin-right: 10px;
    display: inline-block;
    min-width: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0px;
    border: 1px solid #0071BC;
    margin-top: 0px;
    /* float: left; */
}
.card .btn-link {
    text-align: left;
}
.navbar-brand_f .f_logo {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-right: auto;
    padding-left: auto;
}
.f_logodmp {
    margin-left: auto;
    margin-right: auto;
}
#footer .navbar-brand_f {
    width: 250px!important;
    float: none!important;
    clear: none!important;
}
.pagetop img {
    width: 35px;
    height: 120px;
}
#sns li {
    font-size: 40px;
    margin-top: 50px;
}
#copyright p {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#footer .col-sm-1-5 .top20 {
    margin-top: 0px;
}
#blog .col-xs-6 {
    height: auto;
}
#copy h2 {
    font-weight: bold;
    font-size: 18px;
}
.outline .philosophy dt, .outline .philosophy dd {
    float: none;
    width: 100%;
}
.hv {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
}
.bg2 h5 span {
    font-size: 80%;
    margin-left: 0px;
}
.col-xs-10 {
    width: 90%;
}
.col-xs-offset-1 {
    margin-left: 5%;
}
#tab1 .row .col-md-6, #tab2 .row .col-md-6, #tab3 .row .col-md-6 {
    width: 88%;
    margin-left: 5%;
}
.arimg {
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}
.btn_c dt img, .btn_c dd img {
    height: 40px;
    margin-right: 5px;
}
.btn_c {
    height: auto;
}
.sp-center {
    text-align: center;
}
.row .col-sm-2.text-center .img-responsive.smi {
    width: 50%;
}
.cover-text2 {
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-shadow: 0px 0px;
    background-color: #0071BC;
    width: 40px;
    position: relative;
    left: -15px;
    top: 0px;
}
.cover-text2 h5 {
    color: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    font-size: 80%;
}
.nav-justified > li {
    background-color: #3284C0;
}
.nav-justified > li a {
    color: #FFFFFF !important;
    font-weight: bold;
}
.rec_box .jikan {
    padding-top: 80px;
    margin-top: 50px;
}
.row.bottom50.bg-white .col-md-6.rec_box.visible-xs.top30 .que {
    margin-top: 50px;
}
#bg_blue h2, #bg_blue h1{
    color: #FFFFFF;
}
#blog h5 {
    height: 45px;
}
.thumb a .img-responsive {
    margin-left: auto;
    margin-right: auto;
    max-height: 210px;
    width: auto;
}
    .rec_menu li span {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 120%;
    line-height: 2.5em;
    font-weight: normal;
    letter-spacing: 0.1em;
}
    .rec_menu li {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 110px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 90%;
}
    .rec_menu2 li {
    background-color: #0071BC;
    color: #FFFFFF;
    float: left;
    width: 16.666%;
    border-left: 1px solid #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.5em;
        min-height: 140px;
}
.rec_menu2 li span {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 120%;
    line-height: 2.5em;
    font-weight: normal;
    letter-spacing: 0.1em;
}
    .panel-group2 .col-md-12 {
    padding-top: 10px;
    padding-bottom: 10px;
}
    #collapseFour .col-md-12 {
    padding-top: 50px;
}
    .panel-group2 h6 {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 120%;
    font-weight: normal;
}
    .bg_img {
    background-image: url(../img/back_img.jpg);
    background-position: 75% 100%;
    background-size: 120% auto;
    background-repeat: no-repeat;
}
    #rec_btn button,#rec_btn2 button {
    width: 100%;
}
        .cover-text3 {
    margin-left: 0px;
    padding-top: 13px;
    padding-right: 5px;
    padding-bottom: 13px;
    padding-left: 5px;
    text-shadow: 0px 0px;
    background-color: #0071BC;
    width: 65px;
    position: relative;
    left: -10px;
    top: -10px;
    z-index: 5;
    float: left;
    margin-right: 20px;
}
    .cover-text3 h5 {
    color: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    font-size: 180%;
    text-align: center;
}

.cover-text4 {
margin-left: 0px;
padding-right: 5px;
padding-left: 5px;
text-shadow: 0px 0px;
background-color: #0071BC;
width: 100%;
position: relative;
z-index: 5;
margin-right: 20px;
}

.cover-text4 h5{
  color: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 0;
}

.gokakubox h6{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  line-height: 1.5em;
  text-align: center;
}

.gokakubox p{
  margin: 10px 0px 10px 0px;
  line-height: 1.5em;
}

        #point h4,#point2 h4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 120%;
    line-height: 2em;
    margin-bottom: 25px;
    text-align: left;
    font-weight: bold;
    margin-top: 15px;
}
        .btn-sp {
    margin-top: 30px!important;
}
        .sp-sonzai {
    margin-top: 30px!important;
}
    .img_rec0 {
    background-image: url(../img/hed_rec4.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: -20% 0%;
}
.img_rec1 {
    background-image: url(../img/hed_rec1.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 120% 0%;
}
.img_rec2 {
    background-image: url(../img/hed_rec2.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 0%;
}
.img_rec3 {
    background-image: url(../img/hed_rec3.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: -30% 0%;
}
.panel-group2 .smpepi {
    font-size: 100%!important;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    background-color: #1A9FE2;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
    font-style: normal;
    margin-top: 0px;
}
        #senpai .top100 {
    margin-top: 0px;
}
     #collapseOne .bg-white {
    margin-bottom: 0px;
}

}


@media screen and (max-width:600px) {
.thumb a .img-responsive {
    margin-left: auto;
    margin-right: auto;
    max-height: 140px;
    width: auto;
}
}
@media screen and (max-width:500px) {
 .thumb a .img-responsive {
 margin-left: auto;
 margin-right: auto;
 max-height: 140px;
 width: auto;
}
        .img_rec0 {
    background-image: url(../img/hed_rec4.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: -50% 0%;
}
.img_rec1 {
    background-image: url(../img/hed_rec1.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 200% 0%;
}
.img_rec2 {
    background-image: url(../img/hed_rec2.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 120% 0%;
}
.img_rec3 {
    background-image: url(../img/hed_rec3.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: -200% 0%;
}
}
@media screen and (max-width:400px) {
 .thumb a .img-responsive {
 margin-left: auto;
 margin-right: auto;
 max-height: 100px;
 width: auto;
}
.img_rec0 {
    background-image: url(../img/hed_rec4.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: -500% 0%;
}
.img_rec1 {
    background-image: url(../img/hed_rec1.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 800% 0%;
}
.img_rec2 {
    background-image: url(../img/hed_rec2.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 300% 0%;
}
.img_rec3 {
    background-image: url(../img/hed_rec3.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: -700% 0%;
}
}
@media screen and (max-width:375px) {

.kyo_h {
    line-height: 1.2em;
    height: inherit!important;
    padding: auto 0;
    text-align: center;
    padding: 20px 0;
}

 .thumb a .img-responsive {
 margin-left: auto;
 margin-right: auto;
 max-height: 90px;
 width: auto;
}
h5 {
 font-size: 20px;
}
h4 {
 font-size: 23px;
}
h3 {
 font-size: 25px;
}
h2, .h2 {
 font-size: 25px;
}
.bg_offblue h2 {
 font-size: 25px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
 padding-right: 15px;
 padding-left: 15px;
}

 .btn_c dt img, .btn_c dd img {
 height: 32px;
 margin-right: 5px;
}
.btn_c {
 height: auto;
}
.btn_c dd {
 margin-bottom: 15px;
}
.btn_c dt, .btn_c dd {
 margin-bottom: 10px;
 text-align: left;
 line-height: 1.2em;
}
    .img_rec0 {
    background-image: url(../img/hed_rec4.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: -150% 0%;
}
.img_rec1 {
    background-image: url(../img/hed_rec1.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 300% 0%;
}
.img_rec2 {
    background-image: url(../img/hed_rec2.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 150% 0%;
}
.img_rec3 {
    background-image: url(../img/hed_rec3.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: -160% 0%;
}
    .rec_yaji {
    width: 50px;
}
        .bg_img {
    background-image: url(../img/back_img.jpg);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: 120% 100%;
}
    .panel-group2 .btn-default2 {
    font-size: 80%;
}
        .rec_menu2 li {
    background-color: #0071BC;
    color: #FFFFFF;
    float: none;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1em;
    min-height: 10px;
    text-align: left;
    padding-left: 10px;
}
    .rec_menu2 a li:before {
    content: "＞";
    position: absolute;
    color: #FFFFFF;
    left: 90%;
    line-height: 3em;
}
        .rec_menu2 br {
    display: none;
}
    .panel-heading {
    padding-top: 10px;
    padding-right: 0px!important;
    padding-left: 0px!important;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
    .bg_blue.balloon2.bottom50 ul li {
    margin-right: 15px;
}
    .circle-sec p {
    font-size: 80%;
    line-height: 1.2em;
}
    .row.bottom50.bg-white .col-md-6.rec_box.visible-xs.top30 .que {
    margin-top: 30px;
}
    .panel-group2 .epi {
    font-size: 7px!important;
    font-weight: bold;
}

        #senpai h4,#senpai2 h4,#senpai3 h4,#senpai4 h4 {
    font-size: 120%;
}
    #collapseOne .bg-white {
    margin-bottom: 0px;
}
    .box_wup {
    border: 1px solid #0071BC;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 130%;
    font-weight: bold;
}
        .box_wup img {
    width: 28px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
    #inline-content2 h4,#inline-content h4 {
        font-size: 130%;
    }
    #inline-content2 .thumbnail, #inline-content .thumbnail {
    margin-left: auto!important;
    margin-right: auto!important;
    }
    .thumbnail {
    margin-bottom: 20px;
    margin-left: auto!important;
}
}
/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 {
    background: #EBF4FA;
    border: 1px solid #EBF4FA;
    padding-top: 50px!important;
    padding-bottom: 50px!important;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 30px 0;
    text-align: left;
}
div.wpcf7 p {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}
div.wpcf7 input, .wpcf7 textarea {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}
div.wpcf7 input[type="radio"], div.wpcf7 input[type="checkbox"] {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 14px;
    width: auto!important;
    margin-top: 10px;
}
div.wpcf7 textarea {
    width: 100%;
    height: 300px;
}
div.wpcf7 input.wpcf7-submit {
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 200px;
    height: 45px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #0071BC;
    border: 1px solid #0071BC;
}
div.wpcf7 input.wpcf7-submit:hover {
    background: #006080;
    border: 1px solid #006080;
}
.wpcf7 input.wpcf7-submit:active {
    box-shadow: none;
    bottom: -2px;
    position: relative;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    border: 1px solid #009de1;
}
.wpcf7-captchac {
    border: 1px solid #ccc;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
    background: #ffb6c1;
}
.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 80%;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}
/* 必須赤色表示 */
.wpcf7 .required {
    color: #f00;
}
/* 任意緑色表示 */
.wpcf7 .any {
    color: #080;
}
.wpcf7 .wpcf7-not-valid {
    background: #ffb6c1;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}
 @media print {
a[href]:after {
 content: "" !important;
}
abbr[title]:after {
 content: "" !important;
}
}
.cover-img {
    display: table;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* ワイドスクリーン用のCSS */
@media only screen and (min-width: 1500px) {
.cover-img {
 height: 350px;
}
.cover-text ,.cover-text-yamada {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-left: 0px;
    right: 10%;
    position: absolute;
    top: 15%;
}
}

@media only screen and (min-width: 1000px) {
    .n2-ss-align.n2-ss-slider-align-visible {
    margin-left: auto;
    margin-right: auto;
}


}
@media only screen and (min-width: 700px) {
    .n2-ss-align.n2-ss-slider-align-visible {
    margin-left: auto;
    margin-right:auto;
}

}



/* タブレット用のCSS */
@media only screen and (min-width : 991px) and (max-width : 1499px) {
.cover-img {
 height: 300px;
}
.cover-text,.cover-text-yamada {
 top: 15%;
}
}
 @media only screen and (min-width : 768px) and (max-width : 990px) {
.cover-img {
 height: 200px;
}

/*.cover-text,.cover-text-yamada {
 top: 10%;
}*/
     .cover-text h5,.cover-text .que ,.cover-text-yamada h5 ,.cover-text-yamada .que{
    font-size: 140%;
}
     .cover-text h5 .recbr ,.cover-text-yamada h5 .recbr {
    display: none;
}
}
 @media only screen and (min-width : 768px) {
.rec_box {
 padding-top: 20px;
 padding-right: 20px;
 padding-bottom: 20px;
 padding-left: 20px;
}
}

/* スマホ用のCSS */
@media only screen and (max-width: 767px) {
.el_fixedBunner {
    display: none!important;
}

.cover-img {
 height: 100px;
}
.cover-text ,.cover-text-yamada{
 display: inherit;
 vertical-align: middle;
 text-align: left;
 position: static;
}
    .cover-text ,.cover-text-yamada{
    top: 25%;
}
.rec_box {
 padding-right: 20px;
 padding-bottom: 20px;
 padding-left: 20px;
}
.cover-img {
 height: 100px;
}
 .rec_box h3 {
 margin-top: 50px;
}
}
 @media only screen and (max-width: 375px) {
 .rec_box .jikan {
 padding-top: 150px;
 margin-top: 50px;
}
 .btn-kousya {
 background-color: #D5DBEB;
 margin-left: 0px;
 padding-top: 3px;
 padding-bottom: 3px;
 border-radius: 0px;
 font-size: 90%;
 margin-right: 5px;
 color: #0071BC;
 border-color: #D5DBEB;
 text-align: center;
 padding-left: 5px;
 padding-right: 5px;
 min-width: 95px;
 font-weight: bold;
 margin-bottom: 5px;
}
.cover-img {
    height: 100px;
}
.cover-text ,.cover-text-yamada{
    top: 10%;
    right: 5%!important;
}
 .cover-text p .cover-text-yamada p{
    font-size: 100%;
    text-align: left;
    margin-top: 25px;
}
     .history dt,.history dd,.gaiyou dt,.gaiyou dd {
    font-size: 90%;
}
}
.cover-text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-left: 0px;
    left: 10%;
    position: absolute;
}

.cover-text-yamada{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-left: 0px;
    right: 5%;
    position: absolute;

}
.rec_box h5, .cover-text .que ,.cover-text-yamada .que{
    font-size: 120%;
    font-weight: bold;
}
.row.bg-white.bottom100 .col-md-6.rec_box.visible-xs.top30 .ans {
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 150%;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.row.bottom50.bg-white .col-md-6.rec_box.visible-xs.top30 .ans {
    font-weight: normal;
    letter-spacing: 0.1em;
}
.row.bottom50.bg-white .col-md-6.rec_box.visible-xs.top30 .ans span {
    color: #D60003;
    font-family: "YuGothic", "meiryo", sans-serif;
}
.accordionbox {
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
}
#accordion{
    margin-top: 0px;
}

#accordion .accordionlist {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.accordionlist dt {
    display: block;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 5px;
    padding-bottom: 0px;
    border-top: 1px solid #DFDFDF;
}
.accordionlist dt:first-child {
    border-top: none !important;
}
.accordionlist dt:last-child {
    margin-bottom: 15px;
}
.accordionlist dt .title {
    padding-left: 10px;
    float: left;
    margin-top: 0px;
    margin-bottom: 5px;
}
.accordionlist dt .title p {
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 0px;
    color:#0071BC;
}
.accordionlist dd {
    display: none;
    padding-right: 0;
    padding-left: 15px;
    padding-bottom: 5px;
    line-height: 2em;
}
.accordion_icon, .accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.navbar-nav .accordion_icon {
    position: relative;
    width: 30px;
    height: 15px;
    float: right;
    margin-right: 5px;
    margin-top: -28px;
    opacity: 1;
}
.accordion_icon {
    position: relative;
    width: 30px;
    height: 15px;
    float: right;
    margin-right: 5px;
    margin-top: 9px;
}
.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #D1D1D1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
    display: none;
}
.accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.clearfix {
    clear: both;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}


.ad-sp.view{
  z-index:100;
}

.ad-sp{
/*  display: flex;*/
  width: 100%;
  height: 75px;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 113, 187,0.6);
  box-sizing: border-box;
  padding: 13px 15px 17px;
  transition: all 0.4s;
  opacity: 1;
}


.ad-sp p {
/*    display: block;*/
    width: 115px;
    height: auto;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1.33;
    color: #FFF;
    text-align: center;
}

.ad-sp p span {
/*    display: block;*/
    font-size: 0.5rem;
    font-weight: 800;
    margin-top: 5px;
    color: #FFF;
}

.ad-sp .btn {
/*    display: block;*/
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    line-height: 1;
    color: #FFF;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50px;
    background-color: #ff3969;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 18px;
    padding-bottom: 19px;
    letter-spacing: 0.03em;
}

.ad-sp.isActive{
  opacity: 1;
   transition: all 0.65s;

}

.float-start {
  float: left !important;
}


@supports (-ms-ime-align:auto) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-top: -15px!important;
  }
        .navbar-brand {
    padding-top: 0px!important;
}

}




/* ================================================ */
.wrapp-sns {
    display: block;
    width: 100%;
    max-width: 940px;
    height: auto;
    margin: 40px auto 60px auto;
}
.wrapp-sns::after {
    content: "";
    clear: both;
    display: block;
}
.wrapp-sns .sns {
    display: block;
    width: calc(50% - 20px);
    height: auto;
    margin-right: 40px;
    float: left;
}
.wrapp-sns .sns:last-of-type {
    margin-right: 0;
}
.wrapp-sns .sns h3 {
    text-align: center;
    margin-bottom: 36px;
    border-bottom: 1px solid #0071bc;
    padding-bottom: 12px;
}
.wrapp-sns .sns h3 i {
    font-size: 32px;
    margin-right: 12px;
}
.wrapp-sns .sns iframe {
    width: 100% !important;
}
@media only screen and (max-width : 960px) {
    .wrapp-sns .sns {
        width: 100%;
        max-width: 450px;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        float: none;
        margin-bottom: 50px;
    }
    .wrapp-sns .sns:last-of-type {
        margin-right: auto;
        margin-bottom: 0;
    }
}
@media only screen and (max-width : 767px) {
    .wrapp-sns{
        margin: -10px auto 30px auto;
    }
    .wrapp-sns .sns {
        max-width: 315px;
        margin-bottom: 40px;
    }
    .wrapp-sns .sns h3 {
        margin-bottom: 24px;
        padding-bottom: 8px;
    }
    .wrapp-sns .sns h3 i {
        font-size: 26px;
        margin-right: 6px;
    }
}


#footer .fb {
    width: 45px;
    float: right;
    margin-top: 135px;
    margin-left: 0;
}
#footer .tw {
    display: block;
    font-size: 40px;
    float: right;
    margin-top: 150px;
    margin-right: 5px;
    margin-left: 5px;
}
#footer .tw:hover {
    color: #337ab7;
    opacity: 0.8;
}
@media only screen and (max-width : 767px) {
    #footersmp .tw {
        display: inline-block;
        font-size: 36px;
        position: relative;
        top: 10px;
        margin: 6px;
    }
    #footersmp .f_logodmp {
        display: inline-block;
    }
}


.wrapp-share {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 80px;
    margin-bottom: 100px;
}
.wrapp-share h5 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-weight: 600;
    border-bottom: 1px solid #0071bc;
}
.wrapp-share ul {
    list-style: none;
    text-align: center;
}
.wrapp-share ul li {
    display: inline-block;
    margin-right: 12px;
    padding: 0 !important;
    border-bottom: none !important;
}
.wrapp-share ul li:last-of-type {
    margin-right: 0;
}
.wrapp-share ul li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 1;
    padding-top: 9px;
    text-align: center;
    opacity: 1 !important;
}
.wrapp-share ul li a.line:hover i {
    color: #00b900;
}
.wrapp-share ul li a.twitter:hover i {
    color: #55acee;
}
.wrapp-share ul li a.facebook:hover i {
    color: #3B5998;
}

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

    .wrapp-share {
        margin-top: 50px;
        margin-bottom: 60px;
    }
    .wrapp-share h5 {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }
    .wrapp-share ul {
        list-style: none;
        text-align: center;
    }
    .wrapp-share ul li a {
        width: 42px;
        height: 42px;
        font-size: 42px;
    }

}


/* ================================================ */
/* Page winter2018 */
.wrapp-flow {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
}
.wrapp-flow .img {
    width: calc(100% - 40px);
    max-width: 930px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.wrapp-flow .img.pc {
    display: block;
}
.wrapp-flow .img.sp {
    display: none;
}
.wrapp-flow p {
    padding: 0 !important;
    margin-top: 5px !important;
    font-size: 13px !important;
}
.wrapp-flow p br {
    display: none;
}
@media only screen and (max-width : 767px) {
    .wrapp-flow {
        margin-top: -20px;
        margin-bottom: 15px;
    }
    .wrapp-flow .img {
        max-width: 345px;
    }
    .wrapp-flow .img.pc {
        display: none;
    }
    .wrapp-flow .img.sp {
        display: block;
    }
    .wrapp-flow p {
        font-size: 11px !important;
        margin-top: 10px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
        text-align: left !important;
    }
    .wrapp-flow p br {
        display: block;
    }
}


/* ================================================ */
/* Page math2019 */

.toshin_es div.wpcf7{
    background: #ebf5f1;
    border: 1px solid #ebf5f1;
}
.toshin_es div.wpcf7 p{
    color: #409181;
}
.toshin_es div.wpcf7 input.wpcf7-submit{
    background: #409181;
    border: 1px solid #409181;
}
.toshin_es div.wpcf7 input.wpcf7-submit:hover{
    background: #017760;
    border: 1px solid #017760;
}
.toshin_es_logo img{
    width: 250px;
    margin-bottom: 20px;
}


/* ================================================ */
/* Slider 20190527 */
.wrapp-slider * {
    outline: none !important;
}
.wrapp-slider {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.inner-slider {
    display: block;
    width: 100%;
    height: auto;
    background-image: url(../img/slider/slider_bg.gif);
    background-repeat: repeat;
    background-position: top left;
}
.swiper-container {
    display: block;
    width: 1000px;
    height: 499px;
}
.swiper-container img {
    width: 100%;
    height: auto;
}
.swiper-slide {
    background-color: #FFF;
}
.swiper-button-next, .swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
    margin-top: 0 !important;
    background-size: 32px 32px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/slider/slider_arrow_right.svg) !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/slider/slider_arrow_left.svg) !important;
}
.swiper-pagination {
    position: relative !important;
    margin-top: 10px !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin-left: 10px !important;
}
.swiper-pagination-bullet:first-of-type {
    margin-left: 0;
}
.swiper-pagination-bullet-active {
    background: #0071BC !important;
}

@media only screen and (max-width : 767px) {
    .wrapp-slider {
        margin-top: 80px !important;
        margin-bottom: 10px;
    }
    .swiper-container {
        width: 100%;
        height: 188px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 24px !important;
        height: 24px !important;
        background-size: 24px 24px !important;
    }
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        margin-left: 8px !important;
    }
}

.p-15 {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}

@media only screen and (max-width : 767px) {
.p-15 {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
}


}

.el_fixedBunner {
    position: fixed;
    z-index: 20;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
}
.el_fixedBunner:hover {
opacity: 0.7;
}

/*　上に上がる動き　*/

.el_fixedBunner.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-50px);
  }
}

/*　下に下がる動き　*/

.el_fixedBunner.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-50px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}



.doragon_header{
 position:relative;
 max-width: 1000px;
 margin: auto;
}

.doragon_copy{
  position:absolute;
  top:100px;
  left:100px;
}

.doragonsakura_form{
  background:#EBF4FA;
  border:1px solid #EBF4FA;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius:10px;

}

.doragonsakura_form p{
  padding-top:20px;
  padding-right:20px;
  padding-left: 20px;
  padding-bottom:10px;
  margin: 0;
  font-size: 15px;
}

.doragonsakura_form input{
  border:1px solid #ccc;
  width:100%;
  margin-top: 10px;
  padding: 8px;
  font-size: 14px;
}

.ryokinhyo{
    border: 1px solid #0075C1 ;
    background-color: #ffffff;
    color: #0075C1;
    text-align: center;
    vertical-align: middle;
    font-size: 2rem;
}

.ryokinhyo td {
    padding: 5px;
}

.ryokinhyo th {
    padding: 5px;
    background-color: #4C9ED4;
    color: #ffffff;
}
.ryokinhyo tr td:nth-of-type(1){
    background-color: #E3F0FB;
  }

@media only screen and (max-width : 767px) {
    .ryokinhyo {
        font-size: 1.5rem;
    }
}

.border-radius10{
    border-radius:10px;
}

.coursemidashi{
    padding:5px;
    height:300px;
}

.coursemidashi .leadh{
    line-height: 23px;
    background-color: #fff;
    padding: 20px;
    width:70%;
    margin: 10px auto;
    border-radius: 10px;
    font-size: 150%;
}

@media only screen and (max-width : 767px) {
#course {
    margin-bottom: 100px;
}
}

.coursemidashi .flex{
    display: flex;
}

.coursemidashi .flex .leadh{
    margin: 0 5px 20px 5px;
    border: 2px solid #0071BC;
}

/* .flex img {
    width: 50px; 
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;

  } */

  .thumb .img {
    width: 50px; /*画像サイズ指定*/
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    bottom: 19px;
    left:10px
  }

  .thumb .img2 {
    width: 50px; /*画像サイズ指定*/
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    bottom: 19px;
    right: 5px;
  }

  .thumb .img3 {
    width: 100px; /*画像サイズ指定*/
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    bottom: -11px;
    right: 33%;
  }

  .system{
    margin:0 5px 0px 5px;
    padding: 10px;
    height: 400px;
    margin-bottom: 20px;
  }

  .jikanwari{
    border: 1px solid #0075C1 ;
    background-color: #ffffff;
    color: #0075C1 ;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
   
}

.jikanwari th {
    padding: 5px;
    background-color: #4C9ED4;
    color: #ffffff;
    font-weight: bold;
}
.jikanwari tr td:nth-of-type(1){
    background-color: #E3F0FB;
  }

  .kousyu .jikanwari {
    word-wrap: break-word;
    width : 100%;
    white-space: nowrap;
    table-layout: fixed;
 }

 .kousyu .jikanwari th{
    width:100px;
 }

 @media only screen and (min-width : 991px) {
 .kousyu .jikanwari th{
    width:50px;
 }
}

 /* .kousyu {
    overflow:scroll;
    width: 740px;
} */

 /* @media screen and (max-width : 767px) {
} */
    .kousyu {
        overflow:scroll;
        /* width: 1000px; */
    }



.syasen{
    background-image: linear-gradient(to left top, transparent calc(50% - 0.5px),#0075C1 50%, #0075C1 calc(50% + 0.5px), transparent calc(50% + 1px))
}

.title {
    margin-bottom: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.col-md-6 .title span{
    display: block;
    height: auto;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #419FE3;
    border: 2px solid #E3F0FB;
    border-radius: 10px;
    padding: 15px;
    background-color: #E3F0FB;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 16px;
}

.col-md-6 .title2 span{
    display: block;
    height: auto;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    border: 2px solid #4C9ED4;
    border-radius: 10px;
    padding: 15px;
    background-color: #4C9ED4;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
}


/* コース案内・「塾がしっかり管理」の矢印 */
.boldtop::after{
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: 46%;
    width: 0;
    height: 0;
    border: 20px solid;
    border-color: transparent transparent #4C9ED4 transparent;
}

.boldbottom::after{
    content: "";
    display: block;
    position: absolute;
    top: 240px;
    left: 46%;
    width: 0;
    height: 0;
    border: 20px solid;
    border-color: #4C9ED4 transparent transparent transparent;
}

/* コース紹介「～が含まれています」のボタン */

.yokonarabe{
    width:100%;
    margin:0;
    display:table;

    border-collapse: separate;
    border-spacing: 10px 0;/*数字は「左右、上下」*/
    padding-bottom: 15px;
    /* border-bottom: 1px solid #0075C1 ; */
  } 
  .yokonarabe>div{
    display: table-cell;
    vertical-align:middle;
    margin:0 auto;
    width: 20%;
    height:80px;
    border:1px solid #E3F0FB;
    background:#E3F0FB;
    color: #0075C1 ;
    border-radius: 10px;
  }

  .yokonarabe span{
    font-size: 1rem;
  }

  @media only screen and (max-width : 767px) {
    .yokonarabe{
        border-spacing: 2px 0;/*数字は「左右、上下」*/
        padding-bottom: 10px;
    }
    .yokonarabe>div{
        width: 24%;
        font-size: 1rem;
        line-height:1.2rem;
        height:50px;
        border-radius: 5px;
    }
    }

    .annotation{
        font-size:1rem;
        margin:0;
        text-align: right;
        color: black;
    }

    @media only screen and (max-width : 767px) {
        .annotation{
            text-align: left;
        }
        }

.ploclo {
    padding:30px 20px; 
}

.ploclo .midashi{

    width:600px;
    margin:0 auto;
    display:table;
    border-collapse: separate;
    border-spacing: 10px 0;/*数字は「左右、上下」*/
    padding-bottom: 15px;
    border: none;
}
.ploclo .midashi>div{
    display: table-cell;
    vertical-align:middle;
    margin:0 auto;
    width: 48%;
    height:40px;
    border-radius: 5px;
    font-size: 1.3rem;
    line-height:1.2rem;
}


.ploclo .point, .col-md-6 .point ,.col-md-10 .point{
    width: 100px;
    height:30px;
    border-radius: 5px;
    border:1px solid #4C9ED4;
    background:#4C9ED4;
    color: #fff ;
    text-align: center;
}

.point_koukou{
    width: 100px;
    height:30px;
    border-radius: 5px;
    border:1px solid #A195C7;
    background:#A195C7;
    color: #fff ;
    text-align: center;
}

.point_syogaku{
    width: 100px;
    height:30px;
    border-radius: 5px;
    border:1px solid #3c9c99;
    background:#3c9c99;
    color: #fff ;
    text-align: center;
}


.taisyou{
    margin: 0 auto;
    width:150px;
    height:30px;
    border-radius: 5px;
    border:1px solid #0071BC;
    background:  #0071BC;
    color: #fff;
    text-align: center;
}

.taisyou_koukou{
    margin: 0 auto;
    width:150px;
    height:30px;
    border-radius: 5px;
    border:1px solid #765EA6;
    background:  #765EA6;
    color: #fff;
    text-align: center;
}

.taisyou_syogaku{
    margin: 0 auto;
    width:150px;
    height:30px;
    border-radius: 5px;
    border:1px solid #00A5AA;
    background:  #00A5AA;
    color: #fff;
    text-align: center;
}

.lppoint ,.event .point{
    width: 100px;
    height:30px;
    border-radius: 5px;
    border:1px solid #d44c4c;
    background:#fff;
    color: #d44c4c;
    text-align: center;
}

.syogatu{
    width: 100%;
    border-radius: 20px;
    border:2px solid #d44c4c;
    background:#fff;
    text-align: center;
    padding: 10px;
}

.syogatu p{
    color: #d44c4c;
    margin: 0;
}

.syogatu .annotation{
    font-size:1rem;
    margin:0;
    text-align: center;
}

.syogatu span{
    font-size:2.5rem;
    color: #d44c4c;
}

.lpmidashi{
    
        font-size: 4.5rem;
        line-height: 1.7;
        font-weight: 900;
        color: #000;
        text-align: center;
        /* margin: 60px 0 60px 0; */
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important; 
        letter-spacing: 0;
        text-shadow: 0 0 1px black;
        /* margin-top: 5px; */
    
}

.lpred{
    color: #d44c4c;
    font-size:3rem;
}

.ploclo .h4{
    font-size: 3rem;
    margin-bottom: 30px;
}

.ploclo .ryokin{
    font-size: 3rem;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ploclo .col-md-6 .black,.ploclo .col-xs-12 .black,.event .col-md-6 .black,.event .col-xs-12 .black{
    font-size: 1.5rem;
}


.ploclo .col-md-6,.ploclo .col-xs-12{
    padding-left: 50px;
}

.ploclo .col-md-6 img{
    padding-right: 50px;
}

.inner{
    padding-left: 30px;
    padding-right: 30px;
}

.izumioka-point{
    background-color: #0071BC ;
    width:100%;
    height:140px;
    text-align: center;
    padding:30px 0;
}



.izumioka-point span,.nisui-point span,.syogaku-point span{
    color:#fff;
    font-size: 1.5rem;
}

.kindai-point span{
    color:#000;
    font-size: 1.5rem;
}

.izumioka-point p, .nisui-point p,.syogaku-point p{
    font-size:3.5rem;
    color:#fff;
    font-weight: 900;
}

.kindai-point p{
    color:#000;
    font-size: 2rem;
    font-weight: 900;  
    text-decoration:underline;
    text-decoration-color:#FFF100;
}

.izumiokaimg{
    padding: 20px;
}


.nisui-point{
    background-color: #4C9ED4;
    width:100%;
    height:140px;
    text-align: center;
    padding:30px 0;
}

.syogaku-point{
    background-color: #45a5b1;
    width:100%;
    height:140px;
    text-align: center;
    padding:30px 0;
}

.kindai-point{
    background-color: #EAE2F0;
    width:100%;
    height:auto;
    text-align: center;
    padding:30px;
}

.kindai-point img{
    margin: 20px auto;
    display: block;
}

.kindai-point span span,.kindai-point span strong{
    text-decoration:underline;
    text-decoration-color:#FFF100;
}


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

    .ploclo .h4{
        font-size: 2.5rem;
    }

    .ploclo .col-md-6 .black,.ploclo .col-xs-12 .black{
        font-size: 1.6rem;
    }

    .ploclo .col-md-6 img,.event .col-md-6 img{
        padding-right: 0px;
    }

    .ploclo .col-md-6,.ploclo .col-xs-12,.event .col-md-6,.event .col-xs-12{
        padding-left: 20px;
    }

    .ploclo .midashi{
        width:100%;
    }
    
   .inner{
        padding-left: 0px;
        padding-right: 0px;
    }
}
.ploclo .h4{
    padding: 10px;
}

.ploclo .midashi>div:first-child{
border:1px solid #4C9ED4;
background:#4C9ED4;
color: #fff ;
font-size:1.8rem;
}

.ploclo .midashi>div:last-child{
    border:1px solid black;
    background:#fff;
    color: black ;
}

.ploclo .midashi>div span{
    font-size:1.8rem;
    color: black ;
}

/* LPの合格体験記↓ */
.content-guide { 
    width: 100%;
    max-width: 960px; 
    padding-left: 15px; 
    padding-right: 15px; 
    height: auto; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    position: relative; 
    margin-left: auto; 
    margin-right: auto; 
    /*margin-bottom: 100px;*/
}

.gokaku{
    background-color: #FFFFFF;
    border: 1px solid #0071BC;
    padding: 15px;
    height: 300px;;
    display: block; 
    width: 100%;
    margin-right: 30px;
    margin-bottom: 30px;

    float:left;
  }
  
.gokaku-midashi{
    display: block;
    margin: 0 auto;
}

.gokaku p{
    font-size: 1.5rem;
}

.gokaku h4{
    font-size:22px;
    letter-spacing:-0.5px;
}

.gokaku:last-of-type,.gokaku:nth-of-type(2)  { 
    margin-right: 0; 
}


figure.side_image {
    display: inline-block;
    width:80px;
    vertical-align:middle;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
   
  .side_text {
    display: inline-block;
  /*  width: 280px;*/
    vertical-align:middle;
    text-align: left;
  }
  
  .side_image img {
    display: inline-block;
    width:100%;
/* 
    position: absolute;
    width:80px;
    bottom: -11px;
    right: 33%; */
  }

  @media screen and (max-width: 767px) { 
    .gokaku { 
      box-sizing: border-box;
      width: 100%;
      height: auto; 
      margin-right: 0px; 
      text-align: center;
    }

    figure.side_image {
        padding-left: 0px;
      }
    
    .side_text {
    width:150px;
    vertical-align:middle;
    text-align: center;
    }
}

  /* ここまで */
.lptitle {
    font-size: 3.8rem;
    line-height: 1.7;
    font-weight: bold;
    color: #419FE3;
    text-align: center;
    /* margin: 60px 0 60px 0; */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important; 
    letter-spacing: 0.05em;
}


.title-sub { 
    font-size: 2.0rem; 
    line-height: 1; 
    font-weight: 800; 
    color: #0075C1; 
    margin-bottom: 20px; 
    text-align: center; 
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important; 
    margin-top: 40px; 
}

.title-sub:first-of-type { 
    margin-top: 0; 
}

.wrapp-university li { 
    display: block;
    width: calc(25% - 2.25px); 
    height: 70px; 
    margin-right: 3px; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    padding: 13px 20px; 
    background-color: #E5F6FD;
    margin-bottom: 4px;
    float: left;
}
  
.wrapp-university li:nth-of-type(4n) { margin-right: 0; }
  
@media screen and (max-width: 767px) { 

.wrapp-university li { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    width: calc(33.33% - 3px); 
    margin-right: 4.5px; 
    padding: 7.5px 8px; 
    margin-bottom: 5px; 
    font-size: 1.0rem; 
    height:70px;
}

.wrapp-university li:nth-of-type(4n) {
     margin-right: 4.5px; 
}

.wrapp-university li:nth-of-type(3n) { 
    margin-right: 0; 
} 

}
  
.wrapp-university li span { 
    font-weight: 800; 
    color: #0075C1; 
    display: inline-block; 
    /* float: left;  */
}


.wrapp-university li span:nth-of-type(2) { 
    font-weight: normal; 
    color: #333 !important; 
    float: right; 
}

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

 .wrapp-university li span:nth-of-type(2) { 
    width: 24px; 
    padding-right: 0; 
    text-align: right; 
    letter-spacing: 0; 
} 
}

#lp_gokaku p{
    margin-top: 20px; 
    text-align: center; 
    color:#333;
}

@media screen and (max-width: 767px) { 
    #lp_gokaku p{ 
        margin-top: 12px; 
    } 
}

.font-mincho { 
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif !important;
 }


.title3{
    /*    font-family: "Hiragino Mincho Pro","ヒラギノ明朝";*/
        text-align: center;
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 20px;
        color: #0075C1;
        line-height: 2.2;
        font-weight: bold;
    }
    
    .title4{
    /*    font-family: "Hiragino Mincho Pro","ヒラギノ明朝";*/
        text-align: center;
        font-size: 28px;
        letter-spacing: 1px;
        font-weight: bold;
        line-height: 20px;
        color: #0075C1;
        line-height: 2.2;
    }

    .ryokintitle{
        display: block;
        height: auto;
        font-size: 18px;
        line-height: 1;
        letter-spacing: 0;
        color: #0075C1 ;
        border: 2px solid #E3F0FB;
        border-radius: 10px;
        padding: 15px;
        background-color: #E3F0FB;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 16px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important; 
        font-weight: bold;
        width:600px
    }

@media screen and (max-width: 767px) { 
    .ryokintitle{
        width:auto;
    }
}
    
    
.footer { 
    display: block; 
    width: 100%; 
    height: auto; 
    background: #E5F6FD; 
    padding-top: 80px;
    padding-bottom: 80px; 
    position: relative; }

.title span {
    display: block;
    width: 70px;
    height: auto;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    color: #419FE3;
    border: 2px solid #419FE3;
    border-radius: 30px;
    padding: 4px;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    /* margin-bottom: 16px; */
}

.pd10{
    padding: 20px;
}
  
  @media screen and (max-width: 767px) { 
    .footer { padding-top: 40px; 
     
    }
  
  .footer .inner-footer { 
    display: block; 
    width: 100%; 
    height: auto; 
}
  
    .footer .inner-footer { 
    padding-left: 15px !important;
    padding-right: 15px !important; 
} 
}
  
  .footer .inner-footer .wrapp-title { 
    display: block; 
    width: 100%; 
    height: auto; text-align: center; 
}
  
  .footer .inner-footer .wrapp-title .title { 
    display: inline-block; 
    font-size: 4.6rem; 
    line-height: 1; 
    font-weight: 800; 
    color: #0075C1; 
    padding-bottom: 16px;
     border-bottom: 4px solid #0075C1;
     font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important; 
     }
  
@media screen and (max-width: 767px) { 
    .footer .inner-footer .wrapp-title .title {
         font-size: 3rem; 
         padding-bottom: 9px; 
         border-bottom: 2px solid #0075C1;
         letter-spacing: 0px;

        } 
    }
  
  .footer .inner-footer .img_tel { 
    display: block;
     width: 521px; 
     height: 53.83px; 
     margin-top: 50px; 
     margin-right: auto; 
     margin-left: auto; 
    }
  
@media screen and (max-width: 767px) { 
    .footer .inner-footer .img_tel { 
        width: 300px;
        height: 31px; 
        margin-top: 25px; 
    } 
}
  
  .footer .inner-footer .img_tel img { 
    width: 100%; 
    height: 100%; 
}
  
  .footer .inner-footer p { 
    text-align: center; 
    margin-top: 12px; 
}
  
  @media screen and (max-width: 767px) {
     .footer .inner-footer p { 
        font-size: 1.8rem; 
        line-height: 1.6;
         margin-top: 8px; 
        } 
    }
  
  .footer .inner-footer .btn { 
    display: block;
    position: relative;
    width: 510px;
    height: auto;
    font-size: 2.6rem;
    line-height: 1.5;
    color: #FFF;
    font-weight: 800; 
    letter-spacing: 0; 
    text-align: center; 
    border-radius: 50px; 
    background: -webkit-gradient(linear, left top, right top, from(#0f57b3), to(#0095c2)); 
    background: -webkit-linear-gradient(left, #0f57b3, #0095c2); 
    background: -o-linear-gradient(left, #0f57b3, #0095c2); 
    background: linear-gradient(90deg, #0f57b3, #0095c2); 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    padding-top: 27px; 
    padding-bottom: 27px; 
    margin-top: 50px;
     margin-right: auto;
      margin-left: auto; 
    }
  
  .footer .inner-footer .btn::after { content: ""; display: block; position: absolute; width: 16px; height: 9.87px; background: url(../img/arrow_bottom_w.png) center center no-repeat; background-size: cover; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); top: -2px; right: 40px; bottom: 0; margin-top: auto; margin-bottom: auto; }
  
  @media screen and (max-width: 767px) { .footer .inner-footer .btn { width: 280px; font-size: 1.6rem; border-radius: 30px; padding-top: 22px; padding-bottom: 22px; margin-top: 20px; }
    .footer .inner-footer .btn::after { width: 12px; height: 7.4px; top: -1px; right: 25px; } }
  
  .footer .inner-footer .img_flow { display: block; width: 100%; max-width: 930px; height: auto; margin-top: 60px; margin-bottom: 30px; }
  
  @media screen and (max-width: 767px) { .footer .inner-footer .img_flow { margin-top: 25px; margin-bottom: 15px; } }
  
  .footer .wrapp-nav { display: none; width: 484px; height: 100%; margin-top: 90px; }
  
  @media screen and (max-width: 767px) { .footer .wrapp-nav { display: block; width: 100%; height: 50px; margin-top: 40px; } }
  
  .footer .wrapp-nav ul { display: block; width: 100%; height: 100%; }
  
  .footer .wrapp-nav ul li { display: block; width: 160px; height: 100%; margin-right: 2px; }
  
  .footer .wrapp-nav ul li:nth-of-type(1) { background-color: #3FB5B7; }
  
  .footer .wrapp-nav ul li:nth-of-type(2) { background-color: #54BAE9; }
  
  .footer .wrapp-nav ul li:nth-of-type(3) { background-color: #3A93D7; }
  
  .footer .wrapp-nav ul li:last-of-type { margin-right: 0; }
  
  @media screen and (max-width: 767px) { .footer .wrapp-nav ul li { width: 33.33%; margin-right: 0; } }
  
  .footer .wrapp-nav ul li a { display: block; width: 100%; height: 100%; color: #FFF; font-size: 2.0rem; line-height: 1.2; font-weight: 800; text-align: center; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 18px; }
  
  .footer .wrapp-nav ul li a::after { content: ""; display: block; width: 7.4px; height: 12px; background: url(../img/arrow_w.png) center center no-repeat; background-size: cover; position: absolute; top: 0; right: 19.6px; bottom: 0; margin-top: auto; margin-bottom: auto; }
  
  @media screen and (max-width: 767px) { .footer .wrapp-nav ul li a { font-size: 1.2rem; line-height: 1; padding-top: 19px; }
    .footer .wrapp-nav ul li a::after { width: 4.935px; height: 8px; top: 0.5px; right: 7px; } 
}

.flow_design02 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width:800px;
    margin: 0 auto;
  }
  
  .flow_design02 ul {
    padding: 0;
  }
  
  .flow_design02 li {
    list-style-type: none;
  }
  
  .flow_design02 dd {
    margin-left: 0;
  }
  
  .flow02 > li {
    padding: 40px 10px;;
  }
  
  .flow02 > li:not(:last-child) {
    border-bottom: 3px solid #0075C1;
    position: relative;
  }
  
  .flow02 > li:not(:last-child)::before,
  .flow02 > li:not(:last-child)::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .flow02 > li:not(:last-child)::before {
    border-width: 22px;
    border-top-color: #0075C1;
  }
  
  .flow02 > li:not(:last-child)::after {
    border-width: 18px;
    border-top-color: #E5F6FD;
  }
  
  .flow02 > li dl {
    margin: 0;
  }
  
  .flow02 > li dl dt {
    font-size: 1.3em;
    font-weight: 600;
    border-bottom: 1px dotted #0075C1;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    display: flex;
    line-height:1
  }
  
  .flow02 > li dl dt .icon02 {
    font-size: 0.6em;
    color: #fff;
    background: #0075C1;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 0.5em;
  }

.content-guide { 
    width: 100%; 
    max-width: 960px; 
    padding-left: 15px; 
    padding-right: 15px; 
    height: auto; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    position: relative; 
    margin-left: auto; 
    margin-right: auto; 
    /*margin-bottom: 100px;*/
 }

.content-guide p{
    margin-bottom: 20px;
}


@media screen and (max-width: 767px) { 
    .content-guide { 
        max-width: none; 
        padding-left: 25px; 
        padding-right: 25px; 
    }
 }

 .wrapp-box .box:last-of-type { margin-right: 0; }

.wrapp-box .box3 { 
    display: block; 
    width: 27%; 
    height: auto; 
    margin-right: 30px; 
    float: left;
}

.wrapp-box .box3:first-of-type { 
    margin-left: 35px; 
}


@media screen and (max-width: 767px) { 
    .wrapp-box .box3 { 
        width: 100%; 
    }

    .wrapp-box .box3:first-of-type { 
    margin-left: 0; 
    }
    }

 .wrapp-box .box3:last-of-type { margin-right: 0; }

 .title5{
    /*    font-family: "Hiragino Mincho Pro","ヒラギノ明朝";*/
        text-align: left;
        font-size: 15px;
        letter-spacing: 0px;
        /* position: relative; */
    /*    margin: 0px 0 200px 0;*/
        font-weight: bold;
        line-height: 20px;
        color: #0075C1;
        line-height: 1.9;
    }

.event{
    /* margin: 50px; */
    padding: 30px;
    background-color: white;
    border:2px solid#d44c4c; 
    }

.event h3{
    color:#d44c4c;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) { 
    
    .event{
        padding: 10px;
    }
}

.zeikomi{
    font-size: 1rem;
}

@media screen and (max-width: 767px) { 
    .ad-sp {
     display: block;
     width: 100%;
     height: 75px; 
     position: fixed; 
     bottom: 0; 
     background-color: rgba(0, 104, 183,0.6); 
     -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
     padding: 13px 15px 17px; 
     -webkit-transition: all 0.4s; 
     -moz-transition: all 0.4s;
     -o-transition: all 0.4s; 
     transition: all 0.4s; 
   }
  
    .ad-sp.view { opacity: 1; z-index: 99; }
    .ad-sp p { display: block; width: 115px; height: auto; font-size: 1.2rem; font-weight: 800; line-height: 1.33; color: #FFF; text-align: center; }
    .ad-sp p span { display: block; font-size: 1.0rem; font-weight: 800; margin-top: 5px; color: #FFF; }
    .ad-sp .btn { 
      display: block; 
      position: relative; 
      width: calc(100% - 20px); 
      height: auto; 
      font-size: 1.7rem; 
      line-height: 1; 
      color: #fff; 
      font-weight: 800; 
      letter-spacing: 0; 
      text-align: center; 
      border-radius: 50px; 
      background: -webkit-gradient(linear, left top, right top, from(rgb(255, 96, 96)), to(#d44c4c)); 
      background: -webkit-linear-gradient(left, rgb(255, 96, 96), #d44c4c); 
      background: -o-linear-gradient(left, rgb(255, 96, 96), #d44c4c); 
      background: linear-gradient(90deg, rgb(255, 96, 96), #d44c4c); 
      -webkit-box-sizing: border-box; 
      box-sizing: border-box; 
      padding-top: 15px; 
      padding-right: 13px; 
      padding-bottom: 15px; 
      margin-left: 7px; 
      letter-spacing: 0.03em; 
    }
    .ad-sp .btn::after { content: ""; display: block; position: absolute; width: 8px; height: 4.935px; background: url(../img/arrow_bottom_w.png) center center no-repeat; background-size: cover; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); top: -1px; right: 17px; bottom: 0; margin-top: auto; margin-bottom: auto; } }
  
    .float-left{
        float: left;
    }