/*
 * Theme Name: ソワニエ看護専門学校テンプレート2510
 * Description: ソワニエ看護専門学校のWordpress用のテンプレートです
 * Theme URI: 
 * Author: MASAKAZU IWAMOTO
 * Author URI: 
 * Version: 25.05.19
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Tags: two-columns, one-column, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, microformats
 * Text Domain: soigner
 */



/* CSS Document */
/*////////////////////////////////////
 リセット
//////////////////////////////////////*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    word-wrap: break-word;
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    overflow-x: hidden;
    color: #212121;
}

body {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',       /* Windowsの欧文 */
               YuGothic,         /* Macの游ゴシック */
               Meiryo,           /* 游ゴシックが入っていないWindows */
               sans-serif;
}
/* IE8〜11はメイリオ */
@media screen\0 {
  body {
    font-family: 'Segoe UI', /* Windowsの欧文 */
                 Meiryo,     /* メイリオ */
                 sans-serif;
  }
}

/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'),  /* Mediumを明示的に指定 */
       local('Yu Gothic Medium'), /* Chrome用 */
       local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Boldはそのまま */
       local('Yu Gothic');     /* Chrome用 */
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul li {
	list-style:none;
	}
nav ul {
    list-style:none;
}


blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
input,textarea {
    box-sizing: border-box;
    max-width: 100%;
  }
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

a {
    display:block; /*ブロック化重要！*/
    text-decoration: none;
    color: #0064B4;
    }
a img{
    transition:all 0.5s ease;
    }
a:hover img{

    filter: alpha(opacity=70);
    }

.left {
    float: left;
}
.right {
    float:right;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
/*/////////////////////////////////////////////////////////////////////  
header 
/////////////////////////////////////////////////////////////////////*/

header {
    overflow:  hidden;
    max-width:1920px;
    margin: auto;
    position:relative;
}
#main_visual-slider{
    transition: 0.75s ease opacity;
    opacity: 0;
}
#main_visual-slider.slick-initialized{
    opacity: 1;
}
#main_visual-slider .slick-dots li button:before{
    font-size: 12px;
}
#main_visual-slider .slide{
    overflow:  hidden;
    height:  550px;
    max-width:1920px;
    margin: auto;
    position:relative;
}
#main_visual-slider .slide-01{
    background:  url("./img/top_main-2.jpg") center center / cover no-repeat;
}
#main_visual-slider .slide-02{
    background:  url("./img/top_main-2-02.jpg") center center / cover no-repeat;
}
#main_visual-slider .slide-03{
    background:  url("./img/top_main-2-03.jpg") center center / cover no-repeat;
}
#main_visual-slider .slide-04{
    background:  url("./img/top_main-2-04.jpg") center center / cover no-repeat;
}
#main_visual-slider .slide-05{
    background:  url("./img/top_main-2-05.jpg") center center / cover no-repeat;
}
#main_visual-slider .slide-01 .slide_text_wrapper {
    width: 1000px;
    margin: 0px auto;
}
#main_visual-slider .slide-01 .slide_text {
    margin-top: 80px;
    padding:  0px 0px 0px 70px;
}
div.header_navigation_wrapper {
    width: 100%;
    margin: 0px auto;
    background: #fff;
}
div.header_text_wrapper {
    width: 1000px;
    margin: 0px auto;
}
div.fixed_header {
    position: relative;
    z-index:8888;
}
div.fixed_header.scroll {
    position:fixed;
    top: 0;
    left: 0;
    z-index:8888;
    background:#fff;
    width: 100%;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
div.fixed_header_wrapper {
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
	padding: 0 30px;
	box-sizing: border-box;
}
div.logo {
    margin-top:  8px;
    margin-bottom:  2px;
}

div.fixed_tab {
    position:fixed;
    bottom: 0;
    right: 0;
    z-index:9999;
}

div.fixed_tab ul {
	margin-bottom: 8px;
}

div.fixed_tab ul li{
	writing-mode: vertical-rl;
	margin-bottom: 8px;
}
div.fixed_tab ul li a{
	padding: 16px 16px;
	background: #DC5196;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	transition: opacity 0.3s ease;
	border-radius: 5px 0 0 5px;
}
div.fixed_tab ul li.opencampus a{
	background: #0064C8;
}
div.fixed_tab ul li a:hover{
	opacity: 0.8;
}


div.syutsugan_button {
    position:fixed;
    top: 70px;
    right: 10px;
    z-index:9999;
}

div.syutsugan_button ul {
	margin-bottom: 8px;
}

div.syutsugan_button ul li{
	margin-bottom: 8px;
}
div.syutsugan_button ul li a{
	background-image: url(./img/bg_repeat01.png);
	background-color: #0085DE;
	color: #fff;
	padding: 5px 16px;
	font-size: min(24px,2vw);
	font-weight: 700;
	transition: opacity 0.3s ease;
	border-radius: 5px 5px;
	display: block;
}
div.syutsugan_button ul li.opencampus a{
	background: #0064C8;
}
div.syutsugan_button ul li a:hover{
	opacity: 0.8;
}
div.header_right_box { 
margin-top: 30px;
    float: right;
    width:  500px;
}

div.header_right_box { 
margin-top: 30px;
    float: right;
    width:  500px;
}
div.header_right_box img.siryo {
    float:  right;  
}
div.header_right_box div {
    clear:  both;
}
div.header_right_box div img {
    float: left;
    margin-top:  10px;
}
div.header_right_box div div.serch {
    float:  right;
    clear:  none;
    margin-top:  10px;
}
div.header_right_box div div.serch input[type="text"] {
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    height: 25px;
    background-color:  #FFFFFF;
    padding:  3px;
    display: block;
    float: left;
}
header.page div.header_right_box div div.serch input[type="text"] {
    background-color:  #ececec;
}
div.header_right_box div div.serch button {
    margin-top: -10px;
}

/*ナビゲーション*/
nav.nav_main {
    clear:  both;
    /*padding-top: 15px;*/
}
nav.nav_main ul{
	display: flex;
	width: 100%;
}
nav.nav_main ul li{
	flex-grow: 1;
}
nav.nav_main ul li br{
	display: none;
}
nav.nav_main ul li a {
    text-align:center;
    color:#212121;
	padding: 1em;
	font-size: 1em;
	line-height: 1.1;
	font-weight: 500;
    background: rgba(255,255,255,0.8);
    border-bottom: 2px solid rgba(255,255,255,1);
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	align-items:center;
}
nav.nav_main ul li a span{
}

nav.nav_main ul li a:hover {
    background: rgba(255,255,255,1);
    border-bottom: 2px solid rgba(200,200,200,0.8);
}
header.page-id-12 nav.nav_main ul li a:hover {
    opacity: 0.7!important;
}
header.page-id-12 nav.nav_main ul li.nav_01 a {
    width: 167px;
    float:  left;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_01.png") no-repeat!important;
}
header.page-id-12 nav.nav_main ul li.nav_02 a {
    width: 166px;
    float:  left;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_02.png") no-repeat!important;
}
header.page-id-12 nav.nav_main ul li.nav_03 a {
    width: 167px;
    float:  left;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_03.png") no-repeat!important;
}
header.page-id-12 nav.nav_main ul li.nav_04 a {
    width: 167px;
    float:  left;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_04.png") no-repeat!important;
}
header.page-id-12 nav.nav_main ul li.nav_05 a {
    width: 166px;
    float:  left;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_05.png") no-repeat!important;
}
header.page-id-12 nav.nav_main ul li.nav_06 a {
    width: 167px;
    float:  left;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_06.png") no-repeat!important;
}

header.search nav.nav_main ul li.nav_01 a,
header.single nav.nav_main ul li.nav_01 a,
header.page nav.nav_main ul li.nav_01 a {
    width: 167px;
    float:  left;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_contents_01.jpg") no-repeat;
}
header.search nav.nav_main ul li.nav_02 a,
header.single nav.nav_main ul li.nav_02 a,
header.page nav.nav_main ul li.nav_02 a  {
    width: 166px;
    float:  left;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_contents_02.jpg") no-repeat;
}
header.search nav.nav_main ul li.nav_03 a,
header.single nav.nav_main ul li.nav_03 a,
header.page nav.nav_main ul li.nav_03 a  {
    width: 167px;
    float:  left;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_contents_03.jpg") no-repeat;
}
header.search nav.nav_main ul li.nav_04 a,
header.single nav.nav_main ul li.nav_04 a,
header.page nav.nav_main ul li.nav_04 a  {
    width: 167px;
    float:  left;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_contents_04.jpg") no-repeat;
}
header.search nav.nav_main ul li.nav_05 a,
header.single nav.nav_main ul li.nav_05 a,
header.page nav.nav_main ul li.nav_05 a  {
    width: 166px;
    float:  left;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_contents_05.jpg") no-repeat;
}
header.search nav.nav_main ul li.nav_06 a,
header.single nav.nav_main ul li.nav_06 a,
header.page nav.nav_main ul li.nav_06 a  {
    width: 167px;
    float:  left;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_contents_06.jpg") no-repeat;
}
header.search nav.nav_main ul li.nav_01 a:hover,
header.single nav.nav_main ul li.nav_01 a:hover,
header.page nav.nav_main ul li.nav_01 a:hover {
    opacity: 1;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_contents_01_on.jpg") no-repeat;
}
header.search nav.nav_main ul li.nav_02 a:hover,
header.single nav.nav_main ul li.nav_02 a:hover,
header.page nav.nav_main ul li.nav_02 a:hover {
    opacity: 1;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_contents_02_on.jpg") no-repeat;
}
header.search nav.nav_main ul li.nav_03 a:hover,
header.single nav.nav_main ul li.nav_03 a:hover,
header.page nav.nav_main ul li.nav_03 a:hover {
    opacity: 1;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_contents_03_on.jpg") no-repeat;
}
header.search nav.nav_main ul li.nav_04 a:hover,
header.single nav.nav_main ul li.nav_04 a:hover,
header.page nav.nav_main ul li.nav_04 a:hover {
    opacity: 1;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_contents_04_on.jpg") no-repeat;
}
header.search nav.nav_main ul li.nav_05 a:hover,
header.single nav.nav_main ul li.nav_05 a:hover,
header.page nav.nav_main ul li.nav_05 a:hover {
    opacity: 1;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_contents_05_on.jpg") no-repeat;
}
header.search nav.nav_main ul li.nav_06 a:hover,
header.single nav.nav_main ul li.nav_06 a:hover,
header.page nav.nav_main ul li.nav_06 a:hover {
    opacity: 1;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/nav_contents_06_on.jpg") no-repeat;
}
header.search nav.nav_main ul li a:hover,
header.single nav.nav_main ul li a:hover img,
header.page nav.nav_main ul li a:hover img {
    display: none;
}

header input.submit {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/serch_btn.jpg") no-repeat;    
    width: 25px;
    height: 25px;
    box-shadow: none;
}
/*トップテキスト*/
div.toptext {
    margin-top: 80px;
    padding:  0px 0px 0px 70px;
}


/*/////////////////////////////////////////////////////////////////////  
コンテンツ
/////////////////////////////////////////////////////////////////////*/
div.contents_area div.qa p {
    margin-bottom: 10px;  
}
div.top_contents_wrapper {
    width: 1000px;
    margin:  0 auto;
}
div.top_contents_wrapper {
    position: relative;  
}
div.top_contents_navbtn {
	display: none;
    position:  absolute;
    top: -120px;
    width: 100%;
}
div.top_contents_navbtn ul{
	display: flex;
	justify-content: space-between;
}
div.top_contents_navbtn ul li {
	width: 221px;
}
div.top_contents_navbtn ul li img{
	width:100%;
	height: auto;
}
div.top_contents_navbtn ul li:first-child {
    margin:  0px;
}
div.top_news_area {
    padding-top:  40px;
}
div.news_title {
    float: left;
    width: 120px;
    margin-top: 55px;
}
div#tabs {
    width: 860px;
    float: right;
}
ul.tabs-nav li {
    
}
ul.tabs-nav li.selected {
    color:  #0064B4;
}
div.tag {
    width: 120px;
    height: 19px;
    font-size: 10px;
    color: #FFFFFF;
    background: #0064B4;
    text-align: center;
    padding-top: 4px;
    float: left;
    margin-top: 10px;
}
div.date {
    margin-left:20px;
    width: 85px;
    padding-top: 4px;
    float: left;
    margin-top: 10px;
    color: #505050;
}
div.top_news_list {
    padding: 20px 15px 20px 15px;
}
div.news_bg {
    background-color: #F5F5F5;
}
div.top_news_list dl {
    float: left;
    width:  600px;
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/news_detail_icon.png") no-repeat right;
    color: #505050;
}
div.top_news_list dl dt {
    font-weight: bold;
}
div.top_news_list dl dd {
    font-size: 12px;
}
img.top_news_more {
    margin-top: 20px;
}

div.top_instagram_area {
	padding-top: 65px;
}
div.instagram_title{
	text-align:center;
	margin-bottom: 25px;
}
/*/////////////////////////////////////////////////////////////////////  
TOPに戻るボタンCSS
/////////////////////////////////////////////////////////////////////*/
body div.return_top{
    position: relative;
    height: 140px;
    clear: both;
}
/* パソコン・スマホ共通のCSS */
#PageTopBtn {
    clear: both;

    bottom: -10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
    height: 130px;
}

/* パソコンで表示する場合のCSS */
@media (min-width : 1194px ){
    #PageTopBtn {
        font-size: 13px; /*文字のサイズ*/
    }
    #PageTopBtn a {
        position: absolute;
        right: 0px;
        margin-top: 30px;
    }
}


/*/////////////////////////////////////////////////////////////////////  
Footer CSS
/////////////////////////////////////////////////////////////////////*/

footer {
    background-color: #EAF0F5;
    border-top:  1px solid #C8C8C8;
    clear: both;
}
div.footer_wrap {
    width: 1000px;
    margin:  0 auto;
    padding: 40px 0px 20px;
}
div.footer_wrap a {
    color: #505050;
    text-decoration: none;
}
div.footer_wrap  h2 {
    font-weight: bold;
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/footer_h2_bg.png") no-repeat;
    height: 26px; 
    margin-top: 10px;
}
div.footer_wrap ul {
    margin-top: 8px;
    font-size: 12px;
}
div.footer_wrap div.footer_sec01 {
    float: left;
    width: 140px;
}
div.footer_wrap div.footer_sec02 {
    float: left;
    width: 112px;
    margin-left: 26px;
}
div.footer_wrap div.footer_sec03 {
    float: left;
    width: 180px;
    margin-left: 26px;
}
div.footer_wrap div.footer_sec04 {
    float: left;
    width: 220px;
    margin-left: 26px;
}
div.footer_wrap div.footer_sec04 ul {
    margin: 0px;
}
div.footer_wrap div.footer_sec05 {
    position: relative;
    float: right;
    width: 250px;
    margin-top: -10px;
}
div.footer_wrap div.footer_sec05 img {
    right: 0px;
    float: right;
}
div.footer_wrap div.footer_sec05 img.footer_bunner {
    margin-bottom: 10px;
}
.footer_sec05 a:last-of-type img.footer_bunner {
    margin-bottom: 0 !important;
}

a.instagram_banner {
	background: #fff;
    margin: 0 auto 10px;
    border: 1px solid #C8C8C8;
    width: 250px;
	box-sizing:border-box;
}
div.footer_sec05 .instagram_banner .footer_bunner_icn {
    float: none;
    display: inline-block;
	vertical-align: middle;
}
div.footer_sec05 .instagram_banner span {
    display: inline-block;
    font-size: 0.8em;
    vertical-align: middle;
}

div.footer_bottom {
    background-color: #FFFFFF;    
}
div.footer_bottom_wrap {
    width: 1000px;
    margin: 0px auto;
    padding: 22px 0px;
}
div.footer_bottom_wrap p {
    text-align:  center;
}
div.copyright {
    border-top: 1px solid #C8C8C8;
    padding:  10px 0px 20px;
    background: #FFFFFF;
    text-align: center;
}


div.breadcrumb {
    border-bottom: 1px solid #C8C8C8;
}
div.breadcrumb_wrap {
    width: 1000px;
    margin: 0px auto;
    padding: 25px 0px 15px 0px;
}
div.breadcrumb_wrap ul li {
    float: left;
}
div.breadcrumb_wrap ul li a {
    display: inline;
    text-decoration: none;
    color: #505050;
}
div.breadcrumb_wrap ul li:first-child {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/bread_home_icon.jpg") no-repeat;
    padding-left: 20px;
}
div.breadcrumb_wrap ul li a {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/bread_arrow.jpg")  no-repeat;
    padding-right: 20px;
    background-position: right 5px top 3px;;
}


/*/////////////////////////////////////////////////////////////////////  
COMMON CSS
/////////////////////////////////////////////////////////////////////*/
div.contents_wrapper {
    width: 1000px;
    margin: 0px auto;
    padding-top: 50px;
}

div.contents_area {
    width: 660px;
    float:  left;
}

div.campus_event_detail2 h2,
div.contents_area h2 {
    width: 100%;
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/h2_bottom.jpg") repeat-x bottom;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
div.contents_area h3 {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/h3_bottom.jpg") no-repeat bottom left;
    border-bottom:  1px solid #0064B4;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
div.contents_area h4 {
    font-size: 18px;
    border-bottom:  1px dotted#0064B4;
    padding-bottom: 7px;
    margin-top: 20px;
    margin-bottom: 20px;
}
div.contents_area p {
    margin-top: 10px;
    margin-bottom: 25px;
}
div.contents_area ol {
    margin-left: 30px; 
}
div.contents_area dl {
    margin-bottom: 30px;
}
div.contents_area dl dt {
    margin-top: 5px;
    width:100px;
    float: left;
    clear: both;
    height: 21px;
    margin-bottom: 5px;
}
div.contents_area dl dd {
    margin-top: 5px;
    width:530px;
    float: left;
    padding-left: 20px;
    margin-bottom: 5px;
}
div.contents_area table {
    margin-bottom: 60px;
    border-bottom: 1px solid #C8C8C8;
    width: 100%;
}
div.contents_area table tr th {
    background-color: #F5F5F5;
    padding: 25px;
    width:  30%;
    border-top: 1px solid #C8C8C8;
    vertical-align: middle;
}
div.contents_area table tr td {
    background-color: #FFFFFF;
    padding: 25px;
    border-top: 1px solid #C8C8C8;
    width: 70%;
    vertical-align: middle;
}
span.notes {
    color: #505050;
}


div.side_area {
    width: 250px;
    float: right;
}
div.side_area h3 {
    font-size: 20px;
    border-bottom: 2px solid #0064B4;
    padding-bottom: 30px;
}
div.side_area ul li {
    border-bottom: 1px solid #C8C8C8;
}
div.side_area ul li.current-page-parent {
}
div.side_bunner {
    margin-top: 20px;
}
div.side_bunner img {
    margin-bottom: 20px;
}
div.side_area ul li a {
    text-decoration: none;
    color: #505050;
    display: none;
}
div.side_area ul li span {
    display: none;
}
div.side_area ul li.current-menu-item  {
    color: #0064B4;
}
div.side_area ul li ul.sub-menu li {
    padding: 23px 0px;
}
div.side_area ul li ul.sub-menu li a {
    display: block;   
}
div.side_area ul li ul.sub-menu li span {
    display: block;   
}      

div.fullwidth {
    width: 100%;
    position: relative;
}
div.fullwidth div.contents_fullwidth {
    width: 1000px;
    margin: 0 auto;
}

/*/////////////////////////////////////////////////////////////////////  
学校案内 CSS
/////////////////////////////////////////////////////////////////////*/

header.parent-pageid-39,
header.parent-pageid-1149 {
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/school_info/school_info_bg.jpg") center bottom no-repeat;
    overflow:  hidden;
    height:  230px;
    max-width:1920px;
}
div.toptext h2 {
    font-size: 32px;
    color: #505050;
}
div.contents_title {
    margin-top: 65px;
    padding-left: 0px!important;
}
ul.facili_list {
    clear: both;
    margin-bottom: 10px;
}
ul.facili_list li {
    margin-right: 20px;
    margin-bottom: 20px;
}
img.widthfull_img {
    width: 100%;
    height: auto;
}

/*/////////////////////////////////////////////////////////////////////  
カリキュラム CSS
/////////////////////////////////////////////////////////////////////*/
header.page-id-54,
header.parent-pageid-54 {
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/curriculum/curriculum_bg.jpg") center bottom no-repeat;
    overflow:  hidden;
    height:  230px;
    max-width:1920px;
}
div.curriculum‗contents_area {
    width: 1000px;
    margin: 0 auto;
}
div.curriculum‗contents_area p {
    text-align: center;
    line-height: 1.8;
}
p.first_txt {
    margin-top: 40px;
}
div.curriculum_btn {
    padding: 50px;
}
table.curriculum_table {
    color:  #DC5196;
}
div.contents_area table.curriculum_table {
	margin-bottom:15px;
}
table.curriculum_table+p{
	margin-bottom:0px;
}
table.curriculum_table+p+p{
	margin-bottom:55px;
}

table.curriculum_table th span {
    padding: 6px 17px;
    color: #FFFFFF;
    background-color: #DC5196;
    margin-left: 10px;
    font-size: 12px;
}
table.curriculum_table td {
    color: #505050;    
}
div.contents_area div#tabs {
    float: none;
    width: 100%;
}
div.contents_area div#tabs ul li {
    width: auto;
    padding-right:15px;
}

.tabs-nav br.sp {
    display: none;
}

div.contents_area div#tabs table tr th {
    padding: 10px 0px;
    width: auto;
}
div.contents_area div#tabs table tr td {
    width: auto;
}
div.contents_area div#tabs table tr td.table_sec1 {
    width: 180px;
    vertical-align: middle;
    text-align: left;

	border-right: 1px dotted #EEEEEE;
}
div.contents_area div#tabs table tr td.table_sec2 {
    width: 200px;
    text-align: left;
    padding: 12px;
	border-right: 1px dotted #EEEEEE;
}
div.contents_area div#tabs table tr td.table_sec3 {
    width: 40px;
    padding: 12px 0px;
    text-align: center;
	border-right: 1px dotted #EEEEEE;
}
div.contents_area div#tabs table tr td.table_sec4 {
    width: 100px;
    padding: 12px 0px;
    text-align: left;
	padding: 12px;
	border-right: 1px dotted #EEEEEE;
}
tr.footLine {
	background-color: #DDDDDD;
	}

div.contents_area h2.curriculum_sp_h2 {
    font-weight: bold;
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/curriculum/curriculum_sp_h2.png") repeat-x bottom;
    height: 26px;
    padding-bottom: 15px;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    color: #505050;
}
div.curriculum_sp_bk {
    margin-top: 30px;    
}
div.contents_area div.curriculum_sp_bk {
    background-image: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/curriculum/curriculum_bk_leftside.png");
    padding:  50px 40px;
    background-color: #E4FAF5;
    background-repeat: no-repeat;
}
div.contents_area div.curriculum_sp_bk h3 {
    color: #505050;
    font-size: 30px;
    padding-bottom: 10px;
    border: none;
    background: none;
}
div.contents_area div.curriculum_sp_bk p{
    margin: 0px;
}
div.curriculum_sp_left {
    width: 340px;
    margin-top: 30px;
    position: relative;
}
div.contents_area div.curriculum_sp h4 {
    width: 200px;
    padding: 10px 0px;
    text-align: center;
    background-color: #969696;
    color: #FFFFFF;    
}
div.curriculum_sp_left h4 {
    width: 200px;
    padding: 10px 0px;
    text-align: center;
    background-color: #969696;
    color: #FFFFFF;
}
div.curriculum_sp_right h4 {
    width: 200px;
    padding: 10px 0px;
    text-align: center;
    background-color: #969696;
    color: #FFFFFF;
}
div.curriculum_sp_right {
    position: relative;
    width: 310px;
}
div.curriculum_sp_right img {
    position: absolute;
    top: -35px;
}
div.border_seprator {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 30px;
    margin-top: 20px;
}
div.contents_area p.comment {
    margin-bottom: 0px;
}


/*/////////////////////////////////////////////////////////////////////  
キャンパスライフ CSS
/////////////////////////////////////////////////////////////////////*/
header.parent-pageid-1387,
header.page-id-1387,
header.parent-pageid-330,
header.page-id-1403,
header.page-id-330,
header.page-id-60 {
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/campus_life_bg.jpg") center bottom no-repeat;
    overflow:  hidden;
    height:  230px;
    max-width:1920px;
}
div.opencampus_button_wrappe {
    width: 430px;
    margin: 0 auto;
    margin-top: 30px;
	position:relative;
}
div.opencampus_infomation{
	margin-top: 6%;
	position:relative;
	
}
div.contents_opencampus {
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/opencampus_bg2.png") center top /cover  no-repeat;
    padding-top: 65px;
    padding-bottom: 0px;
}
div.contents_opencampus h2 {
    text-align: center;
}
div.contents_opencampus h2 img{
    max-width: 492px;
    height: auto;
}
div.contents_opencampus p {
    text-align: center;
    line-height: 1.8;
    margin-top: 30px;
}
div.leftside_bg {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/opencampus_bg3.png") no-repeat;
    width: 454px;
    height: 640px;
    position:  absolute;
    left:0px;
    top: 0px;
}
div.rightside_bg {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/opencampus_bg4.png") no-repeat;
    width: 470px;
    height: 640px;
    position:  absolute;
    right:0px;
    top: 0px;
}
div.campus_life_01 {
    padding-bottom: 35px;
}
div.contents_campus_life {
    position:relative;
}
div.open_bottom {
    position: absolute;
    top: -26px;
}
div.center_img img {
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto;
}
div.campas_life_02 {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/campus_life_scedule_bg.png");
    padding:  30px 0px;   
}
div.campas_life_02 h2 {
    text-align: center;
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/campus_life_h2_bg.png") no-repeat center;
    height: 128px;
}
div.campas_life_02 h2 img {
    padding-top: 50px;
    margin-left: 16px;
}
div.campas_life_02_wrappe {
    width: 1000px;
    margin: 0 auto;
}
div.scedule_area {
    background: #FFFFFF;
    padding-left: 30px;
    width: 250px;
    position:  relative;
    padding-top: 60px;
    margin-top: 20px;
    padding-bottom: 50px;
}
div.scedule_area h3 {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/schedule_icon.png") no-repeat;
    width: 150px;
    height: 35px;
    text-indent: -9999px;
    position:  absolute;
    left: -30px;
    top: 20px;
}
div.scedule_area dl dt {
    border-bottom: 1px solid #8CA5EB;
    margin: 30px 0px 15px 0px;
    padding-bottom: 3px;
}
div.scedule_area dl dd {
    
}
div.event_img_area {
    width: 690px;
}
div.event_img_area div {
    margin-top: 20px;
}
div.campus_event_detail_bk {
    width: 1000px;
    margin:  0 auto;
}
div.campus_event_detail_bk.graduate {
    margin-bottom: 50px;
}
div.campus_event_detail_bk div.campus_event_detail_box {
    width: 500px;
    text-align: center;
}
img.campus_event_title {
    margin-top: 50px;
}
img.campus_event_title2 {
    margin-top: 20px;
}
div.campus_event_detail_box h3 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
}
div.campus_event_detail_box p {
    margin-top: 20px;
    line-height: 1.6;
}
div.campus_event_detail_box img {
    vertical-align: bottom;
}
div.blue_bg {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/blue_bg.jpg") repeat;
}
div.campus_event_detail2 {
    width: 1000px;
    margin: 0px auto;
    margin-top: 30px;
}
div.campus_event_detail2 h2 {
    margin-top: 50px;    
}
div.campus_event_detail2 ul li {
}
div.campus_event_detail2 .center_img {
    margin-top: 30px;
}


div.contents_opencampus2 {
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/opencampus_bg2.png") center top /cover no-repeat;
    padding-top: 50px;
    padding-bottom: 20px;
}
div.contents_opencampus2 h2 {
    text-align: center;
}
div.contents_opencampus2 p {
    text-align: center;
    line-height: 1.8;
    margin-top: 30px;
}
div.opencampus_wrappe2 {
    margin-top: 52px;
}
div.opencampus_event_detail2 {
    position: relative;
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/campuslife_bg.jpg") repeat;
}
div.opencampus_event_detail2 div.open_bottom {
    top: -27px;
}
div.campus_wrapper {
    width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
    max-width: 100%;
}
div.opencampus_sec01 {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/opencampus_subbg.png") bottom center / contain no-repeat; 
}
div.opencampus_sec01 h3 {
    text-align: center;
}
div.opencampus_sec01 h3 img{
	max-width: 224px;
}
div.opencampus_sec01 ul li:first-child {
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
    padding-top: 9px;
}
div.opencampus_sec01 ul li {
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 9px;
    width: 280px;
    margin: 0px auto;
    margin-top: 9px;
}
div.opencampus_sec02 {
    background-color: #FFFFFF;
    margin-top: 105px;
    padding: 40px;
    position: relative;
}
div.opencampus_sec02 h3 {
    position: absolute;
    top: -20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    left: 0px;
}
div.opencampus_sec02 h3 img{
	max-width: 224px;
}
div.list dl {
    border-bottom: 1px dotted #505050;
    padding-bottom: 10px;
    margin-top: 20px;
}
div.list dl dt {
    border: 1px solid #73C8C8;
    border-radius: 5px;
    text-align: center;
    width: 50px;
    height: 38px;
    float: left;
    clear: both;
    color: #73C8C8;
    font-size: 22px;
    padding-top: 12px
}
div.list dl dd {
    float: left;
    margin-left: 20px;
}
div.list dl dd dl {
    border: none;
    margin: 0px;
}
div.list dl dd dl dt {
    border: none;
    font-size: 18px;
    font-weight: bold;
    width: auto;
    clear: none;
    color: #505050;
    margin-top: 4px;
    padding: 0px;
    height: auto;
}
div.list dl dd dl dd {
    clear: both;
    float: none;
    margin: 0px;
}
div.opencampus_sec02 p {
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
}

/*/////////////////////////////////////////////////////////////////////  
入学・入試情報 CSS
/////////////////////////////////////////////////////////////////////*/
header.page-id-1638,
header.single-post,
header.page-id-268,
header.search-results,
header.page-id-274,
header.page-id-272,
header.page-id-263,
header.page-id-64,
header.page-id-14,
header.parent-pageid-14,
header.page-id-465 {
    background:  url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/entry/entry_bg.jpg") center bottom no-repeat;
    overflow:  hidden;
    height:  230px;
    max-width:1920px;
}
div.box_blue_bg {
    background-color: #EBF0F5;
    padding: 20px;
    margin: 10px 0px;    
}
div.box_blue_bg  p {
    font-size: 16px;
}
div.box_blue_bg  span {
    font-size: 12px;
}
ul.list_attention li {
    font-size: 16px;
    margin-bottom: 4px;    
}
div.contents_area table.link_table td {
    width: 33%;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
div.contents_area table.link_table {
    border: none;
}
div.contents_area dl.hospotal_dl {
    border: 1px solid #DC5196;
    margin-bottom: 10px;
}
div.contents_area dl.hospotal_dl dt {
    width: 237px;
    height: auto;
    margin: 0px;
}
div.contents_area dl.hospotal_dl dt img {
    vertical-align: bottom;
}
div.contents_area dl.hospotal_dl dd {
    width: 420px;
    height: 165px;
    padding: 0px;
    position:  relative;
    margin: 0px;
}
div.contents_area dl.hospotal_dl dd p {
    margin: 0px;
    padding-left: 20px;
}
div.contents_area dl.hospotal_dl dd p a {
    display: inline;
}
div.contents_area dl.hospotal_dl dd img {
    position: absolute;
    width: 100%;
    height:  auto;
    bottom: 0px;
    vertical-align: bottom;
}
div.contents_area p.hospital_name {   
    font-size: 20px;
    padding: 15px 20px 10px 20px;
    font-weight: bold;
}
div.hospital_training {
    background-color: #E9E9E9;
    padding:  15px;
    width: 630px;
    margin-top: 20px;
    margin-bottom: 15px;
}
div.hospital_training li {
    float: left;
    font-weight: bold;
    font-size: 16px;  
    margin-left: 20px;
}
div.hospital_training li.arrow_mark {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/entry/hospital_tranning_mark.png") no-repeat right;
    padding-right:  40px;
    margin-left: 10px;
}
p.hospitals {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #DC5196;
    padding-bottom: 17px;
    margin-top: 20px;
    padding-left: 20px;
}
p.hospitals span {
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
}
p.hospitals a {
    display: inline;
}
div.qa ul {
    padding-left: 40px;
}
p.contact_link {
    width: 100%;
    border: 1px solid #DC5196;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    color: #DC5196;
}

/*/////////////////////////////////////////////////////////////////////  
term CSS
/////////////////////////////////////////////////////////////////////*/
ul.link {
    margin-top:30px;
}
ul.link li {
    padding-bottom: 15px;
    border-bottom: 1px dotted #0064B4;
    margin-bottom: 10px;    
}

/*/////////////////////////////////////////////////////////////////////  
お問合せ CSS

/////////////////////////////////////////////////////////////////////*/
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
form.wpcf7-form {
    margin-top: 20px;
    border-top: 1px solid #0064B4;
    padding-top: 0px;
}
form.wpcf7-form p {
    display: block;
    margin-bottom: 30px;
    padding-right: 30px;
}
form.wpcf7-form label {
    width: 400px;
    font-weight: bold;
    font-size: 1.125em;
}

form.wpcf7-form .div-wrap{
    display: flex;
    gap: 10px 0.5em;
}
form.wpcf7-form .div-wrap p{
    margin: 0;
}
form.wpcf7-form .label-wrap p{
    display: flex;
    gap: 10px 0.5em;
    padding-right: 15px;
}
form.wpcf7-form span.notes{
    color: #0064C8;
}
form.wpcf7-form .label-wrap label{
    width: fit-content;
}
form.wpcf7-form p input {
    display: block;
    border: 0;
    padding: 10px;
    font-size: 1.15em;
    font-family: Arial, sans-serif;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
form.wpcf7-form b {
    font-size: 1.15em;
}
form.wpcf7-form .wpcf7-checkbox input[type="checkbox"]+span {
    font-size: 1.15em;
    font-family: Arial, sans-serif;
    font-weight: 400;
}
form.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked+span {
    color: #0064C8;
}
form.wpcf7-form p select {
    display: block;
    border: 0;
    padding: 10px;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
form.wpcf7-form p input.short {
    display: inline-block;
    margin-right: 1em;
}
form.wpcf7-form label textarea {
    display: block;
    width: 100%;
    border: 0;
    padding: 10px;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    border: solid 1px #ccc;
    margin: 0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

form.wpcf7-form div#submitid input.wpcf7-submit {
    display: block;
    width: 400px;
    padding: 10px;
    font-size: 1.3em;
    border: solid 1px #ccc;
    margin: 0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto 15px;
    cursor: pointer;
    background: #0064B4;
    color: #FFFFFF;
}

.wpcf7cp-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.wpcf7cp-btns button{
    display: inline-block;
    width: fit-content;
    padding: 10px;
    font-size: 1.3em;
    border: solid 1px #ccc;
    margin: 0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom 15px;
    cursor: pointer;
    background: #0064B4;
    color: #FFFFFF;
}
form.wpcf7-form label.regist {
    clear: both;
    width: 100%;
    padding: 0px 0px;
    display: block;
    text-align: center;
}
form.wpcf7-form label.regist a {
    display:  inline;
}
form.wpcf7-form label.regist span span span input {
    display: inline-table;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #FF0000;
}
span.wpcf7-list-item {
display: block!important;
}
.wpcf7-checkbox span.wpcf7-list-item {
    text-indent: -26px;
    margin-left: 26px;
}
form.wpcf7-form p span.wpcf7-list-item input {
display: inline-block;
}
p.date_select select {
    padding: 10px;    
}


span.check {
	color:#FF0000;
	}
span.grey {
	font-size:85%;
	color: #999999;
	}

div.contents_area #wpcf7cpcnf table tr th,
div.contents_area #wpcf7cpcnf table tr td{
    padding: 10px 25px;
}
div.contents_area #wpcf7cpcnf table tr th p,
div.contents_area #wpcf7cpcnf table tr td p{
    margin: 0;
}
article h1 {
    width: 100%;
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/h2_bottom.jpg") repeat-x bottom;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;

}

article.type-post div.entry img {
    width: 100%;
    height: auto;
}

/*/////////////////////////////////////////////////////////////////////  
お知らせ一覧
/////////////////////////////////////////////////////////////////////*/
div.contents_area div.tag {
    float: none;
    }
div.contents_area div.date { 
    float: none;
    margin-left: 0px;
    }
div.contents_area div.news_bg {
    margin-left: 0px;
    padding-bottom: 10px;
    margin-top: 15px;
    }
div.contents_area div.top_news_wrap dl dt {
    width: 100%;
}
div.contents_area div.top_news_wrap dl dd {
    padding-left: 0px;
}
div.contents_area div.top_news_wrap p {
    margin-bottom: 0px;
}
div.contents_area  div.top_news_list dl {
    margin-bottom: 0px;
}
div.mobile_nav  {
    display: none;
}
nav.nav_main {
    display: block;
}
p.hospitals span br {
    display: none;
}
div.inform {
    margin-bottom: 30px;
}
div#search div.page h2 {
    font-size: 20px;
}
div#search div.page p {
    margin-bottom: 25px;
}

    div.widthleft {
        float: left;
        width: 700px!important;
    }
div.right_side {
    float: right;
    width: 280px;
}

@media screen and (min-width: 100px) and (max-width: 640px) {
    header {
        background-position-x: -900px;
    }
    #main_visual-slider .slide-01 {
        background-position-x: -900px;
    }
    #main_visual-slider .slide-04 {
        background-position-x: -730px;
    }
    #main_visual-slider .slide-05 {
        background-position-x: -680px;
    }
    body {
        width:100%;
    }
    div.logo {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%;
    }
    div.logo a {
        text-align: center;
        margin-top: 0px;
    }
    div.logo h1 {
        margin: 0px auto;
        float: none;
    }
    div.logo img {
        text-align: center;
        max-width:320px;
        width: 100%;
    }
    div.header_wrapper {
        width: 100%;        
    }
    div.fixed_header_wrapper {
        padding: 0 15px 0 45px;      
    }
    div.header_text_wrapper {
        width: 100%;        
    }
    #main_visual-slider .slide-01 .slide_text_wrapper {
        width: 100%;        
    }
    div.header_right_box {
        width: 100%;
        text-align: center;
        display: none;
    }
    div.header_right_box div img {
        float: none;
    }
    div.header_right_box img.siryo {
        float: none;
        display: none;
    }
    div.header_right_box div div.serch {
        display: none;
    }
    div.fixed_header_wrapper{
        width: 100%;
    }

    div.fixed_tab{
    	width: 100%;
    }
    div.fixed_tab ul {
    	margin-bottom: 0px;
    	display: flex;
    	width: 100%;
    }

    div.fixed_tab ul li{
    	writing-mode: horizontal-tb;
    	margin-bottom: 0px;
    	flex: 1;
    	text-align: center;
    }
    div.fixed_tab ul li a{
    	padding: 8px 4px;
    	background: #DC5196;
    	color: #ffffff;
    	font-size: max(16px,4vw);
    	border-radius: 0;
    	white-space: nowrap;
    }
    div.fixed_tab ul li.opencampus a{
    	background: #0064C8;
    }

    div.syutsugan_button{
    	width: 100%;
    	right: 0;
    	top: initial;
    	bottom: calc( 16px + calc(max(16px,4vw) * 1.4) );
    }
    div.syutsugan_button ul {
    	margin-bottom: 0px;
    	display: flex;
    	width: 100%;
    }

    div.syutsugan_button ul li{
    	writing-mode: horizontal-tb;
    	margin-bottom: 0px;
    	flex: 1;
    	text-align: center;
    }
    div.syutsugan_button ul li a{
    	padding: 8px 4px;
    	color: #ffffff;
    	font-size: max(16px,4vw);
    	border-radius: 0;
    	white-space: nowrap;
    }
    div.syutsugan_button ul li.opencampus a{
    	background: #0064C8;
    }
    /*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 24px;
		position: fixed;
		z-index: 9999;
        left: 15px;
        top: 12px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #0064B4;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
    nav.nav_main {
        display: none!important;
    }
    div.mobile_nav {
        display: block;
    }
    
    div.mobile_nav nav{
		display:none;
		position: fixed;
		top:0;
		width: 100%;
		height: 100vh;
		background: #FFFFFF;
		left: 0;
		z-index: 50;
	}
	div.mobile_nav nav ul{
		display: block;
		width: 100%;
		height: 350px;
		position: fixed;
		top: 60px;
		right: 0px;
		margin: auto;
	}
	div.mobile_nav nav ul li{
		margin: 0 auto;
		text-align: center;
	}
	div.mobile_nav nav ul li:last-child{
		border: none;
	}
	div.mobile_nav nav ul li a{
		display: block; 
		color: #006598;
        background: rgba(0,101,152,0.1);
        padding: 15px 0px;
        margin: 3px 0px;
	}
    
    
    div.top_contents_wrapper {
        width: 100%;
    }
    div#tabs {
        float: none;
        clear: both;
        margin-top: 15px;
    }
    .tabs-nav li {
        padding: 5px!important;
    }
    div.top_news_list dl {
        width: 100%;
        margin-top: 5px;
    }
    div#tabs .tabs-nav li {
        width: 28%;
        font-size: 12px;
    }
	.tabs-nav br.sp {
    display: block;
	}
    div.top_news_list dl dd {
        width: 90%;
    }
    div.toptext {
        margin: 0px;
        padding: 10px;  
        height: 550px;
        position: relative
    }
    #main_visual-slider .slide-01 .slide_text {
        margin: 0px;
        padding: 10px;  
        height: 550px;
        position: relative
    }
    #main_visual-slider .slide-01 .slide_text img {
        width: 90%;
        height: auto;
        position: absolute;
		top: initial;
		left: 4%;
		bottom: 90px;
    }
    div.top_contents_navbtn {
        position: static;
        margin-top: 25px;
    }
    div.top_contents_navbtn{
    	display: block;
    }
    
    div.top_news_list dl dd {
        width: 90%;
    }
    div.top_contents_navbtn ul li {
        float: left;
        margin-left: 0px;
        display: block;
        width: 33.333%;
    }
    div.top_contents_navbtn ul li a {
        text-align: center;
        margin: 0px auto;
        margin-top: 0px;
    }
    div.top_contents_navbtn ul li a img {
        width: 100%;
    }
    div.top_news_area {
        padding: 10px;
    }
    div.news_title {
        float: none;
        width: 100%;
    }
    div.news_title br {
        display: none;
    }
    
    div#tabs {
        width: 100%;
    }
    div.news_title img {
        float: left;
    }
    div.news_title a {
        float: right;
    }
    
    
    body div.return_top {
        margin-top:  20px;
        text-align: right;  
        height:  70px;
    }
    #PageTopBtn {
        height:  70px;
    }
    
    div.contents_wrapper {
        width: 100%;
    }
    div.contents_area {
        width: 100%;
    }
    div.footer_wrap {
        width: 100%; 
    }
    div.breadcrumb_wrap {
        width: 100%; 
    }
    div.side_area {
        width: 100%;
    }
    div.side_area div.side_bunner{
        display: flex;
        justify-content:center;
    }
    div.side_area div.side_bunner img{
       width: 100%;
       height: auto;
       max-width: 250px;
    }
    div.footer_bottom_wrap {
        width: 100%;      
    }
    div.entry img {
        width: 100%;
        height:  auto;
    }
    div.footer_wrap div.footer_sec01,
    div.footer_wrap div.footer_sec02,
    div.footer_wrap div.footer_sec03,
    div.footer_wrap div.footer_sec04,
    div.footer_wrap div.footer_sec05 {
        float: none;
        margin-left: 0px;
        width: 100%;
        text-align:  center;
        margin-bottom: 25px;
    }
    div.footer_wrap div.footer_sec05 img {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    div.footer_wrap h2 {
        background: none;
        border-bottom: 1px solid #BBBBBB;
        text-align: center;
    }
    div.footer_bottom_wrap p img {
        width: 100%;
        max-width: 420px;
        height: auto;
    }
    div.footer_wrap {
        padding-top: 10px;
    }
    div.footer_wrap h2 a {
        color: #0064B4;
    }
    
    .fb_iframe_widget span {
        margin: 0 auto;
        display: block!important;
    }
    div.side_bunner img {
        display: block;
        margin: 10px auto;
    }
    
    div.breadcrumb {
        padding:5px;
    }
    div.contents_wrapper {
        padding: 2%;
        width: 96%;
    }
    header.page-id-1403,
    header.parent-pageid-330,
    header.page-id-1387,
    header.parent-pageid-1387,
    header.single-post,
    header.page-id-263,
    header.page-id-64,
    header.page-id-268,
    header.page-id-272,
    header.page-id-274,
    header.page-id-60,
    header.page-child,
    header.page-parent{
        background: none;
        height: auto;
    }
    header.page-id-1403 div.toptext,
    header.parent-pageid-330 div.toptext,
    header.page-id-1387 div.toptext,
    header.parent-pageid-1387 div.toptext,
    header.single-post div.toptext,
    header.page-id-263 div.toptext,
    header.page-id-64 div.toptext,
    header.page-id-268 div.toptext,
    header.page-id-272 div.toptext,
    header.page-id-274 div.toptext,
    header.page-id-60 div.toptext,
    header.page-child div.toptext,
    header.page-parent div.toptext {
        text-align: center;
        padding: 10px 0px 10px 0px;
        background: #0064B4;
        color: #FFFFFF;
        height: auto;
    }
    header.page-id-1403 div.toptext h2,
    header.parent-pageid-330 div.toptext h2,
    header.page-id-1387 div.toptext h2,
    header.parent-pageid-1387 div.toptext h2,
    header.single-post div.toptext h2,
    header.page-id-263 div.toptext h2,
    header.page-id-64 div.toptext h2,
    header.page-id-268 div.toptext h2,
    header.page-id-272 div.toptext h2,
    header.page-id-274 div.toptext h2,
    header.page-id-60 div.toptext h2,
    header.page-child div.toptext h2,
    header.page-parent div.toptext h2 {
        color: #FFFFFF;
        font-size: 22px;
    }
    div.contents_area dl dt,
    header.page-parent dl dt {
        float:none;
        width: 100%;
    }
    div.contents_area dl dd,
    header.page-parent dl dd {
        float: none;
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #E7E7E7;
    }
    iframe.gmap {
        width: 100%;
    }
    
    div.curriculum‗contents_area {
        width:100%;
    }
    div.curriculum_btn {
        padding: 20px;
    }
    div.curriculum_btn .left,
    div.curriculum_btn .right {
        float: none;        
    }
    #PageTopBtn a {
        text-align: center;        
    }
    div.entry #PageTopBtn img {
        width: auto;        
    }
    div.contents_area div#tabs table tr td.table_sec1 {
        width: auto;
    }
    .tabs-nav li.selected,
    .tabs-nav li {
        border: 1px solid #0064B4!important;
        margin-bottom: 3px!important;
    }
    .tabs-nav li.selected {
        color: #FFFFFF!important;
        background-color: #0064B4!important;
    }
    div.curriculum_sp_left {
        float:none!important;
        margin-top: 0px;
        width: 100%;
    }
    div.curriculum_sp_right {
        float:none!important;
        width: 100%;
    }
    div.curriculum_sp_right img {
        position: static;
    }
    div.curriculum_sp_left h4,
    div.curriculum_sp_right h4,
    div.contents_area div.curriculum_sp h4 {
        width: 100%;
    }
    img.white_bg {
        display: none;
    }
    
    div.leftside_bg {
        display: none;
    }
    div.rightside_bg {
        display: none;
    }
    div.campas_life_02 h2 {
        background:  none;
        padding:10px;
    }
    div.contents_opencampus h2 {
    }
    div.campas_life_02_wrappe {
        width: 96%;
        padding: 2%;
    }
    div.campus_event_detail_bk {
        width: 100%;
    }
    div.campas_life_02 {
        background: none;
    }
    div.campas_life_02 h2 img {
        width: 100%;
        margin: 0px;
    }
        div.open_bottom {
        display: none;
    }
    div.opencampus_button_wrappe {
        width: 100%;
    }
    div.opencampus_button_wrappe div.left,
    div.opencampus_button_wrappe div.right {
        width: 48%;
    }
    div.opencampus_button_wrappe div.left img,
    div.opencampus_button_wrappe div.right img {
        width: 100%;
    }
    div.campus_event_detail_bk div.campus_event_detail_box {
        width: 100%;
    }
    div.contents_opencampus {
        padding-top: 30px;
    }
    div.scedule_area {
        padding-left: 0px;
    }
    div.scedule_area h3 {
        position: static;
    }
    div.entry div.scedule_area dl dt img {
        width: auto!important;
        height: auto!important;
        display: block;
        margin: 0px auto;
    }
    div.event_img_area {
        width: 100%;
    }
    div.event_img_area div.left,
    div.event_img_area div.right {
        float: none;
    }
    
    div.scedule_area {
        width: 100%;
    }
    div.campus_event_detail {
        width: 96%;
        padding: 2%;
    }
    div.scedule_area ul li {
        text-align:  center;
        font-size: 16px;
    }
    div.scedule_area dl dd {
        height: auto;
    }
    
    div.contents_area table.link_table td {
        display: block;
        width: 100%;
        padding-left: 10px;
    }
    p.contact_link {
        padding:10px 0px;
    }
    div.contents_area dl.hospotal_dl dd {
        width: 100%;
    }
    p.hospitals span br {
    display: block;
    }
    .fb_iframe_widget {
        width: 100%;
    }
    div.center_img img {
        width: 50%;
        display: block;
        margin: 0px auto;
    }
     div.campus_event_detail2 {
        width: 96%;
        padding: 2%;
    }

    article h1 {
        margin-top: 30px;
    }
    div.footer_wrap div.footer_sec05 img.footer_bunner {
        margin-bottom: 10px;
    }
    div.campus_wrapper {
        width: 100%;
    }
    div.opencampus_sec01 {
        background: none;
    }
    div.list dl dt {
        float: none;
        margin: 0px auto;
    }
    div.opencampus_wrappe2 div.center_img img {
        width: 90%;
    }
    div.contents_opencampus2 {
        padding-bottom: 0px;
    }

    div.list dl dd {
        margin: 5px;
    }
}

@media screen and (min-width: 641px) and (max-width: 1000px) {

    body {
        width:100%;
    }
    div.logo {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%;
    }
    div.logo a {
        text-align: center;
        margin-top: 0px;
    }
    div.logo h1 {
        margin: 0px auto;
        float: none;
    }
    div.logo img {
        text-align: center;
        width:auto;
    }
    div.header_wrapper {
        width: 100%;        
    }
    div.header_text_wrapper {
        width: 100%;        
    }
    #main_visual-slider .slide-01 .slide_text_wrapper {
        width: 100%;        
    }
    div.header_right_box {
        width: 100%;
        text-align: center;
        display: none;
    }
    div.header_right_box div img {
        float: none;
    }
    div.header_right_box img.siryo {
        float: none;
        display: none;
    }
    div.header_right_box div div.serch {
        display: none;
    }
    div.fixed_header_wrapper{
        width: 100%;
    }
	div.fixed_tab ul li a{
		padding: 16px 8px;
	}
    
    
    /*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 24px;
		position: fixed;
		z-index: 9999;
        left: 15px;
        top: 12px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #0064B4;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
    nav.nav_main {
        display: none!important;
    }
    div.mobile_nav {
        display: block;
    }
    
    div.mobile_nav nav{
		display:none;
		position: fixed;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(255,255,255);
		left: 0;
		z-index: 50;
	}
	div.mobile_nav nav ul{
		display: block;
		width: 100%;
		height: 350px;
		position: absolute;
		top: 65px;
		right: 0px;
		margin: auto;
	}
	div.mobile_nav nav ul li{
		margin: 0 auto;
		text-align: center;
	}
	div.mobile_nav nav ul li:last-child{
		border: none;
	}
	div.mobile_nav nav ul li a{
		display: block; 
		color: #006598;
        background: rgba(0,101,152,0.1);
        padding: 15px 0px;
        margin: 3px 0px;
	}
    
    
    div.top_contents_wrapper {
        width: 100%;
    }
    div#tabs {
        float: none;
        clear: both;
        margin-top: 15px;
    }
    .tabs-nav li {
        padding: 5px!important;
    }
    div.top_news_list dl {
        width: 100%;
        margin-top: 5px;
    }
    div#tabs .tabs-nav li {
        width: 28%;
        font-size: 12px;
    }
    div.top_contents_navbtn{
    	display: block;
    }
    
    div.top_news_list dl dd {
        width: 90%;
    }
    div.top_contents_navbtn ul li {
        float: left;
        margin-left: 0px;
        display: block;
        width: 33.333%;
    }
    div.top_contents_navbtn ul li a {
        text-align: center;
        margin: 0px auto;
        margin-top: 0px;
    }
    div.top_contents_navbtn ul li a img {
        width: 100%;
    }
    div.toptext {
        margin: 0px;
        padding: 10px;  
        height: 690px;
        position: relative
    }
    #main_visual-slider .slide-01 .slide_text {
        margin: 0px;
        padding: 10px;  
        height: 690px;
        position: relative
    }
    #main_visual-slider .slide-01 .slide_text img {
        width: auto;
        height: auto;
        position: absolute;
        top: 240px;
        left: 4%;
    }
    div.top_contents_navbtn {
        position: static;
        margin-top: 25px;
    }
    div.top_news_area {
        padding: 10px;
    }
    div.news_title {
        float: none;
        width: 100%;
    }
    div.news_title br {
        display: none;
    }
    
    div#tabs {
        width: 100%;
    }
    div.news_title img {
        float: left;
    }
    div.news_title a {
        float: right;
    }
    
    
    body div.return_top {
        margin-top:  20px;
        text-align: right;  
        height:  70px;
    }
    #PageTopBtn {
        height:  70px;
    }
    
    div.contents_wrapper {
        width: 100%;
    }
    div.contents_area {
        width: 100%;
    }
    div.footer_wrap {
        width: 100%; 
    }
    div.breadcrumb_wrap {
        width: 100%; 
    }
    div.side_area {
        width: 100%;
    }
    div.side_area div.side_bunner{
        display: flex;
        justify-content:center;
    }
    div.side_area div.side_bunner img{
       width: 100%;
       max-width: 250px;
       height: auto;
    }
    div.footer_bottom_wrap {
        width: 100%;      
    }
    div.entry img {
        width: 100%;
        height:  auto;
    }
    div.footer_wrap div.footer_sec01,
    div.footer_wrap div.footer_sec02,
    div.footer_wrap div.footer_sec03,
    div.footer_wrap div.footer_sec04,
    div.footer_wrap div.footer_sec05 {
        float: none;
        margin-left: 0px;
        width: 100%;
        text-align:  center;
        margin-bottom: 25px;
    }
    div.footer_wrap div.footer_sec05 img {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    div.footer_wrap h2 {
        background: none;
        border-bottom: 1px solid #BBBBBB;
        text-align: center;
    }
    div.footer_bottom_wrap p img {
        width: auto;
    }
    div.footer_wrap {
        padding-top: 10px;
    }
    div.footer_wrap h2 a {
        color: #0064B4;
    }
    
    .fb_iframe_widget span {
        margin: 0 auto;
        display: block!important;
    }
    div.side_bunner img {
        display: block;
        margin: 10px auto;
    }
    
    div.breadcrumb {
        padding:5px;
    }
    div.contents_wrapper {
        padding: 2%;
        width: 96%;
    }
    header.page-id-1403,
    header.parent-pageid-330,
    header.page-id-1387,
    header.parent-pageid-1387,
    header.page-id-263,
    header.page-id-64,
    header.page-id-268,
    header.page-id-272,
    header.page-id-274,
    header.page-id-60,
    header.page-child,
    header.page-parent{
        background: none;
        height: auto;
    }
    header.page-id-1403 div.toptext,
    header.parent-pageid-330 div.toptext,
    header.page-id-1387 div.toptext,
    header.parent-pageid-1387 div.toptext,
    header.page-id-263 div.toptext,
    header.page-id-64 div.toptext,
    header.page-id-268 div.toptext,
    header.page-id-272 div.toptext,
    header.page-id-274 div.toptext,
    header.page-id-60 div.toptext,
    header.page-child div.toptext,
    header.page-parent div.toptext {
        text-align: center;
        padding: 10px 0px 10px 0px;
        background: #0064B4;
        color: #FFFFFF;
        height: auto;
    }
    header.page-id-1403 div.toptext h2,
    header.parent-pageid-330 div.toptext h2,
    header.page-id-1387 div.toptext h2,
    header.parent-pageid-1387 div.toptext h2,
    header.page-id-263 div.toptext h2,
    header.page-id-64 div.toptext h2,
    header.page-id-268 div.toptext h2,
    header.page-id-272 div.toptext h2,
    header.page-id-274 div.toptext h2,
    header.page-id-60 div.toptext h2,
    header.page-child div.toptext h2,
    header.page-parent div.toptext h2 {
        color: #FFFFFF;
        font-size: 22px;
    }
    div.contents_area dl dt,
    header.page-parent dl dt {
        float:none;
        width: 100%;
    }
    div.contents_area dl dd,
    header.page-parent dl dd {
        float: none;
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #E7E7E7;
    }
    iframe.gmap {
        width: 100%;
    }
    
    div.curriculum‗contents_area {
        width:100%;
    }
    div.curriculum_btn {
        padding: 20px;
    }
    div.curriculum_btn .left,
    div.curriculum_btn .right {
        width: 48%;        
    }
    div.open_bottom {
        display: none;
    }
    div.campus_event_detail_box p {
        padding-bottom: 30px;
    }
    div.campus_event_detail_box p img {
        width: auto;
    }
    #PageTopBtn a {
        text-align: center;        
    }
    div.entry #PageTopBtn img {
        width: auto;        
    }
    div.contents_area div#tabs table tr td.table_sec1 {
        width: auto;
    }
    .tabs-nav li.selected,
    .tabs-nav li {
        border: 1px solid #0064B4!important;
        margin-bottom: 3px!important;
    }
    .tabs-nav li.selected {
        color: #FFFFFF!important;
        background-color: #0064B4!important;
    }
    div.curriculum_sp_left {
        float:none!important;
        margin-top: 0px;
        width: 100%;
    }
    div.curriculum_sp_right {
        float:none!important;
        width: 100%;
    }
    div.curriculum_sp_right img {
        position: static;
    }
    div.curriculum_sp_left h4,
    div.curriculum_sp_right h4,
    div.contents_area div.curriculum_sp h4 {
        width: 100%;
    }
    img.white_bg {
        display: none;
    }
    
    div.leftside_bg {
        display: none;
    }
    div.rightside_bg {
        display: none;
    }
    div.campas_life_01 h2 {
    }
    div.campas_life_02 h2 {
        background:  none;
        padding:10px;
    }
    div.contents_opencampus h2 {
    }
    div.campas_life_02_wrappe {
        width: 96%;
        padding: 2%;
    }
    div.campus_event_detail_bk {
        width: 100%;
    }
    div.campas_life_02 {
        background: none;
        padding-top: 25px;
    }
    div.campas_life_02 h2 img {
        width: 100%;
        margin: 0px;
    }
    div.opencampus_button_wrappe {
        width: 100%;
        max-width: 640px;
    }
    div.opencampus_button_wrappe div.left,
    div.opencampus_button_wrappe div.right {
        width: 43%;
    }
    div.opencampus_button_wrappe div.left img,
    div.opencampus_button_wrappe div.right img {
        width: 100%;
    }
    div.campus_event_detail_bk div.campus_event_detail_box {
        width: 100%;
    }
    div.contents_opencampus {
        padding-top: 30px;
    }
    div.scedule_area {
        padding-left: 0px;
    }
    div.scedule_area h3 {
        position: static;
    }
    div.entry div.scedule_area dl dt img {
        width: auto!important;
        height: auto!important;
        display: block;
        margin: 0px auto;
    }
    div.event_img_area {
        width: 100%;
    }
    div.event_img_area div.left,
    div.event_img_area div.right {
        float: none;
    }
    
    div.scedule_area {
        width: 100%;
    }
    div.campus_event_detail {
        width: 96%;
        padding: 2%;
    }
    div.scedule_area ul li {
        text-align:  center;
        font-size: 16px;
    }
    div.scedule_area dl dd {
        height: auto;
    }
    
    div.contents_area table.link_table td {
        display: block;
        width: 100%;
        padding-left: 10px;
    }
    p.contact_link {
        padding:10px 0px;
    }
    div.contents_area dl.hospotal_dl dd {
        width: 100%;
    }
    p.hospitals span br {
    display: none;
    }
    .fb_iframe_widget {
        width: 100%;
    }
    div.center_img img {
        width: 50%;
        display: block;
        margin: 0px auto;
    }
    div.campus_event_detail2 {
        width: 96%;
        padding: 2%;
    }
	div.campus_life_01 div.opencampus_wrappe2 div.center_img img {
		width: 90%;
	}

}

@media screen and (min-width: 1000px) and (max-width: 1260px) {

nav.nav_main ul li br{
display: initial;
}
}
@media screen and (min-width: 1000px) and (max-width: 1370px) {
nav.nav_main ul li a{
	padding: 1em 0.5em;
}
nav.nav_main ul li br{
}
}

@media screen and (min-width: 1000px) and (max-width: 1338px) {
div.leftside_bg {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/opencampus_bg3.png") no-repeat;
    width: 454px;
    height: 640px;
    position:  absolute;
    right:calc(33.5% + 430px);
    top: 0px;
    left: initial;
}
div.rightside_bg {
    background: url("https://soigner-nc.sakura.ne.jp/soigner-nc.jp/wp-content/themes/soigner/img/campus_life/opencampus_bg4.png") no-repeat;
    width: 470px;
    height: 640px;
    position:  absolute;
    left:calc(34.7% + 430px);
    top: 0px;
    right: initial;
}
}


.top_news_list:nth-child(n+6){
	display:none;
}
#more{
	clear:both;
	display: block;
	width:300px;
	text-align:center;
	margin: 40px auto 20px;
	cursor:pointer;
    color: #FFFFFF;
    background: #0064B4;
}
.top_news_list.show{
	display:block;
}
div.contents_area table.gpa1 tr th,
div.contents_area table.gpa1 tr td{
	width:25%;
	text-align: center;
}
div.contents_area table.gpa2{
	border: 1px solid #C8C8C8;
}
div.contents_area table.gpa2 tr th,
div.contents_area table.gpa2 tr td{
	width:auto;
	border:none;
	text-align: center;
}
div.contents_area div.meibo{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
div.contents_area div.meibo div{
	margin: 0 auto;
}


#evaluation{
}

#evaluation p{
	margin-bottom:25px;
	text-indent:1em;
}
#evaluation p+p{
	margin-top:-15px;
}
#evaluation table {
	width:50%;
	margin: 0 auto 70px;
}
#evaluation table caption{
	font-size: 20px;
	font-weight: bold;
}
#evaluation table th{
	white-space:nowrap;
}
#evaluation table tbody th{
	text-align:left;
}
#evaluation table td{
	white-space:nowrap;
	text-align:center;
}

#evaluation #task p{
	margin-left:1em;
	text-indent:0;
}

.gpa_comparison{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gpa_comparison p {
    width: 47.4%;
    margin: 0;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 0 5%;
}


div.contents_area  p.button-rdbl{
	text-align: center;
	margin-bottom: 60px;
}
.button-rdbl a{
	display: inline-block;
	background: #7EADE4;
	color: #ffffff;
	border-radius:40px;
	line-height: 40px;
	width: 100%;
	max-width: 270px;
	text-align:center;
	transition: 0.3s ease opacity;
	font-size: 1.1em;
	font-weight: 700;
	user-select: none;
}
.button-rdbl a span{
	padding:0 40px;
	background: url(./img/button-rdbl-arrow.png) right center / 22px 8px no-repeat; 
}
.button-rdbl a:hover{
	opacity: 0.7;
}

.examination-info-title{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: baseline;
}

.admission-test-fee {
    font-size: 0.8em;
    margin-left: 1em;
	font-weight:normal;
	margin: 0 0 0 auto;
}

#school_orientation{
	/*width: 730px;*/
}
#school_orientation img{
	max-width: 100%;
	height: auto;
}
#school_orientation-bg{
	background: url(./img/school_orientation-bg.png) top center / 100% auto ;
	padding: 10px 0 30px;
}

#school_orientation h1{
	text-align: center;
	margin-bottom: -5px;
}
#school_orientation h1 img{
	width: 93%;
}


#school_orientation .lead{
	display: flex;
	width: 100%;
	margin: auto;
}
#school_orientation .lead p{
	text-align: center;
	width: 60%;
	font-size: 0.92em;
	font-weight: 600;
	line-height: 1.85;
	letter-spacing: 0.2em;
	font-family: 'Noto Serif JP', sans-serif;
	font-feature-settings: "palt" 1;
	margin: 30px 0 20px;
}
#school_orientation .lead-left{
	text-align: right;
	width: 22.5%;
	padding-top:10px;
}
#school_orientation .lead-left img{
	width: 65%;
}
#school_orientation .lead-right{
	text-align: center;
	width: 22.5%;
	padding-top:20px;
}
#school_orientation .lead-right img{
	width: 77.5%;
}

#school_orientation #schedule{
	text-align: center;
	margin:-1.35% auto 20px;
	width: 65.75%;
}
#school_orientation #schedule img{
	width: 100%;
}

#school_orientation #schedules{
	margin:0 auto 20px;
	width: 65.75%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 5%;
		font-size: 20px;
}
#school_orientation #schedules .schedule{
	width: 30%;
	aspect-ratio:1/1;
	background:url(./img/opencampus/opencampus_individual-schedule-circle.svg) no-repeat 100% / contain;
	text-align: center;
	position: relative;
}
#school_orientation #schedules .schedule.event{
	background:url(./img/opencampus/opencampus_individual-schedule-square.svg) no-repeat 100% / contain;
}
#school_orientation #schedules .schedule.event-2{
	background:url(./img/opencampus/opencampus_individual-schedule-square.svg) no-repeat 100% / cover;
	aspect-ratio:8/4;
	border-radius: 10px;
	width: 47.5%;
}
#school_orientation #schedules .pict{
	background:url(./img/opencampus/opencampus_individual-schedule-pict.png) no-repeat center bottom / 58% auto;
	aspect-ratio: auto;
}
#school_orientation #schedules .schedule{
	display: block;
	width: 100%;
	height: 100%;
}

#school_orientation #schedules .schedule:hover{
	opacity: 0.8;
}

#school_orientation #schedules .schedule .text{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: left;
	color: #006ec8;
	line-height: 1.7;
	font-weight: 600;
}
#school_orientation #schedules .schedule.event-2 .text{
	position: absolute;
	top: 0%;
	width: 100%;
	transform: none;
	text-align: left;
	color: #006ec8;
	line-height: 1.7;
	font-weight: 600;
}
#school_orientation #schedules .schedule .text .day{
	font-size: 2em;
	line-height: 1.5;
	font-weight: 500;
	padding-left: 1em;
}
#school_orientation #schedules .schedule .text .week{
	font-size: 1.2rem;
	font-weight: 600;
	padding: 0 0.5em;
}
#school_orientation #schedules .schedule .text .week:before{
	content:"[";
}
#school_orientation #schedules .schedule .text .week:after{
	content:"]";
}
#school_orientation #schedules .schedule .text .event-wrap{
	margin-left:2em;
	display: flex;
	flex-direction: column;
	gap: 0.1em;
}
#school_orientation #schedules .schedule .text .event-name{
	line-height: 1.4;
	font-size: 0.9em;
}
#school_orientation #schedules .schedule .text .event-name .small{
	font-size: 0.8em;
}

#school_orientation #schedules .schedule.ao {
	margin-top: 2em;
}
#school_orientation #schedules .schedule.ao .ao-text{
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	line-height: 1.2;
	font-size: 1em;
	text-align: center;
	background: #FFF3B6;
	color: #005296;
	padding: 0;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	width: 5.5em;
	font-weight: 900;
	font-family: "Noto Serif JP", serif;
	font-feature-settings: "palt" 1;
}
#school_orientation #schedules .schedule.ao .ao-text div{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-60%);
	width: 100%;
}

#school_orientation #hours{
	width: 67%;
	margin-left: auto;
	margin-right: auto;
}
#school_orientation #hours dl{
	margin-bottom: 20px;
}
#school_orientation #hours dl:after{
	content:"";
	display: block;
	clear: both;
}
#school_orientation #hours dt{
	float: left;
	padding: 0;
	margin: 0;
	width: 90px;
}
#school_orientation #hours dd{
	float: left;
	font-size: 1.21em;
	line-height: 1.74;
	font-weight: 700;
	color: #006EC8;
	height: auto;
	margin: 0;
	padding: 0 0 0 1em;
	width: calc(100% - 90px);
	box-sizing: border-box;
}

#school_orientation #hours ul{
	margin-bottom: 62px;
}
#school_orientation #hours ul li{
	margin-left: 2em;
	text-indent: -1em;
	line-height: 1.85;
	font-size: 0.94em;
	font-weight: 500;
	
}

.information-leaflet-pdf{
    text-align: center;
    padding: 0 0 10%;
}

.information-leaflet-pdf a {
    display: block;
    width: 80%;
	margin:0 auto;
	max-width:401px;
}

.information-leaflet-pdf a img{
	width:100%;
}

#school_orientation #content{

}

#school_orientation #content .columns1{
	display: flex;
	gap: 35px 3%;
	margin-bottom: 40px;
	margin-top: 70px;
}
#school_orientation #content .columns1 .column{
	width: 31.3%;
	background: #ffffff;
}
#school_orientation #content .columns1 .column h3{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-top: -30px;
	text-align:center;
}

#school_orientation #content .columns1 .column .image{
	text-align: center;
	margin-top: -10px;
}
#school_orientation #content .columns1 .column .image img{
	height: 48px;
	width: auto;
}

#school_orientation #content .columns1 .column p{
	padding: 15px 20px;
	margin: 0;
	font-weight: 500;
}


#school_orientation #content .columns2{
	display: flex;
	gap: 35px 4.75%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#school_orientation #content .columns2 .column{
	width: 47.6%;
}
#school_orientation #content .columns2 .column h3{
	background: none;
	margin: 0 auto 15px;
	padding: 0px;
	border: none;
	background: #006EC8;
	text-align:center;
}
#school_orientation #content .columns2 .column h3 img{
	height: 19px;
	width: auto;
}

#school_orientation #content .columns2 .inner-columns{
	display: flex;
	gap: 10px 10px;
}

#school_orientation #content .columns2 .content4 .inner-columns .image{
	order: 1;
	padding-left: 15px;
	padding-top: 15px;
	width:80px;
}

#school_orientation #content .columns2 .content4  .inner-columns p{
	order: 2;
	flex:1;
}
#school_orientation #content .columns2 .content5 .inner-columns .image{
	order: 2;
	padding-top: 5px;
	padding-right: 5px;
	width:90px;
}
#school_orientation #content .columns2 .content5  .inner-columns p{
	order: 1;
	flex:1;
	padding-left: 10px;
}

#school_orientation-movie{
	background: #F0F8FF;
	padding: 30px 3.85% 30px;
	margin-bottom: 45px;
}
#school_orientation-movie-inner{
	background: #ffff;
	padding: 10px 7.7% 56px;
}

#school_orientation-movie h2{
	background: none;
	padding-bottom: 0;
	margin-bottom: 20px;
	padding-left: 1.5%;
}
#school_orientation-movie h2 img{
	width:91.5%;
}
#school_orientation-movie #youtube-movie{
	width: 100%;
	aspect-ratio: 16 / 9;
	position:relative;
}
#school_orientation-movie #youtube-movie iframe{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}



#school_orientation .inner{
	width: 89%;
	margin-left: auto;
	margin-right: auto;
}

#school_orientation #entry{
	margin-top: 30px;
}

#school_orientation #entry .columns{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 94.6%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#school_orientation #entry .column.fig,
#school_orientation #entry .column.space{
	width: 11.8%;
	text-align:left;
}
#school_orientation #entry .column.fig img{
	width:85%;
}
#school_orientation #entry .column.button{
	width: 76.4%;
}
#school_orientation #entry .column.button > div{
	text-align: center;
}
#school_orientation #entry .column.button ul li{
	line-height: 1.85;
	font-size: 0.94em;
	font-weight: 500;
	text-indent: -1em;
	margin-left: 1em;
}
#school_orientation #entry .column.button a{
	margin-bottom: 25px;
}

#school_orientation .inner h2{
	text-align: center;
	background: #F9DD84;
	padding-bottom: 0;
	margin-bottom: 50px;
	line-height: 1;
	font-size: unset;
	padding: 5px;
}
#school_orientation .inner h2 img{
	height: 22px;
	width: auto;
}


@media screen and (min-width: 761px) and (max-width: 1000px) {

	#school_orientation{
		width: 100%;
		max-width: 100%;
	}
	
	#school_orientation #schedules{
		font-size: 2vw;
	}
}
@media screen and (max-width: 760px) {

	#school_orientation{
		width: 100%;
		max-width: 100%;
	}
	#school_orientation .lead p{
		text-align: left;
	}
	#school_orientation .inner {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	#school_orientation #schedules{
		font-size: 2vw;
	}

}

@media screen and (max-width: 640px) {
	#school_orientation #schedule {
		text-align: right;
		margin: 0% auto 25px;
		width: 96%;
	}
	#school_orientation #schedules {
		width: 96%;
	}
	#school_orientation #schedules {
		font-size: 3vw;
	}
	
	#school_orientation #entry .columns{
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#school_orientation #hours dd {
		clear: both;
		float: none;
		padding: 1em 0 0;
		width: 100%;
	}
	#school_orientation #content .columns1{
		flex-direction: column;
	}
	#school_orientation #content .columns1 .column {
		width: 100%;
	}
	#school_orientation #content .columns2{
		flex-direction: column;
	}
	#school_orientation #content .columns2 .column {
		width: 100%;
	}
	#school_orientation-movie-inner {
		background: #ffff;
		padding: 10px 3.85% 25px;
	}
	#school_orientation #entry .columns{
		align-items: end;
	}
	#school_orientation #entry .column.button {
		width: 100%;
	}
	#school_orientation #entry .column.button ul{
		margin-left: 70px;
		text-align:left;
	}
	#school_orientation #entry .column.fig,
	#school_orientation #entry .column.space{
		position: absolute;
		width: 62px;
	}

	.admission-test-fee {
		position: static;
		font-size: 0.8em;
		margin-left: 0;
		font-weight: normal;
		display: block;
	}	
}

.fa-file-pdf{
	margin: 0 0.5em;
}
.fa-right-long{
	margin-right: 0.5em;
}
.pdfjs-fullscreen{
	display: inline;
	+div{
		display: none;
	}
}

#nursing_experience-main{
	margin:auto;
	max-width: 960px;
}
#nursing_experience-main .visual img{
	width: 100%;
}


#nursing_experience-main .information{
	font-size: 2.6vw;
}
#nursing_experience-main .information dl{
	display: flex;
	flex-wrap:wrap;
	width: 86%;
	margin: 1em auto;
}
#nursing_experience-main .information dt{
	width: 4.5em;
	text-align-last:justify;
	margin-right: 1em;
}
#nursing_experience-main .information dd{
	width: calc(100% - 5.5em);
	text-align:left;
}
#nursing_experience-main .information dd a{
	display: inline-block;
}

#nursing_experience-main .flex{
	display: flex;
	flex-wrap:wrap;
	gap: 1em;
}

#nursing_experience-main .content {
	order: 2;
	font-size: 1.2em;
}
#nursing_experience-main .content h2{
	width: 192px;
	margin-bottom: 10px;
}
#nursing_experience-main .content ul{
	margin-bottom: 5px;
}
#nursing_experience-main .content li{
	margin-left: 1em;
	text-indent: -1em;
}
#nursing_experience-main .content li:before{
	content:"・";
}
#nursing_experience-main .photo {
	order: 1;
	flex: 1;
}
#nursing_experience-main .photo img{
	width: 100%;
}
#nursing_experience-form_link{
	margin:auto;
	max-width: 960px;
	margin: 50px auto 30px;
}
#nursing_experience-form_link .button{
	text-align:center;
}
#nursing_experience-form_link .button a{
	display: inline-block;
	transition: 0.3s ease opacity;
}
#nursing_experience-form_link .button a:hover{
	opacity:0.7;
}
#nursing_experience-form_link p{
	text-align:center;
	font-size: 1.1em;
}
#nursing_experience-contact{
	margin:auto;
	max-width: 400px;
}
#nursing_experience-contact h2{
	background: #ff0;
	text-align:center;
	font-size: 1.2em;
	padding: 5px;
}
#nursing_experience-contact .tel{
	text-align:center;
	font-size: 2em;
	padding: 5px;
}

@media screen and (min-width: 960px) {
	#nursing_experience-main .information{
		font-size: 1.6em;
	}
}
@media screen and (max-width: 640px) {
	#nursing_experience-main .flex{
		width: 86%;
		margin: auto;
	}
	#nursing_experience-main .content {
		order: 1;
	}
	#nursing_experience-main .photo {
		order: 2;
		flex: inherit;
		textalign :center;
	}
	#nursing_experience-main .information{
		font-size: 1.2em;
	}
}

@media screen and (max-width: 480px) {
	#nursing_experience-main .information dl{
		width: 96%;
	}
	#nursing_experience-main .flex{
		width: 96%;
	}
	#nursing_experience-main .flex{
		font-size: 1em;
	}
	#nursing_experience-main .information{
		font-size: 1em;
	}
}


.opencampus_button_wrappe  .nursing{
	position: absolute;
	right: -200px;
	bottom: 175px;
	
}
@media screen and  (max-width: 1000px){
	.opencampus_button_wrappe  .nursing{
		position: relative;
		width: 48%;
		right:initial;
		bottom: initial;
		left:26.5%;
	}

}

#syutsugan p{
	margin-bottom: .5em;
}
#syutsugan p a{
	display: inline-block;
}
#syutsugan img{
	max-width: 100%;
}
#syutsugan .syutsugan-list{
	
}
#syutsugan .syutsugan-list li{
	text-indent: -2em;
	margin-left: 2em;
	line-height: 1.8;
}
#syutsugan .syutsugan-list li i{
	text-indent: 0;
	color: #0064B4;
}
#syutsugan h2:not(:first-child){
	margin-top: 50px;
}
#syutsugan .syutsugan-point{
	display: flex;
	gap: 12.5px;
	margin-bottom: 25px;
}
#syutsugan .syutsugan-point .text{
	flex: 1;
}
#syutsugan .syutsugan-point .image{
	width:120px;
}

#syutsugan .syutsugan-step{
	display: flex;
	gap: 12.5px;
	margin-bottom: 12px;
}
#syutsugan .syutsugan-step .text{
	flex: 1;
}
#syutsugan .syutsugan-step .image{
	width:120px;
}

#syutsugan .syutsugan-need li{
	text-indent: -2em;
	margin-left: 2em;
	line-height: 1.8;
}
#syutsugan .syutsugan-need li i{
	text-indent: 0;
	color: #0064B4;
}
#syutsugan .syutsugan-arrow{
	text-align: center;
	margin-bottom: 12px;
	font-size:20px;
}
#syutsugan .syutsugan-button{
	background-image: url(https://www.syutsugan.net/assets/user/shared/images/bg_repeat01-b43f5e19e7ef1393a0baf3cad65f55bd72259e2f035fd998e4c9a1021927455c.png);
	background-color: #0085DE !important;
	color: #fff;
	padding: 1em;
	font-size: 1.2em;
	border-radius: 5px;
	margin-top: 20px;
}


.qa-page h3{
 margin-top: 40px;
}
.qa-q{
	margin-top: 30px;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	    background: linear-gradient(to bottom, #fdffff, #d2f2f7 );
	font-size: 1.2em;
}
.qa-q span{
	background: #0064C8;
	color: #fff;
	border-radius: 5px;
	padding:  2px 5px;
	/*font-size: 1.2em;*/
	font-weight: 600;
	display: inline-block;
	margin-right: 0.5em;
}
.qa-a{
	margin-top: 5px;
	padding: 10px;
	border-radius: 5px;
	    background: linear-gradient(to bottom, #fffafc, #ffd3e9 );
	    display: none;
	    line-height: 1.8;
	    float: none;
}
.qa-a span{
	background: #DC5196;
	color: #fff;
	border-radius: 5px;
	padding:  2px 5px;
	font-size: 1.2em;
	font-weight: 600;
	display: inline-block;
	margin-right: 0.5em;
	    line-height: 1.2;
}
.qa-a a{
    display: inline-block;
    font-weight: 700;
    text-decoration : underline;
}


.qa-a .flex{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.qa-a .image{
    width: 100%;
    max-width: 320px;
}
.qa-a .text{
    flex:1;
}
@media screen and  (max-width: 620px){

.qa-a .flex{
    flex-direction: column; 
    align-items: center;
}
.qa-a .image{
    width: 100%;
    max-width: 320px;
}
}