@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
    overflow: auto;
}

body {
	max-width: 100%; 
	margin-left: auto;
	margin-right: auto;
	font-family:"Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 1.8;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
	overflow: hidden;
    position: relative;
}

header{
	position:fixed;
	top: 0%;
}

main{
	padding-top: 10px;
}

img {
	border: none;max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	opacity: 0.6;			/*マウスオン時の透明度*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}


.lock{
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}


/*inner共通
---------------------------------------------------------------------------*/
#sh {
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0%;

}

.txt_01{
	font-family: "新ゴ M", sans-serif;
	width: 90%;
	font-size: 12px;
	text-align: left;
	margin: 0 auto;
}

.tenji_txt{
	font-family: "新ゴ M", sans-serif;
	font-size: 19px;
	text-align: center;
	line-height:1.5em; 
	margin-bottom: 40px;
}

.company_txt{
	font-family: "新ゴ M", sans-serif;
	font-size: 19px;
	text-align: center;
	line-height:2em;
}

.company_txt a{
	color: black;
	text-decoration: none; 
}

.plus{
	vertical-align:20%;
}

.line-up{
	vertical-align:60%;
}

.senshin{
	background-color: rgb(30,80,126);
	max-width: 100%;
	margin:0 -200%;
	padding:0 200%;
	text-align: center;
	margin-bottom: 30px;	
}

.clear {clear: both;}

.maker{
	margin-top: 60px;
}

.shikiri_margin{
	margin: 60px auto;
}

.tenji_margin{
	margin-top: 20px;
}

.tap_margin{
	width: 15%;
	text-align: right;
	margin-left: auto;
	margin-right: 10%;
}


/*画面幅810px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:810px){

main{
	padding-top: 0px;
}

}



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

body{
	max-width: 100%;
}

}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
	text-align: center;
		margin:0px; 
	padding: 0px;
}

main{
	padding-top: 0px;
}


}
