@charset "UTF-8";
/* CSS Document */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	color: #555555;
	vertical-align: baseline;
}
html {
	overflow: auto;
}
body {
	line-height: normal;
	font-family: 'ヒラギノ角ゴ', 'Hiragino Kaku Gothic ProN', 'YuGothic', '游ゴシック', 'メイリオ', Meiryo, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	/* safari hover対策 */
	-webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	color: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* box-sizing: border-box */
/*-------------------------------------------------------*/
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
/* clearfix */
/*-------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.clear {
	clear: both;
}
* html .clearfix {
	height: 1px;
	/*¥*/ /*/
    height: auto;
    overflow: hidden;
    /**/
}
/* margin-bottom */
/*-------------------------------------------------------*/
.low5 {
	margin-bottom: 5px;
}
.low10 {
	margin-bottom: 10px;
}
.low20 {
	margin-bottom: 20px;
}
.low30 {
	margin-bottom: 30px;
}
.low40 {
	margin-bottom: 30px;
}
.low50 {
	margin-bottom: 50px;
}
.low70 {
	margin-bottom: 70px;
}
.low80 {
	margin-bottom: 70px;
}
.low90 {
	margin-bottom: 70px;
}
.low100 {
	margin-bottom: 100px;
}
.low150 {
	margin-bottom: 150px;
}
.low200 {
	margin-bottom: 200px;
}
.low300 {
	margin-bottom: 300px;
}

/* txt position */
/*-------------------------------------------------------*/
.padding_both_20{
	padding: 0 20px;
}

/* txt position */
/*-------------------------------------------------------*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/* txt size color */
/*-------------------------------------------------------*/
.txt_large {
	font-size: 1.5rem;
}
.txt_small {
	font-size: 0.9rem;
}
.bold {
	font-weight: 800;
}
.red {
	color: #F80408;
}
.blue {
	color: #0769bc;
}
.mincho_font {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* txt link */
/*-------------------------------------------------------*/
.txt_link a {
	color: #0a6fe1;
}
.txt_link a:hover {
	text-decoration: underline;
}
/* Font English */
/*-------------------------------------------------------*/
.en_font {
	font-family: 'Poppins', sans-serif;
}
/* Annotation */
/*-------------------------------------------------------*/
.note {
	font-size: 0.9rem;
}
.note_indent{
	font-size: 0.9rem;
    text-indent: -1rem;
    margin-left: 1rem;
}
.note_center {
	font-size: 0.9rem;
	text-align: center;
}


/* HEADER */
/*-------------------------------------------------------*/


/*HEADER お問い合わせ*/
.top_contact{
	width: 66px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	background: #ffffff;
	transition: all 0.3s;
}
.top_contact a{
	display: block;
	padding: 35px 0 7px 0;
	font-size: 0.5rem;
	color: #666666;
	text-align: center;
	cursor: pointer;
}
.top_contact:hover{
	background: #dddddd;
}
.top_contact::before{
	content: "";
	width: 17px;
	height: 10px;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	background: url("../images/mail_ic.png");
	background-size: cover;
}

/* お問い合わせ（Footer） */
/*-------------------------------------------------------*/
.contact{
	width: 100%;
	margin: 200px 0 30px 0;
	background: linear-gradient(#91ce07, #469003)
}
.contact .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 20px;
	position: relative;
	text-align: center;
}
.contact .inner::before{
	content: "";
	width: 8px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #ffffff;
}
.contact .inner h2{
	margin-bottom: 30px;
	font-size: 1rem;
	font-weight: 800;
	text-align: center;
	color: #ffffff;
}
.contact .inner p{
	color: #ffffff;
}
.contact .inner hr{
	margin-bottom: 30px;
	border-top: 1px solid #ffffff;
}
.contact .inner .note{
	margin-bottom: 30px;
}
.contact .inner .phone{
	margin: 0 auto 10px auto;
	padding-left: 35px;
	display: inline-block;
	position: relative;
	font-size: 1.8rem;
	font-weight: 800;
}
.contact .inner .phone::before{
	content: "";
	width: 28px;
	height: 29px;
	position: absolute;
	top: 7px;
	left: 0;
	background: url("../images/phone_ic.png");
	background-size: cover;
}
.contact .inner .phone span{
	font-size: 1.3rem;
	font-weight: normal;
}
.contact .inner .mail{
	width: 500px;
	display: inline-block;
	position: relative;
	font-size: 1.3rem;
	border: 1px solid #cccccc;
	background-image: linear-gradient(#bbbbbb, #aaaaaa);
	background-size: 0 100%;
    background-repeat: no-repeat;
	transition: all 0.3s
}
.contact .inner .mail:hover{
	background-size: 100% 100%;
}
.contact .inner .mail a{
	display: block;
	padding: 10px 0 10px 29px;
}
.contact .inner .mail span{
	position: relative;
}
.contact .inner .mail span::before{
	content: "";
	width: 25px;
	height: 15px;
	position: absolute;
	top: 4px;
	left: -35px;
	background: url("../images/mail_mark.png");
	background-size: cover;
}


/* FOOTER */
/*-------------------------------------------------------*/
#footer{
    position: relative;
}

/*copyright*/
.copyright{
	padding: 40px 0;
	border-top: 1px solid #cccccc;
	font-size: 0.7rem;
	text-align: center;
	color: #777777;
}


/*---------------------------------------------------------------------------
■PGETOP
----------------------------------------------------------------------------- */
/*トップへ戻るボタン*/
.topBtn a {
    position: fixed; 
    bottom: 0; /*場所を右下に移動*/
    right: 0; /*場所を右下に移動*/
    display: block; 
    background-color: rgba(70, 70, 70, 0.9); /*以下、デザイン*/
    background-image: url("../images/pagetop.png");
    background-position: center center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    width: 40px;
    padding: 25px 30px;
    text-align: center;
    z-index: 10000;
}
#topBtn{
    position: fixed; 
    bottom: 0; 
}


@media screen and (min-width: 0px) and (max-width: 1100px) {
	
/* HEADER */
/*-------------------------------------------------------*/


}

@media screen and (min-width: 10px) and (max-width: 768px) {

html {
	font-size: 92.5%;
}
	
/* HEADER */
/*-------------------------------------------------------*/


/* お問い合わせ（Footer） */
/*-------------------------------------------------------*/

.contact .inner .phone{
	padding-left: 35px;
	position: relative;
	font-size: 1.5rem;
}
.contact .inner .phone::before{
	width: 22px;
	height: 23px;
	top: 5px;
	left: 0;
}
.contact .inner .phone span{
	display: block;
}
.contact .inner .mail{
	width: 90%;
	padding: 10px 0 10px 29px;
	font-size: 1.1rem;
}
.contact .inner .mail span::before{
	width: 21px;
	height: 13px;
	top: 4px;
	left: -30px;
}


	
}
