@charset "shift_jis";


/*---------------------------- 共通部分 ----------------------------*/

html, body, header, nav, article, section, aside, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

header, nav, article, section, aside, footer {
  display: block;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a:link {
  color: #583822;
}

a:visited {
  color: #583822;
}

a:hover {
  color: #765c47;
}

p {
  margin: 15px 0 15px 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
}


/*---------------------------- スマートフォン向けのスタイル ----------------------------*/
@media only screen and (max-width: 679px) {


/*---------------------------- ページ全体の指定 ----------------------------*/

body {
  width: 100%;
  font: 87.5% 'Century Gothic', "Hiragino KaKu Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  color: #333333;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}


/*---------- メイン ----------*/

#main {
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  line-height: 1.6;
}

#header h1 {
  display: none;
}


/*---------- ヘッダー内 ----------*/

#header #header_inner {
  margin: 0;
  padding: 2px;  /*-- 余白 --*/
  background-image: url(/ADMIN/NYUUSI/WebOpenCampus/img/back.png);  /*-- 背景色 --*/
}


/*----- 左 logo -----*/

#h_logo {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #666666;
}

#h_logo h2 {
  padding: 8px 0 4px 0;  /*-- logo 位置 --*/
  margin: 0;
}

#h_logo img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

#h_logo a {
  color: #666666 !important;
  text-decoration: none;
  font-size: 1em;
}

#h_logo a:hover {
  color: #888888 !important;
  text-decoration: underline;
  font-size: 1em;
}


/*----- 右 info -----*/

#h_info {
  padding: none;
  text-align: center;
  border: 2px solid #6091d3;
  background-color: #F8F8FF;
}

#h_info p {
  line-height: 1.0;
}

#h_info a {
  color: #6091d3 !important;
  text-decoration: none;
}

#h_info .tel {
  font-size: 1.21em;
  color: #6091d3;
  line-height: 1.0;
  font-weight: bold;
}

#h_info .tel a {
  font-size: 1.21em;
  color: #6091d3;
  line-height: 1.0;
  font-weight: bold;
}


/*---------- ヘッダーメニュー ----------*/

#header-menu {
  margin: 0 1px 4px 1px;
  border-top: 1px solid #6091d3 ;
  border-right: 1px solid #6091d3 ;
}

#header-menu ul {
  padding: 0;
}

#header-menu ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  text-align: center;
}

#header-menu li a {
  width: 99.6%;
  font-size: 0.75em;
  padding: 10px 0 10px 0;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: black!important;
  text-decoration: none;
  border-left: 1px solid #6091d3 ;
  border-bottom: 1px solid #6091d3 ;
  background: #F8F8FF url(../img/head_menu_back_abase.gif) repeat-x;
}

#header-menu li a:hover {
  color: #765c47 !important;
  display: block;
  text-decoration: none;
  background: #F8F8FF url(../img/head_menu_back_hover.gif) repeat-x;
}

#header-menu li.home a {
  border-bottom: 1px solid #6091d3 ;
}

#header-menu span.sub {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}


/*---------- SP電話ボタン ----------*/

.phone p {
  line-height: 1.7;
}

.phone a {
  color: #c9171e !important;
  text-decoration: none;
}

span.tel {
  font-size: 1.42em;
  color: #c9171e;
  line-height: 1.6;
  font-weight: bold;
}


/*---------- メイン画像 ----------*/

#header-img {
  width: 100%;
  height: auto;
  margin: 10px 0 10px 0;
}

.main_photo {
  display: block;
  margin: 0 auto 0 auto;
}


/*---------- メインコンテンツ ----------*/

#container {
  padding: 0;
}


/*---------- コンテンツ ----------*/

#contents {
  padding: 13px 6px 25px 6px;
  font-size: 1em;
}

.article {
  margin: 0;
  padding: 0;
}

.section {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}

#contents #pannavi {
  margin: 0 0 5px 0;
  padding: 0 0 8px 0;
  font-size: 0.92em;
}

#contents h2 {
  height: auto !important;
  margin: 0 0 10px 0;
  padding: 13px 0 8px 14px;
  font-size: 18px;
  color: black;
  border-top: solid 1px #6091d3;
  border-right: solid 2px #6091d3;
  border-bottom: solid 2px #6091d3;
  border-left: solid 4px #6091d3;
  border-radius: 0 10px 10px 0;
  background-image: none;
  background-color: #fffffe;
}


#contents h2.txt {
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 1.28em;
  color: black;
  background: none;
}

#contents h2.txt2 {
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 1.28em;
  color: black;
  background: none;
}

#contents h2.page_title {
  height: auto !important;
  margin: 0 0 18px 0;
  padding: 16px 0 12px 20px;
  line-height: 1.6;
  font-size: 20px;
  color: black;
  border-top: solid 1px #6091d3;
  border-right: solid 2px #6091d3;
  border-bottom: solid 2px #6091d3;
  border-left: solid 7px #6091d3;
  background-image: none;
  background-color: ##F8F8FF;
}

#contents h2.white {
  height: auto;
  margin: 0 0 5px 0;
  padding: 5px 0 0 0;
  font-size: 20px;
  color: #6091d3 ;
  text-align: center;
  border: none;
  background: none;
}

#contents h3 {
  margin: 12px 3px 10px 3px;
  padding: 12px 10px 6px 12px;
  line-height: 1.6;
  font-size: 1.28em;
  color: black;
  border-top: solid 1px #00BFFF;
  border-right: solid 1px #00BFFF ;
  border-bottom: solid 1px #00BFFF ;
  border-left: solid 5px #00BFFF ;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}


#contents h3.beta {
  margin: 12px 3px 10px 3px;
  padding: 10px 10px 8px 13px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #fffffc;
  border-top: solid 1px #c85d15;
  border-right: solid 1px #c85d15;
  border-bottom: solid 1px #c85d15;
  border-left: solid 5px #c85d15;
  background: url(/ADMIN/NYUUSI/WebOpenCampus/img/h3_beta.gif) repeat-x;
}

#contents h3.point {
  margin: 10px 0 10px 0;
  padding: 8px 10px 6px 10px;
  line-height: 1.4;
  font-size: 1.28em;
  color: #e85922;
  border-top: solid 1px #888888;
  border-right: none;
  border-bottom: solid 4px #663300;
  border-left: none;
  background-image: url(/ADMIN/NYUUSI/WebOpenCampus/img/h3_point.gif) ;
}

#contents h3.gold,
#contents h3.gold02 {
  margin: 12px 3px 10px 3px;
  padding: 13px 10px 9px 16px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #662200;
  border: none;
  background-image: none;
  background-color: #f1e7d1;
}

#contents h3.gray,
#contents h3.gray02 {
  margin: 12px 3px 10px 3px;
  padding: 13px 10px 9px 16px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #662200;
  border: solid 1px #d9d1d1;
  background-image: none;
  background-color: #f1ecec;
}

#contents p {
  padding-right: 2px;
  padding-left: 2px;
  line-height: 1.6;
}

.h10 {
    position: relative;
    padding-left: 25px;
}


/*---------- ３コンテンツ・ボックス ----------*/

.box {
  width: 100%;
  margin: 0 auto 0 auto;
}

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

.box1 {
  float: left;
  padding: 7px;
  margin: 0 7px 5px 7px;
    font-weight:bold
    color: black;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: left;
    width: 90%;
    height: 580px;

}
.box p {
    margin: 0; 
    padding: 0;
　
}

.box11 {
  float: left;
  width: 30%
  height: 100px
  padding: 7px;
  margin: 0 7px 5px 7px;
    font-weight:bold
    color: black;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: left;
}
.box p {
    margin: 0; 
    padding: 0;
　
}

.box2 {
  float: left;
  padding: 7px;
  margin: 0 7px 5px 7px;
    font-weight:bold
    color: black;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: left;
    width: 327px;
    height: 600px;

}
.box p {
    margin: 0; 
    padding: 0;
　

}

.box3 {
  float: left;
  padding: 7px;
  margin: 0 7px 5px 7px;
    font-weight:bold
    color: black;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: left;
    width: 90%;
    height: 500px;
}
.box p {
    margin: 0; 
    padding: 0;
　

}
    
    
.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: ;
    border-top: double 5px #5989cf;
    border-bottom: double 5px #5989cf;
   
}
.box4 p {
    margin: 0; 
    padding: 0;
}
    
    
    
.box7{
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #474747;
    background: #F8F8FF;/*背景色*/
    border-left: double 7px #6091d3;/*左線*/
    border-right: double 7px #6091d3;/*右線*/
}
.box7 p {
    margin: 0; 
    padding: 0;
}


.box26 {
  float: left;
  padding: 7px;
  margin: 7px;
    font-weight:bold;
    color: black;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: left;
    width: 95%!important;
}

.box p {
    margin: 0; 
    padding: 0;
　
}

.box28 {
  float: left;
  padding: 7px;
  margin: 7px;
    font-weight:bold;
    color: black;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: left;
    width: 95%!important;
}
.box p {
    margin: 0; 
    padding: 0;
　
}


    
.box27 {
    padding: 7px;
    position: relative;
    margin: 2em;
    padding: 2em 1em;
    border: solid 3px #6091d3;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: -3px;
    padding: 5px;
    height: 20px;
    line-height: 25px;
    font-size: 17px;
    background: #6091d3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
    
    
.box30 {
  float: left;
  padding: 7px;
  margin: 7px;
    font-weight:bold
    color: black;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: left;
}
.box p {
    margin: 0; 
    padding: 0;
　
}

.box30 {
  padding: 7px;
  margin: 7px;
    font-weight:bold
    color: black;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: left;
}
.box p {
    margin: 0; 
    padding: 0;
　
}

.box31 {
  padding: 7px;
  margin: 7px;
    font-weight:bold
    color: black;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: left;
}
.box p {
    margin: 0; 
    padding: 0;
　
}

.box32 {
  padding: 7px;
  margin: 7px;
    font-weight:bold
    color: black;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: left;
}
.box p {
    margin: 0; 
    padding: 0;
　
}

.box33 {
  padding: 7px;
  margin: 7px;
    font-weight:bold
    color: black;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: left;
}
.box p {
    margin: 0; 
    padding: 0;
　
}


    

    
.wrap{
 display:flex;
}
    
.wrap {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex
}

/*---------- 画像の回り込み ----------*/

img.picture {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}

img.picture_r {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}


/*---------- 表（テーブル） ----------*/

table.t01 {
  border: solid 1px #bbbbbb;
  border-collapse: collapse;
  padding: 4px;
}

td.t01 {
  padding: 4px;
  border: solid 1px #bbbbbb;
  border-collapse: collapse;
}

td.head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(/ADMIN/NYUUSI/WebOpenCampus/img/main_block_bg.gif);
}

td.t00 {
  padding: 4px;
}


table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
}

td.table_head {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 12px 8px 12px 8px;
  background-color: #fff8e3;
  width: 80px;
}

td.table_left {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
  background-color: #fff8e3;
  width: 30%;
}

td.table_right {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
  background-color: #ffffff;
  width: 70%;
}

td.table_line {
  width: auto;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding: 12px 8px 12px 8px;
}


/*---------- 動画 ----------*/

.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*---------- Googleマップ ----------*/

.map {
  position: relative;
  padding-bottom: 75%; 
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6%;
  width: 88% !important;
  height: 100% !important;
}


/*---------- フッター ----------*/

#footer {
  width: auto;
  padding: 20px 10px 20px 10px;
  color: #333333;
  line-height: 1.7;
  text-align: center;
  background-color: #e8e4df;
}

#footer p {
  padding: 10px;
  color: #555555;
}

#footer a {
  color: #555555 !important;
}

#footer a:hover {
  color: #777777 !important;
}

#footer a:visited {
  color: #555555;
}

#footer small {
  padding: 10px;
  font-size: 0.92em;
  color: #555555;
}

#footer small a {
  color: #555555 !important;
  text-decoration: none;
}

#footer small a:hover {
  color: #777777 !important;
  text-decoration: underline;
}


#footer small a:visited {
  color: #555555;
  text-decoration: none;
}

.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.7em 1.4em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
} 

.btn-square-pop2 {
  position: relative;
  display: inline-block;
  padding: 0.7em 1.4em;
  text-decoration: none;
  color: #FFF;
  background: #00AEEF;/*背景色*/
  border-bottom: solid 2px #21A0DB;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop2:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
} 


h10 {
  position: relative;
  padding-left: 15px;
    font-size:20px;

}

h10:before {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 10px transparent;
  border-bottom: solid 10px rgb(119, 195, 223);
}
h10:after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 7px;
  width: 100%;
  border-bottom: solid 1px rgb(119, 195, 223);
}


}
