@charset "UTF-8";

/*PC用表示*/
html.body{ width:100%;
	min-width:1440px;
}
/*スムーススクロール*/
html {
    scroll-behavior: smooth;
}
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*------------------------------------------------------------
	メアドスパム対策
------------------------------------------------------------*/
.no-spam {
    display: none;
}
/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cf {
	zoom: 1;
}

/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    sans-serif,
	Meiryo;
	color:#333333;
	font-size:16px;
	line-height:1.8em;
}


.bold{
	font-weight: bold;
}
.fsize_large{
	font-size: 1.3em;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.fsize_small{
	font-size: 0.85em;
	line-height: 1.4em;
}
.s18{
	font-size: 18px;
	line-height: 1.8em;
}
.s12{
	font-size: 12px;
}

.s16{
	font-size: 16px;
	line-height: 1.4em;
}
.underline{
	text-decoration: underline;
}
/*------------------------------------------------------------
	フォントカラー
------------------------------------------------------------*/
.Fcoloer_green{
	color: #23ac38;
}
.Fcoloer_orange{
	color: #eb6100;/*オレンジ*/
}
.Fcoloer_blue{
	color: #0068b3;/*ブルー*/
}
.Fcoloer_red{
	color: red;
}

/*------------------------------------------------------------
	背景
------------------------------------------------------------*/
.bg_pealorange{
	background-color: #f9dcc5;
}
.bg_pealgreen{
	background-color: #f2f6da;
}
.bg_orange{
	background-color: #ea5413;
}
.bg_green{
	background-color: #23ac38;
}
/*------------------------------------------------------------
	基本フォントリンク
------------------------------------------------------------*/
.boldred{
	font-weight: bold;
	color: red;
	line-height: 1.4em!important;
}
.redatention{
	font-size: 0.7em;
	font-weight: bold;
	color: red;
}
.atention{
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.4em;
	padding-top: 10px;
}
a:link { 
	color: #b5945f;/*テーマカラー茶*/; 
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #bb1b21;/*エンジ*/
}
a:hover {
	color: #bb1b21;/*エンジ*/
}
a:active {
	color: #bb1b21;/*エンジ*/
	}


/*----------配置----------*/

.left{
	float: left;
}
.right{
	float: right;
}
.tcenter{
 text-align: center	
}
.tright{
	text-align: right;
}
.blockcenter{
	margin: 0 auto;
}

/*----------インデント----------*/
.indent1{
	padding-left: 1em;
}
.indent2{
	padding-left: 2em;
}
.indentbox{
	padding-left: 1em;
	text-indent: -1em;
}

/*------------段落---------------*/
.wspace3em{
	padding-top: 5em;
	padding-bottom: 3em;
}
.wspace2em{
	padding-top: 2em;
	padding-bottom: 2em;
}
.wspace_pt5em{
	padding-top: 5em;
}
.wspace_pb5em{
	padding-bottom: 5em;
}
.wspace_mt3em{
	margin-top: 3em;
}

.wspace_mt1em{
	margin-top: 1em;
}

.wspace_pt8em{
	padding-top: 8em;
}

.wspace_mb2em{
	margin-bottom: 2em;
}
.wspace_mb1em{
	margin-bottom: 1em;
}
.wspace_mb5em{
	margin-bottom: 5em;
}

.wspace_mt2em{
	padding-top: 2em;
}
.wspace_pt3em{
	padding-top: 3em;
}
.wspace_pt6em{
	padding-top: 6em;
}

