@charset "utf-8";
/* Base
 Web¥µ¥¤¥È¤Ë¤ª¤±¤ë»ù±¾¤È¤Ê¤ë¥¹¥¿¥¤¥ë¡£normalize.css¤ÎËû¡¢»ù±¾¤È¤Ê¤ë¥Õ¥©¥ó¥È¥µ¥¤¥º¤ä¥ê¥ó¥¯¥«¥é©`¤òÔO¶¨¤¹¤ë
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, /*p,*/ blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, table, caption, tbody, tfoot, thead, tr, th, td, header, main, nav, footer {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #FFF;
  color: #333;
  font-family: "¥á¥¤¥ê¥ª", Meiryo, "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
}
a {
  color: #15c;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: #609;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
ul, ol {
  list-style: none;
}
img {
  border: 0;
  line-height: 1;
  vertical-align: bottom;
}
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: none;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
  #wrapper {
  background: -moz-linear-gradient(bottom,#e9e3d7 0px,#fff 300px);
  background: -webkit-gradient(linear, 0 0, 0 300, from(#e9e3d7), to(#fff));
  background: linear-gradient(to bottom,#e9e3d7 0px,#fff 300px);
  background-position: 0 145px;
  }
.fixed {
    position: fixed !important;
    z-index: 9999;
    top: 0px !important;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 767px) {/*767px ÒÔÏÂ*/
  body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto\9;
  }
}

@media only screen and (min-width: 768px) { /*768px ÒÔÉÏ*/
  body {
    font-size: 93.75%;/*15px*/
  }
}


/* Layout
 ¥Ø¥Ã¥À©`¡¢¥Õ¥Ã¥¿©`¡¢¥«¥é¥à¤È¤¤¤Ã¤¿¡¢Web¥Ú©`¥¸¤Î¥ì¥¤¥¢¥¦¥È¤òÔO¶¨¤¹¤ë
 */

/* header
---------------------------------------------------------- */
@media only screen and (max-width: 767px) {/*767px ÒÔÏÂ*/
  #header {
    position: relative;
    width: 100%;
  }
  #header_content {
    height: 100px;
    width: 96%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  h1.logo {
    margin: 0 70px 0 0;
    padding: 0;
    left: 0px;
    top: 40px;
    position: absolute;
  }
  h1.logo img {
    width: 100%;
	max-width: 356px;
  }
  #font_block,  #search_block {
    display: none;
  }
  #header_links {
    font-size: 80%;
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    line-height: 30px;
    text-align: center;
  }
  #header_links ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #header_links li {
    display: table-cell;
    margin-bottom: 5px;
  }
  #header_links li.btn3 {
    display: none;
  }
  #header_links li.btn2 {
    border-left: 1px dotted #C0CEE0;
    border-right: 1px dotted #C0CEE0;
  }
/* == MainNavi */
#site-navigation{position: relative; width:100%;height:100%;}
#nav-container .btn_languege{
background:#FFF;
color: #439636;
text-align: center;
display: block;
max-width: 200px;
margin: 20px auto;
}
.btn_languege:hover{background:#4EB03F;}
#bt_gmenu, #bt_gmenu span {display: inline-block; box-sizing: border-box;}
#bt_gmenu {
 	position: absolute;
	top:-60px;
	right:10px;
	width: 45px;
	height: 45px;
	padding: 0;
	border: 4px solid #e6793e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	box-shadow: none;
 	background: #e6793e;
}
#bt_gmenu:hover{
	border-color:none;
	box-shadow:none;
	cursor:pointer;
}
#bt_gmenu span {
	position: absolute;
	left: 0;right: 0;margin: auto;
	width: 25px;
	height: 3px;
 	background: #FFF;
	border: 2px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#bt_gmenu span:nth-of-type(1) {top: 8px;}
#bt_gmenu span:nth-of-type(2) {top: 17px;}
#bt_gmenu span:nth-of-type(3) {bottom: 7px;}
#bt_gmenu.active span:nth-of-type(1) {-webkit-transform: translateY(9px) rotate(-45deg); transform: translateY(9px) rotate(-45deg);}
#bt_gmenu.active span:nth-of-type(2) {opacity: 0;}
#bt_gmenu.active span:nth-of-type(3) {-webkit-transform: translateY(-9px) rotate(45deg); transform: translateY(-9px) rotate(45deg);}
#nav-container {
    position: fixed;
    display: none;
	top: 100px;
    width: 100%;
    height: 100vh;
	background-color: rgba(33, 33, 33, 0.5);
    z-index: 99;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#nav-container div{height: auto;}
#site-navigation ul{
padding: 10px 0 30px;
background: #c7865a;
display: block;
bottom:auto; 
height: auto; 
position: relative;
	margin: auto;
}
#site-navigation ul.link-menu {
	padding-bottom: 40px;
	margin-bottom: 200px;
}
#site-navigation ul li {
width: 90%;
margin: 0 auto;
	display: block;
	max-height: none;
	height:auto;
 border-bottom: 1px solid #FFF;
}
#site-navigation ul li::before,
#site-navigation ul li:first-child::after{content: none;}
#site-navigation ul li a {
	padding:15px 0 15px 15px;
	font-size: 1.2rem;
	font-weight: 600;
    line-height: 1;
    display: block;
    text-decoration: none;
    color: #FFF;
}
#site-navigation ul li a:hover {color: #BC4A17;}
#site-navigation li ul{
padding-top: 0px;
padding-bottom: 0px;
	display: block;
	position: relative;
	top:auto;
	height:auto;
	width:100%;
	visibility: visible;
	overflow: visible;
 opacity: 1;
	z-index: auto;
 background: none;
}
body.fixed #mainArea{opacity:.6;}
/*----------- == MainNavi -----------*/
  .menu_title {
    background-color: #333;
	color: #fff;
    font-size: 86.667%;
    padding: 10px 20px;
	margin-bottom: 0 !important;
  }
  #wrapper {
    -webkit-transform: translate3d(0px, 0px, 1px);
    -webkit-transition: .2s -webkit-transform ease-in-out;
    z-index: 1;
	background-position: 0 100px;
  }
  #wrapper.show {
    -webkit-transform: translate3d(-240px, 0px, 1px);
    min-width: 320px;
  }
  #slidemenu.show {
    height: 100%;
    visibility: visible;
    z-index: 1;
    -webkit-transition: z-index 0s linear .2s;
  }
  #slidemenu_contents {
    display: none;
    height: 100%;
    position: relative;
    width: 240px;
  }
  #slidemenu {
    background-color: #333;
    right: 0;
    top: 0;
    position: fixed;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: visibility 0s linear .2s;
  }
}


@media only screen and (max-width: 321px) {/*321px ÒÔÏÂ*/

	#header_links li {
    white-space: nowrap;
    overflow-x: scroll;

	}
}


@media only screen and (min-width: 768px) { /*768px ÒÔÉÏ*/
  #header {
    position: relative;
    width: 100%;
  }
  #header_content {
    height: 100px;
    width: 1024px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  h1.logo {
    margin: 0;
    padding: 0;
    left: 0px;
    top: 20px;
    position: absolute;
  }
  h1.logo img {
    width: 475px;
    height: 52px;
  }
  #global_nav {
    width: 100%;
  }
  .menu_trigger {
    display: none;
  }
  #menu_block {
    height: 45px;
    position: relative;
    width: 100%;
  }
  #bun-in_top #menu_block {
    height: 410px !important;
  }
  #menu_block ul {
    width: 1024px;
    margin: 0 auto;
  }
  #menu_block ul.link-menu {display: none;}
  #menu_block ul li {
    display: inline-block;
    float: left;
  }
  .menu01 {
	background-color: #c7865a;
	border-bottom: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu01 li {
    line-height: 45px;
    width: 20%;
    text-align: center;
  }
  .menu01 li.btn5 {margin-right: 0;}
  .menu01 li a {
    background: url("/med/bun-in/image/common/bg-globalnav.gif") no-repeat 0px 0px;
    box-sizing: border-box;
    color: #fff;
	text-indent: -9999px;
    display: block;
  }
  .menu01 li a span {
    display: block;
    box-sizing: border-box;
  }
  .menu01 li.btn1 a {background-position: 0px 0px;}
  .menu01 li.btn2 a {background-position: -205px 0px;}
  .menu01 li.btn3 a {background-position: -410px 0px;}
  .menu01 li.btn4 a {background-position: -615px 0px;}
  .menu01 li.btn5 a {background-position: -820px 0px;}
.menu01 li.btn1 a:hover,#bun-in-shinryo .menu01 li.btn1 a {background-position: 0 -45px;}
.menu01 li.btn2 a:hover,#bun-in-gairai .menu01 li.btn2 a {background-position: -205px -45px;}
.menu01 li.btn3 a:hover,#bun-in-nyuin .menu01 li.btn3 a {background-position: -410px -45px;}
.menu01 li.btn4 a:hover,#bun-in-info .menu01 li.btn4 a {background-position: -615px -45px;}
.menu01 li.btn5 a:hover,#bun-in-iryo .menu01 li.btn5 a {background-position: -820px -45px;}
  .menu_title {
    display: none;
  }
#bt_gmenu {display: none;}
#nav-container {display: block !important;}
	/*----------- == MainNavi -----------*/
	
  #mv {
    clear: both;
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 110;
  }
  #header_links {
	position: absolute;
	top: 24px;
	right: 0;
	font-size: 12px;
	display: block;
  }
  #header_links li {
	padding-right: 10px;
	padding-left: 15px;
	display: inline;
	background: url(/med/bun-in/image/common/list-arr-org.gif) no-repeat 0 center;
  }
  #header_utility {
    width: 430px;
    height: 40px;
    margin: 0 0 0 594px;
    position: relative;
    top: 60px;
  }
  #font_block {
    width: 169px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/med/bun-in/common/images/bg-fontresize.gif) 0 center no-repeat;
  }
  #font_block li {
    width: 22px;
    height: 22px;
    cursor: pointer;
    text-indent: -9999px;
  }
  #font_block li.sizeL {
    position: absolute;
    top: 6px;
    left: 148px;
    background: url(/med/bun-in/common/images/sizeL.gif) 0 0 no-repeat;
  }
  #font_block li.sizeM {
    position: absolute;
    top: 6px;
    left: 124px;
    background: url(/med/bun-in/common/images/sizeM.gif) 0 0 no-repeat;
  }
  #font_block li.sizeS {
    position: absolute;
    top: 6px;
    left: 100px;
    background: url(/med/bun-in/common/images/sizeS.gif) 0 0 no-repeat;
  }
  #search_block {
    position: absolute;
    top: 2px;
    right: 0px;
    display: block;
  }
  #search_block input {
    vertical-align: middle;
  }
  #search_block input[type="text"] {
    width: 175px;
  }
  #searchsubmit {
    background: #394aa3 !important;
    border-color: #394aa3;
    border-radius: 3px;
    color: #fff !important;
  }
}

/* #header_links li.btn_english {
  display: none;
} */

/* content
---------------------------------------------------------- */

.topicpath {
  display: block;
  padding: 15px 0;
  font-size: 80%;
}
.topicpath dt {
  display: none;
}

.pages #main {
	line-height: 1.7;
}
.pages #main .gotop {
    clear: both;
    width: 100%;
    height: 24px;
    position: relative;
}
.pages #main .gotop a {
    position: absolute;
    right: 0;
    top: 0;
    width: 97px;
    line-height: 24px;
    background: url(/med/bun-in/common/images/img_gotop02.png) no-repeat 0 0;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    outline: none;
}
.sideBar {
	background-color: #FFF;
	border: 1px solid #b5b5b5;
	-webkit-border-radius: 8px;
    border-radius: 8px;
}
.sideBar h3 {
	font-size: 123.1%;
	border-bottom: 1px solid #b5b5b5;
	background-color: #dddcd6;
	padding: 32px 16px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}
.sideBar ul {
	margin: 20px 15px;
}
.sideBar ul.arr li {
  padding-left: 22px;
  background: url(/med/bun-in/image/common/list-arr-org.gif) no-repeat 0 .4em;
  line-height: 25px;
  margin-bottom: 10px;
}
.sideBar ul li a {display: block;}
.sideBar li+li {
  border-top: none;
}
.sideBar ul ul {
  margin: 0;
}
.sideBar ul ul li {
  background: url(/med/bun-in/common/images/ico_arr02.png) no-repeat 0 center;
  border: none;
  margin-left: 0;
  padding-left: 15px
}
.twoColLt .sideBar ul.arr ul{margin: 0;}
.twoColLt .sideBar ul.arr ul li{
	background: url("/med/bun-in/image/common/list-arr-org2.gif") no-repeat 0 .6em;
	padding-left: 16px;
	margin-left: 22px;
}

.oneCol ul.third, .twoColLt .sideBar ul.third {display: none;}


@media screen and (max-width: 767px) {	/*767px ÒÔÏÂ*/
  .topicpath {
    padding-top: 0;
    padding-bottom: 0;
  }
  .topicpath dd {padding: 10px;}
  .topicpath dd a {
    color: #333;
  }
  #content {
    width: 100%;
  }
  #main, .sideBar {
    width: 96%;
    margin: 0 auto 50px;
  }
  .pages #main {
    margin-bottom: 80px
  }
  .col-xs-1,  .col-xs-2,  .col-xs-3,  .col-xs-4,  .col-xs-5,  .col-xs-6,  .col-xs-7,  .col-xs-8,  .col-xs-9,  .col-xs-10,  .col-xs-11,  .col-xs-12 {
    float: left;
    margin-right: 1.953125%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .col-xs-12,  .col-xs-6:nth-child(2n),  .col-xs-4:nth-child(3n),  .col-xs-3:nth-child(4n) {
    margin-right: 0;
  }
  .col-xs-1 {
    width: 6.54296875%;
  }
  .col-xs-2 {
    width: 15.0390625%;
  }
  .col-xs-3 {
    width: 23.53515625%;
  }
  .col-xs-4 {
    width: 32.03125%;
  }
  .col-xs-5 {
    width: 40.52734375%;
  }
  .col-xs-6 {
    width: 49.0234375%;
  }
  .col-xs-7 {
    width: 57.51953125%;
  }
  .col-xs-8 {
    width: 66.015625%;
  }
  .col-xs-9 {
    width: 74.51171875%;
  }
  .col-xs-10 {
    width: 83.0078125%;
  }
  .col-xs-11 {
    width: 91.50390625%;
  }
  .col-xs-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) { /*768px ÒÔÉÏ*/
  #content {
    width: 1024px;
    margin: 0 auto;
  }
  #content.fontL{ font-size: 150%; }
  #content.fontM{ font-size: 100%; }
  #content.fontS{ font-size: 80%; }

  .oneCol #main {
    width: 100%;
  }
  .twoColLt #main {
    float: right;
    width: 676px;
  }
  .twoColLt .sideBar {
    float: left;
    width: 328px;
  }
  .twoColRt #main {
    float: left;
    width: 676px;
  }
  .twoColRt .sideBar {
    float: right;
    width: 328px;
  }
  /* Grid system */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .col-1 {
    width: 67px;
  }
  .col-2 {
    width: 154px;
  }
  .col-3 {
    width: 241px;
  }
  .col-4 {
    width: 328px;
  }
  .col-5 {
    width: 415px;
  }
  .col-6 {
    width: 502px;
  }
  .col-7 {
    width: 589px;
  }
  .col-8 {
    width: 676px;
  }
  .col-9 {
    width: 763px;
  }
  .col-10 {
    width: 850px;
  }
  .col-11 {
    width: 937px;
  }
  .col-12 {
    margin-right: 0;
    margin-left: 0;
    width: 1024px;
  }
  #univ_top #content {
    margin-top: 20px !important;
  }
  #main {
    width: 100%;
  }
  .sideBar ul {
    list-style: none;
  }
}

.alpha, .first {
  margin-left: 0 !important;
}
.omega, .last {
  margin-right: 0 !important;
}
.row, .innerbox {
  margin: 0 0 20px;
}
.row + .row, .innerbox + .innerbox {
  margin: 20px 0;
}
.row:after, .innerbox:after {
  content: "";
  display: block;
  clear: both;
}
.fbox {
	-js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

/* footer
---------------------------------------------------------- */
#back_to_top {
  clear: both;
  width: 100%;
  height: 40px;
  position: relative;
}
#back_to_top .gotop a {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 20px;
  background: url("/med/bun-in/image/common/gotop.gif") no-repeat 0 0;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  outline: none;
}
#footer {
  font-size: 86.6%;
  width: 100%;
}
#footer_links {
  background-color: #c7865a;
  border-bottom: 2px solid #fff;
}
#footer_links ul {text-align: center;}
#footer_links ul li {
  display: inline;
  padding: 0 10px;
  line-height: 32px;
}
#footer_links li, #footer_links li a {
  color: #FFF;
}
#footer_links ul,  #footer_adr {
  width: 100%;
  margin: 30px auto 0;
}
#footer_adr img {vertical-align: top;}
#footer_adr .footer_logo {
  margin-bottom: 10px;
}
#footer_adr p {
  line-height: 1.7;
}
#footer_adr #jcqhc {
	/*display: none;*/
	margin-right: 0px !important;
}
.footer_info img {
  margin-bottom: 10px;
  margin-right: 7px;
}
#copyright {
  clear: both;
  text-align: left;
  width: 100%;
  margin: 30px auto 0;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {	/*767px ÒÔÏÂ*/
#back_to_top {
  height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  position: static;
}
#back_to_top .gotop {
  margin: 0
}
#back_to_top .gotop a {
  position: static;
  right: auto;
  top: auto;
  width: 100%;
  background-position: center;
  margin: 0;
  padding: 0;
}
#footer_links ul {
  margin-top: 0;
}
#footer_links ul:after {
  clear: both;
  content: "";
  display: block;
}
#footer_links ul li {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 50%;
}
#footer_links ul li a {
  display: block;
}
#footer_adr .bnr_block ul li {
  margin-top: 10px;
}
.footer_info {max-width: 272px;}
#footer_adr{padding: 0 10px;}
#footer_adr, #copyright {font-size: 80%;}
.hidden_sp {
  display: none!important;
}
}

@media only screen and (min-width: 768px) { /*768px ÒÔÉÏ*/
#footer_links ul,  #footer_adr {
  width: 1024px;
  margin: 20px auto 0;
}
#footer_links ul {
  margin-top: 0;
}
#footer_adr .bnr_block ul {
  text-align: right;
}
#footer_adr .bnr_block ul li {
  display: inline;
  margin: 0 10px;
}
#footer_adr .bnr_block ul li+ li {
  margin-right: 0;
}
#copyright {
  clear: both;
  text-align: left;
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.hidden_pc {
  display: none;
}
}

/*@media screen and (-webkit-min-device-pixel-ratio: 2) {
#back_to_top .gotop a {
  background-image: url("/med/bun-in/image/common/gotop.gif");
  background-size: 40px;
}
}*/
