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


.topWrapper{ 
	background-color: #f0eae4;
	padding-bottom: 20px;
	margin-top: 70px;
}


.mainImg{
	margin: 0 auto;
	position: relative;
	width: 1100px;	
	/*margin-top:50px;*/
}

.pcImg{
	width: 1100px;
	height: auto;
	margin: 0 auto;	
}

.mainImg p{
	display: inline;

}

.mainImg .tate{
	  -webkit-writing-mode: vertical-rl;
	  -ms-writing-mode: tb-rl;
	  writing-mode: vertical-rl;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
	position: absolute;
	top:50px;
	left:20px;
	font-size: 30px;
	background-color: #fff;
	padding: 20px;
}


.mainImg .renewal{
	position: absolute;
	top:290px;
	right:20px;
	padding: 10px 10px;
	background-color: #10124b;
	color: #fff;
	font-weight: bold;
	font-size: 2.1rem;
}

.mainImg .renewalText{
	font-size: 1.4rem;
	position: absolute;
	top:360px;
	right:-80px;
	padding: 30px 20px 20px;
	background-color: #0099d4;
	color: #fff;
}

.br-ip{
	display: none;
}




.navWrapper{
	margin: -50px auto 0;
	z-index: 9990;
	width: 800px;
	position: relative;
	
}


nav ul{
	margin: 0 auto;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between; /* 左右均等分布 */
}


.contents{
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}

.title{
	font-size: 3.0rem;
	font-weight: bold;		
}

.lead{
	color: #0099d4;
	font-size: 2.0rem;	
}

.download img{
	padding: 10px 0;	
	
}

.download img:hover{
	opacity: 0.7 ;
	
}

.asterisk{
	padding: 10px 0;
	color: red;	
	
}


.message{
	background-color: #dcf0ff;
	padding: 20px 0 0;
	margin: 0 auto;
	text-align: center;
}


.picArea{
	display: flex;	
}


.textArea{
	text-align: left;
	padding: 15px;
}
	

.textInner{
	background-color: #fff;
	padding: 20px;
	width: 600px;
	border-radius: 10px;
	position: relative;
	display: inline-block;
}

.textInner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}


.text1{
	font-weight: bold;
	font-size: 1.8rem;
	padding-bottom: 10px;
	
}

.text2{
	
	
}


.messageWrapper{
	display: flex;
	justify-content:center;
	padding-top: 20px;
}

.name{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
	padding-bottom: 150px;
	
}


.picArea img{
	
}

/* -------about------- */

.aboutWrapper{
	background-color:#f0eae4;
	padding-bottom: 50px;
}



.about{
	position: relative;
}

.aboutImg{
	width: 100%;
	min-height: 600px;
	height: auto;
}

.aboutBtm{
	position: relative;
	width: 50%;
}

.aboutBtmWrapper{
	display: flex;
}

.aboutBtmImg{
	width: 100%;
	min-height: 300px;
	height: auto;
}

.aboutImg1{
	background: url(../img/about_1.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg1{
	background: url(../img/about_1@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 50px;
}
}


.aboutImg2{
	background: url(../img/about_2.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg2{
	background: url(../img/about_2@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 50px;
}
}


.aboutImg3{
	background: url(../img/about_3.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg3{
	background: url(../img/about_3@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 50px;
}
}

.aboutImg4{
	background: url(../img/about_4.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg4{
	background: url(../img/about_4@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 50px;
}
}


.aboutImg5{
	background: url(../img/about_5.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg5{
	background: url(../img/about_5@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 50px;
}
}

.aboutImg6{
	background: url(../img/about_6.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg6{
	background: url(../img/about_6@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 50px;
}
}

.aboutImg7{
	background: url(../img/about_7.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg7{
	background: url(../img/about_7@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 50px;
}
}

.aboutImg8{
	background: url(../img/about_8.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg8{
	background: url(../img/about_8@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 50px;
}
}

.aboutTitle{
	background-color: #10124b;
	display: inline-block;
	color:#fff;
	padding: 10px;
	margin-top: -20px;
	width: 350px;

}

.aboutBtmTitle{
	background-color: #10124b;
	display: inline-block;
	color:#fff;
	padding: 10px;
	margin-top: -20px;
	width: 200px;

}

.aboutTitle_right{
	position: absolute;
	right: 50px;
}

.aboutTitle_left{
	position: absolute;
	left: 50px;
}

.aboutBtmTitle_left{
	position: absolute;
	left: 30px;
}

.aboutTitle p{
	font-size: 4.5rem;
	/*border-bottom: solid 1px;*/
	display: inline;
	/*padding-bottom: 10px;*/
	
}


.aboutTitle h2{
	font-size: 4.5rem;
	
	
}

.aboutText{
	position: absolute;
	text-align: left;
	
}

.aboutBtmTitle p{
	font-size: 3.0rem;
	/*border-bottom: solid 1px;*/
	display: inline;
	/*padding-bottom: 10px;*/
	
}


.aboutBtmTitle h2{
	font-size: 3.0rem;
	
}



.aboutText{
	position: absolute;
	text-align: left;
	
}
.aboutBtmText{
	color:#b4091e;
	font-size: 2.8rem;
	position: absolute;
	left: 270px;
	bottom:200px;
	text-align: left;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
}


.aboutText_right{
	bottom: 50px;
	right: 50px;
}

.aboutText_left{
	bottom: 50px;
	left: 50px;
}


.aboutText1{
	color:#b4091e;
	font-size: 4.0rem;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
	
}

.aboutText2{
	font-size: 1.6rem;
	line-height: 1.8em;
	
}

.moreBtn p{
	display: inline-block;
	background-color: #fff;
	padding: 10px;
	border: 1px solid ;
	margin-top: 20px;
	
}

.aboutBtm .moreBtn p{
	display: inline-block;
	background-color: #fff;
	padding: 10px;
	border: 1px solid ;
	margin-top: 20px;
	position: absolute;
	right: 20px;
	bottom:20px;
}

/* -------other------- */

.other{
	background-color: #dcf0ff;
	text-align: center;
	padding: 40px 0;
	width: 100%;
	margin: 0 auto;
	
}

.otherBtnWrapper{
	display: flex;
	
	max-width: 1000px;
	justify-content: center;
	margin: 0 auto;
}

.otherBtn{
	background-color: #fff;
	display: inline-block;
	width: 300px;
	text-align: center;
	border: 2px solid;
	padding: 10px;
	margin:20px;
}

.otherBtnRight{
	margin-right:none;
}

.otherBtn .e{
	font-size: 40px;
}

.otherBtn .j{
	font-size: 30px;
}


/*==========================================
 ipad
===========================================*/
 @media only screen and (max-width:768px){

.mainImg{
	margin: 0 auto;
	position: relative;
	width: 100%;
	display: block;
	height: 700px;
	max-width: 768px;
	/*margin-top:50px;*/

}

.pcImg{
 display: none;
}	

	 
	 
.mainImg{
	background: url(../img/main_ip.jpg) no-repeat center;
	background-size: cover;
	
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainImg{
	
	background: url(../img/main_ip@2x.jpg) no-repeat center;
	background-size: cover;

}	 

.mainImg p{
	display: inline;

}

.mainImg .tate{
	 -webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	 writing-mode: vertical-rl;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
	position: absolute;
	top:30px;
	left:0px;
	font-size: 28px;
	background-color: #fff;
	padding: 20px;
}


.mainImg .renewal{
	position: absolute;
	top:330px;
	right:20px;
	padding: 10px 10px;
	background-color: #10124b;
	color: #fff;
	font-weight: bold;
	font-size: 2.0rem;
}

.mainImg .renewalText{
	position: absolute;
	top:400px;
	right:0px;
	padding: 20px 10px 10px;
	background-color: #0099d4;
	color: #fff;
	font-size: 1.5rem;
}
	 
.br-ip{
	display: block;
}	
					  
.navWrapper{
	margin: -50px auto 0;
	z-index: 9990;
	width: 700px;
	height: auto;
	position: relative;
	
}

.nav{
	width: 700px;
	margin: 0  auto;
					  }
					  


nav ul{
	margin: 0 auto;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between; /* 左右均等分布 */
}
					  
.nav li img{
	width: 160px;
	height: auto;
}					  
	 

.message{
	background-color: #dcf0ff;
	padding: 20px 3% 0;
	margin: 0 auto;
	text-align: center;
}


.picArea{
	display: flex;	
}


.textArea{
	text-align: left;
	padding:0px;
}
	

.textInner{
	background-color: #fff;
	padding: 15px;
	width: 380px;
	border-radius: 10px;
	position: relative;
	display: inline-block;
	margin-left: 50px;
	
}

.textInner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}


.text1{
	font-weight: bold;
	font-size: 1.8rem;
	padding-bottom: 10px;
	
}

.text2{
	
	
}


.messageWrapper{
	display: flex;
	justify-content:center;
	padding-top: 20px;
}

.name{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
	padding-bottom: 100px;
	padding-right: 50px;
	
}
					  
/* -------about------- */

.aboutWrapper{
	background-color:#f0eae4;
	padding-bottom: 50px;
}



.about{
	position: relative;
}

.aboutImg{
	width: 100%;
	min-height: 768px;
	height: auto;
}

.aboutBtm{
	position: relative;
	width: 100%;
}

.aboutBtmWrapper{
	display: block;
}

.aboutBtmImg{
	width: 100%;
	min-height: 384px;
	height: auto;
}

.aboutImg1{
	background: url(../img/about_1_ip.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg1{
	background: url(../img/about_1_ip@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}
					  

.aboutImg2{
	background: url(../img/about_2_ip.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg2{
	background: url(../img/about_2_ip@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}

.aboutImg3{
	background: url(../img/about_3_ip.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg3{
	background: url(../img/about_3_ip@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}
					  
.aboutImg4{
	background: url(../img/about_4_ip.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg4{
	background: url(../img/about_4_ip@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}
						  
.aboutImg5{
	background: url(../img/about_5_ip.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg5{
	background: url(../img/about_5_ip@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}

.aboutImg6{
	background: url(../img/about_6_ip.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg6{
	background: url(../img/about_6_ip@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}	
					  
.aboutImg7{
	background: url(../img/about_7_ip.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg7{
	background: url(../img/about_7_ip@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}						  

.aboutImg8{
	background: url(../img/about_8_ip.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg8{
	background: url(../img/about_8_ip@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}					  
					  
					  
					  
.aboutTitle{
	background-color: #10124b;
	display: inline-block;
	color:#fff;
	padding: 10px;
	margin-top: -50px;
	width: 300px;

}

.aboutBtmTitle{
	background-color: #10124b;
	display: inline-block;
	color:#fff;
	padding: 10px;
	margin-top: -20px;
	width: 200px;

}

.aboutTitle_right{
	text-align: center;
	margin: 0 auto;
	position: static;
	margin-top: -50px;
}

.aboutTitle_left{
	text-align: center;
	margin: 0 auto;
	position: static;
	margin-top: -50px;
}
					  
.aboutBtmTitle_left{
	text-align: center;
	margin: 0 auto;
	position: static;
	margin-top: -50px;
}					  

.aboutTitle p{
	font-size: 4.0rem;
	/*border-bottom: solid 1px;*/
	display: inline;
	/*padding-bottom: 10px;*/
	
}


.aboutTitle h2{
	font-size: 4.0rem;
}


.aboutBtmTitle p{
	font-size: 3.0rem;
	/*border-bottom: solid 1px;*/
	display: inline;
	/*padding-bottom: 10px;*/
	
}


.aboutBtmTitle h2{
	font-size: 3.0rem;
	
}



.aboutText{
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin-top: 400px;
	
}
					  
.aboutBtmText{
	color:#b4091e;
	font-size: 3.0rem;
	position:static;
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
}

.aboutBtmTextWrapper{

	
}					  
					  


.aboutText_right{
	position: static;
	bottom: 50px;
	right: 50px;
}

.aboutText_left{
	position: static;
	bottom: 50px;
	left: 50px;
}


.aboutText1{
	color:#b4091e;
	font-size: 4.0rem;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
	
}

.aboutText2{
	font-size: 1.6rem;
	line-height: 1.8em;
	
}

.moreBtn p{
	display: inline-block;
	background-color: #fff;
	padding: 10px;
	border: 1px solid ;
	margin-top: 20px;
	
}

.aboutBtm .moreBtn p{
	display: inline-block;
	background-color: #fff;
	padding: 10px;
	border: 1px solid ;
	margin-top: 20px;
	position: absolute;
	right: 20px;
	bottom:20px;
}
					  
					  
/* -------other------- */

.other{
	background-color: #dcf0ff;
	text-align: center;
	padding: 50px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
}

.otherBtnWrapper{
	display: block;
	max-width: 1000px;
}
					  

.otherBtn{
	background-color: #fff;
	display: inline-block;
	max-width: 300px;
	text-align: center;
	border: 2px solid;
	padding: 10px;
	margin: 0 20px 20px;
}

.otherBtn .e{
	font-size: 40px;
}

.otherBtn .j{
	font-size: 25px;
}
					  

	 
}


/*==========================================
sp
===========================================*/
@media only screen and (max-width:480px){
	
.topWrapper{ 
	background-color: #f0eae4;
	padding-bottom: 0px;
	margin-top: 60px;
}
	


	
.mainImg{
	margin: 0 auto;
	position: relative;
	width: 100%;
	display: block;
	height: 500px;
	max-width: 480px;
	/*margin-top:50px;*/
	}
	

.pcImg{
 display: none;
}
	
.title{
	font-size: 2.7rem;
	font-weight: bold;		
}

.lead{
	color: #0099d4;
	font-size: 2.0rem;	
}	

.download img{
	padding: 10px 0;	
	width: 180px;
	height: auto;
}

.download img:hover{
	opacity: 0.7 ;
	
}
	
.asterisk{
	padding: 1.8rem;
	color: red;	
	font-size: 1.4rem;
}
	 
	 
.mainImg{
	background: url(../img/main_sp.jpg) no-repeat center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainImg{
	
	background: url(../img/main_sp@2x.jpg) no-repeat center;
	background-size: cover;

}	 

.mainImg p{
	display: inline;

}

.mainImg .tate{
	 -webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	 writing-mode: vertical-rl;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
	position: absolute;
	top:30px;
	left:0px;
	font-size: 2.0rem;
	background-color: #fff;
	padding: 8px;
}
					  
.mainImg .renewal{
	display: none;
}

.mainImg .renewalText{
	display: none;
}
					  
.br-pc{
	 display: none;
}					  
	
.navWrapper{
	margin: 0px auto;
	display: none;
	
}
	
.message{
	background-color: #dcf0ff;
	padding: 20px 0  0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}


.picArea{
	display: flex;
	margin: 10px auto 0;
	text-align: center;
	max-width: 400px;
	padding-left: 30px;
}


.textArea{
	text-align: left;
	padding:10px;
	margin: 0 auto;
	
}
	

.textInner{
	background-color: #fff;
	padding: 15px;
	width: 100%;
	max-width: 450px;
	border-radius: 10px;
	position: relative;
	display: inline-block;
	margin-left: 0px;
	box-sizing: border-box;
	
}

.textInner:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}


.text1{
	font-weight: bold;
	font-size: 1.8rem;
	padding-bottom: 10px;
	
}

.text2{
	
	
}


.messageWrapper{
	display: block;
	/*justify-content:center;*/
	padding-top: 20px;
}

.name{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
	padding-bottom: 0px;
	padding-right: 0px;
	
}
					  
/* -------about------- */

.aboutWrapper{
	background-color:#f0eae4;
	padding-bottom: 50px;
	
}



.about{
	position: relative;
	
}

.aboutImg{
	width: 100%;
	min-height: 500px;
	height: auto;
}

.aboutBtm{
	position: relative;
	width: 100%;
}

.aboutBtmWrapper{
	display: block;
}

.aboutBtmImg{
	width: 100%;
	min-height: 300px;
	height: auto;
}

.aboutImg1{
	background: url(../img/about_1_sp.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg1{
	background: url(../img/about_1_sp@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}
					  

.aboutImg2{
	background: url(../img/about_2_sp.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg2{
	background: url(../img/about_2_sp@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}

.aboutImg3{
	background: url(../img/about_3_sp.jpg) no-repeat left center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg3{
	background: url(../img/about_3_sp@2x.jpg) no-repeat left center;
	background-size:cover;
	margin-top: 70px;
}
}
					  
.aboutImg4{
	background: url(../img/about_4_sp.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg4{
	background: url(../img/about_4_sp@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}
						  
.aboutImg5{
	background: url(../img/about_5_sp.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg5{
	background: url(../img/about_5_sp@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}

.aboutImg6{
	background: url(../img/about_6_sp.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg6{
	background: url(../img/about_6_sp@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}	
					  
.aboutImg7{
	background: url(../img/about_7_sp.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg7{
	background: url(../img/about_7_sp@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}						  

.aboutImg8{
	background: url(../img/about_8_sp.jpg) no-repeat  center;
	background-size:cover;
	margin-top: 70px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.aboutImg8{
	background: url(../img/about_8_sp@2x.jpg) no-repeat center;
	background-size:cover;
	margin-top: 70px;
}
}					  
					  
					  
					  
.aboutTitle{
	background-color: #10124b;
	display: inline-block;
	color:#fff;
	padding: 10px;
	margin-top: -50px;
	width: 180px;

}

.aboutBtmTitle{
	background-color: #10124b;
	display: inline-block;
	color:#fff;
	padding: 10px;
	margin-top: -20px;
	width: 200px;

}

.aboutTitle_right{
	text-align: center;
	margin: 0 auto;
	position: static;
	margin-top: -50px;
}

.aboutTitle_left{
	text-align: center;
	margin: 0 auto;
	position: static;
	margin-top: -50px;
}
					  
.aboutBtmTitle_left{
	text-align: center;
	margin: 0 auto;
	position: static;
	margin-top: -50px;
}					  

.aboutTitle p{
	font-size: 2.5rem;
	/*border-bottom: solid 1px;*/
	display: inline;
	/*padding-bottom: 10px;*/
	
}


.aboutTitle h2{
	font-size: 2.5rem;
	
	
}


.aboutBtmTitle p{
	font-size: 2.5rem;
	/*border-bottom: solid 1px;*/
	display: inline;
	/*padding-bottom: 10px;*/
	
}


.aboutBtmTitle h2{
	font-size: 2.5rem;
	
}



.aboutText{
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin-top: 400px;
	padding: 0 20px;
	
}
					  
.aboutBtmText{
	color:#b4091e;
	font-size: 1.8rem;
	position:static;
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
}

.aboutBtmTextWrapper{

	
	
}					  
					  


.aboutText_right{
	position: static;
	bottom: 50px;
	right: 50px;
}

.aboutText_left{
	position: static;
	bottom: 50px;
	left: 50px;
}


.aboutText1{
	color:#b4091e;
	font-size: 2.5rem;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
	
}

.aboutText2{
	font-size: 1.6rem;
	line-height: 1.8em;
	
}

.moreBtn p{
	display: inline-block;
	background-color: #fff;
	padding: 8px;
	border: 1px solid ;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.aboutBtm .moreBtn p{
	display: inline-block;
	background-color: #fff;
	padding: 8px;
	border: 1px solid ;
	margin-top: 20px;
	position: absolute;
	right: 20px;
	bottom:20px;
	margin-bottom: 0px;
	font-size: 1.2rem;
}					  
					  
					  
/* -------other------- */

.other{
	background-color: #dcf0ff;
	text-align: center;
	padding: 50px 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
}
					  

					  
					  
.otherBtn{
	background-color: #fff;
	display: inline-block;
	max-width: 200px;
	text-align: center;
	border: 2px solid;
	padding: 10px;
	margin: 0 0 20px;
}

.otherBtn .e{
	font-size: 2.5rem;
}

.otherBtn .j{
	font-size: 1.8rem;
}
						  
					  
	
	}
