@charset "utf-8";
/* CSS Document */

body { font-size: 13px; font-size: 1.3rem; }
.sp_none { display: none !important; }
.sp_block { display: block; }

/*---------------------------------------------------------------------
	site_header
---------------------------------------------------------------------*/
#site_header {
    background-color: #fff;
    border-bottom: 1px solid #bbbbbb;
    left: 0;
    padding: 8px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#site_header .inner {
	max-width: 1200px;
	margin: 0 auto;
}
#site_header .site_logo {
    line-height: 1;
    max-width: 290px;
    width: 85%;
}
#site_header .site_logo a { display: block; }


/*---------------------------------------------------------------------
	topic_path_top
---------------------------------------------------------------------*/
.topic_path_top {}
.topic_path_top > ol {
	font-size: 12px;
	font-size: 1.2rem;
	box-sizing: content-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 6px 15px;
}
.topic_path_top > ol > li { display: inline-block; }
.topic_path_top > ol > li + li::before {
	content: ">";
	margin: 0 5px;
}
.topic_path_top > ol > li a { text-decoration: underline; }

/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/
#pagebody {
    margin-top: 56px;
}
#pagebody_inner {
    box-sizing: content-box;
    margin: 0 auto 60px;
    max-width: 1200px;
    padding: 0 15px;
}

#beta { display: none; }

.page_ttl {
    color: #155900;
	font-size: 26px;
    font-weight: normal;
    padding: 12px 15px;
	margin-bottom: 20px;
	background: #F9F6EF url(../../image/bg_01.jpg);
}
.page_ttl > span {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}

.content1 p { margin: 1em 0; }
.content1 h2 + p,
.content1 h3 + p,
.content1 h4 + p,
.content1 h5 + p,
.content1 h6 + p { margin-top: 0; }
.content1 div > p { margin-top: 0; }

/* headline */
.content1 * + h2 { margin-top: 50px; }
.content1 * + h3 { margin-top: 30px; }
.content1 * + h4 { margin-top: 30px; }
.content1 * + h5 { margin-top: 20px; }
.content1 h2 + h3,
.content1 h3 + h4 { margin-top: 0 }

/* utility */
.content1 * + dl,
.content1 * + ol,
.content1 * + ul,
.content1 * + table { margin-top: 20px; }

.lead_01,
.content1 h2 {
	font-size: 200%;
	font-weight: normal;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.lead_01::after,
.content1 h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	width: 100%;
	background: url(/image/line_01.jpg);
}

.lead_02,
.content1 h3 {
	font-size: 175%;
	font-weight: normal;
	padding: 3px 0 3px 21px;
	margin-bottom: 20px;
	border-bottom: 2px solid #CCCCCC;
	position: relative;
}
.lead_02::before,
.content1 h3::before {
    background-color: #FF850B;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 12px;
}
.lead_02::after,
.content1 h3::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 4px;
    position: absolute;
    top: 15px;
    width: 4px;
}
.lead_03,
.content1 h4 {
	border-bottom: 1px dotted #bbb;
    font-size: 150%;
    font-weight: normal;
    padding-bottom: 3px;
	padding-left: 18px;
    position: relative;
	margin-bottom: 15px;
}
.lead_03::before,
.content1 h4::before {
    content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 9px;
	border: 4px solid transparent;
	border-left: 8px solid #008C8C;
}
.lead_04,
.content1 h5 {
	border-bottom: 1px solid #ccc;
    font-size: 137.5%;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
}


.lead_05 {
	color: #008C8C;
	font-size: 150%;
	font-weight: bold;
}

.lead_06 {
	color: #B25900;
	font-size: 137.5%;
	font-weight: bold;
}
.lead_07 {
	font-size: 200%;
}

.fc_01 { color: #FF0000; }

ol[style*="decimal"],
ol[style*="roman"],
ol[style*="alpha"] { padding-left: 22px; }

ul[style*="disc"],
ul[style*="circle"],
ul[style*="square"] { padding-left: 20px; }


/* template */
.alpha_contents img {
	max-width: 100%;
	height: auto;
}
.fll { float: left; }
.flr { float: right; }
.over_hid { overflow: hidden; }

.fll_img,
.flr_img {
	margin-bottom: 1em;
}

.list_2column .item,
.list_3column .item,
.list_4column .item {
	margin-bottom: 1em;
}

.table_type_01 {
	border: none;
}
.table_type_01 tr {
	border-bottom: 30px solid #fff;
}
.table_type_01 th {
	border: none;
	border-right: 1px dashed #165900;
	font-weight: bold;
	vertical-align: top;
	padding-right: 20px;
}
.table_type_01 td {
    border: none;
    padding-left: 20px;
}

.caution_box_01 {
	background-color: #ecf8e8;
    padding: 15px;
	border-radius: 4px;
}
.caution_box_02 {
    background-color: #fcfcfc;
    border: 1px dashed #e0e0e0;
    border-radius: 4px;
    padding: 15px;
}
.caution_box_03 {
    background-color: #FFECEC;
    border-radius: 4px;
    padding: 10px;
	font-size: 87.5%;
}



/* form */
.sp_form th,
.sp_form td {
    box-sizing: content-box;
    display: block;
}

.input_list_01 li,
.input_list_02 li {
	margin-bottom: 10px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
	border: 1px solid #bbb;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    padding: 10px;
	max-width: 100%;
	width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	background-color: #E0F2F6;
	border-color: #59B2DA;
}
.btn_radio,
.btn_checkbox {
	font-size: 16px;
    display: inline-block;
    margin-right: 6px;
}
.btn_radio + label,
.btn_checkbox + label {
    background-color: #fff;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    padding: 13px 10px;
    position: relative;
}
 
@media (min-width: 1px) {
    .btn_radio,
    .btn_checkbox {
        display: none;
        margin: 0;
    }
    .btn_radio + label,
    .btn_checkbox + label {
        padding-left: 37px;
		color: #000;
		transition: all .2s;
		-webkit-transition: all .2s;
    }
	.btn_radio:checked + label,
    .btn_checkbox:checked + label {
		background-color: #FFE599;
	}
    .btn_radio + label::before,
    .btn_checkbox + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .btn_radio + label::before {
        border: 1px solid #bbb;
        border-radius: 30px;
    }
    .btn_checkbox + label::before {
        border: 1px solid #bbb;
    }
    .btn_radio:checked + label::after,
    .btn_checkbox:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .btn_radio:checked + label::after {
        left: 15px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #468C00;
        border-radius: 8px;
    }
    .btn_checkbox:checked + label::after {
        left: 12px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #468C00;
        border-bottom: 3px solid #468C00;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.kakunin_box {
	background: url(../../image/bg_01.jpg);
	margin: 20px 0;
    padding: 30px 15px;
}
.kakunin_box ul {
	font-size: 0;
	text-align: center;
	max-width: 610px;
	margin: 0 auto;
}
.kakunin_box li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	text-align: center;
	width: 49.18%;
}
.kakunin_box li + li { margin-left: 1.63%; }


.privacy_check {
    margin: 10px auto 20px;
    max-width: 530px;
}
.privacy_check .btn_checkbox + label { background-color: #FFECEC; }
.privacy_check .btn_checkbox:checked + label { background-color: #FFBFBF; }

.btn_submit {
	color: #fff;
	display: block;
	width: 100%;
	padding: 25px 5px;
	background-color: #468C00;
	border: 1px solid #468C00;
	border-radius: 4px;
}
.btn_submit:hover {
	background-color: #266c00;
}
.btn_reset {
	color: #000;
	display: block;
	width: 100%;
	padding: 25px 5px;
	background-color: #EEEEEE;
	border: 1px solid #bbb;
	border-radius: 4px;
}
.btn_reset:hover { background-color: #cecece; }


/*---------------------------------------------------------------------
	page_scroll
---------------------------------------------------------------------*/
#page_scroll_navi {
	text-align: center;
	margin: 50px auto 0;
}
#page_scroll_navi a {
    background-color: #ffd500;
    color: #ffffff;
    display: block;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}
#page_scroll_navi a:hover {
	background-color: #FFC040;
}

/*---------------------------------------------------------------------
	site_footer
---------------------------------------------------------------------*/
#site_footer {
	padding: 0 10px;
	background: url(../../image/bg_footer.jpg) repeat-x left bottom;
}

#site_footer .inner {
	background: url(../../image/bg_footer_02.png) no-repeat center bottom;
	background-size: contain;
	font-size: 12px;
    padding: 20px 0 30%;
    text-align: center;
}

#site_footer .company_info > dt {
    margin: 0 auto 10px;
    max-width: 515px;
    width: 80%;
}
.copyright {
	color: #fff;
	font-size: 93.33%;
	text-align: center;
	padding: 10px 0;
	background-color: #468C00;
}
.mail_form .error {
  color: #d71618;
  font-size: 13px;
}
.form_message {
  background-color: #ffffbb;
  border: 2px solid #df0000;
  color: #df0000;
  font-size: 120%;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px 15px;
}

/* Tablet */
@media (min-width: 768px) {

	body { font-size: 15px; font-size: 1.5rem; }
	
	.sp_none { display: inherit !important; }
	.pc_none { display: none !important; }
	
	.sp_block { display: inline; }
	.pc_block { display: block; }
	.over_hid_pc { overflow: hidden; }
	
	
	/*---------------------------------------------------------------------
		pagebody
	---------------------------------------------------------------------*/
	#pagebody {}
	
	.page_ttl {
		font-size: 225%;
		padding: 15px;
		margin-bottom: 38px;
	}
	
	.lead_01,
	.content1 h2 { margin-bottom: 30px; }
	
	.lead_01::after,
	.content1 h2::after {
		height: 6px;
	}
	.lead_02::before,
	.content1 h3::before {
		top: 14px;
	}
	.lead_02::after,
	.content1 h3::after {
		top: 18px;
	}
	.lead_03::before,
	.content1 h4::before {
		top: 12px;
	}
	
	/* template */
	.alpha_contents {}
	.alpha_contents img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.fll_img {
		float: left;
		margin: 0 20px 20px 0;
		/*width: 38.4%;*/
	}
	.flr_img {
		float: right;
		margin: 0 0 20px 20px;
		/*width: 38.4%;*/
	}
	.fll270 { float: left; width: 29.03%; }
	.flr610 { float: right; width: 65.59%; }

	.list_1column .caption,
	.list_2column .caption,
	.list_3column .caption,
	.list_4column .caption {
		font-size: 86.66%;
		text-align: center;
	}

	.list_2column { font-size: 0; }
	.list_2column .item {
		width: 48.4%;
		font-size: 15px;
		font-size: 1.5rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 3.19% 3.19% 0;
	}
	.list_2column .item:nth-child(2n) { margin-right: 0; }

	.list_3column { font-size: 0; }
	.list_3column .item {
		width: 31.06%;
		font-size: 15px;
		font-size: 1.5rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 3.4% 3.4% 0;
	}
	.list_3column .item:nth-child(3n) { margin-right: 0; }
	
	.list_4column { font-size: 0; }
	.list_4column .item {
		width: 22.44%;
		font-size: 15px;
		font-size: 1.5rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 3.4% 3.4% 0;
	}
	.list_4column .item:nth-child(4n) { margin-right: 0; }
	
	.table_type_01 tr {
		border-bottom: 50px solid #fff;
	}
	.table_type_01 th {
		font-size: 112.5%;
		padding-right: 40px;
	}
	.table_type_01 td { padding-left: 35px; }
	
	/* form */ 
	input[type="text"],
	input[type="email"],
  input[type="tel"],
	textarea,
	select { width: auto; }
	.sp_form th,
	.sp_form td {
		display: table-cell;
	}
	.sp_form th { width: 21%; }
	
	.input_list_01 { font-size: 0; }
	.input_list_01 > li {
		display: inline-block;
		font-size: 16px;
		margin: 0 1.09% 1.09% 0;
		vertical-align: top;
		width: 24.01%;
	}
	.input_list_01 > li:nth-child(4n) { margin-right: 0; }
	
	.input_list_02 { font-size: 0; }
	.input_list_02 > li {
		display: inline-block;
		font-size: 16px;
		margin: 0 1.09% 1.09% 0;
		vertical-align: top;
		width: 24.01%;
	}
	.input_list_02 > li:first-child { width: 49.12%; }
	
}


/* DeskTop */
@media (min-width: 1024px) {
	
	body { font-size: 16px; font-size: 1.6rem; }
	
	/*---------------------------------------------------------------------
		site_header
	---------------------------------------------------------------------*/
	#site_header {
		position: relative;
		z-index: auto;
		padding: 10px;
	}
	
	#site_header .site_logo {
		float: left;
		width: auto;
		max-width: none ;
	}
	
	
	/*---------------------------------------------------------------------
		topic_path_top
	---------------------------------------------------------------------*/
	.topic_path_top > ol {
		padding: 10px 15px;
	}
	
	/*---------------------------------------------------------------------
		pagebody
	---------------------------------------------------------------------*/
	#pagebody { margin-top: 0; }
	
	
	/*---------------------------------------------------------------------
		footer
	---------------------------------------------------------------------*/
	#page_scroll_navi a {
		background-color: #468c00;
		border-radius: 50%;
		display: inline-block;
		height: 70px;
		padding-top: 5px;
		width: 70px;
	}
	
	#site_footer {
		margin-top: 50px;
		border-top: 5px solid #FFD500;
	}
	#site_footer .inner {
		background-size: auto;
		color: #fff;
		font-size: 16px;
		padding: 30px 0 6px;
	}
	#site_footer .company_info > dt {
		margin-bottom: 150px;
	}

}

/* 広いPC */
@media (min-width: 1280px) {
	
	
}