/* CSS Document */

@font-face
{
font-family: 'mbold';
src: url('../font/mplus-1c-bold.ttf');
}
@font-face
{
font-family: 'mlight';
src: url('../font/mplus-1c-light.ttf');
}
@font-face
{
font-family: 'mregular';
src: url('../font/mplus-1c-regular.ttf');
}
@font-face
{
font-family: 'mheavy';
src: url('../font/mplus-1c-heavy.ttf');
}

.fontweblight{
	font-family:
        'mlight',
        'mlight', sans-serif;
	color:#4CAF50;
		
}
.fontwebbold{
	font-family:
        'mbold',
        'mbold', sans-serif;
	color:#4caf50;
}
.fontweb{
	font-family:
        'mregular',
        'mregular', sans-serif;
	color:#333;
}
.fontwebheavy{
	font-family:
        'mheavy',
        'mheavy', sans-serif;
}
/* reset */

.dl-horizontal dd:before, .dl-horizontal dd:after {
    display: none;
    content: " ";
}
.navbar-brand{
    padding-top:15px;
}

h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
h1,h2{
    line-height:1.2;
}
h3,h4,h5{
    line-height:1.5;
}
p{
    line-height:1.8;
}
h1{
    font-size:60px;
}
h2{
    font-size:40px;
}
h3{
    font-size:30px;
}
h4{
    font-size:21px;
}




/* demo */

.demo-gray{
	background: #888;
	height: 100%;
}
.demo-hd-logo{
	padding-top: 30px;
	height: 80px;
}
.demo-fr-mainimg{
	background: url(../img/mainimg.jpg) no-repeat 50% / cover;
	height: 700px;
}

.demo-fr-s2{
	height: 220px;
}
.demo-fr-s4{
	height: 110px;
}
.demo-fo-logo{
	padding-top: 25px;
}

.demo-topics-span{
	padding-left: 20px;
	padding-right: 20px;
}

.demo-footer{
	background: #fff;
	padding: 70px 0 60px;
}
.demo-fo-menu{
	border-bottom: 1px solid #ddd;
}




.small-mt{
	margin-bottom: -5px;
}




.btn{
	display: block;
	padding: 10px 0;
	border-radius: 5px;
}

@media (min-width: 768px){
.nav > li {
	display: inline-block;
	float: none;
}
.navbar-nav {
	float: none;
}
}

.p-mb-xs{
	margin-bottom: 10px;
}
.p-mb-s{
	margin-bottom: 20px;
}
.p-mb-r{
	margin-bottom: 70px;
}
.p-mb-m{
	margin-bottom: 150px;
}

.p-pb-xs{
	padding: 10px;
}

.p-pt-xs{
	padding: 10px;
}
.p-pt-s{
	padding-top: 20px;
}


.p-bb-gray{
	border: #eee solid 1px;
}


.img{
}
.img  img{
    background:url(../img/imgdemo.png) no-repeat 50%;
    width:100%;
}











/* second */
.sec-title{
	background: #fff;
	height: 120px;
	border-bottom: 1px solid #ddd;
}
.sec-3-thumb{
	height: 190px;
	margin-bottom: 30px;
}


.sec-step{
	position: relative;
}
.sec-step::after{
	position: absolute;
	right: -5px;
	top: 90px;
	content: "\f0a9";
	font-family: FontAwesome;
}
.sec-step:nth-last-child(1)::after{
	display: none;
}


.form-txt{
	list-style: none;
}
.form-txt li{
	border-top: 1px dotted #555;
	padding: 15px 25px;
}
.form-txt li:nth-last-child(1){
	border-bottom: 1px dotted #555;
}

.form-top-title{
	background-color: cadetblue;
	color: #fff;
	padding: 15px 20px;
	box-sizing: border-box;
}

.form-submit{
	width: 100%;
}












.weight{
	font-weight: bold;
}

/* 170518 */

.sizh3{
    font-size:30px;
}

@media screen and (max-width: 640px) {
    
    .sizh3{
    font-size:30px;
}
}

/* Cookieポリシー */
.privacys {
	background-color: #FFF;
	/*margin: 0 0 50px;*/
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
}
.privacys h2{
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.privacys h3{
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 15px;
}
.privacys p{
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 10px;
}
.privacys h4{
	font-size: 1em;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 10px;
}
.privacys a { color: #000;text-decoration:underline !important;}
.privacys a:hover { color: #333 !important; text-decoration:none !important;}

ul.point-dot {
	list-style-type: none;
	padding-left: 5px;
	overflow: hidden;
}
ul.point-dot li{padding-left: 1em;}  
ul.point-dot li:before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
	line-height: 1.5;
	color: #000;
	background: none;
}
.point-dot li {
	position: relative;
	font-size: 1em;
	line-height: 22px;
	text-align: left;
}
.protable {padding-top: 20px;padding-bottom: 10px;}
.protable-table {
	box-sizing: border-box;
	font-size: 11pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 21px;
	border-spacing: 0;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px 0 0 1px;
}

.protable-table div {}
.protable-table th {
	width: 10em;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 500;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	background-color: #f0f0f0;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
}
.protable-table tr {
	margin-bottom: 5px;
}
.protable-table td {
	background-color: #FFF;
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	box-sizing: border-box;
	padding: 10px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
}