﻿@charset "utf-8";



/*◆◇◆以下はスマホ用のCSS◆◇◆*/
@media screen and (max-width : 501px){

* {margin: 0;padding: 0}
a {text-decoration : none}
ul, ol {list-style : none}
img {
	vertical-align : middle;
	max-width : 100%;
	height:auto;
}

/*float解除-------------------------------------------------------------------------------------------*/
.floatClear {
	display: block;
	clear: both;
}
/*-------------------------------------------------------------------------------------------float解除*/

html {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size : 62.5%; /*ブラウザデフォルト16px / 16×0.625=10 / 以降em指定はこれを基準に */
	line-height : 1.5;
	margin:0px;
	padding:0px;
	scroll-behavior: smooth;
}

p {
	margin:0px 0px 20px 0px;
}

br.br-pc {
	display: none;
}

/*ページ全体のリンクカラー設定*/
a{/*リンクされた文字*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:link {/*未訪問のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#000000;
font-style:normal;
text-decoration:none;
}
a:active {/*クリック中*/
color:#000000;
font-style:normal;
text-decoration:none;
}

.mt0sp {
	margin-top: 0px !important;
}
.mt1sp {
	margin-top: 1px !important;
}
.mt2sp {
	margin-top: 2px !important;
}
.mt3sp {
	margin-top: 3px !important;
}
.mt4sp {
	margin-top: 4px !important;
}
.mt5sp {
	margin-top: 5px !important;
}
.mt6sp {
	margin-top: 6px !important;
}
.mt7sp {
	margin-top: 7px !important;
}
.mt8sp {
	margin-top: 8px !important;
}
.mt9sp {
	margin-top: 9px !important;
}
.mt10sp {
	margin-top: 10px !important;
}
.mt15sp {
	margin-top: 15px !important;
}
.mt20sp {
	margin-top: 20px !important;
}
.mt25sp {
	margin-top: 25px !important;
}
.mt30sp {
	margin-top: 30px !important;
}
.mt40sp {
	margin-top: 40px !important;
}
.mt50sp {
	margin-top: 50px !important;
}
.mt60sp {
	margin-top: 60px !important;
}
.mt70sp {
	margin-top: 70px !important;
}
.mt80sp {
	margin-top: 80px !important;
}
.mt90sp {
	margin-top: 90px !important;
}
.mt100sp {
	margin-top: 100px !important;
}

.mb0sp {
	margin-bottom: 0px !important;
}
.mb1sp {
	margin-bottom: 1px !important;
}
.mb2sp {
	margin-bottom: 2px !important;
}
.mb3sp {
	margin-bottom: 3px !important;
}
.mb4sp {
	margin-bottom: 4px !important;
}
.mb5sp {
	margin-bottom: 5px !important;
}
.mb6sp {
	margin-bottom: 6px !important;
}
.mb7sp {
	margin-bottom: 7px !important;
}
.mb8sp {
	margin-bottom: 8px !important;
}
.mb9sp {
	margin-bottom: 9px !important;
}
.mb10sp {
	margin-bottom: 10px !important;
}
.mb15sp {
	margin-bottom: 15px !important;
}
.mb20sp {
	margin-bottom: 20px !important;
}
.mb25sp {
	margin-bottom: 25px !important;
}
.mb30sp {
	margin-bottom: 30px !important;
}
.mb40sp {
	margin-bottom: 40px !important;
}
.mb50sp {
	margin-bottom: 50px !important;
}
.mb60sp {
	margin-bottom: 60px !important;
}
.mb70sp {
	margin-bottom: 70px !important;
}
.mb80sp {
	margin-bottom: 80px !important;
}
.mb90sp {
	margin-bottom: 90px !important;
}
.mb100sp {
	margin-bottom: 100px !important;
}

.pt10sp {
	padding-top: 10px !important;
}
.pt20sp {
	padding-top: 20px !important;
}
.pt30sp {
	padding-top: 30px !important;
}
.pt40sp {
	padding-top: 40px !important;
}
.pt50sp {
	padding-top: 50px !important;
}

.pb10sp {
	padding-bottom: 10px !important;
}
.pb20sp {
	padding-bottom: 20px !important;
}
.pb30sp {
	padding-bottom: 30px !important;
}
.pb40sp {
	padding-bottom: 40px !important;
}
.pb50sp {
	padding-bottom: 50px !important;
}



}










/*◆◇◆以下はPC用のCSS◆◇◆*/
/*ビューエリアの最小幅がこのサイズより大きい場合に以下のスタイルを適用*/
@media screen and (min-width : 500px){

/*defaultCSS------------------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

html {
overflow-y: scroll;
scroll-behavior: smooth;
}

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

p {
	margin:0px 0px 20px 0px;
}

br.br-sp {
	display: none;
}

ul {
padding: 0;
margin: 0;
list-style-position:outside;
}

ol {
padding: 0;
margin: 0;
list-style-position:inside;
}

form, input {
margin: 0;
padding: 0;
}
/*------------------------------------------------------------------------------------------defaultCSS*/

/*float解除-------------------------------------------------------------------------------------------*/
.floatClear {
	display: block;
	clear: both;
}
/*-------------------------------------------------------------------------------------------float解除*/

/*body部分--------------------------------------------------------------------------------------------*/
body {
	min-width: 1260px;/*ipad対応用*/
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #222222;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
/*--------------------------------------------------------------------------------------------body部分*/

/*ページ全体のリンクカラー設定*/
a{/*リンクされた文字*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:link {/*未訪問のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#000000;
font-style:normal;
text-decoration:none;
}
a:active {/*クリック中*/
color:#000000;
font-style:normal;
text-decoration:none;
}

.mt0 {
	margin-top: 0px !important;
}
.mt1 {
	margin-top: 1px !important;
}
.mt2 {
	margin-top: 2px !important;
}
.mt3 {
	margin-top: 3px !important;
}
.mt4 {
	margin-top: 4px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt6 {
	margin-top: 6px !important;
}
.mt7 {
	margin-top: 7px !important;
}
.mt8 {
	margin-top: 8px !important;
}
.mt9 {
	margin-top: 9px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}
.mb1 {
	margin-bottom: 1px !important;
}
.mb2 {
	margin-bottom: 2px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb4 {
	margin-bottom: 4px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb6 {
	margin-bottom: 6px !important;
}
.mb7 {
	margin-bottom: 7px !important;
}
.mb8 {
	margin-bottom: 8px !important;
}
.mb9 {
	margin-bottom: 9px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb130 {
	margin-bottom: 130px !important;
}
.mb180 {
	margin-bottom: 180px !important;
}
.mb200 {
	margin-bottom: 200px !important;
}

.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt90 {
	padding-top: 90px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb85 {
	padding-bottom: 85px !important;
}



}


