@charset "UTF-8";

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

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



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

.main_wrap {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	
}
	
#globalmenu {
	display: none;
}
 
	
	
}



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

スマホヘッダー

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

@media screen and (max-width: 949px) {

h1.logo a {
	background: url(../images/header/logo-img2.png);
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	/*height: 33px;*/
	height:33px;
	width: 100px;
	/*width:100px;*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	left: 0px;
	
}

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

.nav-content {
  position: absolute;
  width: 100%;
   background: #033e87;
  top: -735px;
  z-index: 30;
  -webkit-transition: 1.5s top;
          transition: 1.5s top; }
  .nav-content ul li {
    font-size: 16px;
    font-size: 16px; }
    .nav-content ul li a {
      text-align: center;
      display: block;
      padding: 10px 0px;
      color: #fff;
	  border-bottom:1px solid #313131;
	   }
	 

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

#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: #fff;
    -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: #fff;
      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: #0153b9; }
  .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:50px;
}
.table-ul li {
  display: table-cell;
  vertical-align: middle;
  background-color:#b8202c;
  border-left:1px solid #6A6A6A;
  height:30px;
  font-size:14px;
}
.table-ul li a {
	color:#fff;

}

}

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

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

@media screen and (max-width: 949px) {
	

section.sec01 {
	background-color:#fff;
	width:100%;
}
section.sec02 {
	background-color:#eeeeee;
	width:100%;
}


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

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

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

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

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



h2 img {
	width:70%;
}


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

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

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


#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: left;
	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: .9em 3.5em;
	background-color: #58b41b;
	border: 2px solid #58b41b;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:40px;
	margin-bottom:30px;
	width:300px;
	font-size:16px;
}
.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:20px;
	margin-bottom:40px;
	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:600px;
	margin-left:auto;
	margin-right:auto;
}




.profile_ph {
	float:none;
	margin-right:20px;
	margin-bottom:30px;
	text-align:center;
}
.profile_ph img {
	
}


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

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



.title02 {
	overflow: hidden;
	text-align: left;
	font-size:30px;
	margin-bottom:20px;
	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: 100%;
	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: 15px;
}

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

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



.keireki_left {
	width:auto;
	float:none;
	margin-bottom:30px;
	text-align: center;
}
.keireki_right {
	width:auto;
	float:none;
	margin-bottom:30px;
	text-align: center;
	
}


.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:24px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	line-height:160%;
}

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

.topschool {
	height:auto;
}

.order {
	position: relative;
	display: inline-block;
	padding: .9em 4em;
	background-color: #d00202;
	border: 2px solid #d00202;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:20px;
	margin-bottom:30px;
	width:500px;
	font-size:120%;
}
.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: table;
	width: auto;
	margin-bottom: 10px;
	
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:0px;
}
ul.contents_menu 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%;
}


.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: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-bottom: 15px;
}
	
footer h2 {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
}


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




.footer_wrap {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
}



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

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


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

.cont_title  {
	background-color:#fff;
	display: table;
	width: 500px;
	height: 150px;
	border:5px solid #1b1b1b;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	
}

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

.main02 h2 {
	font-size:48px;
	margin-bottom:20px;
	margin-top:20px;
}
.main02 h3 {
	font-size:20px;
	margin-bottom:20px;
	margin-top:20px;
	
		
}







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



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


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

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: left;
	width: 170px;
	
}

dl#school_gaiyo dd {
	background: #fff;
	margin-left: 180px;
	
	
}

.school_section {
	margin-bottom:50px;
}


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:15px;
	margin-bottom:20px;
	background-image: url(../images/top/voice_bg.jpg);
	
	
}
	
.voice_inner {
	background-color: #fff;
	padding:20px;
}

.v_ph {
	float:right;
	margin-right:20px;
}
.voice_title {
	padding: .5em .75em;
	background-color: #e9f2fc;
	border-left: 6px solid #0153b9;
	font-size:18px;
	margin-bottom: 20px;
	font-weight: bold;
}


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

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

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

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


#site_location {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0e3fc;
	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: 460px;
	margin: auto;
	padding: 0px 0px;
}


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


.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: left;
	margin-right: 26px;
}

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

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

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

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

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

.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;
}
	
.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;
}
	
.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;
}
	
	
	
	
	
	
p.top_c_title {
	border-bottom: 1px solid #0153b9;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-size: 100%;
	margin-top: 0px;
}

	
	.sp_fv {
		display: block;
		
	}
	
	#content {
	width: auto;
	margin-left: 10px;
	margin-right:  10px;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

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


#sidebar {
	display: block;
	width: auto;
	float: none;
}
	
ul.banner {
	float: none;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
		
	}
.banner li {
	margin-left: 0px;
	list-style-type: none;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 48%;
	padding: 1%;
		
	}
.banner img {
	margin-bottom: 0px;
	width: 100%;
		
	}
.banner a:hover {
	margin-bottom: 5px;
	
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
		
	}
.banner li:nth-child(even){
　float: left;
	
}
	
	
.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:70px;
	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;
}


	
	.top_staff_title {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: bold;
}

.top_staff_title img {
	float: left;
	margin-right: 10px;
}
.top_staff_sub {
	font-size: 16px;
}

#jisseki {
	
	width: 100%;
	font-size: 100%;
	line-height: 180%;
	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;
}

.top_staff01 {
float: none;
	width: auto;
	font-size: 90%;
	margin-top: 20px;
}
.top_staff02 {
float: none;
	width: auto;
	font-size: 90%;
	margin-top: 20px;
}

.top_staff_title p {
	line-height: 100%;
	padding-top: 20px;
	
}
	
	
.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;
}

	
.inner_box {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
}


.course_ph {
	float: left;
	margin-right: 20px;
}

.course_ph img{
	width: 200px;
	height: auto;
}

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

.inner_wrap {
	margin-bottom: 40px;
	
}
	
.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: 80%;
}
	
	
.pc_fv {
	display: none;
}

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


.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;
	background: #fff;
	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;
	margin-bottom: 0px;
	
}
.top_contents03 :hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
	
	

.header_wrap {
	
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
	
	
p.cta_inst {
	background-color: #0153b9;
	color: #fff;
	padding: 3px;
	
	
}
	
	
.top_content_left {
	float: left;
	width: 49%;
	background-color: #0153b9;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.top_content_right {
	float: right;
	width: 49%;
	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: 15px 3px;
	color: #fff;
	font-weight: bold;
	float: left;
	width: 49%;
	text-align: right;
	font-size: 95%;
	padding: 0px 20px;
	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: 20px 2px;
	color: #fff;
	font-weight: bold;
	float: right;
	width: 49%;
	text-align: center;
	font-size: 95%;
	padding: 0px 0px;
	
}

#content h2 {
	padding: .5em .75em;
	background-color: #0153b9;
	border-left: 6px solid #013679;
	font-size:20px;
	margin-bottom: 20px;
	color: #fff;
}

.newslist_title {
	font-size: 18px;
	color:#eb6100;
	font-weight: bold;
	margin-bottom: 3px;
}

.voice img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 160px;
	height: auto;
}
	
#profile {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 85%;
	line-height: 160%;
	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: 8px 15px;
}

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

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

ul.ph_04 {
	margin:0px;
	margin-bottom: 20px;
}
.ph_04 li  {
	float: left;
	width: 23%;
	margin-right: 18px;
	margin-bottom: 15px;
}
.ph_04 li:nth-child(2)  {
	float: left;
	width: 23%;
	margin-right: 18px;
}
.ph_04 li:nth-child(4)  {
	float: right;
	width: 23%;
	margin-right: 0px;
}
.ph_04 li:nth-child(6)  {
	float: left;
	width: 23%;
	margin-right: 18px;
}
.ph_04 li:nth-child(8)  {
	float: right;
	width: 23%;
	margin-right: 0px;
}
	
	
ul.contentmenu {
	margin-bottom: 15px;
	
}
ul.contentmenu li {
	float: left;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 16.6%;
	text-align: center;
}
.contentmenu li:nth-child(6)  {
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 16.6%;
	text-align: center;
}
.contentmenu li:nth-child(12)  {
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 16.6%;
	text-align: center;
}
.contentmenu li img  {
	
	width: 96%;
}

	
.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: 14px;
  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: 10px;
	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: 100px;
	float: left;
	margin-right: 11px;
	
	
	
	
} 

.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: right;
	
	margin-right: 0px;
}
.area_label li:nth-child(8)  {
	float: right;
	
	margin-right: 0px;
}
.area_label li:nth-child(12)  {
	float: right;
	
	margin-right: 0px;
}

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

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

 .contact-box-phone-3 {
  
  margin: 0;
  position: relative; }
  
  .contact-box-phone-3 .tel {
    font-size: 6vw !important;
    font-weight: bold;
   color: #fff100;
    position: absolute;
    top: 35%  !important;
     left: 0 !important;
right: 0 !important;
  margin:0 auto !important;
     
 }

.wrap {
overflow: hidden;
}
	

}




/*2018-10-02 add*/
@media only screen and (min-width:751px) and (max-width:949px) {
	.contact-box-phone-6 {
		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: 43%  !important;
		left: 0 !important;
		right: 0 !important;
		margin:0 0 !important;
		display:inline;

	}
}
