body{
	
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
    margin:0;
	padding:0;
	width:100%;
    min-width: 320px;
    font-size: 62.5%;
}

a{
  text-decoration: none;
}

ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,h2{
	padding-left: 10px;
	padding-right: 10px;
}

.title {
	text-align: center;
}

.title h1 {
	margin-bottom: 0px;
}

.title h2 {
	margin: 0px;
}

p {
	font-size: 15px;
	padding-left: 15px;
	padding-right: 10px;
}

p.resizeimage {
   max-width: 400px; /* 最大幅 */
   min-width: 240px; /* 最小幅 */
   margin: auto;
}

p.resizeimage img { 
   width: 100%; 
}

li {
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.padding{
	padding: 3% 3%;
}

.youtube{
	width: 500px;
    max-width: 100%;
}

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

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

.back img {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}

div.subject { 
	text-align: left;
	float: left;
	margin-left: 10px;
}

div.date {
	text-align: right;
	margin-right: 10px;
}

div.titlebar {
	font-size: 15px;
	margin-bottom: 0px;
}

.name p {
	font-size: 5%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgba(0, 0, 0, 0.61);
}

footer {
	text-align: center;
}

.hoge{
    float:left;
    witdh:100px;
}

.hoge {
	align: right;
}

.support {
	text-align: center;
	border-style: solid; 
	border-style: solid; 
	border-width: 2px; 
	border-color: #d3cbb6; 
	border-radius: 10px;
	box-shadow: 5px 5px 5px #AAA;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10%;
	margin-right: 10%;
}

.support p {
	margin-top: 2px;
    margin-bottom: 2px;
}


/*ヘッダーナビゲーション--------------------------*/

nav#sp_menu{
  background-color: #2f1700;
  padding-top:12px;
  padding-bottom: 2px;
  overflow: hidden;
}


.sb-toggle-left {
  width:60px;
  height:60px;
  text-indent:100%;
  white-space:nowrap;
}

.label {
	font-size: 11px;
	color: white;
	float: left;
	margin-left: 2.5%;
	font-weight: bold;
}

.sb-toggle-left a {
  width:44px;
  height:44px;
  display: block;
}

.sb-toggle-left{
  float: left;
  margin-left:2%;
}

.sb-toggle-left{
  background: url(../menu_img/icon_menu.png) center no-repeat;
  background-size: 70%;
}

header h1 {
  font-size: 20px;
  color: white;
  margin-top: 0px;
  text-align: center;
  margin-right: 40px;
  margin-bottom: 0px;
}

header p {
	font-size: 15px;
	color: white;
	text-align: center;
	margin-right: 40px;
	margin-top: 1px;
	margin-bottom: 10px;
}

/*メニューリスト--------------------------*/

div#nav_list{
  overflow: hidden;
}


div#nav_list li{
  font-size: 1.7em;
  border-bottom: 1px dashed #cce7e3;
  text-align: left;
  padding-left: 5px;
  }
  
div#nav_list li img{
  padding-right: 5px;
}

div#nav_list li a{
	padding: 6% 6%;
	padding-left: 2%;
    color: #fff;
    display: block;
}

.center img {
vertical-align: middle;
}

/*div セクション -----*/

.sep {
    background: #d3cbb6;
    padding: 4px 8px;
    padding-left: 10px;
    margin-bottom: 0px;
    margin-top: 1px;
}

.simplelist li, .steps aside {
    clear: both;
    padding: 8px;
    border-bottom: 1px solid #d3cbb6;
    overflow: hidden;
    position: relative;
    text-align: -webkit-match-parent;
}

li {
    list-style: none;
}

.steps .simplelist li div.must {
    display: -webkit-box;
    display: box;
}

.simplelist div {
    margin-left: 4px;
    display: block;
}

span.number {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFF;
    display: block;
    height: 20px;
    line-height: 20px;
    left: 8px;
    top: 8px;
    width: 20px;
    position: absolute;
    background: #382a0b;
    font-size: 11px;
    min-width: 20px;
    font-weight: 700;
    text-align: center;
}

.steps .simplelist div.must p {
    width: auto;
    padding-left: 25px;
    padding-right: 0px;
    -webkit-box-flex: 1;
    margin-top: 0px;
}

.readtext {
    line-height: 1.4;
}

.dispbl {
    display: block;
}

.posrltv {
    position: relative;
}

.simplelist li.last {
    border-bottom: none;
}

li.last_s {
	border-bottom: none;
	padding-top: 0px;
}

li.top {
	padding-top: 0px;
}

.simplelist .last_r {
	padding-top: 2px;
    padding-bottom: 2px;
	border-bottom: none;
}

.simplelist .last_re {
	padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 5px;
	border-bottom: none;
}

.simplelist .last_res {
	padding-top: 2px;
    border-bottom: 3px solid #d3cbb6;

}
