@charset "UTF-8";

body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.8;
}

/*共通*/
#contents {
	width:980px;
	margin:0 auto;
	font-size: 1.6rem;
}
#contents .title {
	margin-top:1.5rem;
	font-size:1.8rem;
	color:#333;
	border-bottom:2px solid #666262;
	text-align: center;
	font-weight: bold;
}
#contents .title_red {
	margin-top:1.5rem;
	font-size:1.8rem;
	color:#333;
	border-bottom:2px solid #FF0000;
	text-align: center;
	font-weight: bold;
}

.image{
	width: 980px;
}

.information{
	margin-top: 2.0rem;
}
#contents a{
	color: #0840B1;
}

.indent{
  padding-left: 1em;
  text-indent: -1em;
}
.indent1{
  padding-left: 2em;
  text-indent: -1em;
}
.indent2{
  padding-left: 3em;
  text-indent: -1em;
}
.indent3{
  padding-left: 2.1em;
  text-indent: -1em;
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


.title_2 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #FF0000;/*左線*/
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 1.5rem;
}
/*2006_2*/
.title2006_2{
	font-size: 1.8rem;
	font-weight: bold;
    border-left: 5px solid  #FF0000;
    padding: .5em 0 .5em .75em;
   	margin: 30px 0 10px;
}


.text2103{
	font-size: 15px;
}

.last{
	margin: 150px;
}
@media screen and (max-width:799px) {
	body {
		box-sizing:border-box;
		width:100%;
		
	}
	#contents {
		width:100%;
		font-size: 1.4rem;
	}

	main{
		margin: 1.5rem;
	}

	#contents .title{
		font-size: 1.5rem;
	}
.indent{
  padding-left: 1em;
  text-indent: -1em;
}
.indent1{
  padding-left: 2em;
  text-indent: -1em;
}
.indent2{
  padding-left: 2em;
  text-indent: -1em;
}
.indent3{
  padding-left: 1.1em;
  text-indent: -1em;
}

.fontsize2{
	font-size: 1.3rem;
}	

.title2012{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 8px;
}
	
.text2103{
	font-size: 13px;
}

.last{
	margin: 50px;
}
	.title2006_2{
		font-size: 15px;
	}
	.image{
		width: 100%;
	}
	
}


