/*-------------------------------------------------
201806　レスポンシブのためのCSS　by WebCreatorCloudProject TRIBECA
------------------------------------------------*/

@media screen and (max-width: 800px) {

@charset "utf-8";
/*-------------------------------------------------
 body
-------------------------------------------------*/
body {
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#212121;
}
#wra {
	margin:auto 3%;
	width:94%;
	padding:0 0 30px 0;
}
h1 {
	margin:0;
	padding:0;
}
a {
	color:#212121;
	text-decoration:none;
	outline: none;
}
a:link, a:visited {
	color:#212121;
}
a:hover, a:active {
	text-decoration:none;
	color:#212121;
}
img {
	display:block;
}
a img {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td, dt, dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
.inl-ima img {
	display:inline;
}
.bor-ima {
	border:solid 1px #d4d4d4;
}
.fle-blo {
	display:flex;
}
.fle-blo-cen {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap: wrap;
}
.sp-blo {
	display:block;
}
.pc-blo {
	display:none;
}
.sp-blo-lin {
	display:inline;
}
.pc-blo-lin {
	display:none;
}

/*-------------------------------------------------
 header
-------------------------------------------------*/
#hea-wra {
	width:100%;
	height:auto;
}
#hea-tit {
	background:#2091da;
	padding:0 0px;
	display:none

}
#hea-tit h1 {
	margin:auto;
	padding:2px 0;
	width:100%;
	line-height:140%;
	font-size:80%;
	color:#FFF;
	font-weight:normal;
}
#hea-blo {
	width:100%;
	height:auto;
	margin:80px auto 0;
	display:block;
	position:relative;
}
.hea-lef {
	position:relative;
	width:calc(100% - 60px) ;
	min-height:60px;
	max-height:80px;
	margin-top:0px;
	padding-right:60px;
	display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;/*水平中央*/
  align-items:center;/*垂直中央*/
  background:#FFF;

}
.hea-rig {
	margin-left:auto;
	margin:auto;
	text-align:center;
}
.hea-rig-but-blo {
	display:block;
	justify-content:flex-end;
	text-align:center;
}
.hea-rig-but:first-child {
	margin-right:0px;
}
.hea-rig-but a {
	display:inline-block;
	width:calc(100% - 12px);
	padding:5px 0px;
	font-size:110%;
	line-height:140%;
	margin-bottom:5px;
	text-align:center;
	border:#FFF solid 3px;
	border-top:none;
	box-shadow:0px 1px 2px 0px #bcbcbc;
	border-radius:0 0 8px 8px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:2px;
	background:#2091da;
	background:-moz-linear-gradient(bottom, #42a2e0 0%, #2292da 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(bottom, #42a2e0 0%, #2292da 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #42a2e0 0%, #2292da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a2e0', endColorstr='#2292da', GradientType=1 ); /* IE6-9 */
}
.hea-rig-but a:hover {
	opacity: 0.8;/* 透過率50% */
	transition: 0.5s;/* 0.2秒アニメーション */
	-webkit-transition: 0.5s;
}
.hea-rig-but a:hover {
}
.hea-rig img {
	display:inline;
}
/*20190401 add tribeca*/
#hea-log img,.hea-sma-con img{
	max-height:80px;
}

#hea-log{
	max-width:69%;
}

.hea-sma-con{
	max-width:31%;
	display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;/*水平中央*/
  align-items:center;/*垂直中央*/
	
}
.hea-sma-con .hea-sma-tel,.hea-sma-con .hea-sma-mai{
	width:50%;
	height:auto;
}
.hea-lef {
	position:fixed;
	top:0;
	z-index:30;
	width:calc(100% - 80px) ;
	min-height:60px;
	max-height:80px;
	margin-top:0px;
	padding-right:60px;
	display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;/*水平中央*/
  align-items:center;/*垂直中央*/
	
}
/*20190401 add tribeca*/

/*-------------------------------------------------
 navigation
-------------------------------------------------*/
.men-wra {
	width:100%;
	padding:0px 0px;
	font-size:100%;
	height:46px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	box-shadow:0px 2px 4px 0px #bcbcbc;
	letter-spacing:2px;
	background:#2091da;
	background:-moz-linear-gradient(bottom, #42a2e0 0%, #2292da 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(bottom, #42a2e0 0%, #2292da 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #4ca7e2 0%, #2192da 50%, #1384cd 51%, #45a3e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a2e0', endColorstr='#2292da', GradientType=1 ); /* IE6-9 */
}
.men-ver-lin {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	width:100%;
	height:46px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	padding:0px;
}
.men-ver-lin li {
	height:46px;
	border-left:solid #1080c8 1px;
	border-right:solid #fff 1px;
}
.men-ver-lin li:first-child {
	border-left:none;
}
.men-ver-lin li:last-child {
	border-right:none;
}
.men-ver-lin li a {
	display:inline-block;
	width:165px;
	line-height:46px;
	color:#FFF;
	font-size:110%;
	font-weight:bold;
	letter-spacing:2px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	background:#2091da;
	background:-moz-linear-gradient(bottom, #42a2e0 0%, #2292da 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(bottom, #42a2e0 0%, #2292da 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #72bbea 0%, #489fd6 50%, #2091da 51%, #4ea8e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a2e0', endColorstr='#2292da', GradientType=1 ); /* IE6-9 */
}
.men-ver-lin li a:hover {
	color:#ffe15c;
}

#navToggle {
 display:block; /*通常時は非表示にしておきます*/
/* position:absolute; bodyに対しての絶対位置指定です*/
	position:absolute;
	right:5px;
	top:0px;
	width:26px;
	height:44px;
	cursor:pointer;
	background:#efefef;
	padding:0 8px;
	margin:5px 0;
	border:solid 1px #cccccc;
	border-radius:3px;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10かららしい */
}

#navToggle div {
	position:relative;
} 

/*spanの絶対位置指定の親にします*/
#navToggle span {
	display:block;
	position:absolute; /*#navToggle div に対して*/
	width:100%;
	left:0;
	border-bottom:solid 2px #999;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {
	top:12px;
}
#navToggle span:nth-child(2) {
	top:20px
}
#navToggle span:nth-child(3) {
	top:28px
}
#men-sma {
	display:none;
	width:100%;
	z-index:100;
	position:absolute;
	top:100%;
}
#men-sma ul li {
	text-align:left;
 	line-height:18px;
	font-size:16px;
	border-bottom:solid 1px #e9e9e9;
	background-color: rgba( 255, 255, 255, 0.95 );
	user-select: none;
}
#men-sma ul li a {
	width:calc(100% - 20px);
	padding:15px 10px;
	display:block;
	text-align:left;
	line-height:18px;
	display:block;
	text-decoration:none;
	color:#fff;
	background:#2091da;
	background:-moz-linear-gradient(bottom, #42a2e0 0%, #2292da 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(bottom, #42a2e0 0%, #2292da 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #72bbea 0%, #489fd6 50%, #2091da 51%, #4ea8e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a2e0', endColorstr='#2292da', GradientType=1 ); /* IE6-9 */
 
}
#men-sma ul li a:before {
 content:"》";
 color:#fff;
}
/*-------------------------------------------------
 left-nav
-------------------------------------------------*/
.lef-con {
	margin-right:auto;
	margin-top:15px;
	text-align:left;
	width:calc(100% - 32px);
	padding:15px;
	border:solid #e7e7e7 1px;
	background:#f4f4f4;
}
.lef-men {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.lef-men li {
	color:#0d4263;
	font-size:120%;
	margin-bottom:5px;
	font-weight:bold;
	letter-spacing:1px;
}
.lef-men li a {
	color:#0d4263;
	cursor:pointer;
	padding:10px;
	display:block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	background:#fff;
	border:solid 1px #d4d4d4;
	background:#fff;
	background:url(../gazou/lef_ban_men_bot01.png) 0 bottom repeat-x, url(../gazou/lef_ban_men_bac01.png) right 2px top 2px no-repeat, 	-moz-linear-gradient(top, #fff 0%, #e7e7e7 100%); /* FF3.6-15 */
	background:url(../gazou/lef_ban_men_bot01.png) 0 bottom repeat-x, url(../gazou/lef_ban_men_bac01.png) right 2px top 2px no-repeat, -webkit-linear-gradient(top, #fff 0%, #e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
	background:url(../gazou/lef_ban_men_bot01.png) 0 bottom repeat-x, url(../gazou/lef_ban_men_bac01.png) right 2px top 2px no-repeat, linear-gradient(to top, #eaeaea 0%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e7e7e7', GradientType=1 ); /* IE6-9 */
}
.lef-men li a:hover {
	color:#2091da;
}
.lef-con-nor-blo {
	border:solid 1px #d4d4d4;
	padding:13px;
	background:#FFF;
	margin-bottom:15px;
	text-align:center;
}
.lef-con-blo-tit {
	display:flex;
	align-items:center;
	line-height:140%;
}
.lef-con-blo-tit-sma {
	display:flex;
	align-items:center;
	font-size:94%;
	line-height:140%;
}
.lef-con-blo-lin a {
	line-height:100%;
	text-decoration:underline;
}
/*-------------------------------------------------
 メイン画像 main visual
  -------------------------------------------------*/
#mai-key-wra {
	height: auto;
	width: 100%;
	margin-bottom:10px;
}
#mai-key-inn {
	margin:auto;
	width:100%;
	height:auto;
	position:relative;
	text-align:center;
}
#mai-key-inn img{
	display:inline;
margin: 0;
	padding: 0;
	vertical-align: bottom;	
}
#mai-tex {
	color:#212121;
	position:absolute;
	width:calc(100% - 10px);
	height:auto;
	padding:5px;
	left:0%;
	bottom:0%;
	text-align:center;
	z-index:20;
	background-color: rgba( 255, 255, 255, 0.86 );
}
#mai-tex h2 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:110%;
	font-weight:500;
	line-height:140%;
	text-shadow:0px 0px 0px #000;
	letter-spacing:0px;
}
#mai-tex h2 br{
	display:none;
}
#sub-key-inn {
	margin:auto;
	width:100%;
	height:140px;
	position:relative;
	overflow:hidden;
}
#sub-key-inn img{
	margin:auto;
	width:100%;
	height:auto;
	margin-top:-20px;
	
}

/*-------------------------------------------------
 common START
-------------------------------------------------*/
#con-wra {
	margin:auto;
}
#mai-con {
	width:100%;
	height:auto;
	margin:10px auto;
	padding:0px;
	background-color: rgba( 255, 255, 255, 0.0 );
	display:block;
	align-items:flex-start;
	flex-direction: row-reverse;
}
.cen-con {
	width:calc(100% - 32px);
	border:solid #e7e7e7 1px;
	padding:15px 15px 40px;
}
.sec {
	width:100%;
	height:auto;
	margin:auto;
}
.sec-pad p {
	padding-bottom:15px;
	letter-spacing:2px;
}
.sec a, .sec-pad a {
	text-decoration:underline;
	font-weight:bold;
	color:#006cb2;
}
.con-blo {
	width: 100%;
	margin:auto;
	padding:10px 0px;
}
.cen-blo-sec {
	background-color: rgba( 255, 255, 255, 0.5 );
	border-radius:0px;
	width:calc(100% - 0px);
	height:auto;
	padding:0px 0px 60px;
	z-index:1;
	border:solid 0px #e7e7e7;
}
.hom-ban-blo {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	display:block;
	margin:15px 0;
}
.hom-ban01 {
	width:333px;
	height:234px;
	position:relative;
	margin:0px auto 10px;
}
.hom-ban01 h3 {
	text-align:center;
	color:#006cb2;
	font-size:160%;
	position:absolute;
	top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;	
}
.hom-ban02 {
	width:333px;
	height:234px;
	position:relative;
	margin:0px auto;
}
.hom-ban02 h3 {
	text-align:center;
	color:#006cb2;
	font-size:160%;
	position:absolute;
	top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;	
}
.hom-ban-blo p a {
	color:#212121;
	position:absolute;
	line-height:140%;
	font-size:110%;
	font-weight:bold;
	left:15px;
	bottom:15px;
}
.hom-ban-blo p a:hover {
	text-decoration:underline;
}
.sec-tit {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:140%;
	line-height:130%;
	width:100%;
	letter-spacing:2px;
	padding-bottom:5px;
}
/*大見出し用タイトル　アンダーライン*/
.sec-tit-lin {
	display:block;
	height:2px;
	margin-bottom:10px;
	background:#fff;
	background:-moz-linear-gradient(right, #3c80ff 30%, #3c80ff 31%, #3c80ff 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(right, #3c80ff 30%, #3c80ff 31%, #3c80ff 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to right, #3c80ff 30%, #2ec557 31%, #2ec557 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c80ff', endColorstr='#3c80ff', GradientType=1 ); /* IE6-9 */
}
.und-lin {
	display:block;
	height:1px;
	margin-bottom:10px;
	background:#fff;
	background:-moz-linear-gradient(right, #3c80ff 30%, #3c80ff 31%, #3c80ff 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(right, #3c80ff 30%, #3c80ff 31%, #3c80ff 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to right, #3c80ff 30%, #2ec557 31%, #2ec557 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c80ff', endColorstr='#3c80ff', GradientType=1 ); /* IE6-9 */
}
.sec-sub-tit {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:120%;
	line-height:130%;
	border-bottom:double 3px #63370d;
	margin-bottom:10px;
	letter-spacing:2px;
	padding:5px 0;
}
.sec-sub-tit:before {
	content:"〉";
	color:#006cb2;
}
/*緑ラインタイトル*/
.sec-bel {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color:#FFF;
	font-size:120%;
	font-weight:500;
	border-left: 10px solid #f6da5f;
	width:calc(100% - 42px);
	line-height:140%;
	margin:0px 0 20px;
	padding:8px 10px;
	letter-spacing:2px;
	background:#45b257;
	position: relative;
	box-shadow: 0px 2px 0px rgba(99, 55, 13, 1);
}
.sec-bel:after, .sec-bel:before {
	left: calc(100% - 0px);
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.sec-bel:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #45b257;
	border-width: 13px;
	margin-top: -13px;
}/*内側領域*/
.sec-bel:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #63370d;
	border-width: 14px;
	margin-top: -13px;
}
/*上下青ラインタイトル*/
.sec-sub-lin {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:130%;
	color:#212121;
	line-height:140%;
	border-top:double 3px #006cb2;
	border-bottom:double 3px #006cb2;
	margin-bottom:20px;
	letter-spacing:2px;
	padding:5px 0;
}
.law-sec {
	display:block;
	border-bottom:dotted 1px #979797;
	padding:0 0 10px;
	margin-bottom:10px;
}
.law-sec-con {
	width:100%;
	margin-left:0px;
}
.law-sec-con h2 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:600;
	font-size:140%;
	line-height:120%;
	padding-left:25px;
	background:url(../gazou/ico_law_pin01.png) left 5px no-repeat;
	padding-bottom:5px;
}
/*サイトマップ*/
.smap-list li:before {
	left:10px;
	content: url(../gazou/ico_sikaku_s4.gif);
	display:inline-block;
  line-height: 180%;
  margin-left:20px;
  padding-right: 10px;
  vertical-align:middle;
}
 
.lis-blo {
	margin-bottom:20px;
}
.lis-blo li {
	border-bottom:dotted 1px #979797;
	padding:10px 0 5px;
	line-height:140%;
}

/*イメージ回り込みブロック*/
.flo-blo {
	margin-bottom:15px;
}
.flo-sec {
	display:block;
	padding:0 0 10px;
	margin-bottom:0px;
}
.flo-sec-con {
	width:100%;
	margin-right:20px;
}
.flo-sec-ima {
	width:calc(100% - 2px);
	max-width:calc(100% - 2px);
}
.flo-sec-ima img{
	width:100%;
  max-width:250px;
}

.all-tri {
	width: 0;
	height: 0;
	margin:auto;
	border-style: solid;
	border-width: 20px 60px 0 60px;
	border-color: #cf0000 transparent transparent transparent;
}
.mer-blo {
	margin-bottom:10px;
}
.mer-sec {
	display:block;
	padding:0 0 10px;
	margin-bottom:10px;
}
.mer-sec-con {
	width:100%;
	margin-right:0px;
}
.mer-sec-ima {
	width:calc(100% - 2px);
	max-width:calc(100% - 2px);
}
.mer-sec-ima img{
	width:calc(100% - 0px);
}
.fee-blo {
	margin-bottom:15px;
}
.fee-sec {
	display:block;
	padding:0 0 0px;
	margin-bottom:15px;
}
.fee-sec-con {
	width:100%;
	margin-right:20px;
}
.fee-sec-ima {
	width:calc(100% - 2px);
	max-width:calc(100% - 2px);
}
.fee-sec-ima img{
	width:calc(100% - 0px);
}
.faq-blo {
	margin-bottom:30px;
}
.cir-are {
	position:relative;
	width:100%;
	height:235px;
	margin-bottom:20px;
	padding-top:5px;
	background:url(../gazou/bac_mer01.jpg) center no-repeat;
}
.cir-are ul {
}
.cir-are ul li h3 {
	position:absolute;
	font-size:160%;
	letter-spacing:4px;
	font-weight:600;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	width:130px;
	height:130px;
	line-height:130px;
	border-radius:50%;
	text-align:center;
}
.cir-are-sec1 {
	left:calc(50% - 65px);
	color:#E34A8F;
	background-color: rgba( 251, 226, 237, 0.7 );
}
.cir-are-sec2 {
	left:calc(50% - 125px);
	top:calc(0% + 105px);
	color:#CE8A0B;
	background-color: rgba( 252, 232, 192, 0.7 );
}
.cir-are-sec3 {
	right:calc(50% - 125px);
	top:calc(0% + 105px);
	color:#2389C0;
	background-color: rgba( 210, 232, 250, 0.7 );
}
.faq-tit {
	font-weight:600;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dfdfdf;
	line-height:160%;
	width:100%;
	padding:5px 0px;
	margin-bottom:5px;
	cursor:pointer;
}
.faq-dis {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #066;
	line-height:160%;
	padding:10px 0px;
	font-size:90%;
	margin-bottom:20px;
	width:100%;
}

.con-are {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:110%;
	line-height:140%;
	width:calc(100% - 26px);
	padding:10px 10px;
	background:#fffcee;
	border:double 3px #63370d;
	border-radius:6px;
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
	margin:10px 0;
}
.acc-blo {
	display:flex;
}
.con-are-acc {
	width:calc(80% - 42px);
	padding:10px 20px;
	font-size:90%;
	line-height:150%;
	margin-left:auto;
	background:#FFF;
	border-bottom:solid 1px #d5c38f;
	border-radius:8px;
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
}

/*相続放棄とは*/

.00sei-ima01 td {
	width:180px;
	height:150px;
	position:relative;
	margin-right:10px;
  text-align:center;
}

.00sei-ima01 td img {
	max-width: 100%;
	height: auto;
}

/*ケース紹介 */
.case-suii img {
  width:102px;
}

/*ケース紹介 男性*/
.lis-blo-case-blu div:before {
	left:20px;
	content: url(../gazou/ico_blue.gif);
	display:inline-block;
  margin-left:20px;
  vertical-align:middle;
}

.lis-blo-case-blu div:after {
	left:20px;
	content: url(../gazou/ico_blue.gif);
	display:inline-block;
  margin-right:20px;
  vertical-align:middle;
}

.lis-blo-case-blu {
  padding: 10px 0;
}

.lis-blo-case-blu a {
  font-weight: bold;
}

.lis-blo-case-blu img,.lis-blo-case-blu span{
  padding-left: 30px;
}

/*ケース紹介　女性*/
.lis-blo-case-pin div:before {
	left:20px;
	content: url(../gazou/ico_pink.gif);
	display:inline-block;
  margin-left:20px;
  vertical-align:middle;
}

.lis-blo-case-pin div:after {
	left:20px;
	content: url(../gazou/ico_pink.gif);
	display:inline-block;
  margin-right:20px;
  vertical-align:middle;
}
.lis-blo-case-pin {
  padding: 10px 0;
}

.lis-blo-case-pin a {
  font-weight: bold;
}

.lis-blo-case-pin img,.lis-blo-case-pin span {
  padding-left: 30px;
}

/*FAQ*/
.faq_01-03 ul {
  padding-bottom: 20px;
}
.faq_01-03 ul li {
  border: 1px solid #000;
  height: 50px;
  margin: 0;
  margin-left:20px;
  width: 160px;
  text-align:center;
  vertical-align: middle;
}

.faq_01-03 p {
  display: inline-block;
  height:100%;
  vertical-align:middle;
	width:calc(100% - 2px);
	max-width:calc(100% - 2px);
}

.faq_01-07  div {
  border: 1px solid #000;
  height: 80px;
  margin: 0;
  margin-left:10px;
  width: 130px;
  text-align:center;
  vertical-align: middle;
}

.faq_01-07 p {
  display: inline-block;
  height:100%;
  padding-top:10px;
  vertical-align:middle;
}


.faq_01-08 li {
  display:block;
  float:left;
  padding: 10px;
}

.faq_01-08-01 {
  background:#6cf;
  border: 1px solid #000;
  font-weight:bold;
  height: 50px;
  margin: 0;
  margin-left:60px;
  padding: 10px;
  width: 100px;
  text-align:center;
  vertical-align: middle;
}

.faq_03-03 {
  width:100%;
}

.faq_03-03 li {
  display:block;
  float:left;
  padding: 5px;
  text-align:center;
}

.faq_03-03 li img.ima-140 {
  width: 140px;
}


.faq_03-03 img.yaji_sp {
  display:none;
  float:none;
  width:80px;
}

.faq_03-03 img.yaji_pc {
  display:block;
  width:80px;
  padding-top:50px;
}

@media screen and (max-width: 500px){
.faq_01-08 ul {
  list-style-type:none;
}

.faq_01-08 li {
  padding: 10px;
  display:block;
  float:none;
  max-width: 80%;
  text-align:center;
}

.faq_01-08 li img {
  display:inline-block;
}

.faq_03-03 li.yaji{
  clear:both;;
}

.faq_03-03 img.yaji_sp {
  display:none;
  width:80px;
}

.faq_03-03 img.yaji_pc {
  display:block;
  width:80px;
}
}

@media screen and (max-width: 300px){
.faq-03-03 li.yaji{
  clear:both;
}

.faq_03-03 img.yaji_sp {
  display:block;
  float:none;
  width:80px;
}

.faq_03-03 img.yaji_pc {
  display:none;
  width:80px;
}
}

/*-------------------------------------------------
 common END
-------------------------------------------------*/

/*-------------------------------------------------
 footer
-------------------------------------------------*/
#foo-wra {
	width:100%;
	background:#2091da;
	background:-moz-linear-gradient(bottom, #42a2e0 0%, #2292da 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(bottom, #42a2e0 0%, #2292da 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #42a2e0 0%, #2292da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a2e0', endColorstr='#2292da', GradientType=1 ); /* IE6-9 */
	color:#FFF;
	border-top:solid 2px #FFF;
	border-bottom:solid 2px #FFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	margin-bottom:4px;
}
#foo-con {
	width:94%;
	margin:auto 3%;
	padding:20px 0;
	display:block;
}
.foo-sec {
	text-align:left;
	width:100%;
	letter-spacing:2px;
	line-height:130%;
	font-size:90%;
	margin-bottom:20px;
	text-align:center;
}
.foo-sec h1 {
	font-size:130%;
	line-height:130%;
	font-weight:normal;
}
.foo-men {
	width:100%;
	display:flex;
	justify-content:center;
}
.foo-men-sec {
	width:auto;
	height:auto;
	padding:0px 0 0 0px;
}
.foo-men-sec li, .foo-men-sec li a {
	color:#FFF;
	font-size:90%;
	line-height:140%;
	letter-spacing:2px;
}
.foo-men-sec li a:before {
	content:"》";
}
.foo-cop {
	text-align:center;
	font-size:80%;
	padding:0px 0 4px;
	background:#FFF;
}
/* :::::::::: 
form START 
:::::::::: */
.for-blo {
	padding:30px 0;
}
form .dat-lis {
	display:flex;
	align-items:flex-start;
	border-bottom:solid 1px #d5c38f;
}
form .dat-lis dt {
	width:calc(34% - 20px);
	font-size:120%;
	font-weight:600;
	padding:15px 20px 15px 0;
	border-color: rgba(255, 255, 255, 0.0);
}
form .dat-lis dd {
	width:calc(100% - 0px);
	background:none;
	padding:0px 0px;
}
.mus-nor {
	background-color: #cf0000;
	padding: 2px 5px;
	font-size: 80%;
	font-weight:bold;
	color: #FFF;
	margin: 0px 5px;
	border-radius:6px;
}
.must {
	display: block;
	background-color: #cf0000;
	padding: 2px 5px;
	font-size: 12px;
	color: #FFF;
	float: right;
	margin: 5px 15px 0 5px;
	border-radius:6px;
}
.mfp_buttons {
	margin:40px 0 80px;
	text-align:center;
}
input[type="text"], input[type="email"], input[type="tel"] {
	border:solid 1px #cdcdcd;
	width:380px;
	height:32px;
	padding:3px 5px;
	font-size:100%;
	border-radius:6px;
	margin:5px 0;
}
input[type="text"].inp-sho {
	width:80px;
}
input[type="text"].inp-xsho {
	width:80px;
}
.req {
	background:#ffd5d6;
}
.req-nin {
	background:#f4f4f4;
}
.req-for {
	background:#fff8d5;
}
.req-val {
	background:#f9f9f9;
}
.for-che-blo {
	width:100%;
	padding:10px 0px 40px;
	display:flex;
}
.for-che-blo li {
	margin-right:auto;
	font-size:120%;
	width:32%;
	margin-right:3%;
}
.for-che-blo li:last-child {
	margin-right:0;
}
.for-che-blo label.label:before {
	content:"□ ";
	font-size:120%;
	vertical-align:middle;
}
.for-che-blo label.label {
	cursor: pointer;
	display:block;
	width:100%;
	padding:10px 0px;
	text-align:center;
	border: 2px solid #434343;
	border-radius: 3px;
}
.for-che-blo input[type="checkbox"].check_box {
	display: none;
}
.for-che-blo .check_box:checked + label.label {
	color:#FFF;
	background-color: #117ee4;
	border: 2px solid #117ee4;
}
.for-che-blo .check_box:checked + label.label:before {
	content:"☑ ";
}
select.sel-lar {
	width:240px;
	height:38px;
	padding:3px 5px;
	font-size:90%;
	border-radius:4px;
	border:solid 1px #ccc;
}
select.sel-mid {
	width:180px;
	height:38px;
	padding:3px 5px;
	font-size:14px;
	border-radius:4px;
	border:solid 1px #ccc;
}
select.sel-sho {
	width:80px;
	height:38px;
	padding:3px 5px;
	font-size:100%;
	border-radius:4px;
	border:solid 1px #cdcdcd;
}
textarea {
	width:calc(70% - 2px);
	height:120px;
	font-size:120%;
	line-height:140%;
	border-radius:0px;
	border:solid 1px #cdcdcd;
	padding:10px;
	margin:10px 0;
	border-radius:6px;
}
div.mfp_buttons button#mfp_button_send, div.mfp_buttons button#mfp_button_send02, div.mfp_buttons button#mfp_button_cancel {
	color: #fff;
	font-size:100%;
	letter-spacing:2px;
	background-color: #0f2b7e;
	line-height:50px;
	width: 20%;
	border: 2px solid #e7e7e7;
	border-radius:8px;
	cursor:pointer;
	-webkit-appearance: none;
}
.but-inp {
	color: #fff;
	font-size:100%;
	letter-spacing:2px;
	background-color: #3c80ff;
	line-height:50px;
	width: 20%;
	border: 2px solid #fff;
	border-radius:8px;
	cursor:pointer;
	-webkit-appearance: none;
}
.but-inp-har {
	color: #fff;
	font-size:100%;
	letter-spacing:2px;
	background-color: #35ab6b;
	height:60px;
	width: 30%;
	border: 2px solid #e7e7e7;
	border-radius:8px;
	cursor:pointer;
	-webkit-appearance: none;
}
.but-fre {
	color: #fff;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:500;
	font-size:100%;
	line-height:140%;
	letter-spacing:2px;
	width:calc(100% - 0px);
	padding:6px 15px;
	border: 2px solid #fff;
	border-radius:3px;
	cursor:pointer;
	-webkit-appearance: none;
	background:#2091da;
	background:-moz-linear-gradient(bottom, #42a2e0 0%, #2292da 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(bottom, #42a2e0 0%, #2292da 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #42a2e0 0%, #2292da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a2e0', endColorstr='#2292da', GradientType=1 ); /* IE6-9 */
}
.but-fre:hover {
	background:#2091da;
}
/* :::::::::: 
form END 
:::::::::: */

/* :::::::::: 
共通セレクタ　grand rule START 
:::::::::: */
.cle-fix {
	display: block;
}
.cle-fix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.col-enj {
	color:#cf0000;
}
.col-enj a:hover {
	text-decoration:none;
}
.col-enj-bol {
	font-weight:500;
	font-weight:bold;
	color:#cf0000;
}
.col-blu-bol {
	font-size:106%;
	font-weight:bold;
	font-weight:600;
	color:#006cb2;
}
.col-yel {
	color:#f6da5f;
}
.col-blu {
	color:#004b88;
}
.col-gre {
	color:#3c80ff;
}
.col-bro {
	color:#63370d;
}
.bac-lig-gra {
	background:#eee!important;
}
.bac-gra {
	background:#ddd!important;
}
.bac-col-enj {
	background:#cf0000;
	color:#fff;
	padding:0px 10px;
	border-radius:3px;
	font-weight:600;
}
.bac-col-nav {
	background:#004b88;
	color:#fff;
	padding:0px 10px;
	border-radius:3px;
	font-weight:600;
}
.bac-col-yel {
	background:#f2d21f;
	padding:0px 5px;
	border-radius:3px;
	font-weight:normal;
}
.bac-col-blu {
	color:#FFF;
	font-size:80%;
	padding:2px 5px;
	background:#004b88;
	vertical-align:text-top;
}
.bac-col-red {
	color:#FFF;
	font-size:80%;
	padding:2px 5px;
	background:#cf4143;
	vertical-align:text-top;
}
.bac-col-gre {
	color:#FFF;
	font-size:80%;
	padding:2px 5px;
	background:#3c80ff;
	vertical-align:text-top;
}
.bac-col-gre:before {
	content:"";
	display:inline-block;
	font-size:60%;
	transform: rotate(-90deg);
	padding-left:0px;
	padding-bottom:0px;
}
.bac-col-bluegray {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	padding:0px 5px;
  background-color: #ccf;
}
.bac-col-rightgre {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	padding:0px 5px;
  background: #cfc;
}
.bac-col-rightyel {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	padding:0px 5px;
  background-color: #ff6;
  font-weight:bold;
}
.bac-col-pnk {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	padding:0px 5px;
  background-color: #fcc;
}
.dot-lin {
	border-bottom:dotted 1px #cdcdcd;
	line-height:10px;
	margin-bottom:10px;
}
.let-spa {
	letter-spacing:4px;
}
#back-top {
	position:fixed;
	bottom:20px;
	right:10px;
}
#back-top a {
	color:#FFF;
	text-decoration:none;
}

/*イメージ*/
.flu-ima {
	max-width: 100%;
	height: auto;
}
.bor-flu-ima {
	width:100%;
	max-width: 100%;
	height: auto;
	border:solid 1px #d4d4d4;
}

/*イメージ　50px;*/
.ima-50 {
  width: 50px;
	max-width:calc(50% - 2px);  
}

/*イメージ　150px;*/
.ima-150 {
  width: 150px;
	max-width:calc(40% - 2px);  
}


/*アイコンイメージ*/
.ico_ima {
  display:inline-block;
  vertical-align:middle;
}

/*横幅いっぱいに表示*/
.sma-ima {
	width:calc(100% - 2px);
	max-width:calc(100% - 2px);
}
.sma-ima img{
	width:calc(100% - 0px);
}


.tab-cel {
	display:table-cell;
	vertical-align:top;
}
.tab-cel-mid {
	display:table-cell;
	vertical-align:middle;
}
.cle-bot {
	clear:both;
}
.bre-cru-wra {
	width:100%;
	padding:8px 0;
}
.bre-cru {
	width:100%;
	display:flex;
	text-align: left;
	line-height:140%;
	font-size:90%;
	margin:0px auto 0px;
	width:cacl(100% - 0px);
	padding:5px 0 0px;
}
.bre-cru a {
	text-decoration:underline;
}
.lin-hei-lar {
	line-height:220%;
}
.lis-blo-cir li {
	position:relative;
	padding-left:20px;
}
.lis-blo-cir li:before {
	position:absolute;
	left:0px;
	content:"●";
	display:inline-block;
	transform: rotate(0deg);
	font-size:90%;
	color:#006cb2;
}

/*リスト　青□*/
.lis-blo-suq-blu li:before {
	left:20px;
	content: url(../gazou/ico_sikaku_s4.gif);
	display:inline-block;
  margin-left:20px;
  padding-right: 10px;
  vertical-align:middle;
}

/*リスト　グレー□*/
.lis-blo-suq-gray li:before {
	left:20px;
	content: url(../gazou/ico_sikaku_g4.gif);
	display:inline-block;
  margin-left:20px;
  padding-right:10px;
  vertical-align:middle;
}

/*リスト　数字*/
.lis-blo-num li {
  margin:20px;
	position:relative;
  padding: 0 10px 15px 20px;
  list-style-type: decimal;
}

/*リスト　箇条書き*/
.lis-blo-simple {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
}

.lis-blo-simple li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}

/*リスト　持参資料*/
.lis-blo-doc li:before {
	left:20px;
	content: url(../gazou/ico_doc-open.png);
	display:inline-block;
  margin-left:20px;
  padding-right:10px;
  vertical-align:middle;
}

.sikaku_s4-ico {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:100%;
	line-height:120%;
	padding-left:20px;
	background:url(../gazou/ico_sikaku_s4.gif)left 10px top 0px no-repeat;
}

.sikaku_b1-ico {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:100%;
	line-height:120%;
	padding-left:20px;
	background:url(../gazou/ico_sikaku_b1.gif)left 10px top 0px no-repeat;
}

.sikaku_b2-ico {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:100%;
	line-height:120%;
	padding-left:20px;
	background:url(../gazou/ico_sikaku_b2.gif)left 5px top 3px no-repeat;
}

/*アスタリスク*/
.sikaku_asta-ico {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:100%;
	padding-left:20px;
}
.sikaku_asta-ico:before {
	content:'※';
	display:inline-block;
  margin-left:-20px;
}


.bor_all {
  border: 1px solid #000;
}
/* :::::::::: 
共通セレクタ　grand rule END 
:::::::::: */

/* :::::::::: 
margin padding 配置制御 START 
:::::::::: */
.flo-lef {
	float:left;
}
.flo-rig {
	float:none;
}
.flo-lis li {
	float:left;
}
.mar-rig {
	margin-right:auto;
}
.ali-rig {
	text-align: right;
}
.ali-lef {
	text-align:left;
}
.ali-cen {
	text-align:center;
}
.mar-top-sma {
	margin-top:5px;
}
.mar-top-mid {
	margin-top:15px;
}
.mar-top-tal {
	margin-top:10px;
}
.mar-lef-sma {
	margin-left:5px;
}
.mar-lef-mid {
	margin-left:0px;
}
.mar-bot-xsma {
	margin-bottom:2px;
}
.mar-bot-sma {
	margin-bottom:5px;
}
.mar-bot-mid {
	margin-bottom:10px;
}
.mar-bot-tal {
	margin-bottom:40px;
}
.mar-bot-xtal {
	margin-bottom:80px;
}
.mar-bot-xxtal {
	margin-bottom:20%;
}
.mar-top-bot-xsma {
	margin-top:5px;
	margin-bottom:5px;
}
.mar-top-bot-sma {
	margin-top:10px;
	margin-bottom:10px;
}
.mar-top-bot-mid {
	margin-top:20px;
	margin-bottom:20px;
}
.mar-top-bot-tal {
	margin-top:40px;
	margin-bottom:40px;
}
.mar-lef-rig-mid {
	margin-left:20px;
	margin-right:20px;
}
.mar-lef-rig-tal {
	margin-left:40px;
	margin-right:40px;
}
.mar-rig-sma {
	margin-right:5px;
}
.mar-rig-mid {
	margin-right:20px;
}
.mar-rig-tal {
	margin-right:40px;
}
.pad-top-mid {
	padding-top:15px;
}
.pad-top-tal {
	padding-top:40px;
}
.pad-bot-sma {
	padding-bottom:5px;
}
.pad-bot-mid {
	padding-bottom:15px;
}
.pad-bot-tal {
	padding-bottom:20px;
}
.pad-top-bot-sma {
	padding-top:5px;
	padding-bottom:5px;
}
.pad-top-bot-mid {
	padding-top:15px;
	padding-bottom:15px;
}
.pad-top-bot-tal {
	padding-top:40px;
	padding-bottom:40px;
}
.pad-rig-mid {
	padding-right:20px;
}
/* :::::::::: 
margin padding 配置制御 END 
:::::::::: */

/* :::::::::: 
font　フォント START 
:::::::::: */
.tex-sha-whi {
	text-shadow:2px 2px 2px #ffffff;
}
.fon-lar-bol {
	font-size:120%;
	font-weight:bold;
	font-weight:600;
}
.fon-xlar-bol {
	font-size:180%;
	font-weight:600;
}
.fon-xlar-bol02 {
	font-size:200%;
	font-weight:600;
}
.fon-lar-bol-gre {
	font-size:120%;
	font-weight:bold;
	color:#3c80ff;
}
.fon-lar-max {
	font-size:300%;
}
.fon-lar-lar {
	font-size:160%;
}
.fon-lar {
	font-size:140%;
}
.fon-mid {
	font-size:110%;
}
.fon-sma {
	font-size:90%;
}
.fon-sma-bol {
	font-weight:bold;
	font-weight:500;
	font-size:90%;
}
.fon-xsma {
	font-size:80%;
}
.fon-xxsma {
	font-size:74%;
}
.fon-bol {
	font-weight:bold;
	font-weight:600;
}
.fon-min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* :::::::::: 
font　フォント END
:::::::::: */

/* :::::::::: 
table　テーブル　START
:::::::::: */
.table-blo-meet {
  border-collapse: collapse;
  border-spacing: 0;
  padding:0 0;
  text-align:center;
  vertical-align: middle;
  width: 100%;
}

.table-blo-meet tr {
  text-align:center;
}

.table-blo-meet tr th, 
.table-blo-meet tr td {
  border: 1px solid #000;
  margin: 0px;
  padding:5px;
  vertical-align:middle;
}

.table-blo-meet th.th01 {
  background-color:#FCC;
}

.table-blo-meet th.th02 {
  background-color:#FF6;
}

.table-blo-meet td div {
  display:inline-block;
  text-align:center;
}
.table-blo-meet td img {
  float:left;
}

.table-blo-meet tr td.j-bra {
  font-weight: bold;
  text-align:center;
  width: 100px;
}


.table-blo-meet tr td.j-meet {
  width: 180px;
}

.table-blo-meet tr td.j-meet img {
  text-align:center;
  max-width:30px;
}



.tab-blo-lin {
	padding:0 0px
}
.tab-blo-lin-top {
	padding:30px 0;
}
.tab-blo-lin dl {
	display:table;
	width:100%;
	text-align:left;
}
.tab-blo-lin dl dt {
	display:table-cell;
	width:calc(200px - 30px);
	padding:0px 15px;
	background:#fff;
	margin-bottom:2px;
	font-size:110%;
	border-bottom:solid 1px #cdcdcd;
	height:80px;
	line-height:140%;
	vertical-align:middle;
	letter-spacing:2px;
}
.tab-blo-lin dl:first-child dt, .tab-blo-lin dl:first-child dd {
	border-top:solid 1px #cdcdcd;
}
.tab-blo-lin dl:last-child dt, .tab-blo-lin dl:last-child dd {
	border-bottom:none;
}
.tab-blo-lin dl dt.bor-lin-non {
	border-bottom:none;
}
.tab-blo-lin dl dd {
	display:table-cell;
	width:calc(680px - 30px);
	text-align:left;
	padding:0px 15px;
	margin-bottom:2px;
	font-size:110%;
	border-bottom:solid 1px #cdcdcd;
	height:80px;
	line-height:140%;
	vertical-align:middle;
	letter-spacing:2px;
}
.tab-blo-lin ul {
	display:flex;
	flex-wrap: wrap;
}
.tab-blo-lin ul li {
	width:calc(50% - 21px);
	text-align:right;
	padding:5px 10px;
	font-size:100%;
	border-top:solid 1px #cdcdcd;
	border-left:solid 1px #cdcdcd;
	line-height:140%;
	vertical-align:middle;
	letter-spacing:2px;
}
.tab-blo-lin ul li:nth-child(2n) {
 width:calc(50% - 22px);
 border-right:solid 1px #cdcdcd;
}
.tab-blo-lin ul li:nth-last-child(2), .tab-blo-lin ul li:last-child {
 border-bottom:solid 1px #cdcdcd;
}
.tab-blo-lin ul li.lis-tit {
	background:#f7f7f7;
	text-align:center;
	padding:10px;
}
/* :::::::::: 
table　テーブル　END
:::::::::: */
}
@media screen and (max-width: 360px) {
#hea-blo {
	width:100%;
	height:auto;
	margin:60px auto 0;
	display:block;
	position:relative;
}

#mai-tex {
	color:#212121;
	position:absolute;
	width:calc(100% - 10px);
	height:auto;
	padding:5px;
	left:0%;
	bottom:0%;
	text-align:center;
	z-index:20;
	background-color: rgba( 255, 255, 255, 0.86 );
}
#mai-tex h2 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:90%;
	font-weight:500;
	line-height:120%;
	text-shadow:0px 0px 0px #000;
	letter-spacing:0px;
}
#mai-tex h2 br{
	display:none;
}
#sub-key-inn {
	margin:auto;
	width:100%;
	height:auto;
	position:relative;
}
.hom-ban01 {
	width:100%;
	height:auto;
	position:relative;
	margin:0px auto 10px;
}
.hom-ban01 h3 {
	text-align:center;
	color:#006cb2;
	font-size:130%;
	position:absolute;
	top: 3%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;	
}
.hom-ban02 {
	width:100%;
	height:auto;
	position:relative;
	margin:0px auto;
}
.hom-ban02 h3 {
	text-align:center;
	color:#006cb2;
	font-size:130%;
	position:absolute;
	top: 3%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;	
}
.hom-ban-blo p a {
	color:#212121;
	position:absolute;
	line-height:140%;
	font-size:110%;
	font-weight:bold;
	left:15px;
	bottom:15px;
}
.hom-ban-blo p a:hover {
	text-decoration:underline;
}
#hea-log img,.hea-sma-con img{
	max-height:60px;
}

.youtube {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	border:0;
}

.youtube iftame {
	border:0;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 80px;
	width: calc(90%-50px);
	min-height:255px;
}

.author_box {
	display:flex;
    position: relative;
    margin: 2em 0;
    padding: 0.5em 0 0.5em 0.5em;
    border: solid 3px #62c1ce;
}
.author_box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.author_box img {
	object-fit:contain;/*縦横比を維持*/
	float:left;
}

.author_box p {
	font-size:2.3vh;/*文字サイズを縦幅の2.3％*/
    margin: 0; 
    padding: 0.5em 0 0.5em 0.3em;
}

}


