﻿@charset "utf-8";

/* 初期設定リセット */
  
*{margin: 0;padding: 0}
  
a { text-decoration : none;}
ul.lsnone, ol.lsnone { list-style : none}
ul {padding: 0; margin: 15px;line-height: 1.25;}
img {
vertical-align : middle;
max-width : 100%;
}

/* 基本設定 */

@-o-viewport {
width : 320px;
zoom:1.0}

html {
font-family : verdana, sans-serif;
line-height : 1.5;
-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 { margin-bottom : 24px}
h1 {font-size: 42px; line-height: 1}
h2 {font-size : 36px;line-height : 1.25}
h3{font-size : 34px;line-height : 1.25}
h4{font-size : 28px;line-height : 1.25}
hgroup h2,h5,h6 {font-size : 16px;line-height : 1.25}

.mg24 {margin : 24px;}

a img { border: none;}
a:hover img { opacity: 0.6;}

/* ヘッダー */
header {
padding: 0 0 5px 10px;
position: relative;
text-align: center;
background: #fff;
color: #333;
-moz-box-shadow: 1px 0px 5px #ccc;
-webkit-box-shadow: 1px 0px 5px #ccc;
box-shadow: 1px 0px 5px #ccc;
}

/* ロゴ・サイトタイトル */
.logo {
font-size: 28px; 
margin: 0;
display: block;
line-height : 1.5;
}


h1.center {
text-align: center;
font-size: 24px;
margin: 0;
line-height: 1.5;
}

/* 電話番号など */
.tel {
font-size: 14px; 
margin: 0;
display: block;
}
.tel span {
background: #fff;
padding: 10px 30px;
border-radius: 8px;
margin: 10px;
display: inline-block;
border: 2px solid #ccc;
}

/* コンテンツ枠 */
#contents {
width : 100%;
margin : 0 auto;
text-align : center;
}

/* メインコンテンツ */
#main,#main2column {
width : 94%;
margin : 0 auto;
padding: 20px 0;
font-size: 24px;
}

/* コンテンツ内 画像 シャドウ無し */
#contents img.snone {box-shadow : none;}

img.shadow {
-moz-box-shadow: 1px 2px 5px #ccc;
-webkit-box-shadow: 1px 2px 5px #ccc;
box-shadow: 1px 2px 5px #ccc;
}


/* コンテンツ見出し */
h3 {
margin: 30px 0 ;
text-align: center;
color: #F96060;
letter-spacing: -1px;
}
h3.bgtitle {
text-align: center;
padding: 1em 1em;
color: #FFF;
font-size : 36px;
background: #E5006E;
text-shadow: 1px 1px 2px #ac2e49;
}

h4 {
margin: 30px 0;
text-align: left;
padding-left: 20px;
color: #000;
letter-spacing: -1px;
}



/* コンテンツ要素 */
section {clear: both;}
#contents p { 
margin-bottom : 20px;
}

#contents li { 
margin-bottom : 16px;
text-align : left;
list-style-position: inside;
}

#contents img.alignleft {
    float: left;
    margin: 0 15px 10px 0;
}
#contents img.alignright {
    float: right;
    margin: 0 0 10px 15px;
}

/* フッター */
footer {
clear: both;
text-align : center;
padding : 30px 0 24px;
background : #fff;
}

footer p {
margin-top: 12px;
color : #333;
}

footer p a {color: #666;}
footer p a:hover {text-decoration: underline;}

footer .copy {
margin: 20px 0 0;
}


/* テーブル */
table {margin:0 auto;}
th, td {border: 1px solid #ccc;}

.bdn th, .bdn td {border: none;}

/* ボックス */
.box {
margin: 0 10px 20px;
padding: 15px;
border: 3px solid #ccc;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}

.box01 {
  background: #f4eed8;
  padding: 2%;
  margin: 30px 0;
}
.box01In {
  background: #fff;
  padding: 20px;
  -moz-box-shadow: 1px 2px 5px #d8d3bf;
  -webkit-box-shadow: 1px 2px 5px #d8d3bf;
  box-shadow: 1px 2px 5px #d8d3bf;
}

/* 見出し付きボックス */
.pbox {
margin: 0 0px 20px;
padding: 10px;
border: 3px solid #bababa;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
text-align: left;
}

/* ボックス見出し */
.ptitle {
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
background: #bababa;
color: #fff;
text-align: left;
font-size: 20px;
margin: 20px 0 0 0;
padding: 5px 15px;
font-weight: bold;
}

.pc {display: none;}


/* other-style */

ul.bullet_01 li {
list-style-image: url("img/bullet1.gif");
font-weight: bold;
margin-bottom: 3px !important;
padding: 5px 0;
background: #fff;
}
ul.bullet_01 li:nth-child(2n) {
background: #f2f2f2;
}

ul.bullet_02 li {
list-style-image: url("img/bullet1.gif");
font-weight: bold;
font-size: 20px;
margin-bottom: 6px !important;
padding: 5px 0;
background: #fff;
}
ul.bullet_02 li:nth-child(2n) {
background: #f2f2f2;
}

ul.bullet_07 li {
list-style-image: url("img/bullet7.gif");
font-weight: bold;
font-size: 18px;
margin-bottom: 6px !important;
padding: 5px 0;
background: #fff;
}
ul.bullet_07 li:nth-child(2n) {
background: #f2f2f2;
}


.faq {
margin-bottom: 30px;
text-align: left;
}
.faq dt {
background: url("img/icon_faq-q.png") no-repeat scroll 5px center #f2f2f2;
border-top: 1px dotted #CCCCCC;
border-bottom: 1px dotted #CCCCCC;
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
padding: 15px 0 15px 60px;
}
.faq dd {
background: url("img/icon_faq-a.png") no-repeat scroll 5px top transparent;
margin-bottom: 40px;
padding-left: 60px;
}

/* testimonials
----------------------------------------------- */

.testimonial {
margin: 20px 0px;
padding: 20px;
border: 3px solid #eee;
background: url(img/testimonial_bg.png) no-repeat 98% 10px #f6f6f6;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}
.testimonial.bgnone {
background: url(img/testimonial_bg.png) no-repeat 98% 10px #fff;
}
.t-title {
font-weight: bold;
font-size: 24px;
padding-bottom: 12px;
border-bottom: 1px dotted #ccc;
margin-bottom: 30px;
color: #d00;
}
.t-name {
font-weight: bold;
}

/* text-style
----------------------------------------------- */
.txt-right {
	text-align: right !important;
}
.txt-left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.color-red {
	color: #dd0000;
}
.font-s {
	font-size: smaller;
}
.pc-center {
 	text-align: left;
}

/* Emphasis
----------------------------------------------- */
.em1 {
	font-weight: bold;
	color: #F96060;
}
.em2 {
	font-weight: bold;
	background: #ffff99;
}
.em3 {
	font-weight: bold;
}
.em4 {
	font-weight: bold;
	text-decoration: underline;
}
.em5 {
	font-weight: bold;
	font-size: 15px;
}

/* other-style
----------------------------------------------- */
.MT0 { margin-top: 0px !important; }
.MT10 { margin-top: 10px !important; }
.MT20 { margin-top: 20px !important; }
.MT30 { margin-top: 30px !important; }
.MB0 { margin-bottom: 0px !important; }
.MB10 { margin-bottom: 10px !important; }
.MB20 { margin-bottom: 20px !important; }
.MB30 { margin-bottom: 30px !important; }

.PT0 { padding-top: 0px !important; }
.PT10 { padding-top: 10px !important; }
.PT20 { padding-top: 20px !important; }
.PB0 { padding-bottom: 0px !important; }
.PB10 { padding-bottom: 10px !important; }
.PB20 { padding-bottom: 20px !important; }

.clear{clear: both;}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 1%;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;
}

/* form-style
----------------------------------------------- */
dl.response {
  text-align: left;
  margin: 0 auto;
}
dl.response dt {
  padding: 5px;
}
dl.response dd {
  padding: 5px;
}
dl.response span.required {
  background-color: #CC0000;
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 10px;
  padding: 2px 6px;
  text-shadow: none;
}
#contents p.submit {margin: 30px; text-align: center; clear: both;}

label {margin-right: 1em; cursor: pointer;}

input,select {
margin-right: 3px;
font-size: 1em;
padding: 2px;
}
button[type="submit"],button[type="reset"],button[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

button[type="submit"]:hover,button[type="reset"]:hover,button[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

/* 768px～1023px メディアクエリー開始 */
@media screen and (min-width : 768px){

/* ヘッダー */
header {
padding: 15px 0;
text-align: left;
overflow: hidden;
}

/* ロゴ・サイトタイトル */
.logo {
font-size: 24px; 
margin: 0 0 0 20px;
display: inline-block;
*float:left;
}

/* 電話番号など */
.tel {
font-size: 16px; 
margin: 0 0 0 0;
display: inline-block;
float: right;
}
.tel .phone {padding: 0 0 5px 8px;}

#header h2 {margin-bottom: 0;}

#contents,footer {background: url(img/mainbg.png) repeat-y center top;}

/* コンテンツ要素 */
#contents p {margin:0 40px 20px;}
.header {text-align: left}
h3 {margin: 60px 0;}
#hb {padding: 20px 0;}
.sp {display: none;}
.pc {display: inline-block;}
.box {padding: 20px;}
h4 {margin: 60px 0;}

} /* 768px～1023px メディアクエリー終了 */

 /* 1024px～ メディアクエリー開始 */
@media screen and (min-width : 1024px) {

#title, #contents {width: 1000px; margin: 0 auto;}

/* ヘッダー */
header {
text-align : left;
margin: 0;
padding: 15px;
position: relative;
}

/* ヘッダー内部 */
hgroup {width: 1000px; margin: 0 auto;}

/* ヘッダー（見出し・画像）枠 */
#title {
width: 100%;
background: url(img/mainimg_bg.jpg) no-repeat center top;
padding: 0;
margin: 0 auto;
text-align : center;
position: relative;
}


/* メインコンテンツ */
#main {
width: 980px;
margin: 0 auto;
padding: 20px 0;
background: #fff;
font-size : 1.3em;
}

/* メインコンテンツ内部 */
#main section {margin: 20px 0;}
#contents p {margin:0 80px 20px;}
#contents p.w100 {margin:0 40px 20px;}
.pc-center {
 	text-align: center;
}

dl.response {
  text-align: left;
  width: 740px;
  margin: 0 auto;
  overflow: hidden;
}
dl.response dt {
  clear: both;
  float: left;
  padding: 10px;
  width: 200px;
}
dl.response dd {
  float: right;
  padding: 10px;
  width: 500px;
}


} /* 1024px～ メディアクエリー終了 */



/* youtube */


div.video-container {
    background-color: white;
    width: 100%;
    height: auto;
} 
 
div.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
div.video iframe,
div.video object,
div.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


ul {
	padding-left: 0px;
	/* 右にインデントされてる部分を無効化する。 */
}

ul.bullet_L li {
list-style: none;
background: url("img/icon_check_L.png") no-repeat left top;
background-size: 48px ;
font-weight: bold;
font-size: 28px;
margin-bottom: 8px !important;
padding: 5px 5px 5px 52px;
}


table, th, td, tr{
	
	border: none;
	
}



