﻿@charset "utf-8";
/* CSS Document */


/*
	=============================== リセット ===============================
*/
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;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/*
	=============================== リセット ===============================
*/



/*
	=============================== 共通スタイル ===============================
*/
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	color: #4D4D4D;
	font-size: 17px;
	margin: 0 auto 0 auto;
	line-height: 156%;
	-webkit-text-size-adjust: 100%;
}

img {
	border:none;
}

p.lead {
	font-size: 17px;
	line-height: 34px;
	text-align: center;
}

h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 40px;
}

h3 {
	font-size: 28px;
	color: #ffa500;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 130%;
	font-weight: bold;
	line-height: 100%;
	border-left: solid 5px #0C7BCA;
	padding: 3px 0 0 10px;
	margin: 0 0 15px 0;
}

p.cap {
	text-align: center;
	color: #0C7BCA;
	font-weight: bold;
	margin-top: 38px;
}

p.ind {
	text-indent: 1em;
}

p.mgn {
	margin-bottom: 50px;
}

.small {
	font-size: 13px;
	font-weight: normal;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.cnt {
	text-align: center;
}

hr.hr {
	margin: 14px auto 88px auto;
	border-top: solid 1px #B3B3B3;
	width: 41%;
}
/*
	=============================== 共通スタイル ===============================
*/


/*
	=============================== 全体のボックス ===============================
*/
#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*
	=============================== ヘッダー ===============================
*/
#header {
	width: 100%;
	margin: 0 auto 0 auto;
	height: 560px;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.header_body {
	width: 980px;
	margin: 0 auto 0 auto;
}

.header_body h1 {
	margin: 32px 0 0 0;
}

.header_body h2 {
	margin: 30px 0 0 0;
	padding: 0;
	text-align: left;
}

.header_body h3 {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left;
}

.header_body h5 {
	margin: 100px 0 0 0;
	padding: 0;
	text-align: right;
}

/*
	=============================== メイン ===============================
*/
#main {
	width: 980px;
	margin: 0 auto 0 auto;
}

.main_body {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 60px 0 60px 0;
}

.youtube {
	width: 747px;
	margin: 0 auto 0 auto;
	padding: 44px 0 0 0;
}

.title {
	width: 100%;
	height: 87px;
	background-image: url(../img/h2_title_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 18px;
	margin-bottom: 50px;
}

.title h2.title {
	font-size: 33px;
	background-image:none
}

.title h2.title span {
	font-size: 54px;
	color: #ffa500;
}

.textbox {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 50px 0 0 0;
	background-color: #FFFFFF;
}

.box {
	margin: 24px 0 78px 0;
}

.box2 {
	margin: 24px 0 36px 0;
}

.imagebox {
	margin-right: 38px;
	float: left;
	width: 300px;
	text-align: center;
}

.imagebox2 {
	margin-right: 27px;
              float: left;
	width: 300px;
	height: 330px;
	text-align: center;
}

.imagebox3 {
	margin-right: 10px;
	width: 300px;
	text-align: center;
}

.linebox {
	border: solid 1px #0C7BCA;
	border-radius: 10px;
	width: 470px;
	height: 363px;
	float: left;
	text-align: center;
}

.nolinebox {
	width: 470px;
	height: 330px;
	float: left;
	text-align: center;
}

.nolinebox2 {
	margin-right: 27px;
	width: 300px;
	height: 330px;
	float: left;
	text-align: center;
}

.nolinebox3 {
	width: 300px;
	height: 330px;
	float: left;
	text-align: center;
}

.inner {
	padding: 24px 0 24px 0;
}

.inner p {
	font-weight: bold;
	color: #0C7BCA;
	margin-bottom: 10px;
}

.l-linebox {
	margin-right: 36px;
}

.line-img1 {
	margin: 44px 0 44px 0px;
}

.line-img2 {
	margin: 16px 0 16px 0px;
}

/*
	=============================== お問い合わせ ===============================
*/
.contact {
	width: 100%;
	margin: 68px 0 68px 0;
	border-top: solid #4D4D4D 1px;
	border-bottom: solid #4D4D4D 1px;
}

.contact2 {
	width: 100%;
	margin: 10px 0 10px 0;
	border-top: solid #4D4D4D 1px;
	border-bottom: solid #4D4D4D 1px;
}

.contact_inner {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 36px 0 36px 0;
	text-align: center;
}

.contact_inner .button {
	margin-right: 24px;
}

/*
	=============================== フッター ===============================
*/
#footer {
	width: 100%;
	margin: 0 auto 0 auto;
	height: 250px;
	background-image: url(../img/header_bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.footer_body {
	width: 980px;
	margin: 0 auto 0 auto;
}

p.footer_logo {
	margin-top: 33px;
}

p.copy {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
}

/*
	=============================== ページトップ ===============================
*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 24px;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 8px;
	background-color: #000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	border-radius: 100%;
	padding-right: 19px;
	padding-left: 19px;
}

@-moz-document url-prefix() { /* firefox */
#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	padding-top: 18px;
	padding-bottom: 9px;
	background-color: #000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	border-radius: 100%;
	padding-right: 19px;
	padding-left: 19px;
}
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { /* ChromeとOperaのみ */
#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	padding-top: 18px;
	padding-bottom: 9px;
	background-color: #000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	border-radius: 100%;
	padding-right: 19px;
	padding-left: 19px;
}
}
/*
	=============================== ページトップ ===============================
*/

/*
	=============================== クリアフィックス ===============================
*/
@media print {
.clearfix:after {
display: non;
}

.clearfix {
display: non;
}

.clear {
display: non;
}

#sm_menu {
display: non;
overflow:hidden;
height:1px
}
}


@media screen {
.clearfix:after {
content: " ";/* 隙間対策のためピリオドを消してスペース入れました。 */
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-table;
min-height: 1%;
}

.clear {
	display:block;
	clear:both;
}
}
/*
	=============================== クリアフィックス ===============================
*/

/* ============================== レスポンシブ（480pxより狭い場合） ============================== */
@media screen and (max-width: 480px) {
#header,
.header_body,
#main,
.contact,
.contact_inner,
.contact2,
.title,
.textbox,
.box,
.box2,
.imagebox,
.linebox,
.nolinebox,
.inner,
#footer,
.footer_body
{
float: none;
width: auto;
margin: 0;
}

img {
max-width: 100%;
height: auto;
/* display:block; */
border:none;
}
h2 {
font-size: 20px;
padding-bottom: 24px;
line-height: 130%;
}
h3 {
font-size: 22px;
line-height: 130%;
}
h4 {
font-size: 115%;
line-height: 120%;
padding: 3px 0 0 5px;
margin: 0 0 15px 0;
}
hr.hr {
margin: 36px auto 36px auto;
width: 65%;
}

p.ind {
text-indent: 0;
}

p.lead {
font-size: 16px;
line-height: 140%;
}
p.mgn {
margin-bottom: 24px;
}

#header {
height: auto;
padding: 10px 5px 20px 5px;
}

.header_body h1 {
margin: 10px 0 0 0;
width: 20%;
}
.header_body h2 {
margin: 24px 0 0 0;
padding: 0;
text-align: left;
width: 70%;
}

.header_body h3 {
margin: 5px 0 0 0;
padding: 0;
text-align: left;
}

.main_body {
padding: 20px 0 0px 0;
}
.youtube {
position:relative;
width:100%;
padding-top:56.25%;
margin-top: 36px;

}

.youtube iframe {
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

#main {
padding: 0 5px 0 5px;
}

.title  {
margin-bottom: 24px;
}
.title h2.title {
font-size: 26px;
}
.title h2.title span {
font-size: 36px;
}
.textbox {
padding: 24px 0 0 0;
}

.box,
.box2 {
margin: 24px auto 24px auto;
width: 90%;
}

.linebox {
height: auto;
margin-top: 24px;
}

.nolinebox {
height: auto;
margin-top: 24px;
}

.nolinebox .inner {
padding: 0px 0 10px 0;
}

.inner {
padding: 30px 0 36px 0;
}

.inner p {
margin-bottom: 20px;
}

.linebox .inner img {
max-width: 85%
}

.l-linebox {
margin-right: 0
}

.line-img1 {
margin: 0;
}

.line-img2 {
margin: 0;
}

#footer {
padding: 0px 5px 0px 5px;
height: auto;
}

p.footer_logo {
padding-top: 10px;
width: 20%;
}

p.copy {
font-size: 10px;
}

.contact {
margin: 36px 0 24px 0;
}

.contact_inner {
padding: 16px 0 16px 0;
}

.contact_inner .button {
margin-right: 0px;
}

.contact_inner img {
max-width: 45%;
}

.clearfix { /* IEでレスポンシブが効かない場合用 */
display: block;
min-height: 1%;
}

}
