﻿@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/* ==========================================================================
   Foundation  [ reset / base ]
   ========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
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-style: normal;
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
caption, th{
	text-align: left;
}
img {
	display: block;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}

/* Base
   ----------------------------------------------------------------- */
body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	font-size: 20px;
}
a {
	display: block;
	color: #f00;
	text-decoration: none;
}
a:hover{
	-moz-opacity: 0.6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
img {
	display: block;
}

/* ==========================================================================
   Layout [ header / main / footer ]
   ========================================================================== */

/* Header
 ---------------------------------------------------------------*/
#header{
	width: 100%;
	display: block;
	background-color: #000;
	border-bottom: 5px solid #008C46;
	box-sizing:border-box;
}
#CDT{
	line-height: 50px;
	text-align: center;
	color: #008C46;
	font-size: 28px;
	font-weight: bold;
}
.mv{
	height: 745px;
	padding-top: 40px;
	width: 100%;
	background-color: #000;
	background: url(img/mv_bg2.jpg) no-repeat center;
	background-size: cover;
	border-bottom: 30px solid #008C46;
	margin: 0 auto;
	box-sizing: border-box;
}
.mv_img{
	margin: 0 auto;
}




/* Main
 ---------------------------------------------------------------*/
#container{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(img/container_bg.png) repeat;
}
#main{
	background-color: #fff;
	box-shadow: 0 0px 14px 3px #AAAAAA;
	width: 1000px;
	margin: 0 auto; 
	padding: 4px 0;
}
.entry{
	width: 1030px;
	height: 753px;
	margin-bottom: 40px;
	margin-top: 40px;
	background: url(img/mail_form.png) no-repeat;
	background-size: 1030px 753px;
	margin-left: -15px;
	box-sizing:border-box;
}
.free_entry{
	margin: 0px auto;
	padding-top: 370px;
	width: 800px;
}
.free_entry input{
	height: 80px;
	width: 800px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius: 6px;
	margin: 15px 0 0px;
	font-size: 20px;
	line-height: 0.7;
	border-color: #D90000;
	box-sizing:border-box;
}
.free_entry input::-webkit-input-placeholder{
	font-size: 24px;
	padding: 10px;
	display: block;
	line-height: 0;
	text-align: center;
	box-sizing:border-box;
}
.free_entry input:hover{
	border:1px solid #FFC400;
}
.free_entry input[type="submit"]{
	background-image: url(img/form_btn.png);
	width: 814px;
	height: 134px;
	margin-left: -7px;
	border: none;
	cursor: pointer;
}
.free_entry input[type="submit"]:hover{
	opacity: .7;
}
.entry_text{
	font-size: 11px;
	line-height: 1.9;
	margin: 0 auto;
}
.important_text{
	display: inline-block;
	color: #FF0000;
	text-decoration: underline;
}
.content_img01{
	width: 1000px;
	height: 158px;
	margin: 0 auto 60px;
}
.content_img02{
	margin: 80px auto 60px;
}


/* footer
 ---------------------------------------------------------------*/
#footer{
	width: 100%;
	height: 125px;
	background-color: #000;
	border-top: 5px solid #888888;
	box-sizing:border-box;
}
.footer_inner{
	margin: 30px auto 0;
	width: 1000px;
	overflow: hidden;
}
.footer_inner ul{
	margin: 0 auto;
	display: table;
}
.footer_inner ul li{
	display: table-cell;
	padding: 0 10px;
}
.footer_inner ul li a{
	color: #fff;
	font-size: 14px;
}
.footer_inner ul li a:after{
	content: '|';
	color: #fff;
	padding-left: 10px;
}
.copyRight{
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}


/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.content_text{
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	line-height: 180%;
	padding: 0 100px;
	margin-top: 40px;
}
.content_text.red_text{
	color: #D80000;
	font-weight: bold;
	font-size: 24px;
	margin: 10px auto;
	width: 600px;
	line-height: 140%;
	padding: 0;
	padding-left: 40px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #000;
	background: url(img/icon_01.png) no-repeat;
	box-sizing:border-box;
}

/* Project
  ------------------------------------------------------------------- */
/*
*top
**/
.content_text.clear_text{
	background: url(img/icon_02.png) no-repeat;
	background-position: 100px 0;
	padding-left: 20px;
	color: #D80000;
	font-size: 20px;
	line-height: 70%;
	margin: 0;
	height: 43px;
	padding: 5px 125px 15px;
	box-sizing:border-box;
}
.clear_text_bg{
	line-height: 180%;
	margin-bottom: 10px;
	overflow: hidden;
	display: inline-block;
	color: #D80000;
}
.content_img03{
	margin: 60px auto 40px;
}
.content_end{
	width: 800px;
	height: 117px;
	border:1px solid #000;
	padding: 30px;
	margin: 0 auto 40px;
	box-sizing:border-box;
}
.content_end_text{
	font-size: 14px;
	line-height: 150%;
}

/*
*sub_page
**/
.sub_page #main {
	font-size: 16px;
	line-height: 180%;
	padding: 50px;
	box-sizing: border-box;
}
.sub_page .text20 {
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
}
.sub_page .text40 {
	font-size: 40px;
	font-weight: bold;
	line-height: 180%;
}
.sub_page h4 {
	font-weight: bold;
	margin-top: 20px;
}

/*スマホ対応*/
.pc {
	display: block;
}
.sp {
	display: none!important;
}

