@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#contents {
	width:1000px;
	margin:0 auto;
}

header {
	width:1000px;
	margin:0 auto;
}

a {
	color:#0000FF;
}
a:hover {
	color:#4b00ff;
}

h1 {
	font-size:28px;
	line-height:1.4;
}

h2 {
	margin-bottom:0.5em;
	font-size:24px;
	color:#cf0c0c;
	border-bottom:3px solid #444;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
}
h3:before {
	content:"\002714\00a0";
	color:#cf0c0c;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
}
h4:before {
	content:"\00ab";
}
h4:after {
	content:"\00bb";
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	font-size:16px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	background:#f3f3f3;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	border-left:5px solid #cf0c0c;
}

p {
	margin:0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ef8100;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
}
dt:before {
}
dd {
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	/*border:1px solid #ddd;*/
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	/*border:1px solid #ddd;*/
	background:#95bbc6;
}
td {
	padding:10px;
	text-align:left;
	/*border:1px solid #ddd;*/
}

/*================================================
 *  汎用クラス
 ================================================*/
.list {
	padding:0 0 0 2em;
}

.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002605\00a0";
	color:#ffc720;
}

.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.img {
	float:left;
	width:300px;
}

.text {
	float:right;
	width:450px;
}

.photo {
	margin:20px 0;
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff;
}

.photo img {
	max-width:100%;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	/* margin-top:30px;*/
	/* margin-bottom:50px;*/
position: relative;
}
header h1 {
	margin-bottom:30px;
}
h1 span {
	font-size:12px;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:5px 0;
	opacity:0.8;
	background:#000;
	z-index:10;
}
nav ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
nav li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}
nav li a {
	color:#fff;
	text-decoration:none;
}
nav li a:hover {
	color:#dfdfdf;
	text-decoration:underline;;
}

/*================================================
 *  メイン
 ================================================*/
section {
	margin-bottom:100px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:40px 0 70px 0;
	font-size:11px;
	text-align:center;
color:#ffffff;
	background:#4D4D4D;
font-size:14px;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}










#mid-content {
    width: 100%;
    margin: 10px auto 50px;
    padding: 0px 0px 30px 0px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

#mid-content .contact-form ul {
    display: block;
    overflow: hidden;
    padding: 10px 10px 0;
font-size: 12px;
    line-height: 150%;
}



#mid-content .contact-form ul span {
    color: #F00;
}
#mid-content .contact-form ul li {
    display: block;
    overflow: hidden;
    padding: 0 0 25px 0;
    margin: 3px 0 0 0px;
}
#mid-content .contact-form .textbox {
    width: 140px;
    height: 15px;
    padding: 7px 10px;
    font-size: 13px;
    color: #9c9b97;
    font-family: 'DroidSansRegular';
}
#mid-content .contact-form .textarea {
width: 90%;
    height: 99px;
    padding: 7px 10px;
    font-size: 13px;
    color: #9c9b97;
    font-family: 'DroidSansRegular';
}

#mid-content .contact-izure {
    position: absolute;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 170px;
    height: 58px;
    margin: 36% 0 0 0;
    padding: 10px;
    font-size: 13px;
line-height: 150%;
z-index: 10;
right: 0;
}
#mid-content .contact-izure span {
color: #F00;
}



/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 0px;
	}

#mid-content {
    width: 100%;
    margin: 10px auto 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}


	#contents {
		width:100%;
	}

	header {
		width:100%;
	}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

}










/* aaaa */


.form_area {
background: #FFFFE8;
width: 950px;
padding:0 0 20px 0;
}


form#mailform {
    margin: 0 auto;
    padding: 0 0 50px;
}

div.mfp_phase_section, div#mfp_phase_confirm {
    clear: both;
    display: none;
    margin: 15px 40px 0;
    overflow: hidden;
}


input, textarea, select {
    font-size: 100%;
}

input.mfp {
    padding: 15px 2px;
}

textarea.mfp {
    padding: 5px;
}


dl.mailform {
    margin: 0;
    padding: 0;
}

dl.mailform {
    margin: 0;
    padding: 0;
}

dl.mailform dt {
    clear: both;
    float: left;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 5px 20px 0 15px;
    text-align: left;
}

dl.mailform dt span {
    color: #999999;
    display: none;
    font-size: 10px;
}

dl.mailform dd {
    font-size: 12px;
    margin: 0;
    padding: 30px 0px 15px;
    text-align: left !important;
}


p.mfp_caption {
    margin: 10px;
}





.v-align-b {
    vertical-align: text-bottom;
}










    /* ヘッダーの固定 */
    div#header-fixed
    {
        /* position: fixed;            /* ヘッダーの固定 */
        top: 0px;                   /* 位置(上0px) */
        left: 0px;                  /* 位置(右0px) */
        width: 100%;                /* 横幅100%　*/
        height: 45px;              /* 縦幅140px */
    background-color: #fff;
z-index: 100;
    }
     
     
    div#header-bk { 
    	padding:3px 0 20px;       /* 上10px、下20pxをあける */
    	height: auto;              /* 縦の高さ110px */
    	width:100%;                /* 横の幅を100% */
    }
     
     
    div#header { 
    	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
    	width: 100%;              /* 横の幅970px */
    	margin: auto;              /* 中央揃え */
position: relative;
    }

    div#header h1 { 
width: 45%;
padding-top: 0%;
    }

.hed_btn {
    position: absolute;
top: 17%;
right: 2%;
width: 40%;
}



.bk-img {
background-image: url(/img/img_nisso_03b.png);
    background-attachment: scroll;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 100%;
padding: 5% 0% 10%;
}
.bk-img02 {
/* background-image: url(/img/lp_q-a_bg_01.png); */
    background-attachment: scroll;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 100%;
padding: 0% 0% 0%;
    position: relative;
}
.bk-img3 {
background-image: url(/img/img_nisso_03b.png);
    background-attachment: scroll;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 100%;
}


.ginou-area-out {
background: #dceef9;
padding: 0% 0% 5%;
}

.ginou-area {
    display: flex;
    margin-left: 3%;
margin-right: 3%;
margin-bottom: 3%;
}

.ginou-area-1 {
background-image: url(/img/img_nisso_04c.png);
    background-attachment: scroll;
background-position: center 0;
background-repeat: no-repeat;
background-size: 100%;
padding: 9% 2% 5%;
font-size: 13px;
width: 44%;
}

.ginou-area-1 p,
.ginou-area-2 p,
.ginou-area-3 p,
.ginou-area-4 p {
font-weight: bold;
    line-height: 130%;
margin-bottom: 3%;
text-align: center;
}

.ginou-area-1 span,
.ginou-area-2 span,
.ginou-area-3 span,
.ginou-area-4 span {
font-size: 12px;
    line-height: 130%;
}

.ginou-area-2 {
background-image: url(/img/img_nisso_04d.png);
    background-attachment: scroll;
background-position: center 0;
background-repeat: no-repeat;
background-size: 100%;
padding: 9% 2% 5%;
font-size: 13px;
margin-left: 3%;
width: 44%;
}
.ginou-area-3 {
background-image: url(/img/img_nisso_04e.png);
    background-attachment: scroll;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 100%;
padding: 9% 2% 5%;
font-size: 13px;
width: 44%;
}
.ginou-area-4 {
background-image: url(/img/img_nisso_04e.png);
    background-attachment: scroll;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 100%;
padding: 9% 2% 5%;
font-size: 13px;
margin-left: 3%;
width: 44%;
}

.ginou2-area-2 {
position: relative;
}
.ginou2-area-2-in {
position: absolute;
left: 7%;
bottom: 9%;
}
.ginou2-area-2-in span {
font-size: 11px;
    line-height: 150%;
display: block;
    padding-top: 3%;
letter-spacing: -1px;
}

.ginou3-area-2 {
position: relative;
}
.ginou3-area-2-in {
position: absolute;
    left: 35%;
    bottom: 25%;
    font-size: 13px;
    line-height: 150%;
}
.ginou3-area-3 {
position: relative;
}
.ginou3-area-3-in {
    position: absolute;
    left: 2%;
    bottom: 21%;
    font-size: 13px;
    line-height: 150%;
}
.ginou3-area-4 {
position: relative;
}
.ginou3-area-4-in {
position: absolute;
    left: 35%;
    bottom: 11%;
    font-size: 13px;
    line-height: 150%;
}


.ad-area {
    display: flex;
    background: #dceef9;
padding: 3% 0% 2% 2%;
margin: 0 3%;
}
.ad-area-b {
    display: flex;
    background: #dceef9;
padding: 3% 0% 2% 2%;
margin: 5% 3% 0;
}
.ad-area-in01 {
width: 30%;
padding: 5% 0% 0% 0%;
}
.ad-area-in01b {
width: 66%;
margin-right: 2%;
}
.ad-area-in02 {
width: 66%;
margin-left: 2%;
}
.ad-area-in02b {
width: 30%;
padding: 5% 0% 0% 0%;
}
.txt-ad {
font-weight: bold;
font-size: 18px;
line-height: 130%;
}
.txt-ad02 {
font-size: 14px;
line-height: 130%;
margin-top: 2%;
}
.ad-area-in02 span,.ad-area-in01b span {
font-size: 10px;
line-height: 130%;
}

.int-area {
margin: 0% 3% 3%;
}
.int-area2 {
margin: 0 0 0 0;
padding: 19% 3% 2%;
    background-image: url(/img/img_nisso_24b.png);
    background-attachment: scroll;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
.int-txt {
    font-weight: bold;
font-size: 22px;
text-align:center;
line-height: 130%;
}
.int-txt span {
font-size: 12px;
display: block;
line-height: 130%;
text-align:center;
margin-top: 2%;
}
.int-img {
width: 40%;
}
.int-txt2 {
font-size: 12px;
line-height: 140%;
}


.qa-area {
    background-attachment: scroll;
    background-image: url(/img/lp_q-a_bg_05.png);
    background-position: 0 top;
    background-repeat: no-repeat;
background-size: 100%;
padding-left: 15%;

}
.qa-txt1 {
    font-weight: bold;
font-size: 22px;
color: #ff0b01;
margin-top: 3%;
}
.qa-txt2 {
font-size: 14px;
line-height: 140%;
padding-top: 3%;
padding-right: 3%;
margin-bottom: 3%;
}

.sp-area {
    /*background-image: url(/img/img_LP_matsuda_03.png);*/
    background-attachment: scroll;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
padding-bottom: 9px;
}
.sp-area .img-01 {
width: 90%;
}
.sp-area .img-02 {
width: 60%;
}
.sp-area .box-01 {
display: flex;
}
.sp-area .txt-01 {
line-height: 150%;
font-weight: bold;
    margin-top: 6%;
    margin-left: 6%;
    margin-right: 6%;
}

.int-area .img-01 {
width: 95%;
}
.int-area .txt-01 {
line-height: 150%;
font-weight: bold;
    font-size: 18px;
}
.int-area .txt-02 {
line-height: 150%;
font-weight: bold;
}

.staff-area {
    background-attachment: scroll;
    background-image: url(../img/lp_q-a_bg_03.png);
    background-position: 0 bottom;
    background-repeat: no-repeat;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 2%;
}
.staff-area-in {
    background-color: #FFFFFF;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 3%;
}
.staff-area .box-01 {
margin-right: 5px;
float: left;
width: 35%;
}
.staff-area .img-01 {
}
.staff-area .img-02 {
}
.staff-area .txt-01 {
line-height: 150%;
    font-size: 14px;
    width: 90%;
margin: auto;
border-top: solid 1px #000000;
padding-top: 4%;
margin-top: 1%;
}
.staff-area .txt-02 {
line-height: 140%;
    font-size: 18px;
width: 62%;
float: left;
font-weight: bold;
}
.staff-area .txt-03 {
    font-size: 12px;
    display: block;
    padding-bottom: 6%;
}

.qa-btn {
    background-attachment: scroll;
    background-image: url(../img/lp_q-a_bg_04_off.png);
    background-position: 0 top;
    background-repeat: no-repeat;
background-size: 100%;
color: #FFFFFF;
font-weight: bold;
line-height: 130%;
font-size: 14px;
padding-top: 3%;
padding-bottom: 1%;
padding-left: 15%;
}
.qa-btn.active {
    background-attachment: scroll;
    background-image: url(../img/lp_q-a_bg_04.png);
    background-position: 0 top;
    background-repeat: no-repeat;
background-size: 100%;
color: #FFFFFF;
font-weight: bold;
line-height: 130%;
font-size: 14px;
padding-top: 3%;
padding-bottom: 1%;
padding-left: 15%;
}
.qa-btn2 {
    background-attachment: scroll;
    background-image: url(../img/lp_q-a_bg_04_off.png);
    background-position: 0 top;
    background-repeat: no-repeat;
background-size: 100%;
color: #FFFFFF;
font-weight: bold;
line-height: 130%;
font-size: 14px;
padding-top: 5%;
padding-bottom: 5%;
padding-left: 15%;
}
.qa-btn2.active {
    background-attachment: scroll;
    background-image: url(../img/lp_q-a_bg_04.png);
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: 100%;
color: #FFFFFF;
font-weight: bold;
line-height: 130%;
font-size: 14px;
padding-top: 5%;
padding-bottom: 5%;
padding-left: 15%;
}


.list-btn {
    background-attachment: scroll;
    background-image: url(../img/img_LP_matsuda_26_on.png);
    background-position: 0 top;
    background-repeat: no-repeat;
background-size: 100%;
color: #FFFFFF;
font-weight: bold;
line-height: 130%;
font-size: 16px;
padding-top: 3.2%;
padding-bottom: 2.8%;
margin-left: 2%;
margin-right: 2%;
text-align: center;
}
.list-btn.active {
    background-attachment: scroll;
    background-image: url(../img/img_LP_matsuda_26_off.png);
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: 100%;
color: #FFFFFF;
font-weight: bold;
line-height: 130%;
font-size: 16px;
padding-top: 3.2%;
padding-bottom: 2.8%;
margin-left: 2%;
margin-right: 2%;
text-align: center;
}

.list-all-area-txt04 span {
font-weight: bold;
}

.table-area {
font-weight: bold;
font-size: 24px;
text-align: center;
}
.table-type01 {
    margin: auto;
}
.table-type01 th {
    text-align: left;
vertical-align: text-top;
background-color: #c4e2f7;
}
.table-type01 td {
    line-height: 130%;
padding-left: 3%;
}

table, tbody, tr, th, td {
display: block;
}
.comp-area {
/*border: solid 1px #000000;*/
padding: 3% 2% 3% 2%;
margin:  5% 2% 0 2%;
}
.comp-area {
    background-attachment: scroll;
    background-image: url(../img/lp_q-a_img_23.png);
    background-position: right 35%;
    background-repeat: no-repeat;
    background-size: 30%;
}
.comp-area .img-01 {
width: 65%;
}
.comp-area .img-02 {
width: 90%;
margin: auto;
}
.comp-area .txt-01 {
width: 65%;
line-height: 130%;
}


.map-area {
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
margin:  0% 1% 0 1%;
padding: 7% 2% 4% 2%;

}


.accordion_client_content{
	/*display:none;*/
padding-bottom: 5px;
border-bottom: 15px solid #ffffdd;
border-left: 5px solid #ffffdd;
border-right: 5px solid #ffffdd;
}
.accordion_client_content2{
	display:none;
padding-bottom: 5px;
margin-left: 1%;
margin-right: 2%;
    border-bottom: solid 1px #0d3a8b;
    border-left: solid 1px #0d3a8b;
    border-right: solid 1px #0d3a8b;
}
.accordion_client_content3{
	display:none;
padding-bottom: 5px;
margin-left: 2%;
margin-right: 2%;
}
	
.check a{
	display:block;
	cursor:pointer;}
	
.accordion_btn img{
	cursor:pointer;
	display:block;}

.accordion_client_text {
}






#mid-fome {
    padding-top: 30px;
    margin-top: -30px;
}
#mid-fome::before {
    content: "";
    display: inline-block;
    height: 80px;
    margin-top: -80px;
    vertical-align: top;
}
.t-btn {
width: 100%;
}


.ftr_top {
    line-height: 130%;
    font-size: 9px;
    width: 1100px;
    margin: 10px;
}

footer {
    clear: both;
    padding: 40px 0 40px 0;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    background: #000000;
    font-size: 14px;
}

.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.totop a {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #333;
    border-radius: 80px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 80px;
}


@media screen and (max-width: 330px) {

.ginou-area-1,.ginou-area-2,.ginou-area-3,.ginou-area-4{
    font-size: 12px;
}
.ginou-area-1 span, .ginou-area-2 span, .ginou-area-3 span, .ginou-area-4 span {
    font-size: 11px;
    line-height: 130%;
}
.ginou2-area-2-in {
    position: absolute;
    left: 7%;
    bottom: 7%;
}
.ginou3-area-2-in,.ginou3-area-3-in,.ginou3-area-4-in {
    font-size: 11px;
}
                                    }






/*================================================
 *  
 ================================================*/

.posi-btn01 {
position: absolute;
top: 58%;
}
.posi-btn02 {
position: absolute;
top: 73%;
}
.posi-btn03 {
position: absolute;
bottom: 0%;
}


/*================================================
 *  
 ================================================*/

#form{
padding: 3% 0 0 0;
margin-bottom: 0;
background: #ebebeb;
}
input[type=text],input[type=tel],input[type=email],select {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0,0,0,0.3);
    height: 45px;
    padding: 0 3px;
    margin: 0 auto;
    background-color: #FFF;
font-size: 90%;
text-indent: 2%;
}
#FFyb{
text-align: right;
    width: 50%;
    display: inline-block;
}
#FFfb{
text-align: left;
    width: 50%;
    display: inline-block;
}
#FFfb img,#FFyb img{
    width: 88%;
}
input.btn_submit {
    cursor: pointer;
    display: block;
    width: 300px;
    height: 72px;
    border: none;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(../img/bt_confirm.png) no-repeat 0 0;
background-size: 100%;
}

.ac {
    color: #FFF;
    text-decoration: none;
margin-bottom: 10px;
}
.ac a {
    color: #FFF;
    text-decoration: none;
}

/*下部リンク
----------------------------------------*/
.other {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.other .title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: 4px solid #115eac;
	padding: 1.2em;
	margin: 0.5em;
}

.other table,
.other table tr,
.other table td {
	border-style: none;

}


.other table {
width: 100%;
border-collapse: separate;
border-spacing: 2px;
margin-bottom: 40px;
}

.other table td {
vertical-align: top;
margin: 0 auto;
width: 90%;
}

.other table td a {

color: #000000;
text-decoration: none;
font-size: 18px;

display: block;
border: 1px solid #cccccc;
padding: 1em;

background-color: #ffffff;

-webkit-filter:drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));
-moz-filter:drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));
-ms-filter:drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));
filter:drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));

}

.other table td a:hover {
opacity: 0.5;
}

.other table td .layout {

	height: 60px;

	display: flex;
	flex-direction: rows;
	align-items: center;
}

.other table td .layout .logo {
width: 100px;
}

.other table td .layout .logo img {
width: 100%;
height: auto;
}

.other table td .layout .text {
width: 100%;
padding-left: 1em;
text-align: left;
}

/*/下部リンク
----------------------------------------*/