﻿@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, th {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0; word-wrap: break-word;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
section:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.clear { clear:both; line-height:0; height:0; margin:0; padding:0;}
.clear:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  margin:2px;
}

p { margin:0; padding:0; }

button.btncp {display:inline-block; padding:4px 6px; margin:0px 2px; text-align:center; background-color:#B80434; color:#fff;}
button.btncp:hover { opacity:0.6; cursor:pointer; color:#fff;}
input.foo { width:80%; }

@media only screen and (max-width: 1200px){
input.foo { width:50%; }
}

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

html {
	overflow-x : hidden;
	overflow-y : auto;
}
html, body, td {
	font-size: 1em;
	line-height: 160%;
	color:#666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
* + html body {
	font-family:sans-serif, "Meiryo";
}

a {
	color:#B80433;
	text-decoration:none;
}
a:hover {
	opacity:0.7;
	text-decoration:none;
}

.a_wt {
	color:#fff;
	text-decoration:none;
}
.a_wt:hover {
	color:#fff;
	text-decoration:none;
}

.alignimg-l {
	margin-right:20px;
	margin-bottom:20px;
	width:35% !important;
}
@media only screen and (max-width: 960px){
.alignimg-l {
	margin-right:20px;
	margin-bottom:20px;
	width:50% !important;
}
}
@media only screen and (max-width: 640px){
.alignimg-l {
	margin-right:20px;
	margin-bottom:20px;
	width:100% !important;
}
}

.btn {display:inline-block; min-width:100px; padding:7px 24px; margin:12px auto; text-align:center; background-color:#B80434; color:#fff; border-radius:5px}
/*.btn2 {display:inline-block; min-width:100px; padding:15px 24px; margin:0 auto 12px auto; text-align:center; background-color:#fff; color:#B80434; border:#B80434 1px solid;}
.btn3 {display:inline-block; min-width:100px; padding:15px 24px; margin:0 auto 12px auto; text-align:center; background-color:#FFE7EE; color:#FC5684;}
.btn3-1 {display:inline-block; min-width:100px; padding:15px 10px; margin:0 auto 12px auto; text-align:center; background-color:#FFE7EE; color:#FC5684;}

.btn:hover { opacity:0.6; cursor:pointer; color:#fff;}
.btn2:hover { opacity:0.6; cursor:pointer; color:#B80434; background-color:#E0C0C9;}
.btn3:hover { opacity:0.6; cursor:pointer; color:#FC5684;}

.btn.btn-small {padding:6px 20px !important; min-width:30px; border-radius:8px;}
.btn.btn-large {padding:10px 36px; min-width:300px; font-size:1em;}

.btnwd { min-width:100% !important;}
*/
.red{color:#B80433}
.blue{color:#154f8e}
.gold{color:#BE7D17}
.brown{color:#220F05}
.green{color:#89c997}
.pink{color:#FC5684}
.lpink{color:#FFE7EE}
.bj {color:#F7F6E7}
.black {color:#000}

hr {
	border: 0;
	border-top: 1px dashed #154f8e;
	margin:15px auto !important;
	clear:both;
}
hr.hr1 {
	border: 0;
	border-top: 2px solid #154f8e;
	margin:15px auto !important;
	clear:both;
}
hr.hr2 {
	border: 0;
	border-top: 1px solid #FC5684;
	margin:1px auto 15px auto !important;
	clear:both;
}

.imgsp {margin:5px;}


.no-pg {
	padding: 0;
}
.no-mg {
	margin:0;
	}

.sp10 {height:10px !important}
.sp15 {height:15px !important}
.sp20 {height:20px !important}
.sp30 {height:30px !important}
.sp50 {height:50px !important}

.spt10 {margin-top:10px !important}
.spt20 {margin-top:20px !important}
.spt30 {margin-top:30px !important}
.spt50 {margin-top:50px !important}
	
	.pd_15 {padding:15px !important}
	.pd_25 {padding:25px !important}
	.pd_50 {padding:50px !important}
	.mg_t10 {margin-top:10px !important}
	.mg_10 {margin:10px !important}
	.mg_25 {margin:25px !important}
	.mg_50 {margin:50px !important}

.spb10 {margin-bottom:10px !important}
.spb20 {margin-bottom:20px !important}
.spb30 {margin-bottom:30px !important}

a img:hover {opacity:0.6;}

.tx_lt { text-align:left !important;}
.tx_ct { text-align:center !important;}
.tx_rt { text-align:right !important;}
.ct { text-align:center; margin-left: auto !important; margin-right:auto !important;}
.pccenter { text-align:center !important}
@media only screen and (max-width: 640px){
.pccenter { text-align:left !important}
}

.fs{font-size: 85%; text-decoration: none; line-height: 160%;}
.fn{font-size: 100%; text-decoration: none; line-height: 160%;}
.fm{font-size: 115%; text-decoration: none; line-height: 160%;}
.fl{font-size: 130%; text-decoration: none; line-height: 160%;}
.fll{font-size: 160%; text-decoration: none; line-height: 160%;}

h1 {font-size:330%; text-decoration: none; line-height: 140%;}
h2 {font-size:300%; text-decoration: none; line-height: 140%;}
h3 {font-size:240%; text-decoration: none; line-height: 140%;}
h4 {font-size:130%; text-decoration: none; line-height: 140%;}

h4.title { border-left:#154f8e 6px solid; font-weight: bold; color:#154f8e; padding-left:10px; margin-bottom:5px;}
.mi { border-left:#666 5px solid; padding-left:10px; text-align:left;}


@media only screen and (max-width: 640px){
h1 {font-size:200%; text-decoration: none; line-height: 110%;}
h2 {font-size:320%; text-decoration: none; line-height: 110%;}
h3 {font-size:240%; text-decoration: none; line-height: 140%;}
h4 {font-size:120%; text-decoration: none; line-height: 140%;}

.page h1 {font-size:180% !important; text-decoration: none; line-height: 110%;}
.page h2 {font-size:160% !important; text-decoration: none; line-height: 110%;}
.page h3 {font-size:140% !important; text-decoration: none; line-height: 120%;}
.page h4 {font-size:120% !important; text-decoration: none; line-height: 120%;}
.page .fll{font-size: 140%; text-decoration: none; line-height: 120%;}
}


.box1{ padding:15px; background-color:#666; color:#FFF; border-radius:8px}
.box2{ padding:0 0 0 15px; border-left:#B80434 1px solid;}
.box3{ padding:15px; border:#B80434 1px solid; overflow:auto;}
.box4{ background-color:#F7F6E7; border-radius:20px; padding:20px; margin-top:20px}
.box5{ padding:3px 15px; margin-bottom:15px; background-color:#FC5684; color:#fff}

.en01 {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 40px;/* width,heightの半分 */
	-moz-border-radius: 40px;
	border-radius: 40px;
	background-color: #B80434;/* 円の色 */
	text-align:center;
	padding-top:30px;
	color:#FFF;
}

.en02 {
	background:url(img/en02.png) no-repeat 50% center;
	background-size:cover;
	width:100%;
	padding:15px 0;
}

.st01 {
	background-color:#FFE7EE;
	padding:1px 5px;
	font-size:110%;
	line-height:200%;
}



/* カラム -------------------------------------------------------------- */

html, body {
	height:100%;
	background-color:#fff;
}

#all, #page {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
}

.wrapper {
	width:100%;
}



/* wrapper背景　----------------------------------------------------------------- */
.bg_head { background:url(../img/bg_head.jpg) repeat-x;}
@media only screen and (max-width: 640px){
.bg_head { background:url(../img/bg_head_s.jpg) repeat-x;}
}

/* トップメイン -------------------------------------------------------------- */

.blinking{
	color:#F00;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.logo { width:319px !important}
@media handheld, only screen and (max-width: 479px) {
.page .logo { width:150px !important}
}



/*-----------------------------------------------------------------　中ページフォーマット*/

.num {
	text-align:right;
	font-size:80%;
	margin-top:50px;
}
.que {
	border:1px solid #CCC;
	padding:50px 10px;
}
.ans {
	width:30%;
	margin:40px auto;
}

@media only screen and (max-width: 960px){
.num {
	margin-top:25px !important;
}
.que {
	border:1px solid #CCC;
	padding:25px 10px;
}
.ans {
	width:80%;
	margin:15px auto;
}
}

.kekka {
	border-top:3px solid #B80433;
	border-bottom:3px solid #B80433;
	padding:20px 10px;
}
	
/* ----------------------------------------------- ページ右下ナビゲーション　*/
.fixbtn {
    position: fixed;
    z-index: 1500;
}
#totop {
    right: 10px;
    bottom: 6px;
}
#totop a {
	float:right;
	display: block;
	background-color: #ccc;
	color:#333;
	padding: 10px;
	font-size: 85%;
	text-align: center;
	margin: 0 2px 10px 0;
	border-radius: 6px;
}
#totop a.a1 {
	margin: 0 1px 10px 0 !important;
	border-radius: 10px 0 0 10px !important;
}
#totop a.a2 {
	margin: 0 10px 10px 0 !important;
	border-radius: 0 10px 10px 0 !important;
}
#totop a:hover {
	background-color: #333;
	color:#ccc;
	text-decoration:none;
}


/* フッタ ---------------------------------------------------------------*/
.copy {
	padding:0;
	margin:50px 0 20px 0;
}
@media only screen and (max-width: 960px){
.copy {
	padding:0;
	margin:20px 0 0px 0;
}
}

/* ページ --------------------------------------------------------------------- */

.smenu ul {
	margin:10px 0 15px 0;
}
.smenu li {
	padding:5px 0 3px 15px;
	border-bottom:#CCC 1px solid;
	color:#ccc;
}
.smenu li a {
	color:#555;
}
.smenu li a:hover {
	color:#B80434;
}

#pan {
	font-size:80%;
	margin-bottom:15px;
}
#pan a {
	color:#1F0C05;
	text-decoration:underline;
}
#pan a:hover {
	color:#F60;
	text-decoration:none;
}

.pnavi {
	text-align:center;
	border-bottom:#AAA dotted 1px;
	line-height:250%;
}
.pnavi a {
	text-decoration:none;
	color:#1F0C05;
}
.pnavi a:hover, .pnavi .on {
	text-decoration:underline;
	color:#BE7D17;
}



.table01 td {
	border-collapse: collspse;
	border:1px solid #CCC;
	padding:10px;
}
.table01 th {
	border-collapse: collapse;
	border:1px solid #CCC;
	padding:10px;
	background-color:#EFEFEF;
	text-align:left;
}


div.ytwrap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 100%;
overflow: hidden;
border:#CCC 1px solid;
margin:15px 0;
}

div.ytwrap iframe {
position: absolute ;
top: 0 ;
left: 0 ;
height: 100% ;
width: 100% ;
}

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
    width: 100% !important;
	background-color:#FFF;
}


div.tbcell ul {
	width:500px;
	margin:0 auto;
	text-align:left !important;
	}
div.tbcell li:nth-child(odd) {
	display:table-cell;
	padding:20px;
	min-width:100px;
	font-weight:bold;
}
div.tbcell li:nth-child(even) {
	display:table-cell;
	padding:20px;
}

div.w80p ul { width:80% !important}
div.w80p li:nth-child(odd){
	 min-width:80px !important;
	 padding:0 !important;
	 }
	 
div.w100p ul { width:100% !important}
div.w100p li:nth-child(odd) {
	 max-width:80px !important;
	 padding:0 !important;
	 }

.ytb { width:560px; height:315px; }


.popup div {
	}
.popup div a img {
	margin-bottom:5px;
	}



#sample4 label {
  white-space: nowrap;
  margin-left:5px;
  margin-right:10px;
}



/*フォーム----------------------------------------------------------------------------------*/
.Form {
 width: 90% !important;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 10px;
  }
}

.Form-Itemtop {
  border-bottom: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
.Form-Itemtop {
  flex-wrap: wrap;
}
.Form-Item-select-set {
	margin-top:18px;
}
}

.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
    flex-wrap: wrap;
  align-items: center;
  margin-left: 42px;
 padding-right: 42px;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 20px;
  margin-left: 42px !important;
}
.Form-Item-Label2 {
  width: 100%;
  float: left;  
  max-width: 550px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  margin-left: 42px !important;
display: contents;
}


@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 4px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  line-height:32px !important;
  display: inline-block;
  text-align: center;
  background: #154f8e;
  color: #fff;
  font-size: 11px;
  margin-left: -42px !important;
  margin-bottom: -4px !important;
}

/*

.Form-Item-Label-Required {
  border-radius: 4px;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 32px;
  line-height:32px !important;
  display: inline-block;
  text-align: center;
  background: #154f8e;
  color: #fff;
  font-size: 11px;
  margin-left: -42px !important;
  margin-bottom: -4px !important;
}
*/

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
  }
}
.Form-Item-Input {
  border-radius: 6px;
  margin-left: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 32px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 17px;
}

.Form-Item-select {
  border-radius: 6px;
  margin-left: 10px;
  padding-left: 0.3em;
  padding-right: 0.3em;
  height: 32px;
  flex: 1;
  max-width: 70px;
  background: #eaedf2;
  font-size: 16px;
}

.Form-Item-select2 {
  text-align: right;
  margin-left: auto;
  border-radius: 6px;
  margin: 0 0 0 10px !important;
  padding-left: 0.1em;
  padding-right: 0.1em;
  height: 32px;
  flex: 1;
  max-width: 170px;
  background: #eaedf2;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
.Form-Item-select2 {
	margin-top:6px !important;
	}
}


.Form-Item-select3 {
  border: 1px solid #dddt;
  text-align: right;
  margin-left: auto;
  border-radius: 6px;
  margin: 0 0 0 10px !important;
  padding-left: 0.1em;
  padding-right: 0.1em;
  height: 32px;
  flex: 1;
  max-width: 360px;
  background: #eaedf2;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
.Form-Item-select3 {
	margin-top:6px !important;
	}
}








@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 32px;
    flex: inherit;
    font-size: 16px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;

  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #154f8e;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}





/*-----------------------------------------------------------------------------------1200px以上*/

.contents {
	max-width: 1200px;
	margin: 0 auto;
}
.contents2 {
	max-width: 1000px;
	margin: 0 auto;
}


a.imglink {width:517px;
text-align:center;
margin:0 auto !important;}

.pc { display:inherit !important;}
.sm { display:none !important}
.link_sm { display:none !important}

.sm1200 { display:none; position:relative !important; z-index:9999999 !important; margin-top:50px;}
.sm640 { display:none; }
.sm480 { display:none; }
.sm320 { display:none; }


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

@media handheld, only screen and (max-width: 960px) {

.pc { display:none !important}
.sm { display:inherit !important}

.smcenter { text-align:center !important;} 

h2 { font-weight:bold; font-size:23px; line-height:130%;}
h3 { font-weight:bold; font-size:16px; line-height:130%;}

.contents, .contents2 {
	width:90%;
	/*margin:0 auto !important;*/
}




/*-----------------------------------------------------------------　中ページフォーマット*/
#page #head {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
}

#head ul#head_bt, #footer ul#head_bt {
	margin:0 auto;
	padding:0;
	width:100% !important;
	height:auto;
	text-indent:0;
}
#head ul#head_bt li, #footer ul#head_bt li {
	font-size:80%;
	line-height:120%;
	vertical-align:middle !important;
	float:left;
	width:18.1% !important;
	min-height:30px !important;
	list-style-type: none;
	overflow: hidden;
	margin:0.4%;
	background-color:#89c997;
	border-radius:8px;
	display: -webkit-box; /* safari, Chrome */
	display: -moz-box;    /* Firefox */
	display: -o-box;      /* Opera */
	display: -ms-box;     /* IE */
	display: box;         /* ベンダープレフィックスなし */
	-webkit-box-align: center; /* safari, Chrome */
	-moz-box-align: center;    /* Firefox */
	-o-box-align: center;      /* Opera */
	-ms-box-align: center;     /* IE */
	box-align: center;         /* ベンダープレフィックスなし */
}
#head ul#head_bt li:last-child, #footer ul#head_bt li:last-child {
	margin-right:0px !important;
}
#head ul#head_bt a, #footer ul#head_bt a {
	color:#FFF;
	font-size:12px;
	line-height:120%;
	background-image:none;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	padding:10px;
	height:auto;
	width:100% !important;
	margin: 0px;
}
#head ul#head_bt li:hover, #head ul#head_bt a:hover, #footer ul#head_bt li:hover, #footer ul#head_bt a:hover {
	background-color:#CCC;
	color:#220F05;
}

#hoge {
    overflow:auto;/*Androidは強制的にhidden的な挙動になる*/
    width:620px;
    height:230px;
}

a.imglink {width:100%}

#page .wrapper {
	padding-top:80px;
}

div.tbcell ul {
	width:90%;
	}
div.tbcell li:nth-child(odd) {
	display:block;
	padding:20px 0 0 20px;
}
div.tbcell li:nth-child(even) {
	display:block;
	padding:20px;
}

.ytb { width:100% !important; }

.tabledl {
	width: 95%;
	text-align:left !important;
	margin-left:0 !important;
	padding-left:0 !important;
}
.tabledl dt, .tabledl dd {
	display:block !important;
	width:100% !important;
}
.tabledl dt {
	margin-bottom:0 !important;
	text-align:left !important;
}

}

@media handheld, only screen and (max-width: 639px) {
.sm640 { display:inherit !important}
.pc640 { display:none !important}
}

@media handheld, only screen and (max-width: 479px) {

.sm480 { display:inherit !important}

#head ul#head_bt li {
	width:19% !important;
	min-height:50px !important;
	font-size:80%;
	line-height:120%;
	vertical-align:middle !important;
}
#head ul#head_bt a {
}

a.imglink { width:100%;}


#all .rslides { display:block; margin-top:180px !important; }
.slide_all {width: 100%; margin: 0 auto; height: 180px; position: absolute; top:0px;}
.slide_all #logo {width:50%; position:absolute;left:0px;top:5px;z-index:3;}


#head {
}

#head ul#head_bt li, #footer ul#head_bt li {
	min-height:30px !important;
}
#head ul#head_bt a, #footer ul#head_bt a {
	padding:8px 2px;

}
#head ul#head_bt li:nth-child(1), #head ul#head_bt li:nth-child(2), #footer ul#head_bt li:nth-child(1), #footer ul#head_bt li:nth-child(2) {
	width:48% !important;
}
#head ul#head_bt li:nth-child(3), #head ul#head_bt li:nth-child(4), #head ul#head_bt li:nth-child(5), #footer ul#head_bt li:nth-child(3), #footer ul#head_bt li:nth-child(4), #footer ul#head_bt li:nth-child(5) {
	width:32% !important;
}
#head ul#head_bt li:last-child, #footer ul#head_bt li:last-child {
	margin-right:0px !important;
}

#page .wrapper {
	padding-top:90px;
}

}


/*-----------------------------------------------------------------　テーブル*/


table.company {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.7;
	border-top: 1px solid #ccc;
}
table.company th {
	width: 200px;
	padding: 15px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
color:#B80434;
text-align: right;
}
table.company td {
	padding: 15px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.cell3 {
	margin:5px 0px 5px 0px;
	border-collapse:collapse;
}
.cell3 td {
	padding:10px;
	border:solid #CCC 1px;
}
.cell3 td td {
	padding:0 !important;
	border:none !important;
}
.cell3 .data {
	margin-left:25px;
	line-height:180%;
	text-align:left;
}
.cell3 .data1 {
	margin-left:5px;
	line-height:180%;
	text-align:left;
}


.tabledl {
	width: 90%;
	margin:0 auto;
}

.tabledl dl {
	width: 100% !important;
	margin:0 auto !important;
	display:block !important;
	clear:both !important;
	/*background-color:#EBEBEB !important;/**/
	border-bottom:#CCC 1px solid;
}
.tabledl dt {
	float: left;
	text-align: right;
	width: 200px;
	padding: 8px;
	margin:15px 0;
	/*background-color:#EBEBEB;/**/
	color:#B80434;
	font-weight:bold;
}
.tabledl dd {
	float: left;
	text-align: left;
	padding: 8px;
	margin:15px;
}
.tabledl dd dl dd {
	float: left;
	text-align: left;
	padding: 8px;
	margin:0;
}

.tabledl01 {
	width: 100% !important;
	margin:0 !important;
}
.tabledl01 dt {
	text-align: left !important;
	width: 200px !important;
}
.tabledl01 dd {
	width: 630px !important;
}


/*-----------------------------------------------------------------　グーグルマップ*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*-----------------------------------------------------------------　メールフォーム*/
.mailform {
	width: 900px;
	margin:0 auto;
}

.mailform dl {
	width: 100% !important;
	margin:0 auto !important;
	display:block !important;
	clear:both !important;
	background-color:#EBEBEB !important;
	border-bottom:1px #CCC solid !important;
}
.mailform dt {
	float: left;
	text-align: left;
	width: 250px;
	padding: 8px;
	margin:15px 0;
	font-weight:bold;
}
.mailform dd {
	float: left;
	text-align: left;
	padding: 8px;
	margin:15px;
}
.mailform dd dl {
	border:none !important;
}
.mailform dd dl dt {
	width: 120px;
	padding: 0px;
	margin:0;
}
.mailform dd dl dd {
	float: left;
	text-align: left;
	padding:0;
	margin:0;
	width:450px !important;
}

.mailform dt .required {
	color: #fff;
	font-size: 10px;
	background-color:#CC0000;
	padding:0 3px;
	margin:0 5px;
}
.mailform dt .small {
	color: #CC0000;
	font-size: 10px;
}
.mailform dt p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
.mailform dd textarea {
	width: 100%;
	height: 120px;
}

.mailform .kazoku {
	border:#999 1px solid;
	padding:20px;
	margin-bottom:30px;
}
.mailform .kazoku a { color:inherit; text-decoration:underline; }
.mailform .kazoku a:visit { color:inherit; }
	

/******************************************************************/



input, button, textarea, select {
	padding:2px 4px;
	vertical-align:baseline;
}

/*fieldset {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}*/
.radio_input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.radio_label {
    display: inline-block;
    padding:10px;
    margin:0 auto;
    border-radius: 8px;
    transition: all .2s;
	border:#666 1px solid;
	width:80%;
	font-size:120%;
	cursor:pointer;
}
.radio_input:checked + .radio_label {
	border:#B80433 1px solid;
    background: #B80433;
    color: #fff;
}

/*.yes, .no {
	border:#666 1px solid;
	border-radius:8px;
	padding:10px;
	text-align:center;
	margin:0 auto;
	font-size:120%;
	color:#666;
	display:block;
	width:80%;
}
.yes:hover, .no:hover {
	background-color:#B80433;
	color:#FFF;
	opacity:1;
	border:#B80433 1px solid;
	cursor:pointer;
}*/

@media only screen and (max-width: 960px){
.radio_label {
	font-size:120%;
	width:90%;
}
}

.Form-Item-Input2 {
  border-radius: 6px;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 1em;
  padding-right: 1em;
  height: 32px;
  flex: 1;
  width: 100%;
  max-width: 250px;
  background: #eaedf2;
  font-size: 17px;
}


