/*
@font-face {
	font-family: "Noto Sans JP";
	src: url(../font/Noto_Sans_JP/NotoSansJP-Regular.otf);
	font-weight: 400;
	}

@font-face {
	font-family: "Noto Sans JP";
	src: url(../font/Noto_Sans_JP/NotoSansJP-Bold.otf);
	font-weight: 700;
	}

@font-face {
	font-family: "Noto Sans JP";
	src: url(../font/Noto_Sans_JP/NotoSansJP-Black.otf);
	font-weight: 900;
	}
*/


/* ページ */

body, td, th {
	font-size: 14px;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	/*font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #444444;
	margin: 0px;
	}

img {
	border: 0px;
	vertical-align: bottom;
	}

ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

form {
	margin: 0px;
	}

a { text-decoration: none; }


/* LINE相談手順 */

@media screen and (min-width: 641px){

#lin {
	width: 600px;
	font-size: 16px;
	line-height: 200%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
  	}

#lin p {
	margin: 0px auto 30px auto;
	text-align: center;
	}

#lin p a {
	width: 120px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#66d566+0,00b900+100 */
	
	background: #66d566; /* Old browsers */
	
	background: -moz-linear-gradient(top, #66d566 0%, #00b900 100%); /* FF3.6-15 */
	
	background: -webkit-linear-gradient(top, #66d566 0%,#00b900 100%); /* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(to bottom, #66d566 0%,#00b900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66d566', endColorstr='#00b900',GradientType=0 ); /* IE6-9 */	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: 700;
	line-height: 35px;
	color: #ffffff;
	margin: 20px auto 0px auto;
	display: block;
	}

#lin ul {
	margin: 0px 0px 20px 0px;
	}

#lin ul h3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 100%;
	color: #00B900;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}

#lin ul h3 font {
	font-family: 'Montserrat', serif;
	}

#lin ul li {
	margin: 20px 0px 0px 0px;
	}

#lin ul li h4 {
	font-size: 18px;
	font-weight: 900;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	}

#lin ul li h4 span {
	width: 20px;
	background: #00B900;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 14px;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	text-align: center;
	display: inline-block;
	}

#lin ol span {
	padding-left: 1em;
	text-indent: -1em;
	display: block;
	}

}

@media screen and (max-width: 640px){

#lin {
	width: 90%;
	margin: 30px 5% 0px 5%;
	position: relative;
  	}

#lin p {
	margin: 0px auto 30px auto;
	text-align: center;
	}

#lin p a {
	width: 120px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#66d566+0,00b900+100 */
	
	background: #66d566; /* Old browsers */
	
	background: -moz-linear-gradient(top, #66d566 0%, #00b900 100%); /* FF3.6-15 */
	
	background: -webkit-linear-gradient(top, #66d566 0%,#00b900 100%); /* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(to bottom, #66d566 0%,#00b900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66d566', endColorstr='#00b900',GradientType=0 ); /* IE6-9 */	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: 700;
	line-height: 35px;
	color: #ffffff;
	margin: 20px auto 0px auto;
	display: block;
	}

#lin ul {
	margin: 0px 0px 20px 0px;
	}

#lin ul h3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 100%;
	color: #00B900;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}

#lin ul h3 font {
	font-family: 'Montserrat', serif;
	}

#lin ul li {
	margin: 20px 0px 0px 0px;
	}

#lin ul li h4 {
	font-size: 18px;
	font-weight: 900;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	}

#lin ul li h4 span {
	width: 20px;
	background: #00B900;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 14px;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	text-align: center;
	display: inline-block;
	}

#lin ol span {
	padding-left: 1em;
	text-indent: -1em;
	display: block;
	}

}

