
body {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5f5f5;
	max-width: 900px;
font-family:Sawarabi Mincho,Helvetica, Arial,
 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W3',
 Meiryo, メイリオ, sans-serif;
}

.haba {
	border: 0; 
	width:100%;
	margin: 20px 0px 20px 0px;
}


.haba02 {
	border: 0; 
	margin: 20px 20px 20px 20px;
	width:400px;
}
@media screen and  (max-width: 600px) {
.haba02 {
	border: 0; 
	width:100%;
	margin: 20px 0px 20px 0px;
	text-align:center;
}
}

.haba03 {
	border: 0; 
	margin: 0px 20px 10px 20px;
	width:200px;
	float: left;

}
@media screen and  (max-width: 600px) {
.haba03 {
	border: 0; 
	width:200px;
	margin: 0px 0px 10px 0px;
	text-align:center;
}
}


/********　　メイン枠　**************/

#baseframe {
	font-size: 15px;
	line-height:170%;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	text-align:left;
	color:	#333333;
	background-color: #ffffff;
	box-shadow: 0px 10px 30px #aaa;
	-moz-box-shadow:0px 10px 50px #aaa;
	-webkit-box-shadow:0px 10px 50px #aaa;
}

#baseframe a:link {
	color: #333333;
	text-decoration: none;
}

#baseframe a:visited {
	color: #333333;
	text-decoration: none;
}

#baseframe a:hover {
	color: #555555;
	text-decoration: underline;
}

#baseframe a:active {
	color: #f03333;
	text-decoration: none;
}



/**********　　ページトップ　　****************/

#pagetop {
	color: #fff;
	font-size: 9pt;
	line-height:140%;
	margin-top: 0px;
	padding: 5px;
	background-color:  #e57a66;
}

#pagetop a:link {
	color: #555;
	text-decoration: none;
}

#pagetop a:visited {
	color: #555;
	text-decoration: none;
}

#pagetop a:hover {
	color: #ff0000;
	text-decoration: none;
}

#pagetop a:active {
	color: #555;
	text-decoration: none;
}


/**************　　H1、H2、H3　************/

h1 {
	color:#fff;
	padding: 10px 0px 0px 10px;
	margin: 0px;
	font-size: 10pt;
}

h2 {
	color:#fff;
	font-size: 16pt;
	font-weight: normal;
	margin: 30px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	background-color:  #e57a66;
}


h3 {
	font-size:1.1em;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border-bottom: #e57a66 2px solid;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border-bottom: #e57a66 0px solid;
}



/********　　中央サイド　**************/


#center-side {
	font-size: 13pt;
	line-height:170%;
	padding: 10px 30px 10px 30px;
	margin: 0px 0px 0px 0px;
	color: #333333;
	background-color: #ffffff;
}

@media screen and  (max-width: 650px) {
#center-side {
	font-size: 11pt;
	line-height:160%;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
}
}

#center-side a:link {
	font-weight:bold;
	text-decoration: none;
}

#center-side a:visited {
	color: #e57a66;
	text-decoration: none;
}

#center-side a:hover {
	color:#ffb7ac;
	text-decoration: none;
}

#center-side a:active {
	color: #e57a66;
	text-decoration: none;
}



/********　　フッター　************/

#footer {
	font-size: 12px;
	background-color:  #e57a66;
	text-align: center;
	margin : 0px 0px 0px 0px;
	padding: 15px 0px 10px 0px;
	text-decoration: none;
	color: #ffffff;
}

#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
}
#footer a:active {
	color: #ffffff;
}


#footer2 {
	clear:both;
	font-size: 14px;
	line-height:170%;
	background-color: #f0f0f0;
	text-align: center;
	text-decoration: none;
	color: #555555;
	margin : 10px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}


/********　　マーカー　************/

#m-y {
	background-color: #ffff00;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
}
#m-u {
	font-weight: bold;
	border-bottom:3px dotted #f00;
	padding: 0px 8px 3px 8px;
}


#m-r {
	background-color: #ffc0c0;
}

#aka {
	color: #f00000;
}

#aka-l {
	font-size: 18pt;
	color: #f00000;
	font-weight: bold;
}
#aka-l2 {
	font-size: 12pt;
	font-weight: bold;
	border-bottom:3px dotted #f00;
	padding: 0px 0px 5px 0px;
}


.name-t{
	font-size: 1.2em;
}


/********　　文字　************/


#ll {
	text-align: center;
	font-size: 18pt;
	color:#333333;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:150%;
}
@media screen and  (max-width: 500px) {
#ll {
	font-size: 12pt;
}
}

#ll02 {
	text-align: center;
	font-size: 20pt;
	color:#040068;
	margin : 5px 30px 0px 30px;
	padding: 20px 10px 0px 10px;
	line-height:150%;
}
@media screen and  (max-width: 500px) {
#ll02 {
	font-size: 15pt;
}
}




/********　　ボックス　************/


#box {
	background-color: #f0f0f0;
	font-size: 12pt;
	color:#333333;
	padding: 10px 10px 10px 10px;
	margin : 5px 0px 0px 5px;
	line-height:150%;
}
#box  a:link {
	color: #0000ff;
	text-decoration: none;
}

#box  a:visited {
	color: #0000ff;
	text-decoration: none;
}

#box  a:hover {
	color: #ff0000;
	text-decoration: underline;
}


#box-last {
	clear:both;
}


#box-sns {
width:250px;
	text-align: center;
	color:  #e57a66;
	padding: 30px;
	margin : 5px auto 0px auto;
	line-height:150%;
	border: #e57a66 1px solid;
}

#box-sns a:link {
	color: #e57a66;
	text-decoration: none;
}

#box-sns a:visited {
	color: #e57a66;
	text-decoration: none;
}

#box-sns a:hover {
	color: #ffb7ac;
	text-decoration: none;
}

#box-sns a:active {
	color: #e57a66;
	text-decoration: none;
}









#box02 {
	font-size:1.3em;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin : 5px auto 0px auto;
	line-height:150%;
	border-bottom: #e57a66 1px solid;
}


#no {
	font-size: 35pt;
	color:#fff;
	padding: 10px 10px 10px 10px;
	margin : 5px auto 0px auto;
	width:80px;
	line-height:150%;
	background-color: #e57a66;
}


/********　画像マウスオーバー時にフェードアウト　　*****/
.fade {   
    -webkit-transition: 0.1s ease-in-out;   
       -moz-transition: 0.1s ease-in-out;   
         -o-transition: 0.1s ease-in-out;   
            transition: 0.1s ease-in-out;   
}   
.fade:hover {   
    opacity: 0.7;   
    filter: alpha(opacity=70);   
}  


/********　youtube レスポンシブ　************/

.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/********　table　************/

table {
	font-size: 10pt;
	line-height:170%;
}
.tb{ 
	border:2px solid #aaaaaa; 
	border-collapse:collapse; 
}
.tb td{ 
	font-size: 9pt;
	border:2px solid #ccc; 
	border-collapse:collapse; 
}



/********　入力フォーム　クリア＆設定　　*****/


.btn-buy {
	-webkit-appearance: none;
	background-color: #e57a66;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	margin: 0 0 1em;
	padding: 1em 2em;
	text-decoration: none;
}

.btn-buy:hover,
.btn-buy:focus {
	outline: none;
}

.btn-buy::-moz-foucus-inner {
	border: none;
	padding: 0;
}



.btn-buy{
	font-size: 10pt;
	padding: 10px 20px 10px 20px;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
}


@media screen and (min-width: 100px) and (max-width: 650px) {
.btn-buy {
	width:80%;
	font-size: 1.2em;
}
}

.btn-mosikomi {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent url(https://haniwaman.com/cms/wp-content/uploads/2018/12/form-css-arrow.png) no-repeat center right 8px/16px 16px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}

.btn-mosikomi::-ms-expand {
	display: none;
}

.btn-mosikomi:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
}




.mf {
	padding: 10px 10px 10px 10px;
	margin : 0px 0px 0px 0px;
	line-height:150%;
	max-width:80%;
}


/********　ボタン　************/


#btn01 {
	font-size: 14pt;
	color: #e57a66;
	display: block;
	padding: 0px 0px 0px 0px;
	width:60%;
	margin : 5px auto 10px auto;
	line-height:170%;
	text-align: center;
	background-color: #fff;
	border: #e57a66 1px solid;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
} 


#btn01 a {
	color: #e57a66;
	display: block;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
}

#btn01 a:link{
	color: #e57a66;
	display: block;
	text-decoration: none;
}

#btn01 a:visited {
	color: #e57a66;
	display: block;
	text-decoration: none;
}

#btn01 a:hover {
	color: #fff;
	display: block;
	background-color: #e57a66;
	text-decoration: none;
}

#btn01 a:active {
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 100px) and (max-width: 650px) {
#btn01 {
	width:80%;
}
}

#btn02 {
	font-size: 14pt;
	color: #e57a66;
	display: block;
	padding: 0px 0px 0px 0px;
	width:100%;
	margin : 5px auto 10px auto;
	line-height:170%;
	text-align: center;
	background-color: #fff;
	border: #e57a66 1px solid;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
} 


#btn02 a {
	color: #e57a66;
	display: block;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
}

#btn02 a:link{
	color: #e57a66;
	display: block;
	text-decoration: none;
}

#btn02 a:visited {
	color: #e57a66;
	display: block;
	text-decoration: none;
}

#btn02 a:hover {
	color: #fff;
	display: block;
	background-color: #e57a66;
	text-decoration: none;
}

#btn02 a:active {
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 100px) and (max-width: 650px) {
#btn02 {
	width:100%;
}
}


#btn-setumei {
	font-size: 12pt;
	color: #e57a66;
	width:60%;
	margin : 5px auto 10px auto;
	line-height:140%;
	text-align: center;
	background-color: #fff;
} 

/********　講師　************/

#box-profile{
	font-size: 12pt;
	padding:20px 20px 20px 20px;
	margin:10px 0px 0px 0px;
	border:1px solid #e57a66;
	line-height:140%;
}
@media screen and (min-width: 100px) and (max-width: 650px) {
#box-profile {
	text-align: left;
}
}


#box-profile a:link {
	color: #888;
	text-decoration: none;
}

#box-profile a:visited {
	color: #888;
	text-decoration: none;
}

#box-profile a:hover {
	color: #e57a66;
	text-decoration: none;
}

#box-profile a:active {
	color: #888;
	text-decoration: none;
}


#box-profile2{
	padding:20px 20px 20px 20px;
	margin:10px 0px 0px 0px;
	border:1px solid #ccc;
	line-height:140%;
}
.box-l-profile {
float:left;
    margin: 0px 20px 0px 0px; 

}

@media screen and (min-width: 100px) and (max-width: 600px) {
.box-l-profile {
float:none;
width:100%;
    margin: 0px auto 20px auto;
}
}

.box-r {
    margin: 0px 0px 0px 0px; 

}

.ss {
	font-size:0.9em;
		line-height:140%;
}


