@charset "UTF-8";

/*----------------------------------

main
 
---------------------------------- */



@media screen and (max-width: 750px) {
	
.pc_img {
	display:none;
	
}
.side_img {
	display:none;
	
}
.sp_img {
	display:block;
	
}
	
.pc_only {
	display:none;
}
	

.main_wrap {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	
}
	
	
	.sp_fv {
		display: block;
		
	}

	
}



/* ===================================================================

スマホヘッダー

=================================================================== */

h1.logo a {
	background-image: url(https://www.sankyo64.com/wp-content/uploads/2023/11/sankyo_logo.png);
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	height:42px;
	width: 255px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	left: 0px;
	
}

.header {
  width: auto;
  z-index: 40;
  position: fixed;
  
   }
   
   
  
.header .header__heading {
    background: #fff;
    position: absolute;
    width: 100%;
	height:53px;
    z-index: 35;
    margin-top: -27px;
}

.nav-content {
  position: absolute;
  width: 50%;
   background: #e3effd;
  top: -735px;
  z-index: 30;
  -webkit-transition: 0.1s top;
          transition: 0.1s top; }
  .nav-content ul li {
    font-size: 14px;
font-weight: bold;}

    .nav-content ul li a {
      text-align: left;
      display: block;
      padding: 12px 0px 12px 60px;
      color: #033e87;
	  border-bottom:1px dotted #e3effd;
	   }

.nav-content ul li:nth-child(1){
    background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/10/slidemenu_home.png);
    background-repeat: no-repeat;
    background-position: 10 8px;
    background-size: 35px;
    padding-left: 0px
}


.nav-content ul li:nth-child(2){
    background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/10/slidemenu_shiroari.png);
    background-repeat: no-repeat;
    background-position: 10 5px;
    background-size: 35px;
    padding-left: 0px
}

.nav-content ul li:nth-child(3){
    background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/10/slidemenu_rat.png);
    background-repeat: no-repeat;
    background-position: 10 5px;
    background-size: 35px;
    padding-left: 0px
}

.nav-content ul li:nth-child(4){
    background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/10/slidemenu_insect.png);
    background-repeat: no-repeat;
    background-position: 10 5px;
    background-size: 35px;
    padding-left: 0px
}

.nav-content ul li:nth-child(5){
    background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/10/slidemenu_archive.png);
    background-repeat: no-repeat;
    background-position: 10 5px;
    background-size: 35px;
    padding-left: 0px
}

.nav-content ul li:nth-child(6){
    background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/10/slidemenu_price.png);
    background-repeat: no-repeat;
    background-position: 10 8px;
    background-size: 35px;
    padding-left: 0px
}

.nav-content ul li:nth-child(7){
    background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/10/slidemenu_survay.png);
    background-repeat: no-repeat;
    background-position: 10 8px;
    background-size: 35px;
    padding-left: 0px
}

.nav-content ul li:nth-child(8){
    background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/10/slidemenu_voice.png);
    background-repeat: no-repeat;
    background-position: 10 8px;
    background-size: 35px;
    padding-left: 0px
}

.nav-content ul li:nth-child(9){
    background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/10/slidemenu_sankyo.png);
    background-repeat: no-repeat;
    background-position: 10 5px;
    background-size: 35px;
    padding-left: 0px
}





.is-open .nav-content {
  top: 53px; }

#js-cover {
 
  width: 100%;
  
  display: block;
  position: absolute;
  top: 0px;
  opacity: 0;
  z-index: 4; }

.menu-button {
	
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 5px;
  top: 10px; 
  }
  .menu-button i {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #013d89;
    -webkit-transition: background 0.5s;
            transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 14px; }
    .menu-button i:before,
    .menu-button i:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 3px;
      background: #013d89;
      position: absolute;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 0.3s !important;
              transition: all 0.3s !important; }
    .menu-button i:before {
      -webkit-transform: translateY(8px);
          -ms-transform: translateY(8px);
              transform: translateY(8px); }
    .menu-button i:after {
      -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
              transform: translateY(-8px); }

.is-open .menu-button i {
  background: #fff; }
  .is-open .menu-button i:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
        -ms-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg); }
  .is-open .menu-button i:before {
    -webkit-transform: translateY(0px) rotate(45deg);
        -ms-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg); }



.table-ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  z-index:100;
  position:relative;
  margin-top:23px;
}
.table-ul li {
  display: table-cell;
  vertical-align: middle;
  background-color:#0153b9;
  border-left:1px solid #0153b9;
  height:30px;
  font-size:14px;
}
.table-ul li a {
	color:#fff;

}



/*----------------------------------

top
 
---------------------------------- */

@media screen and (max-width: 750px) {
	
section {
	font-size:90%
}

section.sec01 {
	
	width:100%;
	padding-top: 15px;
}
section.sec02 {
	background-color:#eeeeee;
	width:100%;
}

.section_wrap,.section_wrap02 {
	width:auto;
	margin-left:10px;
	margin-right:10px;
	padding-top:0px;
	padding-bottom:20px;
}

.sec01 h2 {
	padding:20px 0px 20px 0px;
	margin:0px;
	text-align:center;
	font-size:18px;
	color: #fff;
	border-bottom: 3px solid #0153b9;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.sec02 h2 {
	padding:20px 0px 20px 0px;
	margin:0px;
	text-align:center;
	font-size:18px;
	color: #000;
	border-bottom: 3px solid #0153b9;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.sec03 h2 {
	padding:20px 0px 20px 0px;
	margin:0px;
	text-align:center;
	font-size:18px;
	color: #000;
	border-bottom: 3px solid #0153b9;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.sec04 h2 {
	padding:20px 0px 20px 0px;
	margin:0px;
	text-align:center;
	font-size:18px;
	color: #000;
	border-bottom: 3px solid #0153b9;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
	.sec07 h2 {
	padding:20px 0px 20px 0px;
	margin:0px;
	text-align:center;
	font-size:20px;
	color: #000;
	border-bottom: 3px solid #0153b9;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 20px;
}


h2 img {
	width:80%;
}


/*------newslist------- */

#newslist ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	
	
}

#newslist li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 95%;
}


#newslist a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 140%;
	font-size: 90%;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px dotted #D9D9D9;

}

#newslist a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #c9c9c9;
	border-right: solid 2px #c9c9c9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

p.list_day {
	float: none;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.more {
	position: relative;
	display: inline-block;
	padding: .6em 3.5em;
	background-color: #58b41b;
	border: 2px solid #58b41b;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:20px;
	margin-bottom:20px;
	width:180px;
	font-size:90%;
	line-height:150%;
}
.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more:link {
	color: #fff;
}
.more:visited {
	color: #fff;
}
.more:hover {
	background-color: #fff;
	color: #58b41b;
	text-decoration:none;
}
.more:hover::after {
	border-left-color: #58b41b;
}





.title01 {
	overflow: hidden;
	text-align: center;
	font-size:16px;
	margin-bottom:10px;
	text-shadow: 0px 1px 0px #FFFFFF;
	padding-top:10px;
	font-weight:bold;
}
.title01 span {
	position: relative;
	display: inline-block;
	margin: 0 0em;
	padding: 0 0.5em;
	text-align: left;
}
.title01 span::before,
.title01 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.title01 span::before {
	right: 100%;
}
.title01 span::after {
	left: 100%;
}

.message {
	width:auto;
	margin-left:auto;
	margin-right:auto;
}




.profile_ph {
	float:none;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	width:100%;
}
.profile_ph img {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
}


.profile_right {
	border-top:5px solid #1b1b1b;
	border-bottom:5px solid #1b1b1b;
	padding:20px 0px 20px 0px;
	width:auto;
	float:none;
	margin-bottom:20px;
}

.profile_title {
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}



.title02 {
	overflow: hidden;
	text-align: left;
	font-size:20px;
	margin-bottom:10px;
	text-shadow: 0px 1px 0px #FFFFFF;
	padding-top:10px;
	font-weight:bold;
}
.title02 span {
	position: relative;
	display: inline-block;
	margin: 0 0em;
	padding: 0 1em 0 0em;
	text-align: left;
}
.title02 span::before,
.title02 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 1000%;
	height: 1px;
	background-color: #ccc;
}
.title02 span::before {
	right: 100%;
}
.title02 span::after {
	left: 100%;
}

.t12 {
	font-size:12px;
}

#gaiyou {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 95%;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 20px;	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 10px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 0px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: auto;
	
}




.keireki_left {
	width:auto;
	float:none;
	margin-bottom:10px;
}
.keireki_right {
	width:auto;
	float:none;
	margin-bottom:10px;
	
}


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


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





.title03 {
	font-size:36px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
	line-height:160%;
}
.title04 {
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	line-height:160%;
}

.title05 {
	font-size:95%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:15px;
	line-height:160%;
}

.topschool {
	height:auto;
}

.order {
	position: relative;
	display: inline-block;
	padding: .6em 1em;
	background-color: #d00202;
	border: 2px solid #d00202;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:10px;
	margin-bottom:10px;
	width:70%;
	font-size:110%;
	line-height:130%;
}
.order::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.order:link {
	color: #fff;
}
.order:visited {
	color: #fff;
}
.order:hover {
	background-color: #fff;
	color: #d00202;
	text-decoration:none;
}
.order:hover::after {
	border-left-color: #d00202;
}



ul.contents_menu	{
	display: block;
	width: auto;
	margin-bottom: 10px;
	
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:0px;
}
ul.contents_menu li{
	display: block;
	vertical-align: top;
	text-align: center;
	padding: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height:120%;
}


.contents_menu a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
ul.contents_menu li a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


footer {
	
	padding-top:20px;
	padding-bottom:20px;
}

footer h1 a {
	display: block;
	width: 315px;
	height: 62px;
	background-image: url(../images/footer/logo.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-bottom: 15px;
}

.footer_right{
	float:none;
	text-align:center;
	font-size:12px;
	line-height:160%;
	margin-top:20px;
}
.copy {
	font-size:10px;
	text-align:center;
}




.header_wrap {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}


/*----------------------------------

main
 
---------------------------------- */


.main02 {
		width: 100%;
		min-width: auto;
		height: auto;
		background: url(../images/main.jpg) no-repeat;
		background-position: center center;
		background-size: 100%;
		position:relative;
		padding-top:5px;
		padding-bottom:20px;
		margin-top:60px;
		
		
}

.cont_title  {
	background-color:#fff;
	display: table;
	width: 260px;
	height: auto;
	border:5px solid #1b1b1b;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	margin-top:40px;
	
}

.cont_title02 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.main02 h2 {
	font-size:24px;
	margin-bottom:5px;
	margin-top:20px;
}
.main02 h3 {
	font-size:10px;
	margin-bottom:10px;
	margin-top:5px;
	line-height:140%;
	
		
}



#recruit {
	background-color:#f3f3f3;
	
	
	border-top: none;
	width: 100%;
	font-size: 95%;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 20px;	
}

dl#recruit dl,dl#recruit dt,dl#recruit dd {
	margin: 0;
	padding: 0;
}

dl#recruit dt,dl#recruit dd {
	padding: 10px;
}

dl#recruit dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
}

dl#recruit dd {
	background: #fff;
	
	border-top: 1px solid #E3E3E3;
	margin-left: auto;
	
}

#recruit a:link,#recruit a:visited  {
	color: #0249af;
	text-decoration: underline;
}

#recruit a:hover {
	color: #0249af;
	text-decoration: none;
}


.inner_title {
	overflow: hidden;
	text-align: center;
	font-size:16px;
	margin-bottom:10px;
	text-shadow: 0px 1px 0px #FFFFFF;
	padding-top:10px;
	font-weight:bold;
}
.inner_title span {
	position: relative;
	display: inline-block;
	margin: 0 0em;
	padding: 0 0.5em;
	text-align: left;
}
.inner_title span::before,
.inner_title span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.inner_title span::before {
	right: 100%;
}
.inner_title span::after {
	left: 100%;
}




.faq_q {
	background-image:url(../images/faq/q.png);
	background-repeat:no-repeat;
	background-size:25px 25px;
	background-position:top left;
	padding-left:35px;
	font-size:14px;
	margin-bottom:10px;
	
}
.faq_a {
	background-image:url(../images/faq/a.png);
	background-repeat:no-repeat;
	background-size:25px 25px;
	background-position:top left;
	padding-left:35px;
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px solid #535353;
	padding-bottom:30px;
	margin-bottom:30px;
	
}





.school_left {
	width:auto;
	float:none;
	margin-bottom:10px;
}
.school_right {
	width:auto;
	float:none;
	margin-bottom:10px;
}



.school_title {
	border-bottom:1px solid #313131;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
}
.school_title_sub {
	font-size:14px;
}


#school_gaiyo {
	border-top: none;
	width:auto;
	line-height: 180%;
	margin-bottom: 0px;	
}

dl#school_gaiyo dl,dl#school_gaiyo dt,dl#school_gaiyo dd {
	margin: 0;
	padding: 0;
}

dl#school_gaiyo dt,dl#school_gaiyo dd {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom:
}

dl#school_gaiyo dt {
	
	clear: left;
	float: none;
	width: auto;
	font-weight:bold;
	
}

dl#school_gaiyo dd {
	background: #fff;
	margin-left: 0px;
	margin-bottom:10px;
	
	
}

.school_section {
	margin-bottom:20px;
}


ul.school_ph	{
	display: table;
	width: 100%;
	margin-bottom: 10px;
	
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:0px;
}
ul.school_ph li{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height:120%;
}





.voice {
	
	border: 1px solid #eeeeee;
	padding:8px;
	margin-bottom:10px;
	background-image: url(../images/top/voice_bg.jpg);
	
	
}
	
.voice_inner {
	background-color: #fff;
	padding:8px;
}

.v_ph {
	float:none;
	margin-right:0px;
	text-align:center;
	margin-bottom:15px;
}
.voice_title {
	padding: .5em .75em;
	background-color: #e9f2fc;
	border-left: 6px solid #0153b9;
	font-size:95%;
	margin-bottom: 20px;
	font-weight: bold;
}

.voice_name {
	font-size:18px;
	font-weight:bold;
}

.v_qa {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.voice p {
	font-size:90%;
}



.more02 {
	position: relative;
	display: inline-block;
	padding: .6em 4em;
	background-color: #58b41b;
	border: 2px solid #58b41b;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:5px;
	margin-bottom:5px;
	width:180px;
	font-size:90%;
	line-height:150%;
}
.more02::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more02:link {
	color: #fff;
}
.more02:visited {
	color: #fff;
}
.more02:hover {
	background-color: #fff;
	color: #58b41b;
	text-decoration:none;
}
.more02:hover::after {
	border-left-color: #58b41b;
}



.app {
	text-align:left;
}



ul.contents_menu02	{
	display: table;
	width: auto;
	margin-bottom: 10px;
	
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:0px;
}
ul.contents_menu02 li{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 3px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height:120%;
}


.contents_menu02 a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
ul.contents_menu02 li a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

	
/*----------------------------------

site_location
 
---------------------------------- */


#site_location {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}


.location {
	font-size: 12px;
	/*background-image: url(../images/location_home.png);*/
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	display: block;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.location a:link,.location a:visited {
	color: #333;
	text-decoration: none;
}

.location a:hover {
	color: #8c1d29;
	text-decoration: none;
}

	
	
ul.top_contents {
	margin: 0px;
	padding: 0px;
}

ul.top_contents02 {
	width: auto;
	margin: auto;
	padding: 0px 0px;
}


.top_contents li,
.top_contents02 li {
	display: block;
	list-style-type: none;
	background-color: #fff;
	width: auto;
	margin-bottom: 20px;
	border: 1px solid #eeeeee;
	height: auto;
	
}


.top_contents li a,
.top_contents02 li a{
	list-style-type: none;
	color: #000;
	
}
.top_contents li a:hover,
.top_contents02 li a:hover {
	
}


.top_contents figure,
.top_contents02 figure {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}


.top_contents img,
.top_contents02 img {
	
	
}
.top_contents :hover img,
.top_contents02 :hover img {
	
}

.top_contents li:nth-child(1){
	float: none;
	margin-right: 0px;
}

.top_contents li:nth-child(2){
	float: none;
}
.top_contents li:nth-child(3){
	float: none;
}

.top_contents02 li:nth-child(1){
	float: none;
}

.top_contents02 li:nth-child(2){
	float: none;
}

.top_contents img,
.top_contents02 img {
	margin-bottom: 5px;
	width: 100%;
}

.top_contents p,
.top_contents02 p {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	
}
.top_contents_sub  {
	font-size: 14px;
}
	
.top_c_box  {
	height: auto;
}

.top_c_box_01  {
    height: auto;
    background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/08/fukidashi_1.png);
    background-repeat: no-repeat;
    background-position: 10 5px;
    background-size: 22px;
    padding-left: 30px;
    padding-bottom: 10px;
	padding-right: 10px;
}
	
.top_c_box_02  {
    height: auto;
    background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/08/fukidashi_2.png);
    background-repeat: no-repeat;
    background-position: 10 5px;
    background-size: 22px;
    padding-left: 30px;
    padding-bottom: 10px;
	padding-right: 10px;
}
	
.top_c_box_03  {
    height: auto;
    background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/08/fukidashi_3.png);
    background-repeat: no-repeat;
    background-position: 10 5px;
    background-size: 22px;
    padding-left: 30px;
    padding-bottom: 10px;
	padding-right: 10px;
}
	
	
	
	
	
p.top_c_title {
	border-bottom: 1px solid #0153b9;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-size: 110%;
	margin-top: 0px;
}
	
	.top_staff_title {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.top_staff_title p {
	line-height: 120%;
	padding-top: 20px;
	
}
	
	
/*----footer_link----- */


.sitelink {
	padding-top: 0px;
	margin-top: 0px;
	
}

.sitelink ul{
	list-style-type: none;
	padding: 0;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 


.sitelink li{
	list-style-type: none;
	margin: 0px;
	display: block;
	float: left;
	width: 50%;
	background-image: url(../images/footer/arrow.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	background-position: left 10px;
} 


.sitelink li a {
	text-align: left;
	display: block;
	vertical-align: middle;
	width: auto;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: 25px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #b7c076;
	outline-left: solid 0px #999;
	line-height: 25px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #b7c076;
	margin: 0px;
	background-image: none;
	font-size: 12px;
} 

.sitelink li a:hover {
	text-decoration: none;
	background-image: url(../img/footer/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	background-position: left 12px;
}


/*----------------------------------

main_content
 
---------------------------------- */


#main_content {
	padding: 0px;
	float: none;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}


.info_cate01 {
	background-color: #c91a28;
	text-align: center;
	color: #fff;
	font-size: 12px;
	float: none;
	margin-right: 10px;
	border-radius: 4px;
	padding: 0px 5px 0px 5px;
	width: 70px;
	margin-bottom: 5px;
}


.info_cate02 {
	background-color: #8bbe53;
	text-align: center;
	color: #fff;
	font-size: 12px;
	float: none;
	margin-right: 10px;
	border-radius: 4px;
	padding: 0px 5px 0px 5px;
	width: 70px;
	margin-bottom: 5px;
}

.info_cate03 {
	background-color: #fb9950;
	text-align: center;
	color: #fff;
	font-size: 12px;
	float: none;
	margin-right: 10px;
	border-radius: 4px;
	padding: 0px 5px 0px 5px;
	width: 70px;
	margin-bottom: 5px;
}

.info_cate04 {
	background-color: #63aee2;
	text-align: center;
	color: #fff;
	font-size: 12px;
	float: none;
	margin-right: 0px;
	border-radius: 4px;
	padding: 0px 5px 0px 5px;
	width: 70px;
	margin-bottom: 5px;
}
	
.riji {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.riji img {
	width: 100px;
}
	
#content {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#main {
	display: block;
	width: auto;
	float: none;
}


#sidebar {
	display: block;
	width: auto;
	float: none;
}

	
	#linksite {
	border-top: none;
	width: auto;
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 30px;
	background-color:#eeeeee;
}

dl#linksite dl,dl#linksite dt,dl#linksite dd {
	margin: 0;
	padding: 0;
}

dl#linksite dt,dl#linksite dd {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:
}

dl#linksite dt {
	
	clear: left;
	float: none;
	width: auto;
	
}

dl#linksite dd {
	background: #fff;
	margin-left: auto;
	
	
}

#linksite a:link,#linksite a:visited  {
	color: #b8202c;
	text-decoration: underline;
}

#linksite a:hover {
	color: #b8202c;
	text-decoration: none;
}
	
	
#jisseki {
	
	width: 100%;
	font-size: 100%;
	line-height: 160%;
	margin-bottom: 20px;	
	font-size: 14px;
}

dl#jisseki dl,dl#jisseki dt,dl#jisseki dd {
	margin: 0;
	padding: 0;
}

dl#jisseki dt,dl#jisseki dd {
	padding: 0px;
}

dl#jisseki dt {
	
	clear: left;
	float: left;
	width: 110px;
}

dl#jisseki dd {
	
	
	margin-left: 130px;
	
}

#jisseki a:link,#jisseki a:visited  {
	color: #b8202c;
	text-decoration: underline;
}

#jisseki a:hover {
	color: #b8202c;
	text-decoration: none;
}

	
.sec06 h3 {
  overflow: hidden;
  text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}
.sec06 h3 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.sec06 h3 span::before,
.sec06 h3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.sec06 h3 span::before {
  right: 100%;
}
.sec06 h3 span::after {
  left: 100%;
}
	
.more_cont {
	position: relative;
	display: inline-block;
	padding: .2em 4em;
	background-color: #0153b9;
	border: 2px solid #0153b9;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:0px;
	margin-bottom:20px;
	width:180px;
	font-size:90%;
}
.more_cont::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more_cont:link {
	color: #fff;
}
.more_cont:visited {
	color: #fff;
}
.more_cont:hover {
	background-color: #fff;
	color: #0153b9;
	text-decoration:none;
}
.more_cont:hover::after {
	border-left-color: #0153b9;
}
.jisseki_list {
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;
}
.jisseki_list::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.jisseki_list::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.jisseki_list::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
	
	.table-01_wrap {
		overflow: auto;
	}
	table#table-01 {
   width:100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 90%;
	margin-bottom: 15px;
	
		
}

table#table-01 th {
    padding: 8px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 140%;
    text-align: left;
	vertical-align: middle;
	
}
table#table-01 td {
    padding: 8px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	line-height: 140%;
	vertical-align: middle;
	
}
	
.inner_box {
	width:auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
}


.course_ph {
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
}

.course_ph img{
	width: 100%;
	height: auto;
}

.course_title {
	font-size: 16px;
	color:#0e4b0e;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px dotted #0e4b0e;
	padding-bottom: 5px;
}

.inner_wrap {
	margin-bottom: 40px;
	
}

#content h3 {
	padding: 5px 16px;
	background-color: #e0f0fc;
	border-bottom: 1px solid #c7deef;
	border-top: 1px solid #c7deef;
	font-size:95%;
	margin-bottom: 20px;
}

#content h4 {
	
	border-bottom: 2px dotted #0153b9;
	padding-bottom: 5px;
	font-size:100%;
	margin-bottom: 10px;
}

	

	
.bg-slider {
	width: 100%;
	height: 400px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
	
}
	.bg-slider__title img{
	width: 90%;
}

.pc_fv {
	display: none;
}
.sp_fv02 {
	display: block;
}
	
.tab_fv {
	display: none;
}
	
	
.access_img {
	width: 100%;
	height: 80px;
	background-image: url(../images/content_title/access.jpg);
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
.contact_img {
	width: 100%;
	height: 80px;
	background-image: url(../images/content_title/contact.jpg);
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
.course_img {
	width: 100%;
	height: 80px;
	background-image: url(../images/content_title/course.jpg);
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
.schedule_img {
	width: 100%;
	height: 80px;
	background-image: url(../images/content_title/schedule.jpg);
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
.guide_img {
	width: 100%;
	height: 80px;
	background-image: url(../images/content_title/guide.jpg);
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.instractor_img {
	width: 100%;
	height: 80px;
	background-image: url(../images/content_title/instractor.jpg);
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
.news_img {
	width: 100%;
	height: 80px;
	background-image: url(../images/content_title/news.jpg);
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}


	
ul.top_contents03 {
	margin: 0px;
	padding: 0px;
}


.top_contents03 li {
	display: block;
	list-style-type: none;
	background-color: #fff;
	width: auto;
	margin-bottom: 20px;
	border: 1px solid #eeeeee;
	height: auto;
	
	
	
	
}


.top_contents03 li a {
	list-style-type: none;
	color: #fff;
	
}
.top_contents03 li a:hover {
	
}


.top_contents03 figure {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
	overflow: hidden;
}


.top_contents03 img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}
.top_contents03 :hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}



.top_contents03 img {
	margin-bottom: 0px;
}

.top_contents03 p {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	
}


.top_contents03 li:nth-child(1){
	float: none;
	margin-right: 0px;
	background: #6eb3d6;
}

.top_contents03 li:nth-child(2){
	float: none;
	background: #8eb664;
}
.top_contents03 li:nth-child(3){
	float: none;
	background: #bda675;
}

.sec01_ph {
	float: none;
	margin-bottom: 20px;
	width: 100%;
	
}
	.gaikan {
	float: none;
	margin-bottom: 20px;
	width: 60%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	
}
	
p.cta_inst {
	background-color: #0153b9;
	color: #fff;
	padding: 3px;
	font-size: 14px;
	
}
	
	
	
.gazo {
	background-color: #0153b9;
	height: auto;
	color: #fff;
	border-radius: 4px;
	border: #4da94d 4px solid;
	margin-bottom: 15px;
	
}
.gazo_title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #589a58;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.gazo img {
	float: none;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 10px;
}
.gazo_wrap {
	padding: 10px;
	
}

.plan_t01  {
	border: 2px solid #fc794d;
	padding: 5px;
	text-align: center;
	color: #fc794d;
	font-weight: bold;
	margin-bottom: 10px;
}

.price_cation {
	text-align: right;
	font-size: 12px;

}	
	
ul.list {
	list-style: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
ul.list li {
	line-height: 130%;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 95%;
	font-weight: normal;
	list-style: disc;
	background-position: left 5px;
	background-repeat: no-repeat;
}	
	
.top_content_left {
	float: auto;
	width: auto;
	background-color: #0153b9;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.top_content_right {
	float: auto;
	width: auto;
	background-color: #0153b9;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.top_c_more a {
	background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/08/search_1.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 34px 0px;
	color: #fff;
	font-weight: bold;
	float: left;
	width: 49%;
	text-align: right;
	font-size: 95%;
	padding: 0px 16px;
	border-right: 1px solid #0349a1;
	
}
.top_c_price a {
	background-image: url(https://www.sankyo64.com/wp-content/uploads/2022/08/coin_2.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 40px 0px;
	color: #fff;
	font-weight: bold;
	float: right;
	width: 49%;
	text-align: center;
	font-size: 95%;
	padding: 0px 0px;
	
}
	
#content h2 {
	padding: .2em .75em;
	background-color: #0153b9;
	border-left: 6px solid #013679;
	font-size:105%;
	margin-bottom: 20px;
	color: #fff;
}
	
.newslist_title {
	font-size: 16px;
	color:#eb6100;
	font-weight: bold;
	margin-bottom: 3px;
}

	footer h2 {
	display: block;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
		line-height: 160%;
}
	
ul.banner {
	float: none;
	width: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
		
	}
.banner li {
	margin-left: 0px;
	list-style-type: none;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 48%;
	padding: 1%;
	margin-bottom: 0px;
		
	}
.banner img {
	margin-bottom: 0px;
	width: 100%;
		
	}
.banner a:hover {
	margin-bottom: 0px;
	
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
		
	}
.banner li:nth-child(even){
　float: left;
	
}

	
	
#main h1 {
	padding:15px 0px 15px 0px;
	margin:0px;
	text-align:center;
	font-size:20px;
	color: #000;
	border-bottom: 4px solid #0153b9;
	border-top: 4px solid #0153b9;
	
	margin-bottom: 15px;
	
}

	
#profile {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 85%;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 20px;	
}

dl#profile dl,dl#profile dt,dl#profile dd {
	margin: 0;
	padding: 0;
}

dl#profile dt,dl#profile dd {
	padding: 5px 10px;
}

dl#profile dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
}

dl#profile dd {
	background: #fff;
	border-left: 0px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: auto;
	
}

.voice img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 120px;
	height: auto;
}
	
	
.flow {
	
	border: 8px solid #fff7d5;
	padding:10px;
	margin-bottom:10px;
	
	
	
}
.flow_title {
	background-color: #fea100;
	color: #fff;
	text-align: center;
	font-size: 105%;
	padding: 5px 10px;
	margin-bottom: 15px;
	font-weight: bold;
	border-radius: 4px
}
.arrow {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
	
.ph_left {
	width: auto;
	float: none;
	margin-bottom: 10px;
}
.ph_right {
	width: auto;
	float: none;
	margin-bottom: 10px;
}

	
.ribbon {
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #f3a31c;
	color:#fff;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 15px;
	margin-left: -17px;
}
.ribbon::before,
.ribbon::after {
  content: '';
  position: absolute;
}
.ribbon::before {
  top: 100%;
  left: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #cd8102;
}
.ribbon::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 15px 10px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}

.tokusei {
	border: 2px solid #00316e;
	border-radius: 12px;
	padding: 10px;
	box-shadow: inset 0 0 10px rgba(0,49,110,.3);
	margin-bottom: 20px;
}

.tokusei_title {
	background-color: #00316e;
	color: #fff;
	text-align: center;
	font-size: 105%;
	padding: 5px 10px;
	margin-bottom: 15px;
	font-weight: bold;
	border-radius: 4px
}
	
	
ul.ph_04 {
	margin:0px;
	margin-bottom: 20px;
}
.ph_04 li  {
	float: left;
	width: 48%;
	margin-right: 0px;
	margin-bottom: 15px;
}
.ph_04 li:nth-child(2)  {
	float: right;
	width: 48%;
	margin-right: 0px;
}
.ph_04 li:nth-child(4)  {
	float: right;
	width: 48%;
	margin-right: 0px;
}
.ph_04 li:nth-child(6)  {
	float: right;
	width: 48%;
	margin-right: 0px;
}
.ph_04 li:nth-child(8)  {
	float: right;
	width: 48%;
	margin-right: 0px;
}	
	
.gaicyu_navi li a {
  color: #fff;
  display: block;
  font-size: 80%;
  text-decoration: none;
	font-weight: bold;
  padding: 10px 0;
	
}
	
ul.contentmenu {
	margin-bottom: 15px;
	
}
ul.contentmenu li {
	float: left;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 25%;
	text-align: center;
}
.contentmenu li:nth-child(6)  {
	float: left;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 25%;
	text-align: center;
}
.contentmenu li:nth-child(12)  {
	float: left;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 25%;
	text-align: center;
}
.contentmenu li img  {
	
	width: 96%;
}
	
.drug_data {
	float: none;
	width: auto;
}
.drug {
	float: none;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	
}
	
	
.eria_navi {
  background-color: #003b76;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
	box-shadow: inset 1px 1px 0 rgba(10,50,90,0.9);
	z-index: 100;
	margin-bottom: 20px;
	
}
.eria_navi li {
 
  display: table-cell;
  vertical-align: middle;
	box-shadow: inset 1px 1px 0 rgba(10,64,120,0.9);
}
.eria_navi li:last-child {
  border-right: 0;
}
.eria_navi li a {
  color: #fff;
  display: block;
  font-size: 85%;
  text-decoration: none;
	font-weight: bold;
  padding: 10px 0;
}



.area_label {
	
	margin-bottom: 30px;
}
.area_label a {
	
}

.area_label ul{  
  list-style-type: disc;
  margin: 0;  
  padding: 0;
  display:block;
  margin-left: 0px;
} 


.area_label li{
	list-style-type: disc;
	margin: 0px;
	display: block;
	position: relative;
	color: #474747;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 140%;
	border: 1px solid #d1e6f2;
	-webkit-box-shadow: 0 0 2px 2px rgba(233,245,252,0.5) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(233,245,252,0.5) inset;
	box-shadow: 0 0 1px 2px rgba(233,245,252,0.5) inset;
	font-size: 90%;
	width: auto;
	float: none;
	margin-right: 0px;
	
	
	
	
} 

.area_label a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #0078d4;
	border-right: solid 2px #0078d4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.area_label li:nth-child(4)  {
	float: none;
	
	margin-right: 0px;
}
.area_label li:nth-child(8)  {
	float: none;
	
	margin-right: 0px;
}
	.area_label li:nth-child(12)  {
	float: none;
	
	margin-right: 0px;
}

	
#map_term {
/*  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  width: 600px;
  height: 510px;*/
  position: relative;
  max-width: auto;
  margin: 0 auto;
  padding: 10;
/*  top: 55px;
  left: 100px;*/
}
#map_term a:hover {
	
}
#map_01 {
  position: absolute;
  width: 82px;
  top: 9%;
  left: 10%;
}

#map_02 {
  position: absolute;
  width: 82px;
  top: 28%;
  left: 15%;
}

#map_03 {
  position: absolute;
  width: 82px;
  top: 65%;
  left: 4%;
}

#map_04 {
  position: absolute;
  width: 102px;
  top: 88%;
  left: 5%;
}

#map_05 {
  position: absolute;
  width: 82px;
  top: 28%;
  left: 70%;
}

#map_06 {
  position: absolute;
  width: 82px;
  top: 76%;
  left: 70%;
}
.lined-box-content {
	margin-bottom: 20px;
	margin-left: 0px;
}



#container_wrap{
overflow: hidden;
}


/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > DIV SPAN {
	
}

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	height: 200px;/*2019-09-27add*/
}

.tabs LI {
	background: white;
	border-bottom: 4px solid #E5E5E5;
	margin: 0 5px 0 0;
	display: inline-block;
}

.tabs A {
	color: #959595;
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 10px;
	text-decoration: none;
}

.tabs LI:hover {
	background: #0253b8;
	border-bottom: 4px solid #013b83;
}

.tabs LI:hover A {
	color: white;
}

.active {
	background: #0253b8 !important;
	border-bottom: 4px solid #013b83 !important;
}

.active A {
	color: white !important;
}

#tab-1,
#tab-2,
#tab-3  {
    padding-top: 150px;
    margin-top: -150px;
}

.content_img_title h1 {
text-align:center;
line-height:160%;
font-size:18px;
padding-top:60px;
}



/*
.contact-box-phone-2 {
  max-width: 700px !important;
  margin: 20px auto 0 !important;
  position: relative !important; }
  
  .contact-box-phone-2 .tel {
    font-size: 6vw !important;
    font-weight: bold !important;
   color: #DF0307 !important;
    position: absolute;
    top: 76%  !important;
    left: 16% !important;
 }
 
*/
.contact-box-phone-2 {
  max-width: 700px !important;
  margin: 20px auto 0 !important;
  position: relative !important; }
  
  .contact-box-phone-2 .tel {
    font-size: 6vw !important;
    font-weight: bold !important;
   color: #DF0307 !important;
    position: absolute;
    top: 80%  !important;
    left: 16% !important;
 }
	
 .contact-box-phone-3 {
  max-width: 750px !important;
  margin: 0 !important;
  position: relative !important; }
  
  .contact-box-phone-3 .tel {
    font-size: 6vw !important;
    font-weight: bold !important;
   color: #fff100 !important;
    position: absolute;
    top: 35%  !important;
     left: 0 !important;
right: 0 !important;
  margin:0 auto !important;
     
 }
.contact-box-phone-4 {
  max-width: 700px !important;
  margin: 20px auto 0 !important;
  position: relative !important; }
  
.contact-box-phone-4 .tel {
    font-size: 6vw !important;
    font-weight: bold !important;
   color: #DF0307 !important;
    position: absolute;
    top: 76%  !important;
    left: 16% !important;
 }
 
/* div {
padding: 0px !important;
}  */
	
 .contact-box-phone-6 {
  max-width: 750px !important;
  margin: 0px !important;
	padding: 0px !important;
  position: relative !important;
padding-top:-100px !important;
 }
  
  .contact-box-phone-6 .tel {
    font-size: 5.5vw !important;
    font-weight: bold !important;
   color: #fff100 !important;
    position: absolute;
    top: 33%  !important;
     left: 0 !important;
right: 0 !important;
  margin:0 0 !important;
  display:inline;
     
 }

 
}







/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.pagination {
	clear: both;
}

.pagination a, .pagination span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.pagination a:hover, .pagination span.current {
	border-color: #000;
}

.pagination span.current {
	font-weight: bold;
}

.resphoto td{
	width:48%;
	padding:1%;
}


.resphoto3 td{
	width:33%;
}

.resphoto3 {
	width: 100%;
	margin-bottom: 3em;
	color: #000;
	background-color: rgba(255,255,255,0.8);
}
.resphoto3 th {
	color: #fff;
	width: 32%;
		padding: 1%;
	background: #fff;
	border-bottom: 1px solid #fff;
}
.resphoto3 td {
	vertical-align: top;
	border-bottom: 1px solid #fff;
	width: 32%;
	padding: 1%;
}
.resphoto3 td img {

	width: 100%;
}
 @media only screen and (max-width:644px) {

.resphoto3 {
	border-bottom: 0px solid #fff;
}

.resphoto3 tr {
	display: block;
	margin-bottom: 1.5em;
}

.resphoto3 th {
	width: 96%;
	padding: 2%;
	margin: 0 0 0 0;
	display: list-item;
	list-style: none;
}

.resphoto3 td {
	width: 92%;
	padding: 1em;
	word-break: break-all;
	border: 0px solid #f0f0f0;
}

.resphoto3 li {
	border: 0px solid #f0f0f0;
}
}
