@charset "UTF-8";
/* =============================================================
	tsue.org用 css：デスクトップ by kuwatsu
============================================================= */
@media screen and (min-width: 1024px) {
  html {
    width: 1280px;
    max-width: 1280px;
    height: 100%;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
  }
  body {
    width: 1280px;
    margin: 0;
    padding: 0 0 10px 0;
    background-color: #fff;
  }
  .all {
    max-width: 1280px;
    margin: auto;
  }
  /* =============================================================
  モバイル：基本レイアウト	mobframework

  header,nav,main,aside,section,article,footer	{
  	display:block;
  	margin: 0;
  	padding: 0;
  }

  ============================================================= */
  /* =============================================================
  モバイル：画像 基本	mobframework

  img {
  	display: block;
  	margin: 0;
  	padding: 0;
  	border: none;
  }
  figcaption	{
  	text-align: center;
  	white-space: wrap;
  }

  ============================================================= */
  /* =============================================================
  モバイル：テキスト 基本	mobframework
  p	{
  	display:block;
  	width: 90%;
  	font-size: 16px;
  	white-space: wrap;
  	margin: 0;
  	padding: 0;
  	&.center	{
  		text-align: center;
  		margin: 0 auto;
  	}
  	&.honbun	{
  		width: 100%;
  		font-size: 16px;
  		font-feature-settings: "palt";
  		text-align: justify;
  		letter-spacing: 0.1em;
  		line-height: 1.65em;
  		word-break: break-all;
  		margin: 0 0 5px 0;
  		padding: 0;
  		span.redbelt	{
  			color:#fff;
  			font-size: 16px;
  			font-weight: bold;
  			background-color:#ff7f7f;
  			padding: 3px 2px;
  		}	
  	}
  	&.listed	{
  		font-size: 15px;
  		text-align: left;
  		margin: 5px 0;
  	}
  	&.itemized	{
  		width: 100%;
  		font-size: 14px;
  		text-align: center;
  		margin: 5px auto;
  	}
  }
  ============================================================= */
  /* =============================================================
  リスト 基本	mobframework
  ============================================================= */
  ul, li {
    width: 100%;
    list-style-type: none;
    text-decoration: none;
  }
  /* =============================================================
  モバイル：リンク 基本	mobframework
  a	{
  	color: #444;
  	text-decoration: none;
  	border: none;
  }
  span.new	{
  	display: inline;
  	width:50px;
  	font-size: 100%;
  	color: #fff;
  	text-align:center;
  	list-style-type: none;
  	margin: 0 5px 0 5px;
  	background-color:#ff7f7f;
  	padding: 3px;
  	&::before	{
  		content:none;
  	}
  }
  span.red	{
  	color:#ff0000;
  	font-size: 14px;
  	br	{
  		line-height: 1.2em;
  	}
  }

  ==================
  モバイル：ナビ	mobframework
  nav	{
  	ul	{
  		width: 100%;
  		display:flex;
  		height: 40px;
  		justify-content: space-between;
  		margin: 0;
  		padding: 0;
  		li	{
  			width: 33.333%;
  			margin: 0 auto;
  			padding: 0;
  			a	{
  				height: 40px;
  				display: block;
  				overflow: hidden;
  				color:#fff;
  				list-style-type: none;
  				white-space: nowrap;
  				text-decoration: none;
  				text-align: center;
  				line-height: 2.5em;
  				cursor: pointer;
  				border: none;
  				margin: 0 auto;
  				padding: 0;

  				&.cando		{
  					background: #006a6c;
  				}
  				&.consultation	{
  					background: #00a497;
  				}
  				&.profile	{
  					background: #2cb4ab;
  				}
  				&.void		{
  					background: url("/imgMainNavi/footerNaviVoid.png") no-repeat center -7px;
  				}
  				&:hover		{
  					background-position: center center;
  				}
  				&.current,
  				&.current:hover,
  				&.void	{
  					cursor: default;
  				}
  			}
  		}
  	}
  }

  ============================================================= */
  /* =============================================================
  PC：body	トップページ
  ============================================================= */
  body,
  body.toppage,
  body:not(.toppage) {
    width: 100%; /*	1280px	*/
    margin: 0 auto;
    padding: 0;
    /*	article	*/
    /*	aside	*/
  }
  body header,
  body.toppage header,
  body:not(.toppage) header {
    position: fixed;
    width: 100%;
    max-width: 1280px;
    height: 50px;
    margin: 0 auto 10px auto;
    padding: 0 0 5px 0;
    background-color: #fff;
    /*
    			border-bottom: 1px solid #aaa;
    */
  }
  body header a.toplogo,
  body.toppage header a.toplogo,
  body:not(.toppage) header a.toplogo {
    float: left;
    width: 376px;
    height: 40px;
    text-indent: -9999px;
    background: url("/img/toplogo.jpg") no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
  }
  body header nav,
  body.toppage header nav,
  body:not(.toppage) header nav {
    float: right;
    width: 375px;
    margin: -40px 0 0 100%;
    padding: 0;
  }
  body header img.mobonly,
  body.toppage header img.mobonly,
  body:not(.toppage) header img.mobonly {
    display: none;
  }
  body main,
  body.toppage main,
  body:not(.toppage) main {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 30px 0;
  }
  body article,
  body.toppage article,
  body:not(.toppage) article {
    float: right;
    width: 81%; /*	px	*/
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  body article img.topimg,
  body.toppage article img.topimg,
  body:not(.toppage) article img.topimg {
    width: 100%;
  }
  body article h1,
  body.toppage article h1,
  body:not(.toppage) article h1 {
    width: 100%;
    font-size: 24px;
    margin: 0 0 4px 0;
    padding: 5px 0;
  }
  body article h1.withLineBreak,
  body.toppage article h1.withLineBreak,
  body:not(.toppage) article h1.withLineBreak {
    font-size: 18px;
    line-height: 1.3em;
  }
  body article h1 span,
  body.toppage article h1 span,
  body:not(.toppage) article h1 span {
    display: block;
    font-size: 70%;
    line-height: 1.3em;
  }
  body article h1.title,
  body.toppage article h1.title,
  body:not(.toppage) article h1.title {
    width: 99.5%;
    height: 50px;
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  body article h2,
  body.toppage article h2,
  body:not(.toppage) article h2 {
    clear: both;
    font-size: 18px;
    margin: 10px auto;
  }
  body article h3,
  body.toppage article h3,
  body:not(.toppage) article h3 {
    clear: both;
    font-size: 18px;
    text-align: center;
    margin: 5px auto 10px auto;
    padding: 0;
  }
  body article h3.txtLft,
  body.toppage article h3.txtLft,
  body:not(.toppage) article h3.txtLft {
    width: 85.5%;
    font-size: 18px;
    text-align: left;
    margin: 5px auto 10px auto;
    padding-left: 4.5%;
  }
  body article div,
  body.toppage article div,
  body:not(.toppage) article div {
    clear: both;
    width: 75%;
    margin: 10px auto;
  }
  body article div img.pconly,
  body.toppage article div img.pconly,
  body:not(.toppage) article div img.pconly {
    width: 100%;
    max-height: 547px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
    border-radius: 5px;
  }
  body article div img.half,
  body.toppage article div img.half,
  body:not(.toppage) article div img.half {
    clear: both;
    width: 40%;
    height: auto;
    margin: 0 auto 10px auto;
    padding: 0;
  }
  body article div img.fltLft,
  body.toppage article div img.fltLft,
  body:not(.toppage) article div img.fltLft {
    float: left;
    margin: 0 10px 10px 0;
  }
  body article div p,
  body.toppage article div p,
  body:not(.toppage) article div p {
    max-width: 81%;
    text-align: justify;
    letter-spacing: 0.05em;
    margin: 0 auto 10px auto;
    padding: 0;
  }
  body article div p:last-child,
  body.toppage article div p:last-child,
  body:not(.toppage) article div p:last-child {
    margin: 0 auto 30px auto;
  }
  body article div img.fltLft + p,
  body.toppage article div img.fltLft + p,
  body:not(.toppage) article div img.fltLft + p {
    max-width: 100%;
    text-align: justify;
    letter-spacing: 0.05em;
    padding-right: 1em;
  }
  body article div ul li,
  body.toppage article div ul li,
  body:not(.toppage) article div ul li {
    width: 79%;
  }
  body article div ul li.disc,
  body.toppage article div ul li.disc,
  body:not(.toppage) article div ul li.disc {
    width: 81%;
    text-align: left;
  }
  body article div.eot,
  body.toppage article div.eot,
  body:not(.toppage) article div.eot {
    margin: 30px auto;
  }
  body article div.eot img,
  body.toppage article div.eot img,
  body:not(.toppage) article div.eot img {
    width: 25%;
  }
  body aside,
  body section,
  body.toppage aside,
  body.toppage section,
  body:not(.toppage) aside,
  body:not(.toppage) section {
    float: left;
    width: 214px; /*	16%	*/
    position: fixed;
    margin: -10px auto 0 auto;
    padding: 0;
  }
  body aside ul,
  body.toppage aside ul,
  body:not(.toppage) aside ul {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
  }
  body aside ul li a,
  body.toppage aside ul li a,
  body:not(.toppage) aside ul li a {
    display: block;
    width: 100%; /*	実際355px 両端罫線2pxを引いた値	*/
    height: 40px; /*	実際40px 両端罫線2pxを引いた値	*/
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    margin: 0 auto 5px 0;
    padding: 10px;
    cursor: pointer;
  }
  body aside ul li a.current,
  body.toppage aside ul li a.current,
  body:not(.toppage) aside ul li a.current {
    cursor: default;
  }
  body aside ul li a.sumikae,
  body.toppage aside ul li a.sumikae,
  body:not(.toppage) aside ul li a.sumikae {
    color: #e6a243;
    border: 2px solid #e6a243;
    background-color: #fff;
  }
  body aside ul li a.sumikae:hover, body aside ul li a.sumikae.current,
  body.toppage aside ul li a.sumikae:hover,
  body.toppage aside ul li a.sumikae.current,
  body:not(.toppage) aside ul li a.sumikae:hover,
  body:not(.toppage) aside ul li a.sumikae.current {
    color: #fff;
    background-color: #e6a243;
  }
  body aside ul li a.sensor,
  body.toppage aside ul li a.sensor,
  body:not(.toppage) aside ul li a.sensor {
    color: #b94a57;
    border: 2px solid #b94a57;
    background-color: #fff;
  }
  body aside ul li a.sensor:hover, body aside ul li a.sensor.current,
  body.toppage aside ul li a.sensor:hover,
  body.toppage aside ul li a.sensor.current,
  body:not(.toppage) aside ul li a.sensor:hover,
  body:not(.toppage) aside ul li a.sensor.current {
    color: #fff;
    background-color: #b94a57;
  }
  body aside ul li a.mimamorisupport,
  body.toppage aside ul li a.mimamorisupport,
  body:not(.toppage) aside ul li a.mimamorisupport {
    color: #00a69f;
    border: 2px solid #00a69f;
    background-color: #fff;
  }
  body aside ul li a.mimamorisupport:hover, body aside ul li a.mimamorisupport.current,
  body.toppage aside ul li a.mimamorisupport:hover,
  body.toppage aside ul li a.mimamorisupport.current,
  body:not(.toppage) aside ul li a.mimamorisupport:hover,
  body:not(.toppage) aside ul li a.mimamorisupport.current {
    color: #fff;
    background-color: #00a69f;
  }
  body aside ul li a.mimotohosho,
  body.toppage aside ul li a.mimotohosho,
  body:not(.toppage) aside ul li a.mimotohosho {
    color: #83407d;
    border: 2px solid #83407d;
    background-color: #fff;
  }
  body aside ul li a.mimotohosho:hover, body aside ul li a.mimotohosho.current,
  body.toppage aside ul li a.mimotohosho:hover,
  body.toppage aside ul li a.mimotohosho.current,
  body:not(.toppage) aside ul li a.mimotohosho:hover,
  body:not(.toppage) aside ul li a.mimotohosho.current {
    color: #fff;
    background-color: #83407d;
  }
  body aside ul li a.seinenkouken,
  body.toppage aside ul li a.seinenkouken,
  body:not(.toppage) aside ul li a.seinenkouken {
    color: #86763f;
    border: 2px solid #86763f;
    background-color: #fff;
  }
  body aside ul li a.seinenkouken:hover, body aside ul li a.seinenkouken.current,
  body.toppage aside ul li a.seinenkouken:hover,
  body.toppage aside ul li a.seinenkouken.current,
  body:not(.toppage) aside ul li a.seinenkouken:hover,
  body:not(.toppage) aside ul li a.seinenkouken.current {
    color: #fff;
    background-color: #86763f;
  }
  body aside ul li a.shisetsushoukai,
  body.toppage aside ul li a.shisetsushoukai,
  body:not(.toppage) aside ul li a.shisetsushoukai {
    color: #1d778e;
    border: 2px solid #1d778e;
    background-color: #fff;
  }
  body aside ul li a.shisetsushoukai:hover, body aside ul li a.shisetsushoukai.current,
  body.toppage aside ul li a.shisetsushoukai:hover,
  body.toppage aside ul li a.shisetsushoukai.current,
  body:not(.toppage) aside ul li a.shisetsushoukai:hover,
  body:not(.toppage) aside ul li a.shisetsushoukai.current {
    color: #fff;
    background-color: #1d778e;
  }
  body aside ul li a.sougi,
  body.toppage aside ul li a.sougi,
  body:not(.toppage) aside ul li a.sougi {
    color: #847871;
    border: 2px solid #847871;
    background-color: #fff;
  }
  body aside ul li a.sougi:hover, body aside ul li a.sougi.current,
  body.toppage aside ul li a.sougi:hover,
  body.toppage aside ul li a.sougi.current,
  body:not(.toppage) aside ul li a.sougi:hover,
  body:not(.toppage) aside ul li a.sougi.current {
    color: #fff;
    background-color: #847871;
  }
  body aside ul li a.procedure,
  body.toppage aside ul li a.procedure,
  body:not(.toppage) aside ul li a.procedure {
    color: #a0b278;
    border: 2px solid #a0b278;
    background-color: #fff;
  }
  body aside ul li a.procedure:hover, body aside ul li a.procedure.current,
  body.toppage aside ul li a.procedure:hover,
  body.toppage aside ul li a.procedure.current,
  body:not(.toppage) aside ul li a.procedure:hover,
  body:not(.toppage) aside ul li a.procedure.current {
    color: #fff;
    background-color: #a0b278;
  }
  body aside ul li a.Agency,
  body.toppage aside ul li a.Agency,
  body:not(.toppage) aside ul li a.Agency {
    background-color: #ccc;
  }
  /*	body	*/
  /* =============================================================
  PC：フッタ
  ============================================================= */
  footer {
    clear: both;
    float: right;
    width: 81%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #aaa;
  }
  footer ul {
    width: 375px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  footer ul li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
  }
  footer ul li a {
    display: block;
    width: 79.25px; /*	４列		*/
    height: 44px;
    overflow: hidden;
    list-style-type: none;
    white-space: nowrap;
    text-indent: 100%;
    text-decoration: none;
    cursor: pointer;
    margin: 0 1px 1px 0;
  }
  footer div.inquiry div.button a.tel {
    background: url("/img/inquiry-telpc.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
  }
  footer div.credit {
    clear: both;
    width: 100%;
    font-size: 12px;
    color: #444;
    text-align: center;
    vertical-align: top;
    margin: 0 auto;
    padding: 10px 0 10px 0;
  }
  footer div.credit span {
    font-size: 16px;
  }
  footer div.credit p {
    font-size: 12px;
  }
  /* =============================================================
  モバイル：サイドメニュー	aside
  ============================================================= */
  /* =============================================================
  H　基本	pc-framework
  h2	{
  	clear: both;
  	display: block;
  	width: 100%;
  	height: auto;
  	color: #000;
  	font-size: 16px;
  	text-align: center;
  	line-height: 1.5em;
  	margin: 0 auto 5px auto;
  	padding: 3px 0;
  	border: none;
  	background-color: #ddd;
  }
  body.korobanu h2	{
  	color: #fff;
  	background-color: #00b1a9;
  }
  h3	{
  	display: block;
  	width:100%;
  	font-size: 14px;
  	text-align: center;
  	margin: 5px 0;
  	padding: 0 0 3px 0;
  	border-bottom: 1px solid #888;
  	&.noborder	{
  		border:none;
  	}
  }
  h4	{
  	clear: both;
  	display: block;
  	font-size: 18px;
  	text-align: center;
  	margin: 0 0 -5px 0;
  	padding: 5px 0 0 0;
  	border: none;
  	border-bottom: 1px solid #888;
  }
  ============================================================= */
  /* =============================================================
  モバイル：テーブル：基本	mobframework
  ============================================================= */
  table {
    border-collapse: collapse;
    width: 97%;
    font-size: 15px;
    margin: 7px auto 10px auto;
    padding: 0;
  }
  table th,
  table td {
    margin: 0;
  }
  table th {
    width: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.5em;
    margin: 0;
    padding: 5px 10px;
  }
  table th.bgeee {
    background-color: #eee;
  }
  table th.red {
    color: red;
    font-size: 12px;
  }
  table th.title {
    font-size: 17px;
  }
  table th.heading {
    max-width: 100%;
    text-align: right;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  table td {
    min-width: 60px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5em;
    white-space: normal;
    margin: 0;
    padding: 5px 0 5px 5px;
  }
  table td.prof {
    text-align: center;
    line-height: 1em;
    padding: 0 0 7px 0;
  }
  table td:last-child {
    width: 316px;
  }
  table td span {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 5px 5px 10px;
    padding: 0;
  }
  table td span.red {
    color: red;
    font-size: 14px;
    margin: 0 5px 5px 0px;
  }
  table td span.bigger {
    font-size: 18px;
    margin: 0;
  }
  table td span.price {
    display: inline;
    width: 100%;
    text-align: right;
    line-height: 1.5em;
    font-size: 18px;
    margin: 3px 5px 10px 10px;
  }
  table td span.new {
    display: inline-block;
    width: 50px;
    color: #fff;
    text-align: center;
    list-style-type: none;
    margin: 0 5px 0 5px;
    background-color: #ff7f7f;
    padding: 3px;
  }
  table td span.new::before {
    content: none;
  }
  table td.btmNoborder {
    border-bottom: none;
  }
  table.withborder {
    border: 2px solid #888;
  }
  table.btmNoborder {
    border-bottom: none;
  }
  table.showcase td {
    width: 50%;
  }
  table.showcase td.blue {
    background-color: #eaf6fd;
  }
  table.showcase td.green {
    background-color: #ebf5ec;
  }
  /*	テーブル：基本	*/
  /* =============================================================
  PC：テーブル：お問合せフォーム	pc-framework
  ============================================================= */
  table.mailform {
    width: 100%;
  }
  table.mailform tr th, table.mailform tr td {
    display: table-cell;
    font-size: 14px;
    text-align: left;
  }
  table.mailform tr th.bdrbtmsld888, table.mailform tr td.bdrbtmsld888 {
    border-bottom: 1px solid #888;
  }
  table.mailform tr th.bdrbtmdot888, table.mailform tr td.bdrbtmdot888 {
    border-bottom: 1px dotted #888;
  }
  table.mailform tr th.bdrtopsld888, table.mailform tr td.bdrtopsld888 {
    border-top: 1px solid #888;
  }
  table.mailform tr th.bgeee, table.mailform tr td.bgeee {
    background-color: #eee;
  }
  table.mailform tr th {
    width: 20%;
    vertical-align: middle;
    padding: 10px;
  }
  table.mailform tr th.void {
    display: block;
  }
  table.mailform tr td {
    width: 70%;
    vertical-align: middle;
    padding: 15px 0 0 0;
  }
  table.mailform tr td ul {
    width: 100%;
  }
  table.mailform tr td ul li {
    float: left;
    display: block;
    margin: 5px 10px;
  }
  table.mailform tr td ul li input[type=checkbox] + label span {
    width: 180px;
    font-size: 18px;
    margin: -30px 0 20px 30px;
    padding: 0;
  }
  table.mailform tr td textarea {
    min-width: 97%;
    font-size: 18px;
    border: solid 1px #ccc;
    margin: 10px 10px;
    background-color: #fff;
  }
  table.mailform tr td input[type=text] {
    width: 500px;
    margin: 10px 10px;
  }
  table.mailform tr td input[type=submit],
  table.mailform tr td input[type=reset] {
    font-size: 16px;
    margin: 0px auto;
    padding: 0px 0 0px 0;
    color: #006a6c;
    border: 2px solid #006a6c;
    background-color: #fff;
  }
  table.mailform tr td input[type=submit]:hover,
  table.mailform tr td input[type=reset]:hover {
    font-size: 16px;
    padding: 0px 0 0px 0;
    color: #fff;
    background-color: #006a6c;
  }
  table.mailform tr p {
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    color: #999999;
  }
  table.mailform tr span.red {
    display: block;
    color: #f00;
    font-size: 12px;
    line-height: 1.2em;
    margin: -3px 0 0 0;
    padding: 0;
  }
  h1 + table {
    border-top: none;
  }
  span.inline {
    display: inline;
    vertical-align: middle;
  }
  .pconly {
    display: block;
  }
  .mobonly {
    display: none;
  }
  .noborder {
    border: none;
  }
} /*	PC版	*//*# sourceMappingURL=pc-framework.css.map */