@charset "UTF-8";

@import url(pc.css) screen and (min-width: 769px);
@import url(sp.css) screen and (max-width: 768px);

@media (min-width: 640px) {
  .sp {
    display: none;
  }
}

@media (max-width: 640px) {
  .pc {
    display: none;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, 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, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
    font-family: 'Lato',"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align: center;
	-webkit-text-size-adjust: none;
    margin:0px;
}

body img{
    display:none;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	color:#0c419a;
	text-decoration:none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



input, select {
	vertical-align: middle;
}




/* micro clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}












img {
	line-height: 0;
}

a:focus {
	outline: none;
}

a {
	text-decoration:underline;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
}

html {
	max-width: 800px;
  margin: 0 auto;
  background: #fff; /* Fills the page */
  position: relative; /* Fix for absolute positioning */
  border-left:solid 1px #cdcdcd;
  border-right:solid 1px #cdcdcd;
overflow-y:scroll;

}






/* --------------------------------------------------------------------------------------------------------------------

common

-------------------------------------------------------------------------------------------------------------------- */

body > header {
	line-height: 0;
}

body > footer {
	color: #fff;
	font-size: 12px;
	padding: 5px 4px;
}
#index{
	text-align:center;
	height:100%;
	padding:0px 0px;
	max-width:700px;
	margin: 0 auto;
}

p{margin:0px 0px;}

#index > header h1 {
	line-height: 0;
	background: none;
	padding: 0;
}
#index img{
	height: auto;
	display:block;
    margin:0px 0px;
    line-height:0em;
    vertical-align:bottom;
}



/*** テキスト化
******************************************/



.txt01_3{
	height:auto;
	margin: 0 5% 0 5%;
	padding: 1% 3% 1% 3%;
	font-size: 15px;
	text-align: left;
	line-height: 1.4 !important;
	color: #000;
	border:solid 1px;
}




.txt03_2 {
	height:auto;
	padding: 2% 5% 2% 5%;
	font-size: 16px;
	line-height:170%;
	text-align: left;
	color: #000;
}

.txt03_3 {
	padding: 2% 5% 0 5%;
	font-size: 16px;
	text-align: left;
	color: #000;
}

.txt03 h {
	text-decoration:underline;
}

.txt04 {
	height:auto;
	padding: 10% 5% 5% 5%;
	font-size: 12px;
	line-height:170%;
	text-align: center;
	color: #000;
}

.txt05 {
	height:auto;
	padding: 3% 5% 3% 6%;
	font-size: 10px;
	text-align: left;
	line-height: 1.4 !important;
	color: #333;
}

.txt06 {
	height:auto;
	padding: 1% 5% 2% 5%;
	font-size: 10px;
	line-height:170%;
	text-align: left;
	color: #666;
}

.txt06_2 {
	font-size: 10px;
	text-align: right;
	color: #000000;
}

.txt06_2 a {
	padding: 2% 3%;
	font-size: 12px;
	color: #000000;
}

.txt07 {
	height:auto;
	padding: 3% 5% 2% 5%;
	font-size: 16px;
	line-height:170%;
	text-align: left;
	color: #0000FF;
}

.txt08 {
	font-size: 16px;
	text-align: left;
}



hr {
height: 1px;
background-color: #5882FA;
border: none;
color: #5882FA;
    padding-bottom: 2px;
}

#hr {
height: 1px;
background-color: #e98201;
border: none;
color: #e98201;
    padding-bottom: 2px;
}

#boder_tr{
	padding:1% 0 1% 0;
	border-top:#e98201 solid 2px;
	border-bottom:#e98201 solid 2px;
	}

#td_01{
	padding:1% 0 1% 0;
	}

#text_italic{
	font-style:italic;
	text-decoration: underline;
	font-weight:bold;
	}


#footer {
    margin-top: 5%;
    padding: 15px 0;
    width: 100%;
}

#footer ul {
    text-align: center;
}

#footer li {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 3% 1em;
}

#footer li a {
    line-height: 1;
    text-decoration: none;
}

a:hover img{
	opacity:0.7;
	}
/*** 動画　video
******************************************/
video {
  width:  90%;
}


.bg{
font-weight: bold; background-color: #FFFF00;
}

.f10px{
font-size: 10px;
}


/*電話CV*/
@media screen and (max-width: 681px){
.pcver { display:none;}
}


@media screen and (min-width: 680px){
.spver { display:none;}
}

@media screen and (min-width: 681px) {
.btn-tel_text {
  margin:3% auto !important;
  width: 60%;
}

.btn-tel {
	left: 0;
  right: 0;
  margin:3% auto !important;
  width: 80%;
}

}

@media screen and (max-width: 680px) {
.btn-tel_text {
margin:3% auto !important;
width: 80% !important;
}

.btn-tel {
margin:3% auto !important;
width: 82% !important;
}

}
/*電話CV END*/
