@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.
 */
.page-id-9116 .header{
   display:none;
}


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: 2em;
    margin: 0.67em 0;
}
/* 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;
}

/**
 * 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 */
    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 h1, #copy h2, #copy p, .rec_box h5, .cover-text .que {
    font-family: "YuGothic", "meiryo", sans-serif;
}
.col-md-6.rec_box.visible-xs.top30 .ans span {
    color: #D60003;
}
.lead, h1, 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, h1, h2, h3, h4, h5, h6, p, .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 h1, #copy h2, #copy p, .caption, #bg_blue, .caption .title, a:hover .caption .title, .bg-orange p, .btn-default, .btn-kousya, .btn-default2, .btn-default3, .c_w h5, .c_w p, .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-sp {
    display: inherit;
}
.br-pc {
    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: "▶ ";
}
dd {
    margin-bottom: 5px;
}
.cover-text.text-center h5 {
    text-align: left;
}
h6 {
    font-size: 15px;
    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;
}
.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 h1, #copy h2, #copy p {
    line-height: 2em;
}
#copy h1,#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;
}
.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: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
}
.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;
}
.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;
	font-weight: normal;
}
.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 h2 {
    opacity: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3em;
}
#bg_blue {
    background-color: #0071BC;
}
#bg_blue h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.fb {
    width: 45px;
    float: right;
    margin-top: 135px;
}
#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-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: none;/*線を消す*/
}
.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;
}

.top110 {
    margin-top: 110px;
}

.top120 {
    margin-top: 120px;
}

.top150 {
    margin-top: 150px;
}

.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);
}
/* ギャラリー */
#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;
}
.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;
}

.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;
}
.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;
}
.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: 2em;
}
.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-top: 0px;
    padding-right: 0px;
} 
.panel-group2 .panel {
   margin-bottom: 0px;
  background-color: #fff;
   border: 0px solid transparent;
   border-radius: 0px; */
   -webkit-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%;
}
    
.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_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: 5px !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: 5px !important;
    width: 50%;
    margin-top: 100px;
    float: right;
}

#footer a .fb {
    width: 15%;
    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-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);
    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%;
}
    
/* 通常はこちら */
/* .el_fixedBunner {
    position: fixed;
    z-index: 20;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
} */
/* 2025春期のみ以下 */
.el_fixedBunner {
    position: fixed;
    z-index: 20;
    right: 1%;
    top: 85%;
    transform: translateY(-50%);
}
.el_fixedBunner:hover {
opacity: 0.7;    
}

#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%;
}
    #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;
}
.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;
}
	
#otoi a{
	display: block;
    margin:auto;	
	}
#otoi img {
    width: 250px;
	vertical-align: top;
	}
	
.br-sp {
    display: none;
}
.br-pc {
    display: inherit;
}
#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;
	margin-top:20px;
}
.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 h1,#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 {
    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;
}
        #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: -90% 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: -600% 0%;
}
}
@media screen and (max-width:375px) {
 .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:	10px;
    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: 0px;
}
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;
	border: 1px solid #f00;!important;
	font-weight: normal;
}
/* 任意緑色表示 */
.wpcf7 .any {
    color: #0071BC ;
	border: 1px solid #0071BC !important;
	font-weight: normal;
}
.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 {
    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 {
 top: 15%;
}
}
 @media only screen and (min-width : 768px) and (max-width : 990px) {
.cover-img {
 height: 200px;
}
.cover-text {
 top: 0%;
}
     .cover-text h5,.cover-text .que {
    font-size: 140%;
}
     .cover-text 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;
}

.blogbn {
    width: 100%;
}
    
 
    
.cover-img {
 height: 100px;
}
.cover-text {
 display: inherit;
 vertical-align: middle;
 text-align: left;
 position: static;
}
    .cover-text {
    top: 25%;
}
.rec_box {
 padding-right: 20px;
 padding-bottom: 20px;
 padding-left: 20px;
}
.cover-img {
 height: 150px;
}
 .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 {
    top: 10%;
    right: 5%!important;
}
 .cover-text p {
    font-size: 100%;
    text-align: right;
    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;
    right: 10%;
    position: absolute;
}
.rec_box h5, .cover-text .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 .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;
}
.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;
}
@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;
    max-width: 1000px;
	width:auto;
/*     height: 499px; */
	height: auto;
}
.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: 100%;
    }
    .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;
    }
}

/* 20230909問合せフォームの注釈 */
	.note{
		margin:0em 0.5em 1em;
		padding:0.2em 1em;
		font-weight:normal;
		font-size:80%
	}

.blog-title{
	height:50px;
}

.senbatsu_header{
	position:relative;align-content
}

.senbatsu_header .taisyou{
    position: absolute;/*重ねたい子要素にabsolute*/
    top: 21%;
    left: 13%;
    font-size: 2.3rem;
    /* margin:10px; */
    text-align: center;
    color: #fff;
    background: #0071BC; /*背景を黒に*/
    padding: 0;/*文字の周りに余白*/
    width:200px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important; 
	font-weight:bold;
}

.senbatsu-header-box{
    width:500px;
}



.senbatsu_header h1{
   position: absolute;/*重ねたい子要素にabsolute*/
  top: 44%;
  left: 25%;
  color: #000;
  font-size: 3.5rem;
  margin-top :10px;
  width: 100%;
  max-width:500px;
  text-align: left;
	font-weight:bold;
}

.senbatsu_header p ,.senbatsu_header h1{
    -ms-transform: translate(-43%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-43%,-50%);/*ベンダープレフィックス*/
    transform: translate(-43%,-50%);/*センター寄せの修正*/
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important; 
}

.senbatsu_header h1 span{
    font-size: 5.5rem;
    color:#0071BC;
    font-weight: bold;
    line-height: 7.5rem;
}


.senbatsu_header .btn{
    position: absolute;/*重ねたい子要素にabsolute*/
	display: block; 
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important; 
    width: 400px;
    height: 50px;
    font-size: 2.6rem;
    line-height: 1.5;
    color: #FFF;
    font-weight: 800; 
    letter-spacing: 0; 
    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; 
    top: 68%;
    left: 4%;
    }

    
  
.senbatsu_header .btn::after { 
    content: ""; 
    display: block; 
    position: absolute; 
    width: 16px; 
    height: 9.87px;  
    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: 1024px) { 

    .senbatsu_header .taisyou{
        top: 20%;
        left: 20%;
        font-size: 1.8rem;
        text-align: center;
        color: #fff;
        padding: 1px;/*文字の周りに余白*/
        width:150px;
    }
    
    .senbatsu_header h1{
      top: 42%;
      left: 34%;
      font-size: 3.5rem;
      text-align: left;
    }
    
    .senbatsu_header h1 span{
        font-size: 4.5rem;
    }
	
	.senbatsu_header .btn{
		left: 13%;
		
	}
    
    }
    @media screen and (max-width: 768px) { 

        .senbatsu_header .taisyou{
            top: 18%;
            left: 19%;
            font-size: 1.8rem;
            text-align: center;
            color: #fff;
            padding: 1px;/*文字の周りに余白*/
            width:150px;
            
            }
            .senbatsu-top2{
                text-align: center;
            }
    
            .senbatsu-top2-img{
                text-align: center;
            }
        
        }
    
@media screen and (max-width: 767px) { 

.senbatsu_header .taisyou{
    position: absolute;/*重ねたい子要素にabsolute*/
    top: 18%;
    left: 19%;
    font-size: 1rem;
    /* margin:10px; */
    color: #fff;
    background: #0071BC; /*背景を黒に*/
    padding: 1px;/*文字の周りに余白*/
    width:100px;

}

.senbatsu_header h1{
    position: absolute;/*重ねたい子要素にabsolute*/
  top: 40%;
  left: 55%;
  color: #000;
  font-size: 1.5rem;
  margin-top :10px;
  width: 100%;
 font-weight:bold;
}

.senbatsu_header h1{
    -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    transform: translate(-50%,-50%);/*センター寄せの修正*/
}

.senbatsu_header h1 span{
    font-size: 2rem;
    color:#0071BC;
    font-weight: bold;
    line-height: 3rem;
}
	
	.senbatsu_header .btn{
    width: 150px;
    height: 35px;
    font-size: 1.5rem;
    top: 68%;
    left: 5%;
    }


}


.contains p[style*="color: #0071BC"], .contains span[style*="color: #0071BC"], .contains a ,.contains strong {
    color: #0071BC; /* 既存の青いテキスト */
}

.contains p {
    color: #000000; /* 標準のフォント色を黒に設定 */
}