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

.cont1 {
    margin: 0 auto;
}

@media print, screen and ( min-width : 1025px ) {

  .cont1 {
    width: 1024px;
	padding-right: 0px;
	padding-left: 0px;
  }

}

@media only screen and ( max-width : 1024px ) {
  
  .cont1 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
  }

}

@media only screen and ( max-width : 480px ) {
  .cont1 {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
  }
}


/* レスポンシブ テーブル*/  
  
  *, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.tbl01 {border-collapse: collapse;width: 100%;margin: 1em auto;letter-spacing: 2px;}
.tbl01 th,.tbl01 td {padding: 1em 2%;border: 1px solid #ccc;vertical-align: top;text-align: left;}
.tbl01 th {background: #f5f5f5;width: 30%;}
.tbl01 td {background: #fff;}
@media only screen and (max-width:480px) {
.tbl01 th,.tbl01 td {display: block;width: auto;border-bottom: none;padding: 1em 4%;}
.tbl01 tr:last-child {border-bottom: 1px solid #aaa;}
}
  
 
  
  .top_tit01b {
	font-size: 38px;
	font-family: 'Noto Sans JP', "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 5px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}


.subttl01b {
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 400;
  color: #000000;
}


.kakomi {
	width: 100%;
	text-align: center;
  }
  
  
  /* 見出しタイトル*/

.head_tit {
	font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;             /* デフォルトCSS打ち消し */
	font-size:  28px;       /* 文字サイズ指定 */
	position:  relative;    /* 位置調整 */
	font-weight:  500;   /* 文字の太さ調整 */
	display:  inline-block; /* インラインブロックにする */
	background-color: #fff; /* 背景色指定 */
	margin-left: 20px;        /* 余白指定 */
	color: #624c3a;
	letter-spacing:3px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
p {
    margin:  0;             /* デフォルトCSS打ち消し */
    line-height: 2;         /* 行間調整 */
}
.head_tit-wrap {
	color: #624c3a;
    position: relative;     /* 位置調整 */
    margin-bottom:15px;     /* 周りの余白指定 */
}
.head_tit-wrap:before {
    content:  '';           /* 空白の要素を作る */
    background-color: #624c3a; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  100%;           /* 幅指定 */
    height:  1px;           /* 高さ指定 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
}

ul.blet {
}

ul.blet li {
	list-style:none;
	background-image:url(../img/check1.png);
	background-repeat:no-repeat;
	background-size:26px;
	background-position:left top;
	border-bottom:1px dotted #DDD;
	line-height:1.8em;
	font-size:1em;
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 16px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 40px;
}

ul.blet .first
{
margin-top:0px;
padding-top:0px;
}

ul.blet .last
{
margin-bottom:10px;
}

ul.blet li span
{
font-size:1.1em;
}

.tx4
{
	font-size:1em;
	color: #705946;
	line-height: 30px;
	letter-spacing:1px;
	font-weight: bold;
}

@media only screen and ( max-width : 768px ) {
	
	
.top_tit01b {
	font-size: 28px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 5px;
	letter-spacing: 3px;
	font-weight: 500;
	color: #000000;
	margin-top: 10px;
}

}	
	

@media only screen and ( max-width : 480px ) {
	
.top_tit01b {
	font-size: 20px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 5px;
	letter-spacing: 3px;
	font-weight: 500;
	color: #000000;
	margin-top: 10px;
}	

.subttl01b {
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000000;
}


ul.blet {
}

ul.blet li {
	list-style:none;
	background-image:url(../img/check1.png);
	background-repeat:no-repeat;
	background-size:18px;
	background-position:left top;
	border-bottom:1px dotted #DDD;
	line-height:1.6em;
	font-size:1.2em;
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 16px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 40px;
}

ul.blet .first
{
margin-top:0px;
padding-top:0px;
}

ul.blet .last
{
margin-bottom:10px;
padding-bottom:10px;
}

ul.blet li span
{
font-size:0.9em;
font-weight:bold;
}

.tx4
{
	font-weight:bold;
	font-size:1.0em;
	color: #336699;
	line-height: 30px;
	letter-spacing:1px;
}



}