@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 769px) {
/*ここにtablet用スタイルを記述*/
#ham_wrapper{
	display:none;
}
}

/* tablet  */
@media only screen and (min-width: 481px) and (max-width: 768px) {
/*ここにtablet用スタイルを記述*/
body.top, body.academics{
	margin-top:65px !important;
}
body{
	margin-top:75px !important;
}
#side_navi, #g_navi, #container header, .wrap_pan, #o_inq_box, .item_logo{
    display: none;
}
#container header{
	 height:auto;
 }
body #container {
    padding-left: 0;
}

#container .rogo {
    float:none;
		width: 100%;
}
#container .rogo a{
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    height: auto;
    float: none;
    width: 50%;
    max-width: 220px;
}

#container #mainvisual {
	margin-top:55px;
}
#container #o_boxL {
    width: 100%;
    float: none;
}
#container #o_boxR {
    float: none;
    width: 14em;
    margin-left: 0;
		    margin: 40px auto 0;
}
#container .f_wrapper_right ul {
    float: none;
    width: 100%;
    padding-left: 0;
		border-left:none;
}
.f_wrapper_right ul li{
	border-top: dotted 1px #000000;
	padding:1%;
}
.f_wrapper_right ul.f_middle {
    width: 100%;
}
.f_wrapper_right ul.f_last {
    width: 100%;
		border-bottom: dotted 1px #000000;
}
.f_wrapper_right {
	padding-top:0;
	float:none;
	width:100%;
	margin-bottom:30px;
}

#container #address {
	width:100%;
    float: none;
		margin-bottom:15px;
}
#f_navi li {
    margin-right: 2em;
}
body .col50{
	float:none;
	width:100%;
}
body .index_btn {
    width: 100%;
    float: none;
		margin-bottom:2% !important;
}
body .fcs_box {
    width: 48%;
    float: left;
    margin-right: 0;
		margin-bottom:15px;
}
body .fcs_wrapper {
    overflow:visible;
    margin-bottom: 0;
}
body .tabR{
	float:right;
}
}

/* smartPhone */
@media screen and (max-width: 480px) {
/*ここにスマホ用スタイルを記述*/
body.top, body.academics{
	margin-top:65px !important;
}
body{
	margin-top:75px !important;
}
#side_navi, #g_navi, #container header, .wrap_pan, #o_inq_box, .item_logo{
    display: none;
}
#container header{
	 height:auto;
 }
body #container {
    padding-left: 0;
}
#container .f_wrapper_right ul {
    float: none;
    width: 100%;
    padding-left: 0;
		border-left:none;
}
.f_wrapper_right ul li{
	border-top: dotted 1px #000000;
	padding:1%;
}
.f_wrapper_right ul.f_middle {
    width: 100%;
}
.f_wrapper_right ul.f_last {
    width: 100%;
		border-bottom: dotted 1px #000000;
}
.f_wrapper_right {
	padding-top:0;
	float:none;
	width:100%;
	margin-bottom:30px;
}

#container #address {
	width:100%;
    float: none;
		margin-bottom:15px;
}
#container #f_navi ul {
    width: 100%;
}
#container #f_navi li {
    margin-right: 2em;
}
#container #o_boxL {
    width: 100%;
    float: none;
}
#container #o_boxR {
    float: none;
    width: 14em;
    margin-left: 0;
		    margin: 40px auto 0;
}

body #o_boxL th {
    width: 100%;
}
body .col50{
	float:none;
	width:100%;
}
body .nav_btn li {
    float: none;
    width: 100%;
    margin-right: 0;
   margin-bottom:2%;
}
body .index_btn {
    width: 100%;
    float: none;
		margin-bottom:2% !important;
}
body .fcs_box {
    width: 100%;
    float: none;
    margin-right: 0;
		margin-bottom:10px;
}
body .col70, body .col27 {
    float: none;
    width: 100%;
}
body .btn_w50 {
    width:100%;
}
}
/* -------------------------------------------------------
検索ボックス
------------------------------------------------------- */
#searchbox{
	float: right;
    margin-right: 30px;
}
#searchform {
    position: relative;
}
#keywords  {
    width: 170px;
    height: 24px;
    border:#d3d3d3 solid 1px;
    padding: 3px 5px;
		background-color:#f5f5f5;
    color: #444;
		border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}
#searchBtn {
    position: absolute;
    top: 5px;
    left: 178px;
}
#___gcse_0 *{
    box-sizing: content-box;
 }
#___gcse_0 table{
	    border-collapse: inherit;
}
#___gcse_0 td{
     border:none;
		 padding:0 !important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    margin-top: 7px;
}
.gsc-above-wrapper-area {
    border-bottom:none;
    padding:0;
}
#___gcse_0 .gsc-input-box {
     border:none;
}
#___gcse_0 input.gsc-input, #___gcse_0 .gsc-input-box,#___gcse_0  .gsc-input-box-hover, #___gcse_0 .gsc-input-box-focus {
    border-color:none;
}
td#gs_tti50 {
    border: 1px #cccccc solid;
		padding-left: 5px !important;
}

/* -------------------------------------------------------
ターゲットナビ
------------------------------------------------------- */
#side_navi {
		z-index:9999;
    position: fixed;
    top: 0;
    left: 0;
		bottom:0;
		width:101px;
		border-right:solid 1px #00448b;
		background-color:#ffffff;
}
.item_side:after{
	content:"";
	display:block;
	border-bottom:#999999 dotted 1px;
	    width: 80%;
    margin: 0 auto;
}
.item_side img, .item_rogo img{
	width:100%;
}
.item_logo{
	    width: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}


/* -------------------------------------------------------
ターゲットナビ　アクティブ時
------------------------------------------------------- */
#side_navi ul{
    overflow:hidden;
    position:relative;
}
#side_navi ul li{
    height:100px;
    float:left;
    overflow:hidden;
}
#side_navi ul li a.current img{
    margin-top:-100px;
    display:block; /* IE6隙間防止 */
}
#side_navi ul li a{
    display:block;
}
#side_navi ul li a:link    {}
#side_navi ul li a:visited {}
#side_navi ul li a:hover   {
	margin-top:-100px;
	}
#side_navi ul li a:active  {margin-top:-100px;}


/* -------------------------------------------------------
ドロップダウンメニュー
------------------------------------------------------- */
.border_last{
	border-right:dotted 1px #ffffff;
}
#g_navi{
	clear:both;
	background:#00448b;
}
#dropmenu{
  list-style-type: none;
	position:relative;
	z-index:9999;
	max-width:1030px;
  width: 100%;
  margin: 0 auto;
	padding:5px 0;
	height:69px;
}
/*
#dropmenu li{
	border-left:dotted #ffffff 1px;
  position: relative;
  width: 14.2%;
  float: left;
  margin: 0;
	padding: 0 0.5%;
  text-align: center;
}
*/
#dropmenu li{
	border-left:dotted #ffffff 1px;
	float:left;
	width: 14.2%;
	position:relative;
	height:59px;
}
#dropmenu li img{
	position:absolute;
	top:50%;
	left:4.5%;
	-webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
	width:91%;
	max-width:134px;
	height:auto;
	z-index:999;
}
#dropmenu li a{
  display: block;
  margin: 0;
  color:#333333;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a{
  color: #ffffff;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 5px;
  padding: 0;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li .child li{
	border:none;
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li .child li a{
  padding: 17px 15px;
  background-color:rgba(204,204,204,1);
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#dropmenu li .child li a:hover{
	opacity:1;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 47px;
  border-top: 1px dotted #ffffff;
}


/* -------------------------------------------------------
グローバルナビ　カレント表示
------------------------------------------------------- */

#g_navi ul li a.current img{
    background-color:rgba(255,255,255,0.2);
    display:block; /* IE6隙間防止 */
		    padding: 4% 0;
}
#g_navi ul li a{
    display:block;
}
/*
#g_navi ul li a:link    {}
#g_navi ul li a:visited {}
#g_navi ul li a:hover   {
	background-color:rgba(255,255,255,0.7);
	}
#g_navi ul li a:active  {
	background-color:rgba(255,255,255,0.7);
	}
	*/


/*-----------------------------
モジュール
---------------------------*/
.mrgT3{
	margin-top:3px;
}
.mrgT5{
	margin-top:5px;
}
.mrgT10{
	margin-top:10px;
}
.mrgT15{
	margin-top:15px;
}
.mrgT20{
	margin-top:20px;
}
.mrgB5{
	margin-bottom:5px !important;
}
.mrgB15{
	margin-bottom:15px !important;
}
.mrgB30{
	margin-bottom:30px;
}
.mrgR2{
	margin-right:2%;
}
.mrgR3{
	margin-right:3%;
}
.mrgR4{
	margin-right:4%;
}
.mrgR5{
	margin-right:5%;
}
.mrgR8{
	margin-right:8%;
}
.mrgR10{
	margin-right:10%;
}

/* -------------------------------------------------------
フォントサイズ
------------------------------------------------------- */
html {
   font-size: 62.5%; /*ベースを10pxにしています*/
}
body {
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1 {
    font-size: 14px;
		font-size: 1.4rem; /*14px*/
}
#o_breadclum{
	font-size:0.8rem;
	color:#666666;
	margin-top: 5px;
}

/*-----------------------------
table
---------------------------*/
table{
	width:100%;
	border-collapse: collapse;
}
th{
	padding:5px !important;
	background-color:#efefef;
	border-right:solid 1px #CCCCCC;
}
tr{
	display: table-row;
    vertical-align: inherit;
    border-color: inherit;
		border:solid 1px #CCCCCC;
}
td{
	padding:5px !important;
	border-right:solid 1px #CCCCCC;
}
/*-----------------------------
インデックス共通
---------------------------*/
.index_btn_wrapper{
	margin-bottom:2%;
	overflow:hidden;
}
.index_btn {
    width: 48%;
    float: left;
    margin-right: 4%;
	border:solid 1px #cccccc !important;
	padding:6px 10px !important;
}
.index_btn:after{
	content:url(/common/img/arrow.png);
	display:block;
	float: right;
    margin-top: -33px;
}
.index_btn_ttl{
	font-weight:bold;
}
.index_btn_ttl a{
	display:block;
	color:#333333;
	border-left:solid 3px #00448b;
	padding-left:6px;
	width:93%;
}
.index_btn_ttl span{
	font-weight:100;
	font-size:100%;
	color:#666666;
}

/* -------------------------------------------------------
共通
------------------------------------------------------- */
.btn_w48 {
    float: left;
    background-color: #FFFFFF;
    position: relative;
    border: solid 1px #CCCCCC;
    padding: 5px;
    width: 48%;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}
.mv{
	border-bottom: 1px solid #cccccc;
}
.mv img{
	    max-width: 1030px;
    margin: 0 auto;
	width:100%;
}
.flR{
	float:right;
}
.flL{
	float:left;
}
.fcs_ttl{
	padding:5px 14px;
	background-color:#eae8e1;
	margin-bottom:12px;
	border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}
.disc li{
	padding-left:1em;
text-indent:-1em;
}
.disc li:before{
	content:'・';
	color:#666666;
}
.fcs_wrapper {
    overflow: hidden;
    margin-bottom: 15px;
}
.fcs_box{
	width:30%;
	float:left;
	margin-right:5%;
}
.fcs_box img{
	width:100%;
}
.fcs_box_ttl{
	font-weight:bold;
	border-bottom:dotted 1px #666666;
	margin:5px 0;
	color:#333333;
}

.nav_btn{
    margin-top: 10px;
    overflow: hidden;
}
.nav_btn li {
    float: left;
    width: 24%;
    border: solid 1px #CCCCCC;
    text-align: center;
    padding: 5px;
    margin-right: 1.333%;
    position: relative;
}
.nav_btn li:after {
    content: url(/common/img/arrow.png);
    display: block;
    position: absolute;
    right: 5px;
    top: 6px;
}
#official_wrapper .ac_last {
    margin: 0;
}
.btn_w100{
	position:relative;
	border:solid 1px #CCCCCC;
	padding:5px;
	width:100%;
	margin-top:15px;
	text-align:center;
	font-weight:bold;
}
.btn_w100 a:link, .btn_W50 a:link{
	display:block;
}
.btn_w100 p:after {
    content: url(/common/img/arrow.png);
    display: block;
    position: absolute;
    right: 10px;
    top:6px;
}
.btn_w50 {
	margin:0 auto;
	background-color:#FFFFFF;
    position: relative;
    border: solid 1px #CCCCCC;
    padding: 5px;
    width: 50%;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}
.btn_w50 p:after, .btn_w48 p:after {
    content: url(/common/img/arrow.png);
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
}
.article_wrapper{
	margin-top:30px;
	overflow:hidden;
	clear:both;
}

.w100 img{
	width:100%;
}
.box_blue{
	border:solid 1px #00448b;
	padding:15px;
	overflow:hidden;
}
.box_blue_ttl{
	color:#00448b;
	margin-bottom:10px;
	font-weight:bold;
}
.box_blue_ttl{
	font-size:90%;
	margin-bottom:2px;
}
.read{
	font-size:110%;
	text-align:center;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page_ttl_grey {
	font-weight:bold;
    margin-bottom: 10px;
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1rem;
    border-left: solid 4px #00448b;
    padding: 3px 3px 3px 8px;
    font-size: 1.6rem;
    background-color: #eae8e1;
}
.txt{
	text-align:justify;
	margin-bottom:1em;
}
.msg_name {
    text-align: right;
}
.name {
    font-size: 140%;
    font-weight: bold;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro", Garamond , "Times New Roman", serif;
}
.decimal li{
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 1.5em;
  text-indent: -1.5em;
}
.latin li{
	list-style-type:lower-latin;
	list-style-position: inside;
	padding-left: 1.5em;
  text-indent: -1.5em;
}
.roman li{
	list-style-type:lower-roman;
	list-style-position: inside;
	padding-left: 1.5em;
  text-indent: -1.5em;
}
.ttl_blue_min{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro", Garamond , "Times New Roman", serif;
    font-size: 1.9rem;
    color: #00448b;
	margin-bottom:10px;
}
.ttl_black_min{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro", Garamond , "Times New Roman", serif;
    font-size: 1.9rem;
	margin-bottom:10px;
}
.ttl_blue{
	font-weight:bold;
	color:#00448b;
	text-align:center;
	margin-top:10px;
	font-size:110%;
}
.ttl_large{
	    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:1.6rem;
	border-left:4px solid #00448b;
	padding-left:6px;
	margin-bottom:7px;
}
.box_black_ttl{
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
}
.ttl_topics{
	margin-bottom:5px;
}
.ttl_topics span{
	margin-right:10px;
	background-color:#00448b;
	padding:4px 10px;
	font-size:90%;
	text-align:center;
	color:#FFFFFF;
	border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}
.ttl_middle{
	font-weight:bold;
	font-size:110%;
	border-bottom:dotted 1px #000000;
	margin-bottom:10px;
}
.ttl_middle01{
	margin:15px 0;
	font-size:115%;
	font-weight:bold;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro", Garamond , "Times New Roman", serif;
}
.ttl_small{
	font-weight:bold;
	font-size:100%;
}
.txt_r{
	text-align:right;
}
.txt_s{
	font-size:80%;
	font-weight:lighter;
	letter-spacing:0;
}
.column{
	padding:15px;
	background-color:#efefef;
	font-size:90%;
	margin-top:5px;
}
.wrapper{
	overflow:hidden;
	clear:both;
}
.col60{
	float:left;
	width:60%;
}
.col50{
	float:left;
	width:50%;
}
.col48{
	float:left;
	width:48%;
}
.col70{
	float:left;
	width:70%;
}
.col30{
	float:left;
	width:30%;
}
.col24{
	float:left;
	width:24%;
}
.col32{
	float:left;
	width:32%;
}
.col37{
	float:left;
	width:37%;
}
.col27{
	float:left;
	width:27%;
}

.col25 img{
	width:100%;
}
#o_boxL p {
    margin-bottom: 1rem;
    text-align: justify;
}
#container .last{
	margin:0;
	padding:0;
	border:none;
}
#container{
	width:100%;
	padding-left:100px;
	position:relative;
}

.wrap {
	width: 85%;
	margin: 0 auto;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.caption{
	font-size:80%;
	color:#666666;
	margin-top:5px;
	line-height:1.5;
}

.o_ttl{
	 padding: 50px 0 20px;
	 clear:both;
}
.o_ttl img{
	margin:0 auto;
}
section{
	clear:both;
	margin:0 auto;
}
#o_inq_box{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: fixed;
    right: 0;
    top: 165px;
    z-index: 9999;
}
.inq_access, .inq_siryo, .inq_site {
    padding: 4% 1.5%;
    background-color: #4E454A;
    height:8em;
    float: right;
    margin-bottom: 5px;
    letter-spacing: 0.1rem;
    font-size: 90%;
    position: relative;
}


#o_inq_box a{
	color:#ffffff;
}
#o_box_wrapper{
	position:relative;
	max-width:1030px;
	margin:0 auto;
	margin-bottom:40px;
	width:100%;
	padding:0 20px;
}
#official_wrapper{
	position:relative;
	max-width:1030px;
	margin:40px auto 0;
	margin-bottom:40px;
	width:100%;
	padding:0 20px;
}
#o_boxL {
    width: 75%;
	float:left;
}
#o_boxR {
	float:right;
    width: 20%;
	margin-left:5%;
}
.o_each_ttl{
	margin-bottom:40px;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro", Garamond , "Times New Roman", serif;
	 letter-spacing:0.1rem;
}
.page_ttl{
	margin-bottom:30px;
	font-family:"Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	 letter-spacing:0.1rem;
	 border-top:solid 1px #00448b;
	 border-bottom:solid 1px #00448b;
	 padding:6px 0;
	 font-size:120%;
	 color:#00448b;
}
.page_ttl_s{
    margin-bottom: 15px;
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1rem;
    border-left: solid 4px #00448b;
    padding:3px 3px 3px 8px;
    font-size: 1.6rem;
		    background-color: #efefef;
}
.txt_ttl{
	margin-bottom:30px;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro", Garamond , "Times New Roman", serif;
	 letter-spacing:0.1rem;
	 font-size:2.4rem;
}

#o_f_wrapper {
    overflow: hidden;
    margin-top: 60px;
}
#o_topics_wrapper {
    border: solid 1px #000000;
    width: 100%;
    padding: 10%;
		overflow:hidden;
}
.o_topics_txt{
	border-bottom:dotted 1px #000000;
	margin-bottom:10px;
	padding-bottom: 3px;
	float:left;
	width:100%;
}
.o_topics_arrow{
	float:right;
}
#o_inq_box p{
	margin-bottom:10px;
	padding-bottom: 3px;
}
.o_topics_ttl{
	margin-bottom:40px;
}
.o_topics_ttl img{
	margin:0 auto;
}

/* -------------------------------------------------------
ページトップへ
------------------------------------------------------- */
#btn_top{
  position: fixed;
  bottom: 10px;
  right: 10px;
	z-index:999;
}

/* -------------------------------------------------------
フロート解除
------------------------------------------------------- */
.clearfix:after {
content:'';
display: block;
clear: both;
}
.clearfix {
zoom: 1; /* for IE6/7 */
}

/* -------------------------------------------------------
色
------------------------------------------------------- */
.white{
	color:#ffffff !important;
}
.red{
	color:#e8383d;
}
.grey{
	color:#999999 !important;
}
.green{
	color:#096;
}
.lightgrey{
	color:#d3d3d3;
}
.brown{
	color:#4E454A;
}
.yellow{
	color:#F8E352;
}
.blue{
	color:#00448b;
}
.bg_brown{
	background-color:#4E454A;
}
.bg_skyblue{
	background-color:#4595D2;
}
.bg_pink{
	background-color:#F29CA7;
}
.bg_lightgrey{
	background-color:#d3d3d3;
}
.bg_lightgreen{
	background-color:#7dcdbd;
}
.bg_yellow{
	background-color:#fdd35c;
}
.bg_brown{
	background-color:#4E454A;
}

/* -------------------------------------------------------
マウスオーバー時、半透明
------------------------------------------------------- */
a:link, a:visited{
	text-decoration:none;
	color:#666666;
}
a:hover, a img:hover{
    opacity: 0.6;
}

/* -------------------------------------------------------
ボタン選択時、グレー
------------------------------------------------------- */
.active a {
	color:#aaa !important;
	text-decoration:none;
}

/* -------------------------------------------------------
メニュー　active時あしらい
------------------------------------------------------- */
.tabmenu,
.tabmenu li,
.tabmenu li a {
    float: left;
    padding:3px;
    margin-right:2px;
}

.tabmenu li{
	list-style-type: none;
}

.content {
    clear: both;
    overflow: hidden;
    width: 300px;
    border:1px solid #eee;
    height:200px;
}
.tabbox {
    display: none;
}
.tabmenu li.active {
    background: #eee;
}
.tabmenu li.active a{
    color:red;
}

/* -------------------------------------------------------
header
------------------------------------------------------- */
header{
	padding:2%;
	width:100%;
    float: right;
	height:90px;
}
.rogo{
	float:left;
}
.header_navi li{
	float:right;
	margin-left:15px;
	font-size: 90%;
}

/* -------------------------------------------------------
パンクズ
------------------------------------------------------- */
#breadcrumbs {
    font-size: 12px;
    font-size: 0.8rem;
    overflow: hidden;
		color: #00448b;
}
#breadcrumbs li {
    float: left;
    line-height: 2.5em;
    padding-right: 1em;
		font-size:12px;
}
#breadcrumbs li a:after {
    content: ">";
    display: inline-block;
    margin-left: 1em;
    font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#breadcrumbs li a {
    position: relative;
    display: block;
    color: #666666;
    text-decoration: none;
}
.wrap_pan{
	max-width:1030px;
	margin:0 auto;
	padding-left:20px;
	clear:both;
}

/* -------------------------------------------------------
footer
------------------------------------------------------- */
footer{
	position:relative;
}
#f_navi{
	background-color:#4E454A;
	padding:5px;
	clear:both;
	overflow:hidden;
}
#f_navi ul{
    overflow: hidden;
    text-align:center;
}
#f_navi li a{
	color:#FFFFFF;
}
#f_navi li{
	display:inline-block;
	margin-right:3em;
	margin-right:1.5em;
}
.f_wrapper{
	margin:0 auto;
	padding:2%;
	overflow:hidden;
}
#address{
		float:left;
		width:40%;
}
.f_wrapper_right{
	float:right;
	overflow:hidden;
	padding-top: 6%;
}

.f_wrapper_right ul{
	float:left;
	width:8em;
	    padding-left: 2%;
    border-left: dotted 1px #000000;
}
.f_wrapper_right ul.f_middle{
	width:12em;
}
.f_wrapper_right ul.f_last{
	width:14em;
}
.f_rogo {
    margin-bottom: 1rem;
}


/* -------------------------------------------------------
#copy
------------------------------------------------------- */
#copy {
	font-size:85%;
	color:#666666;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #000000;
}


/* -------------------------------------------------------
ページャー
------------------------------------------------------- */
.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}

.pageNav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

.pageNav01 li span,
.pageNav01 li a {
	display: inline-block;
	padding: 1px 8px;
	background: #fff;
	text-decoration: none;
	vertical-align: middle;
}

.pageNav01 li a:hover {
	background: #F8E352;
}

/* -------------------------------------------------------
ハンバーガーメニュー
------------------------------------------------------- */
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
	top :0;
	left :0;
	width :100%;
	padding :10px;
	background :#fff;
}

.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #999;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 15px;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 2;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: left;
	z-index: 2;
}
.hm_btn::before {
	-webkit-box-shadow: #000 0 12px 0;
	box-shadow: #000 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #000;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {
	width :100%;
	height :10000px;
	background: #fff;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 50px 0 0;
	padding: 0;
}
.hm_list li a {
	color: #777;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}

.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/* -------------------------------------------------------
2018/03/12追加分
------------------------------------------------------- */
#btn_top{
	display: none;
}
/* 404ページ */
html{
	height: 100%;
}
body{
	height: 100%;
}
#notfound_container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh-440px;
}
.notfound_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 700px;
	height: 350px;
	margin: 100px 20px;
}
.notfound_left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.notfound_message{
	margin: 45px auto;
	text-align: center;
	font-size: 18px;
	color: #00448B;
}
.notfound_top_button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 40px;
	color: #FFFFFF;
	background-color: #00448B;
}
.notfound_br{
	display: none;
}

.notfound_right img{
	width: 269px;
	height: 350px;
}

@media screen and (max-width: 768px) {
	.notfound_wrapper{
		justify-content: center;
	}
	.notfound_right img{
		margin-left: 25px;
	}
	#o_inq_box{
		display: block;
	}
}


@media screen and (max-width: 700px) {
	.notfound_br{
		display: inline;
	}
	.notfound_right img{
		margin-left: 20px;
	}
}

@media screen and (max-width: 600px) {
	.notfound_wrapper{
		width: 250px;
	}
	.notfound_right{
		display: none;
	}
}

@media screen and (max-width: 500px) {
	#o_inq_box{
		display: none;
	}
}


/* フッタ部 */
.disappear{
	display: none;
}
.footer_wrapper{
	display: flex;
	justify-content: space-between;
	padding: 2%;
}
.footer_right{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 680px;
}
.footer_banner{
	margin: 0 0 5px 5px;
}
.footer_right ul{
	margin-left: 5px;
}
.footer_right li{
	margin-bottom: 5px;
}
.footer_sns_banner{
	margin-top: 8px;
}


.bottom_buttons{
	display: none;
	width: 100%;
	height: 50px;
	z-index: 1000;
}
.bottom_buttons a{
	width: 25%;
	height: 100%;
}
.bottom_button{
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 10px;
}
.bottom_button_kirari{
	background-color: #00bf4f;
	padding-top: 3px;
}
.bottom_button_doc{
	background-color: #00bf4f;
}
.bottom_button_opencampus{
	background-color: #f8616e;
	padding-top: 3px;
}
.bottom_button_exam{
	background-color: #0083cc;
}
.bottom_button_arrow{
	justify-content: center;
	background-color: #84868d;
}
.bottom_button_txt{
	text-align: center;
	font-size: 10px;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
}
.bottom_button_img{
	height: 20px;
	margin-bottom: 5px;
}
.bottom_button_kirari .bottom_button_img{
	margin-bottom: 3px;
}
.bottom_button_opencampus .bottom_button_img{
	margin-bottom: 3px;
}
.bottom_button_img img{
	width: auto;
	height: 100%;
	margin: auto;
}

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

@media screen and (max-width: 1120px){
	.disappear{
		display: inline-block;
	}
}
@media screen and (max-width: 1024px){
	.footer_right{
		width: 500px;
	}
}

@media screen and (max-width: 960px){
	.footer_right{
		width: 400px;
	}
	.footer_banner img{
		width: 176px;
		height: 51px;
	}
}
@media screen and (max-width: 880px){
	.footer_right{
		width: 400px;
	}
	.footer_banner img{
		width: 176px;
		height: 51px;
	}
}

@media screen and (max-width: 600px){
	.footer_address{
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 10px;
	}
	.f_rogo{
		margin: 0 auto;
	}
	.footer_right{
		width: 100%;
		justify-content: center;
	}
	.footer_address_row{
		text-align: center;
	}
	.footer_banner{
		margin: 0 2.5px 5px;
	}
	.footer_wrapper{
		flex-direction: column;
	}
	.footer_sns_banner{
		margin: 8px auto 0;
	}
}

@media screen and (max-width: 500px){
	#footer_ar{
		margin-bottom: 50px;
	}
	.footer_banner{
		width: calc(50%-10px);
	}
/*	.footer_banner img{
		width: 150px;
		height: 43px;
	}*/
	.footer_right{
		width: 100%;
		justify-content: center;
	}
	#btn_top{
		display: none;
	
	}
	.bottom_buttons{
		display: flex;
		justify-content: center;
		align-items:center;
		position: fixed;
		bottom: 0;
	}
}

@media screen and (max-width: 400px){
	.footer_banner img{
		width: 100%;
		height: auto;
	}
}


