@media print {

.nav_thum {
  width: 90px;
  float: left;
}


/* ************************************************ 
 *	共通
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

#print_no{
    display: none;
}

.slidemenu.slidemenu-left {
    display: none;
}
.slidemenu.slidemenu-right {
    display: none;
}
.slidemenu-header {
    display: none;
}
.slidemenu-body {
    display: none;
}
ul.slidemenu-content {
    display: none;
}
.slidemenu-header {
    display: none;
}
.slidemenu-body {
    display: none;
}

*html body {overflow-y: auto;} /* IE6 */
*:first-child+html body {overflow-y: auto;} /* IE7 */

.image a {
    text-decoration: none;
}

body#body1 {
color: #000;
font-size: small;
line-height: 1.4em;
font-family: meiryo;
background-color: #FEFEFF;
width: 100%;
padding: 0;
margin: 0;
overflow-x: hidden;
background-image: url(../img2/main_bg.jpg);
background-position: center top;
background-repeat: no-repeat;
}

body#body2 {
color: #232323;
font-size: 14px;
line-height: 1.4em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", verdana, Sans-Serif;
background-color: #FEFEFF;
width: 100%;
padding: 0;
margin: 0;
}


body#body3 {
color: #232323;
font-size: 14px;
line-height: 1.4em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", verdana, Sans-Serif;
background-color: #FEFEFF;
width: 100%;
padding: 0;
margin: 0;
}

body#body4 {
color: #232323;
font-size: 14px;
line-height: 1.4em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", verdana, Sans-Serif;
background-color: #FEFEFF;
width: 100%;
padding: 0;
margin: 0;
}

body#body5 {
color: #232323;
font-size: 14px;
line-height: 1.4em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", verdana, Sans-Serif;
background-color: #FEFEFF;
width: 100%;
padding: 0;
margin: 0;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

#pc_all {
    color: #232323;
    font-size: 14px;
    line-height: 1.4em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", verdana, Sans-Serif;
    background-color: #FEFEFF;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../img2/back/bg_1.jpg);
    background-position: 50% 50%;
    background-attachment: fixed;
}

#pc_all2 {
    color: #232323;
    font-size: 14px;
    line-height: 1.4em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", verdana, Sans-Serif;
    background-color: #FEFEFF;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../img2/back/bg_2.jpg);
    background-position: 50% 50%;
    background-attachment: fixed;
}


#pc_all3 {
    color: #232323;
    font-size: 14px;
    line-height: 1.4em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", verdana, Sans-Serif;
    background-color: #FEFEFF;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../img2/back/bg_4.jpg);
    background-position: 50% 50%;
    background-attachment: fixed;
}



/*
 * This file is NOT needed in order to use skrollr.
 * The demo uses it and it may help you as well.
 */




.skrollable {
	/*
	 * First-level skrollables are positioned relative to window
	 */
	position:fixed;

	/*
	 * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
	 */
	z-index:100;
}

.skrollr-mobile .skrollable {
	/*
		May cause issues on Android default browser (see #331 on GitHub).
	*/
	position:absolute;
}

.skrollable .skrollable {
	/*
	 * Second-level skrollables are positioned relative their parent skrollable
	 */
	position:absolute;
}

.skrollable .skrollable .skrollable {
	/*
	 * Third-level (and below) skrollables are positioned static
	 */
	position:static;
}

strong {
font-weight: lighter;
}






/* ************************************************ 
 *	index
 * ************************************************ */
#left {
    width: 73%;
    float: left;
}

#right {
    width: 23%;
    float: right;
    background-color: rgba(255, 255, 255, 0.58);
}

.little_contents {
    width: 30%;
    float: left;
}

.little_contents_q {
    width: 230px;
    float: left;
}

.little_contents_k {
    width: 195px;
    float: left;
    padding: 0 0px 0 30px;
}

.little_title {
    margin-bottom: 2px;
    font-weight: bold;
    color: #030883;
    padding-left: 5px;
}

.little_title span.ion-play {
    margin-right: 5px;
}

.r_bt_area {
    margin: 0 0 0 0;
    top: 350px;
    width: 230px;
    z-index: 20;
}

.r_bt_area a {
    text-decoration: none;
}

.r_bt_title {
    font-size: 14px;
    padding: 10px;
    background-color: #fff;
    color: #000070;
    margin-bottom: 5px;
    box-shadow: 1px 1px 0px 0px rgba(39, 39, 189, 0.58);
}

.r_bt_title span.ion-stop {
    margin-right: 10px;
}

.r_bt {
    padding: 5px 15px;
    font-size: 14px;
    background-color: #FFF;
    margin-bottom: 5px;
    box-shadow: 1px 1px 0px 0px rgba(39, 39, 189, 0.58);
    color: #000070;
}

.r_bt span.ion-arrow-right-b {
    margin-right: 10px;
}



#wrapper {
  width: 100%;
  background-image: url(../img2/main_bg.jpg);
background-position: center top;
background-repeat: no-repeat;
}

.top_waku {
    width: 100%;
    position: fixed;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.77) 53%, rgba(255,255,255,0.77) 54%, rgba(255,255,255,0.89) 77%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.77) 53%,rgba(255,255,255,0.77) 54%,rgba(255,255,255,0.89) 77%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.77) 53%,rgba(255,255,255,0.77) 54%,rgba(255,255,255,0.89) 77%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}


#head {
    width: 100%;
    margin: 0 auto;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.77) 53%, rgba(255,255,255,0.77) 54%, rgba(255,255,255,0.89) 77%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.77) 53%,rgba(255,255,255,0.77) 54%,rgba(255,255,255,0.89) 77%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.77) 53%,rgba(255,255,255,0.77) 54%,rgba(255,255,255,0.89) 77%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

#head_t {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#top {
    width: 100%;
    margin: 0 auto;
}

#down_slider {
    height: 160px;
    padding-top: 94px;
}

.topimage {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px #efefef;
    position: relative;
}

.pagetitle2 li {
    position: absolute;
    z-index: 20;
    top: 40px;
    right: 60px;
    list-style: none;
    color: #010578;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
}

.pagetitle2 li.site {
    position: absolute;
    z-index: 20;
    top: 40px;
    right: 40px;
    list-style: none;
    color: #010578;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
}

.pagetitle2 li.pp {
    position: absolute;
    z-index: 20;
    top: 32px;
    right: 34px;
    list-style: none;
    color: #010578;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
    text-align: left;
}

.pagetitle2 li.otoi {
    position: absolute;
    z-index: 20;
    top: 40px;
    right: 50px;
    list-style: none;
    color: #010578;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
}

.pagetitle2 {
    position: absolute;
    top: 30px;
    right: 0;
    width: 20%;
    padding-right: 10px;
}

.logo {
  width: 42%;
  margin: 22px 0 0;
  float: left;
}

.asu {
    width: 42%;
    float: right;
    padding-top: 10px;
}

.navi_bar {
  width: 100%;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.50);
}

#menu_area {
    width: 980px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

#dcard {
  width: 170px;
  float: left;
}

.dcard2 {
  width: 120px;
}


#nav_main {
  width: 300px;
  float: right;
  padding-right: 10px;
  position: relative;
  z-index: 100000000000;
}

.nav0 {
  width: 300px;
}

.nav1 {
  width: 300px;
}

.nav1 img {
  width: 250px;
  float: right;
}

.nav2 {
  width: 300px;
}

.nav2 img {
  width: 205px;
  float: right;
}

.nav3 {
  width: 300px;
}

.nav3 img {
  width: 185px;
  float: right;
}

.nav4 {
  width: 300px;
}

.nav4 img {
  width: 165px;
  float: right;
}


#illust {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#slider {
  width: 860px;
}

#frame {
  width: 860px;
  position: absolute;
  z-index: 100;
}


#frame {
  width: 860px;
  height: 640px;
  position: absolute;
  z-index: 100000;
}


#slider {
  width: 966px;
  margin: 0px auto;
  top: -210px;
  position: relative;
}


#thumb {
  position: absolute;
  margin-top: -310px;
  margin-left: 440px;
  z-index: 10000000000;
}






#content_area {
  width: 100%;
  margin: -160px auto 0;
  max-width: 1600px;
}

.clouds img {
  width: 300px !important;
}

#footer_icon {
    width: 980px;
    margin: 30px auto 0;
}

.syoukai {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 230px;
    text-shadow: 1px 1px 1px #082289;
    line-height: 1.4;
    position: relative;
    z-index: 200;
}


.icon_area {
    width: 23.3%;
    float: left;
    margin-left: 1.7%;
    position: relative;
    z-index: 100;
}

.menseki_title {
width: 980px;
margin: 0 auto;
color: #FFF;
text-shadow: 0px 0px 4px #1200FF;
}

.menseki_text {
width: 980px;
margin: 0 auto;
color: #FFF;
text-shadow: 0px 0px 4px #1200FF;
}

#menseki {
width: 100%;
  margin: 230px auto 0;
}

.menseki_area {
  width: 100%;
  margin: 80px auto 0px;
  background-color: rgba(255, 255, 255, 0.09);
  padding: 20px 0 15px;
}

#footer_menu {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.09);
height: 35px;
margin: 0 auto;
text-shadow: 0px 0px 4px #1200FF,0px 0px 4px #1200FF,0px 0px 4px #1200FF,0px 0px 4px #1200FF;
}

.footer_menu {
    width: 980px;
    margin: 0px auto 10px;
    color: #FFF;
    text-align: center;
    padding-top: 10px;
    position: relative;
    Z-INDEX: 100;
}



#footer2 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.09);
height: 35px;
padding: 10px 0;
color: #FFF;
text-align: center;
margin: 0 auto;
text-shadow: 0px 0px 4px #1200FF,0px 0px 4px #1200FF,0px 0px 4px #1200FF,0px 0px 4px #1200FF;
}


.footer_text2 {
width: 980px;
font-size: 12px;
text-align: center;
margin: 0 auto;
}

#carousel {
  position: absolute;
  top: 260px;
  z-index: 10000;
  margin-left: 530px;
}


.bx-pager a img {
opacity: 0.5;
filter: alpha(opacity=50);
}
.bx-pager a.active img {
opacity: 1;
filter: alpha(opacity=100);
}

.business_title {
    width: 80%;
    background-image: url(../img2/business/pc1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 115px;
    margin-top: 12px;
}

.business_title p {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #030883;
}

.business_title2 {
    width: 80%;
    background-image: url(../img2/business/pc2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 115px;
    margin-top: 12px;
}

.business_title2 p {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #030883;
}

.business_title3 {
    width: 80%;
    background-image: url(../img2/business/pc3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 115px;
    margin-top: 12px;
}

.business_title3 p {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #030883;
}

.business_title4 {
    width: 80%;
    background-image: url(../img2/business/pc4.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 115px;
    margin-top: 12px;
}

.business_title4 p {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #030883;
}

.little_contents2 {
    width: 18%;
    float: left;
    padding: 0 0px 0 0px;
}

.little_contents3 {
    width: 80%;
    float: left;
    padding: 0 0px 0 10px;
}

.content_label {
    width: 29%;
    float: left;
    padding-top: 19px;
}

.yajirushi {
    width: 15px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding-top: 55px;
    text-shadow: 1px 1px 1px #2727bd;
    margin: 0 5px;
}

.yajirushi_sp {
    width: 15px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding-top: 55px;
    text-shadow: 1px 1px 1px #2727bd;
    margin: 0 5px;
    display: none;
}

.wakuwaku {
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
}

.wakuwaku_last {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.content_label2 {
    width: 29%;
    float: left;
}

.content_label3 {
    width: 29%;
    float: left;
    margin: 0 25px;
}

.little_contents4 {
    padding: 0 20px;
    margin-bottom: 20px;
}

.content_gyoumu {
    margin-bottom: 20px;
    padding: 0px 40px 0px 20px;
    background-color: #fff;
}

/* ************************************************ 
 *	hogushiSlider
 * ************************************************ */

.bx-pager {
position: absolute;
  top: 270px;
  z-index: 10000000000;
  margin-left: 535px;
}

.nav_bt1 {
float: left;
}

.nav_bt1 {
  padding-top: 0px;
  overflow: hidden;
  width: 34px;
  height: 24px;
  background-image: url(../img2/gallery/nav_btn/active/active_btn_07.png);
  position: absolute;
  z-index: 100000000;
  top: -15px;
}

a.active img {
width: 34px;
height: 24px;
overflow: hidden;
margin-top: 50px;
}


.nav_bt2 {
  float: left;
  margin-top: -25px;
  overflow: hidden;
  width: 34px;
  height: 24px;
  background-image: url(../img2/gallery/nav_btn/active/active_btn_07.png);
  position: absolute;
  z-index: 100000000;
  top: -10px;
  right: -80px;
}

.nav_bt3 {
  margin-top: -45px;
  float: left;
  overflow: hidden;
  width: 34px;
  height: 24px;
  background-image: url(../img2/gallery/nav_btn/active/active_btn_07.png);
  position: absolute;
  z-index: 100000000;
  top: 0px;
  right: -130px;
}

.nav_bt4 {
  margin-top: -25px;
  float: left;
  margin-left: 60px;
  overflow: hidden;
  width: 34px;
  height: 24px;
  background-image: url(../img2/gallery/nav_btn/active/active_btn_07.png);
  position: absolute;
  z-index: 100000000;
  top: -10px;
  right: -180px;
}

.nav_bt5 {
  float: left;
  overflow: hidden;
  width: 34px;
  height: 24px;
  background-image: url(../img2/gallery/nav_btn/active/active_btn_07.png);
  position: absolute;
  z-index: 100000000;
  right: -225px;
  top: -15px;
}



#slide {
    height: 230px;
    margin: -500px auto 0;
    overflow: hidden;
    max-width: 1600px;
}

.slider_next {
display:none;
}


.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
	width:350px;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}


.bx-pager a img {
opacity: 0.5;
filter: alpha(opacity=50);
}
.bx-pager a.active img {
opacity: 1;
filter: alpha(opacity=100);
}


.clouds {
width: 100%;
height: 1700px;
position:absolute;
background-image:url(../img2/cloud0.png);
}



/* ************************************************ 
 *	下層ページ
 * ************************************************ */
 
 
#bt {
  width: 100%;
  margin: 0 auto;
}


.bt {
  background: #3932FF;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3932ff 0%, #2325af 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3932FF), color-stop(100%,#2325AF));
  background: -webkit-linear-gradient(top, #3932FF 0%,#2325AF 100%);
  background: -o-linear-gradient(top, #3932ff 0%,#2325af 100%);
  background: -ms-linear-gradient(top, #3932ff 0%,#2325af 100%);
  background: linear-gradient(to bottom, #3932FF 0%,#2325AF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3932ff', endColorstr='#2325af',GradientType=0 );
  color: #FFF;
  font-weight: bold;
    padding: 10px 34px 5px;
  float: left;
  text-align: center;
  font-size: 16px;
    border-left: solid 1px #130DC5;
}

.bt:hover {
background: #2325af; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzIzMjVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzM5MzJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #2325af 1%, #3932ff 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2325af), color-stop(99%,#3932ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2325af 1%,#3932ff 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2325af 1%,#3932ff 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2325af 1%,#3932ff 99%); /* IE10+ */
background: linear-gradient(to bottom,  #2325af 1%,#3932ff 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2325af', endColorstr='#3932ff',GradientType=0 ); /* IE6-8 */
}

.bt p {
  font-weight:lighter;
  font-size: 11px;
}

 #btend {
  border-radius: 0px 4px 4px 0px;
}

 #bttop {
  border-radius: 4px 0 0 4px;
}


#pankuzu {
    padding: 5px 0;
    font-size: 14px;
    background-color: #fff;
    color: #000070;
}

#pankuzu a {
    text-decoration: none;
}


#tab li {
  float: left;
  list-style: none;
  cursor: pointer;
  background: #EEE;
  border-radius: 4px 4px 0 0;
  margin: 0 2px;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 16px;
  color: #909090;
  text-shadow: 1px 1px 0 #FFF;
}

#tab li.select {
  background: #FFF;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 16px;
  margin: 0 2px;
  color: #3630F4;
  box-shadow: 0px 0px 4px #C3C3C3;
}


.disnon {
  display: none;
}


.content_left {
    text-align: left;
    padding: 20px 0px 10px;
}

.content_left2 {
    text-align: left;
    padding: 30px 0px 10px 20px;
    background-color: #FFF;
    color: #000070;
}

.content_left3 {
    text-align: left;
    padding: 30px 20px 10px;
    background-color: #FFF;
}

.content_left4 {
    text-align: left;
    padding: 30px 40px 10px;
    background-color: #FFF;
    color: #000070;
}




#main_content {
    width: 100%;
    margin: 15px auto 65px;
    min-height: 400px;
    position: fixed;
    position: relative;
}

.content_title {
    font-size: 18px;
    padding: 7px 5px 5px 10px;
    background-color: rgb(39, 39, 189);
    color: #fff;
}

.content_title2 {
    font-size: 18px;
    padding: 7px 5px 5px 10px;
    background-color: #fff;
    color: #000070;
    width: 599px;
    /* margin-left: 95px; */
    /* border-top: 1px solid #2727bd; */
    /* border-left: 1px solid #2727bd; */
    /* border-bottom: 1px solid #2727bd; */
}

.content_text4 {
    font-size: 14px;
    padding: 0 30px 0 30px;
    width: 605px;
    margin: 10px 0 20px 35px;
}


.waku {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.content_title span {
  font-weight: bold;
  font-size: 20px;
  margin-right: 5px;
}


.name {
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    margin-top: 80px;
}

.content_left4 p {
    margin: 10px 0 20px 0;
}

.name small {
    font-size: 18px;
    margin-right: 10px;
}

.content_title2 span.ion-android-checkbox-outline {
    margin-right: 10px;
}

.content_sub_title {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 20px 0 0;
    color: #000070;
}


.content_text li {
  list-style: none;
  font-weight: bold;
  border-left: 5px solid #00A6FF;
  padding: 0px 10px;
  font-size: 20px;
  margin-bottom: 10px;
  color: #3EA0FF;
}

.content_text p {
  margin-bottom: 30px;
}

.content_text {
    margin-bottom: 20px;
    /* padding: 10px; */
    color: #000070;
}

.content_text2 {
    margin-bottom: 20px;
    padding: 20px 40px 20px 20px;
    background-color: #fff;
    color: #000070;
}

.rinen {
  width: 680px;
  margin: 0 auto;
}


.little_contents_m {
    width: 30%;
    float: left;
    margin: 0 20px;
}

.little_contents_l {
    width: 30%;
    float: left;
}

.little_contents_s {
    width: 30%;
    float: left;
}

.little_contents_o {
    width: 30%;
    float: left;
    margin: 0 20px;
}

.little_contents_p {
    width: 30%;
    float: left;
    margin: 0 20px;
}


#form {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    color: #000070;
}

.con_title {
    padding: 29px 10px 0px;
    background-color: #FAFAFA;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    font-size: 16px;
    width: 130px;
    float: left;
    height: 44px;
}

.con_title small {
    color: #F00;
}

.con_area {
    padding: 21px 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #CCC;
    float: left;
    height: 52px;
    width: 518px;
}

.con_area input[type="text"] {
    padding: 10px 5px 0;
}

.con_title2 {
    padding: 120px 10px 0px;
    background-color: #FAFAFA;
    border-right: 1px solid #CCC;
    font-weight: bold;
    font-size: 16px;
    width: 130px;
    float: left;
    height: 123px;
}

.con_title2 small {
    color: #F00;
}

.con_area2 {
    padding: 21px 10px 0;
    background-color: #fff;
    float: left;
    height: 222px;
    width: 518px;
}





.sample_02 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 20px;
    color: #000070;
}



.sample_02 td.table_title {
    padding: 10px;
    background-color: #FAFAFA;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    font-size: 16px;
    width: 120px;
}



.sample_02 td.gakkou {
    padding: 10px;
    background-color: #fff;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 707px;
}

.sample_02 td {
    padding: 10px;
    background-color: #fff;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}


.sample_05 input[type="text"] {
    padding: 5px;
    width: 290px;
}




.sample_05 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 20px;
    color: #000070;
}



.sample_05 td.table_title {
    padding: 10px;
    background-color: #FAFAFA;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    font-size: 16px;
    width: 335px;
}



.sample_05 td.gakkou {
    padding: 10px;
    background-color: #fff;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 707px;
}

.sample_05 td {
    padding: 10px;
    background-color: #fff;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}


.access {
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    padding: 15px 20px 0;
    margin-bottom: 20px;
    color: #000070;
}


.inner_left {
    margin: 40px 0 50px 0;
}

.kankyou_img {
  width: 240px;
  height: 180px;
  float: left;
  margin-right: 20px;
  font-size: 72px;
  text-align: center;
}


.kankyou_text {
  width: 640px;
  float: left;
}


.kankyou {
  margin-bottom: 20px;
}

li.jyouhou {
    color: #000070;
    border-left: 0px!important;
    background-color: #F1F1F1;
    padding: 5px;
    text-shadow: 1px 1px 0px #FFF;
    list-style: none;
    font-weight: bold;
}

.content_text2 p {
    margin-bottom: 20px;
    margin-top: 10px;
}

li.jyouhou span {
  margin-right: 5px;
}



.business_img li {
    margin: 0;
    border: 0px;
    padding: 5px;
    list-style: none;
}

.business_img {
    width: 200px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
}

#business_img1 {
  margin: 0px 20px 0 0;
  float: left;
}

.business_img p {
    text-align: center;
    margin: 0px 0;
    font-weight: bold;
    color: #000070;
    padding: 5px 0 10px;
    font-size: 16px;
}


#bdenkisetsubi p span {
  margin-right:5px;
}

#bdenkisetsubi p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #54A3FF;
}

#bdenkisetsubi li {
    border: 0px;
    font-size: 14px;
    padding: 0 5px 5px;
    margin: 0 0 5px;
    color: #44A2FF;
    border-bottom: dotted 1px;
    font-weight: lighter;
    list-style: none;
}

#bdenkisetsubi {
    margin: 0px 0 0;
    float: left;
    width: 380px;
    padding: 20px;
    background-color: #FFF;
    border: solid 5px #99C5FF;
}


#bdenkisetsubi li span {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 5px;
}

li.text {
  border: 0px!important;
}

.business {
    margin: 30px 0 50px;
}

.sankaku {
    width: 690px;
    height: 0px;
    border-top: 210px solid rgba(19, 163, 226, 0.6);
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0);
    position: absolute;
    /* z-index: -1; */
}



#recruit {
  height: 340px;
}


#recruit2 {
  height: 340px;
  margin-top: -130px;
}

#recruit3 {
  height: 240px;
  margin-top: -130px;
}




#recruit li {
    font-size: 26px;
    position: absolute;
    margin: 30px 20px;
    list-style: none;
    color: #FFF;
    font-weight: bold;
}

#recruit li span {
  font-size: 40px;
  margin-right: 12px;
}

.recruit_text {
    padding: 100px 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    /* width: 940px; */
    position: relative;
}

.recruit_text p {
  float: left;
  background-color: #FFF;
  font-size: 48px;
    padding: 0 10px;
  margin-right: 10px;
  border-radius: 70px;
  color: #13A3E2;
}


.office {
  position: absolute;
  z-index: -1;
  width: 980px;
  height: 630px;
  overflow: hidden;
}



.sankaku2 {
    width: 690px;
    height: 0px;
    border-top: 210px solid rgba(255, 136, 0, 0.6);
    border-right: 0px solid rgba(0, 0, 0, 0);
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0);
    position: absolute;
    /* z-index: -1; */
}


#recruit2 li {
    font-size: 26px;
    position: absolute;
    margin: 30px 20px;
    list-style: none;
    color: #FFF;
    font-weight: bold;
}

#recruit2 li span {
  font-size: 40px;
  margin-right: 12px;
}

.recruit_text2 {
    padding: 100px 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    /* width: 940px; */
    margin-left: 0px;
    position: relative;
}

.recruit_text2 p {
  float: left;
  background-color: #FFF;
  font-size: 48px;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 70px;
  color: #F80;
}


#recruit3 li {
  font-size: 26px;
  position: absolute;
    margin: 30px 20px;
  list-style: none;
  color: #FFF;
  font-weight: bold;
}

#recruit3 li span {
  font-size: 40px;
  margin-right: 12px;
}


.mokuteki1 {
    width: 280px;
    border: solid 8px #13A3E2;
    text-align: center;
    float: left;
    margin: 0 0px 0 28px;
    border-radius: 170px;
    padding: 100px 10px;
    color: #13A3E2;
    font-weight: bold;
    background-color: #FFF;
}

.mokuteki2 {
    width: 280px;
    border: solid 8px #13A3E2;
    text-align: center;
    float: left;
    margin: 0 28px 0 0;
    border-radius: 170px;
    padding: 100px 10px;
    color: #13A3E2;
    font-weight: bold;
    background-color: #FFF;
}


.mokuteki1 li,.mokuteki2 li,.mokuteki3 li {
  font-weight: bold;
  color: #13A3E2;
  list-style: none;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mokuteki3 {
    width: 280px;
    border: solid 8px #13A3E2;
    text-align: center;
    /* float: left; */
    margin: -42px auto 20px;
    border-radius: 170px;
    padding: 100px 10px;
    color: #13A3E2;
    font-weight: bold;
    background-color: #FFF;
}




#photo {
    margin: 0px auto 20px;
    /* width: 980px; */
    padding: 20px;
    background-color: #13A3E2;
    border-radius: 170px;
}

.photo_img {
    width: 150px;
    margin: 70px 20px 20px;
    float: left;
    /* margin-right: 20px; */
}

.photo_img img {
  border-radius: 130px;
  border: solid 10px #FFF;
}

.saiyou_text {
    width: 460px;
    float: left;
    font-weight: bold;
    color: #FFF;
    list-style: none;
}

.saiyou_text li {
    font-weight: bold;
    font-size: 22px;
    margin: 20px;
    border-bottom: 1px solid #62CFFF;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 360px;
}

.saiyou_text p {
    margin-left: 20px;
    width: 360px;
}


#entry {
	text-align:center;
}

.entry_img {
	text-align:center;
    /* margin-right: 20px; */
}

	
#kyujinsite{
	text-align:center;
    text-shadow: 0px 0px 5px #ff0000, 0px 0px 5px #ff0000, 0px 0px 5px #ff0000, 0px 0px 5px #ff0000;
}

.kyujinsite_img {
	text-align:center;
	text-shadow: 0px 0px 4px #1200FF, 0px 0px 4px #1200FF, 0px 0px 4px #1200FF, 0px 0px 4px #1200FF;
    /* margin-right: 20px; */
}
	

#acMenu dt{
    display:block;
    cursor:pointer;
    }
#acMenu dd{
    display:none;
    }



dt#photo1 {
    width: 150px;
    position: absolute;
    margin-left: 20px;
}

dt#photo1 img {
  border-radius: 100px;
  border: solid 5px #FFB800;
}


.message_title {
    font-weight: bold;
    font-size: 20px;
    color: #000070;
    padding-left: 20px;
}

dd.photo1 p {
  font-size: 12px;
  padding: 20px;
}

dd.photo1 {
    margin: -20px 20px 0 190px;
    padding: 40px 20px 0px;
    background-color: rgba(249, 249, 249, 0.86);
    position: absolute;
    z-index: 100;
    color: #000070;
}

#photo2 {
    width: 270px;
    margin-left: 390px;
    position: absolute;
    margin-top: 40px;
}

#photo2 img {
  border-radius: 140px;
  border: solid 5px #FFB800;
}


dd.photo2 {
    position: absolute;
    width: 400px;
    margin-top: 40px;
    z-index: 100;
    padding: 40px 20px 0px;
    background-color: rgba(249, 249, 249, 0.86);
}


dd.photo2 p {
    font-size: 12px;
    padding: 20px;
    color: #000070;
}

#photo3 {
    width: 300px;
    margin-top: 220px;
    position: absolute;
    margin-left: 80px;
}


#photo3 img {
  border-radius: 180px;
  border: solid 5px #FFB800;
}


dd.photo3 {
    width: 310px;
    margin: 20px 0 0 340px;
    padding: 40px 20px 0px;
    background-color: rgba(249, 249, 249, 0.86);
    z-index: 100;
    position: absolute;
}

dd.photo3 p {
    font-size: 12px;
    padding: 20px;
    color: #000070;
}

.name2 small {
  font-size: 20px;
  margin-right: 10px;
}

.name2 {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin-top: 0px;
    padding-bottom: 30px;
    color: #000070;
}


#recruit_message {
  position: relative;
  height: 600px;
  background-image: url(../img2/rec_bg.jpg);
  padding-top: 40px;
  background-repeat: no-repeat;
}

.staff {
  width: 50%;
  float: left;
}

#staff {
  margin-bottom: 50px;
}


select.syubetsu {
  height: 30px;
  font-size: 14px;
}

select.parts {
  height: 30px;
  font-size: 14px;
}

.kome {
  list-style: none;
  margin-top: -40px;
}

.zaitaku {
    font-weight: bold;
    margin-bottom: 40px;
    color: #000070;
}

.zaitaku_list {
    margin-bottom: 40px;
    color: #000070;
}


.sample_02 input[type="text"] {
    padding: 5px;
    width: 290px;
}

input.zip {
  width: 80px!important;
}

input.zip2 {
  width: 100px!important;
}

input.address {
    width: 440px !important;
}

input.year {
  width: 100px!important;
  margin-left:5px;
}

input.tel1 {
    width: 80px !important;
}

input.tel2 {
    width: 150px !important;
}

input.tel3 {
    width: 150px !important;
}

input.month {
  width: 50px!important;
}

input.day {
  width: 50px!important;
}

small.tyuui {
    color: #F00;
}

input.school {
    width: 170px !important;
}

textarea {
  width: 450px;
  height: 200px;
}

#submit {
  margin: 20px auto;
  background-color: #F1F1F1;
  padding: 20px 0;
  text-align: center;
}



#kasou_footer {
    background-color: #F5F5F5;
    text-shadow: 1px 1px 0 #FFF;
    position: relative;
    color: #2727bd;
}

.kasou_footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
}


.kasou_footer li {
    float: left;
    list-style: none;
    font-weight: bold;
    padding: 0 20px 0 0;
    margin-bottom: 20px;
    text-align: center;
}

.footer_text p {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0 10px;
}


.footer_text {
    font-size: 11px;
    text-align: center;
}
  
.kasou_footer a {
    color: #2727bd;
}

.step_img img {
    box-shadow: 1px 1px 1px 1px #dedede;
    border-radius: 5px;
}

.annai {
    width: 690px;
    margin: 0 auto 15px;
}

.footer_menu a {
    text-decoration: none;
    color: #FFF;
}

#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 80px;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none; 
}
#page-top:hover{

}

.footer_text2 p {
    font-size: 20px;
    margin: 15px;
}

.block_01 {
    margin: 0 0 30px 0;
    border-bottom: 3px solid #2727bd;
    padding: 0 0 20px 20px;
}

.block_02 {
    width: 140px;
    float: left;
    margin-top: 30px;
    margin-right: 15px;
    color: #000070;
}

.block_04 {
    width: 223px;
    float: left;
    margin-top: 30px;
    color: #000070;
}

.sinte_map_box_01 li {
    list-style: none;
}



.sinte_map_box_01 a {
    text-decoration: none;
    color: #2727bd;
}

.block_05 {
    width: 196px;
    float: left;
    margin-top: 30px;
    margin-right: 10px;
    color: #000070;
}

.block_06 {
    width: 135px;
    float: left;
    margin-top: 30px;
    margin-left: 15px;
    color: #000070;
}

.sitemap_h_02 a {
    color: #000070;
}

.cale {
    width: 220px;
    margin: 10px auto 5px;
}



#rec5 {
    padding-top: 100px;
    margin-top: -100px;
}
}