@charset "UTF-8";

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline; }
 
@media screen and (min-width:415px){
/*------------------------------------------------------------------------------
common
------------------------------------------------------------------------------*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    -webkit-text-size-adjust: 100%;
}

.thisclear {
clear: both;
}

.is_sp {
    display: none;
}

a{
text-decoration:none;
}

ul {
list-style: none;
}

section {
display: block;
}

div#wrapper{
    width: 100%;
    margin: 0;
}
div.contentsInside{
    width: 980px;
    margin: 0 auto;
}


/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/
header#smart{
    display: none!important;
}
header#pc {
    width: 100%;
    height: 75px;
    background-color: #FFF; 
    border-bottom: solid 2px #1e91d1;
    position: fixed; 
    top: -1px;
    z-index: 10;
}
header#pc h1,header#pc nav,header#pc p{
    display: table-cell;
}
header#pc h1{
    width: 310px;
    padding-top: 2px;
    text-align: left;
}
header#pc h1 a{
    display: block;
}
header#pc p{
    width: 680px;
    font-size: 1.35em;
    font-weight: bolder;
    vertical-align: middle;
    text-align: right;
}
header#pc nav{
    vertical-align: middle;
    padding-top: 15px;
}
header#pc nav ul{
    width: 670px;
    display: table;
    border-spacing:10px;
}
header#pc nav ul li{
    display: table-cell;
}
header#pc nav ul li a{
    color: #666;
    display: block;
    text-align: center;
}
header#pc nav ul li a:hover{
    color: #CCC;
}
header#pc nav ul li.greenTab a{
    background-color: #bce844;
    color: #FFF;
    padding: 5px 0;
    font-weight: bolder;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
}
header#pc nav ul li.greenTab a:hover{
    background-color: #CFEA86;
}

/*------------------------------------------------------------------------------
key_visual
------------------------------------------------------------------------------*/
section#key_visual{
    width: 100%;
    height: 700px;
    padding-top: 75px;
    background-image: url(../img/key_visual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contentsInside {
    height: 100%;
    position: relative;
}

.contentsInside > .key_visual_inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

div#key_left{
    width: 100%;
    color: #FFF;
}

div#key_left h1{
    font-size: 2.45em;
    font-weight: bolder;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5)
}

div#key_left h1 span {
    font-size: 1.75em;
    margin: 0 3px;
    line-height: 120%;
}

div#key_left p{
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
}

div#key_left ul#list01{
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    margin:20px 0 15px 0;
    border-spacing: 3px;
}

div#key_left ul#list01 {
    width: 70%;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
}

div#key_left ul#list01 li{
    padding: 0 10px;
}

div#key_left ul#list01 li figure img {
    width: 100%;
}

div#key_left ul#list01 li:last-child {
    margin-right: 0;
}

div#key_left ul#tel_box {
    margin-top: 40px;
}

div#key_left ul#tel_box li{
    margin: 0 auto;
    width:70%;
    text-align:center;
    display: block;
    border: 2px solid #666;
    background-color:#ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 10px;  
    color:#666;
    font-weight:bold;
    font-size:1.25em;
}

section#key_visual div#actionArea{
    margin: 30px auto 20px auto;
    width: 80%;
    padding: 20px;
    border: 1px solid #FFF;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}

section#key_visual div#actionArea h2 {
    margin-bottom: 5px;
    color: #666;
    text-align: center;
    padding: 5px 0;
    font-size: 1.35em;
}

section#key_visual div#actionArea ul{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px 30px 20px;
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
}

section#key_visual div#actionArea li {
    width: 47.5%;
}

section#key_visual div#actionArea li a{
    display: block;
    width: 100%;
    height: 53px;
    line-height: 53px;
    background-color: #e14f35;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;      
}
section#key_visual div#actionArea li a:hover{
    background-color: #DA7A68;
}

section#key_visual div#actionArea dl {
    color: #666;
    padding: 20px 10px 5px 10px;
    border-top: 1px solid #666;
}

section#key_visual div#actionArea dl dt {
    display: inline-block;
    font-size: 1.85em;
    font-weight: bolder;
    margin-right: 15px;
}

section#key_visual div#actionArea dl dd {
    display: inline-block;
}

div#key_right{
    width: 270px;
    text-align: center;
    vertical-align: middle;
    padding-top:50px;
}
div#key_right a:hover img{
    opacity: 0.8;
}

div#key_bottom ul{
    width: 100%;
    color: #FFF;
    display: table;
    font-size: 0.85em;
}
div#key_bottom ul li{
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
}
div#key_bottom ul li img{
    vertical-align: bottom;
}
div#flowImage{
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
/*countdown*/
div#countdown{
    width: 100%;
    margin: 0 auto 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;        
    text-align: center;
    background-color: #ddd;
    padding: 15px 0;
}
p.showCountDown{
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.25em;
    color: #E14F35;
    text-shadow: 1px 1px 1px #CCC;
}

/*------------------------------------------------------------------------------
flow
------------------------------------------------------------------------------*/
#flow {
    background-color: #e1e7eb;
    padding: 80px 0;
}

#flow h1 {
    text-align: center;
    font-size: 1.8em;
}

#flow ol {
    list-style: none;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #FFF;
}

#flow ol li {
    width: 25%;
}


#flow ol li section {
    position: relative;
}

#flow ol li section::before {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    color: #FFF;
}

#flow ol li section::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#flow ol li section p {
    color: #1e91d1;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: center;
}

#flow ol li section h4 {
    border: 2px solid #1e91d1;
    background: #1e91d1;
    color: #FFF;
    border-radius: 5px;
    margin: 0 15px;
    text-align: center;
    padding: 5px;
    font-size: 1.25em;
}

#flow ol li section ul {
    padding: 15px;
}

#flow ol li section ul li {
    width: 100%;
}

#flow ol li section ul li small {
    font-size: 0.85em;
}

#flow ol li:first-child section::before {
    content: 'STEP01';
    background-color: #c7e3f3;
}

#flow ol li:nth-child(2) section::before {
    content: 'STEP02';
    background-color: #8ec8e8;
}

#flow ol li:nth-child(2) section::after {
    border-style: solid;
    border-color: transparent transparent transparent #c7e3f3;
    border-width: 20px 0 20px 20px;
}

#flow ol li:nth-child(3) section::before {
    content: 'STEP03';
    background-color: #56addd;
}

#flow ol li:nth-child(3) section::after {
    border-style: solid;
    border-color: transparent transparent transparent #8ec8e8;
    border-width: 20px 0 20px 20px;
}

#flow ol li:nth-child(4) section::before {
    content: 'STEP04';
    background-color: #1e91d1;
}

#flow ol li:nth-child(4) section::after {
    border-style: solid;
    border-color: transparent transparent transparent #56addd;
    border-width: 20px 0 20px 20px;
}


#flow .flow_btm {
    width: calc(100% - 40px);
    height: 31px;
    position: relative;
    background: #1e91d1;
    color: #FFF;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

#flow .flow_btm::after {
    content: '';
    display: block;
    position: absolute;
    right: -31px;
    top: -50%;
    border-style: solid;
    border-color: transparent transparent transparent #1e91d1;
    border-width: 31px 0 31px 31px;
}

#flow .flow_btm + ul {
    margin-top: 5px;
}

#flow .flow_btm + ul small {
    font-size: 0.85em;
}


/*------------------------------------------------------------------------------
service
------------------------------------------------------------------------------*/
section#service{
    width: 100%;
    padding: 80px 0;
    border-top: 1px solid #CCC;
    margin-top: 95px;
}

section#service h1{
    text-align: center;
    font-size: 1.8em;
}

section#service p{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;    
}

section#service ul#serviceList{
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 3px;
}

section#service ul#serviceList li{
    display: table-cell;
    background-color: #FFF; 
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
}

section#service ul#serviceList li section h1{
    font-size: 1.0em;
    margin-top: 25px;
}
section#service ul#serviceList li section p{
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

/*------------------------------------------------------------------------------
point
------------------------------------------------------------------------------*/
section#point{
    width: 100%;
    padding: 80px 0;
}

section#point h1{
    text-align: center;
    font-size: 1.8em;
}

section#point p{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

/*------------------------------------------------------------------------------
example
------------------------------------------------------------------------------*/
section#example{
    width: 100%;
    padding: 80px 0;
    border-top: 1px solid #CCC;
}

section#example h1{
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 40px;
}

section#example figure {
    margin-bottom: 40px;
}

section#example p{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;    
}

ul#exampleList{
    display: table;
}

ul#exampleList li{
    display: table-cell;
}

ul#exampleList li section ul li{
    display: list-item;
    padding-left: 35px;
    font-size: 0.85em;
}

ul#exampleList li section p{
    text-align: left;
    font-weight: bolder;
}

div#example02{
    width: 100%;
}

div#example02 p{
    margin-top: 50px;
    width: 100%;
}

/*------------------------------------------------------------------------------
tableList
------------------------------------------------------------------------------*/
section#TableList{
    width: 100%;
    padding: 80px 0;
    background-color: #e1e7eb;
}
section#TableList h1{
    text-align: center;
    font-size: 1.8em;
}
section#TableList table{
    width: 100%;
    margin-top: 75px;
    border-collapse: collapse;
}
section#TableList table thead{
    background-color: #707476;
    color: #FFF;
}
section#TableList table thead td{
    font-weight: bolder;
}
section#TableList table tbody{
    background-color: #FFF;
}
section#TableList table tbody th{
    font-weight: bolder;
    background: #F2F2F2;    
}
section#TableList table th,
section#TableList table td{
    font-size: 1.1em;
    font-weight: normal;
    border: solid 1px #CCC;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}
section#TableList table td.special{
    background-color: #FDFDE3;
}
section#TableList table td span{
    margin-right: 5px;
    padding: 2px 5px;
    background-color: #e14f35;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 0.85em;  
}
.borderNB{
    border-bottom: none !important;
}
.borderNT{
    border-top: none !important;
}
.borderNL{
    border-left: none !important;
}
.borderNR{
    border-right: none !important;
}


/*------------------------------------------------------------------------------
service
------------------------------------------------------------------------------*/
section#service01{
    width: 100%;
    padding: 80px 0;
}
section#service01 h1{
    text-align: center;
    font-size: 1.8em;
}
section#service01 p{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;    
}
section#service01 p.imgArea{
    text-align: center;
    width: 100% !important;
}
div#service01_02{
    width: 100%;
}
div#service01_02 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

div#service01_02 ul li{
	width: 32%;
	background-color: #e1e7eb;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 2px;
}

div#service01_02 ul li h1 {
    text-align: left;
    font-size: 1.35em;
    color: #1e91d1;
    margin-bottom: 5px;
}

div#service01_02 ul li p{
	width: 100%;
    text-align: left;
    margin: 0;
}

section#service02{
    width: 100%;
    padding: 80px 0;
    background-color: #e1e7eb;
}
section#service02 h1{
    text-align: center;
    font-size: 1.8em;
}
section#service02 p{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;    
}
div#service02_01{
    width: 100%;
    margin-bottom: 40px;
}

div#service02_01 ul li {
    margin-bottom: 40px;
}

div#service02_01 ul li:last-child {
    margin-bottom: 0;
}

div#service02_01 figure {
    margin-right: 60px;
}

div#service02_01 section {
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

div#service02_01 section h1 {
    font-size: 1.6em;
    text-align: left;
}

div#service02_01 section p {
    text-align: justify;
    margin: 20px 0 0 0;
    width: 100%;
}

div#service02_01_L{
    display: table-cell;
    width: 50%;
}
div#service02_01_R{
    display: table-cell;
    width: 50%; 
    vertical-align: middle;
}
div#service02_01_R h1{
    text-align: left;
    font-size: 1.8em;
}
div#service02_01_R p{
    text-align: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;    
}

/*------------------------------------------------------------------------------
security
------------------------------------------------------------------------------*/
section#security {
	width: 100%;
	padding: 80px 0;
}

section#security h1 {
	text-align: center;
	font-size: 1.8em;
}

section#security ul {
	margin-top: 30px;
}

section#security ul li {
	margin-bottom: 40px;
}

section#security ul li:last-child {
	margin-bottom: 0;
}

section#security ul li section {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

section#security ul li section figure {
    background: #fafafa;
    margin-top: 0;
    margin-right: 30px;
    padding: 30px;
    border-radius: 10px;
}

section#security ul li section div h3 {
	font-size: 1.25em;
	margin-bottom: 15px;
}

section#security ul li section div p {
    text-align: justify;
}


/*------------------------------------------------------------------------------
company
------------------------------------------------------------------------------*/
section#company {
	width: 100%;
	padding: 80px 0;
	padding-bottom: 75px;
    background-color: #e1e7eb;
}

section#company h1{
	text-align: center;
	font-size: 1.8em;
}

section#company h1 + p {
	text-align: center;
	margin-top: 30px;
}

section#company .contentsInsideBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

section#company .contentsInsideBox figure {
    width: 50%;
    margin-top: 0;
    text-align: center;
}

section#company .contentsInsideBox figure img {
	background-color: #FFF;
	border-radius: 5px;
}

section#company .contentsInsideBox div {
    width: 50%;
}

section#company .contentsInsideBox div dl {
	display: flex;
	flex-wrap: wrap;
}

section#company .contentsInsideBox div dl dt {
    width: 25%;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}

section#company .contentsInsideBox div dl dt:nth-last-child(2) {
	border-bottom: none;
}

section#company .contentsInsideBox div dl dd {
	width: 75%;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}
section#company .contentsInsideBox div dl dd:last-child {
	border-bottom: none;
}

/*------------------------------------------------------------------------------
atention
------------------------------------------------------------------------------*/
section#atention{
    width: 100%;
    padding: 75px 0;
}
div#atention01 {
    width: 660px;
    margin: 0 auto;
    border: solid 1px #CCC;
    padding: 15px;
}
div#atention01 ul li{
    list-style: disc;
    list-style-position: inside;
    font-size: 0.9em;
}

/*------------------------------------------------------------------------------
flow
------------------------------------------------------------------------------*/
div#backTop{
    text-align: right;
}
div#backTop p a{
    text-decoration: underline;
    color: #1E91D1;
}
div#backTop p a:hover{
    text-decoration: none;
    color: #7EB1CD;
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
footer{
    background-color: #999ea5;
    color: #FFF;
}
div#footer01{
    clear: both;
    overflow: hidden;
    font-size: 0.85em;
}
div#footer01 ul{
    float: left;
    display: table;
    border-spacing: 10px;
}
div#footer01 ul li{
    display: table-cell;

}
div#footer01 p{
    float: right;
    line-height:40px; 
}
div.footer_subMenue{
    width: 980px;
    margin: 10px auto;
}
div.footer_subMenue ul{
    display: table;
    border-spacing: 20px 0;
}
div.footer_subMenue li{
    display: table-cell;
}
div.footer_subMenue li a:link{
    text-decoration: underline;
    color: #551A8B;
}
div.footer_subMenue li a:hover{
    text-decoration: none;
}
/*------------------------------------------------------------------------------
form
------------------------------------------------------------------------------*/
section#form{
    width: 100%;
    padding: 95px 0;
}
section#form h1{
    text-align: center;
    font-size: 1.8em;
}
section#form p{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;    
}
section#form p span{
    padding: 5px 10px;
    background-color: #1E91D1;
    line-height: 55px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;    
}
div#formNav ul{
    display: table;
    table-layout: fixed;
    width: 80%;
    border-bottom: solid 1px #CCC;
    margin-bottom: 50px; 
    margin:  0 auto;
}
div#formNav li{
    color: #CCC;
    display: table-cell;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    padding-bottom: 25px;
}
div#formNav li.active{
    color: #1E91D1;
}
section#form table{
    width: 870px;
    margin:  0 auto;
    margin-bottom: 75px;
    margin-top: 25px;
    border-spacing: 10px;
}
section#form table thead th{
    border-bottom: dotted 1px #CCC;
}
section#form table th,
section#form table td{
    font-size: 0.9em;
    vertical-align: middle;
    padding: 15px 0;
}
section#form table th{
    width: 250px;
    text-align: left;
}
section#form table td{
    width: 620px;
    text-align: left;
}
section#form table td a{
    text-decoration: underline;
}
section#form table td a:hover{
    text-decoration: none;
}
section#form table td input,
section#form table td textarea{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #CCC;
    padding: 5px 10px;
}

section#form table tbody tr th span.hissu{
    background: #E14F35;
    padding: 2px 5px;
    color: #FFF;
    margin: 0 5px;
    font-size: 0.85em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
}

section#form table td ul.kojin_houjin{
    clear: both;
}
section#form table td ul.kojin_houjin li{
    float: left;
    margin-right: 25px;
}
span.text2{
    color: #E14F35;
    line-height: 35px;
    font-size: 0.85em;
}

div#thankyou{
    width: 76%;
    margin: 0 auto;
    border: solid 1px #CCC;
    padding: 15px;
    margin-top: 35px;
}
div#thankyou a{
    text-decoration: underline;
}
div#thankyou a:hover{
    text-decoration: none;
}


div#examination{
    font-size: 0.8em;
    width: 70%;
    border: solid 1px #CCC;
    padding: 5px 10px;
    margin: 0 auto;
    margin-top: 45px;
}
div#examination dt{
    font-weight: bold;
    margin-bottom: 10px;
}
div#examination dd{
    margin-bottom: 10px;
}
div#examination dd li.title{
    font-weight: bolder;
}
div#examination dl dd ul li　a:link {
    text-decoration: underline !important;
}
div#examination dl dd ul li a:hover{
    text-decoration: none !important;
}

/*------------------------------------------------------------------------------
actionTab
------------------------------------------------------------------------------*/
div.actionTab{
    width: 525px;
    margin: 0 auto;
}
div.actionTab ul.action_Top{
    display: table;
    border-spacing: 5px;
}
div.actionTab ul.action_Top li{
    display: table-cell;
}
div.actionTab ul.action_Top li a,
div.actionTab ul.action_Top li input{
    display: table-cell;
    width: 255px;
    height: 63px;
    line-height: 63px;
    margin-right: 20px;
    background-color: #e14f35;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold; 
    border:none;   
}
div.actionTab ul.action_Top li.back a{
    display: table-cell;
    width: 255px;
    height: 63px;
    line-height: 63px;
    margin-right: 20px;
    background-color: #CCC;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;    
}

div.actionTab ul.action_Top li a:hover,
div.actionTab ul.action_Top li input:hover{
    background-color: #DA7A68;
}
div.actionTab ul.action_Top li.back a:hover{
    background-color: #E4E4E4;
}
div.actionTab ul.action_Bottom{
    margin: 25px 0 25px 0!important;
    text-align: center;
}
div.actionTab ul.action_Bottom li.phone_message{
    font-size: 1.5em;
    font-weight: bolder;
}
div.actionTab ul.action_Bottom li.phone{
    font-size: 2.5em;
    color:#e14f35;
    font-weight: bolder;
}

/*------------------------------------------------------------------------------
important
------------------------------------------------------------------------------*/
td.important{
background: #F7F5E0;
padding: 20px !important;
}

td.important label{
    color: red !important;
    font-weight: bold!important;
}

div.shinsa{
    width: 600px;
    margin: 0 auto;
}
div.shinsa h3{
    border-left: solid 6px #1E91D1;
    padding-left: 10px;
    color: #1E91D1;
}
div.textShinsa p{
    text-align: left !important;
    width: 100% !important;
    font-weight: bold;
    margin-bottom: 0 !important;
}
div.textShinsa02 p{
    text-align:  left !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    border: solid 1px #CCC;
    padding: 5px;
    font-size: 0.8em;

}
p.btSinsa a{
width: 280px;
height: 63px;
line-height: 63px;
margin-right: 20px;
background-color: #e14f35;
text-align: center;
color: #FFF;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-size: 1.1em;
font-weight: bold;
padding: 15px;
color: #FFF;
}

div.textShinsa03{
    text-align:  left !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    font-size: 0.8em;

}
div.textShinsa03 p{
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px !important;
}
div.textShinsa03 li{
    list-style-type: square;
}
div.textShinsa03 dl{
    margin-bottom: 15px;
}
div.textShinsa03 dt{
    font-weight: bold;
    font-size: 1.2em;
}
/***************************************************************************************************************************
LightBox-Panel
***************************************************************************************************************************/
div#lightbox-panel{ 
    display: none;
    position: fixed;
    top: 35%;
    left: 42%;
    width: 724px;
    margin: -80px 0 0 -250px;
    background: #F6F6F6;
    color: black;
    text-align:
    center;
    z-index: 100000;
    /* border-radius */
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
div#lightbox-inside{ padding: 10px; overflow: hidden; clear: both; }

div#lightbox-panel span#close-panel{ background-image: url("../img/close.png")!important; background-repeat: no-repeat; padding: 32px; position: relative; left: 51%; background-position-y: 10px; cursor: default; }

div#lightbox-panel h3{ font-size: 1.4em; font-weight: bold; margin : 15px 0; color: #575757; }

div#lightbox-panel ul{ width: 80%; margin: 0 auto; }

div#lightbox-panel textarea{ margin: 15px 0; max-width: 100%; min-width: 100%; max-height: 160px; min-height: 160px; overflow: auto; }
/* Lightbox表示時に背景を黒に */
div#BlackWindow{ display:none; background:black; opacity:0.7;/*黒地の背景の調整はこの数値で調整*/ filter:alpha(opacity=70);/*黒地の背景の調整はこの数値で調整*/ position:fixed; top:0px; left:0px; min-width:100%; min-height:100%; z-index:10000;}
li.moviebtn{
    margin-bottom: 25px;
}
li.moviebtn a{
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 22px;
    line-height: 1.6;
    height: 60px;
    background: #ef7f1a;
    color: #fff;
    text-align: center;
    line-height: 60px;
    padding: 0 15px;
    margin-top: 25px!important;
    text-decoration: none;
}
li.moviebtn a:hover{
  text-decoration: underline;
  background-color: #F9973F;
}

/*******************************
link to cat lp
**********************************/
div#shop_card{
    margin-bottom: 25px;
}
div#shop_card a{
    font-size: 1.25em;
    color: #1F9ADE;
    text-decoration: underline;
}
div#shop_card a:hover{
    text-decoration: none;
}

/*******************************
thankyou_youcanbookme
**********************************/
.thankyou_youcanbookme p{
        width:50%!important;
        float:left;
        text-align:left!important;
        font-size:1em!important;
        line-height:2em;
        margin-left:20px;
        color: #1d90cf;
        padding: 15px 0;}
.thankyou_youcanbookme div{
        width:45%;
        float:right;
        margin-top:20px;
        margin-right:10px;}
.thankyou_youcanbookme div img{
        width:100%;
        margin-top:10px;}
}




}