@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,sub,sup,var,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}

/*================================================
 *  一般・共通設定
 ================================================*/
html {
	scroll-behavior: smooth;
}

body {
	font-size:calc(9px + 0.39vw) ;
	color:#333;
	font-family: "YuGothic", "游ゴシック",Century Gothic, メイリオ, "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka, Verdana, sans-serif;
	line-height:1.6;
	background:#fff;
}

.inner {
	position:relative;
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}

header {
	box-sizing:border-box;
	position: relative;
	width: 100%;
	background:#ffffff;
}


#contents {
	clear: both;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	margin-bottom: 0;
	background:#fff;
	box-sizing:border-box;
}

#contents p{
	letter-spacing: normal;
	}

.beafter-td p{
	background-color: #DDDDDD;
    padding: 0.5em;
	border-radius: 3px;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	width:100%;
	max-width:1280px;
	margin:0 auto; 
	padding-top: 2em;
}

#contact {
	box-sizing:border-box;
	overflow:hidden;
	width:100%;
	margin: 0 auto 0em auto;
	letter-spacing: -0.4em;
	box-sizing: border-box;
}


a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

.infobodys {
	width: 100%;
}

.infobodys li{
	list-style: none;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0 0.5em 0.5em;
	margin: 0 0 0.5em 0;
	position: relative;
	font-size: 1.6em;
}

.infobodys a{
	text-decoration: underline;
}

.infobodys li:last-child{
	margin: 0;
}


.nexttxt {
	position: absolute;
	bottom: 0;
	right: 0;
}

h1{
	font-weight: bold;
	}


h2{
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	}
	
h2 a {
	font-size:1.4em;
	font-weight: bold;
	text-align:center;
	text-decoration:underline;
	}

h3 {
	font-weight: bold;
}


h4 {
	font-size:1em;
    font-weight: bold;
	margin-bottom:0em;
}


h4 p{
	font-size:1em;
	overflow: hidden;
	width:100%;
	height:border-box;
    font-weight: bold;
	}

h4 p:before{
	content: '\f138';
    display: inline-block;
    font-family: FontAwesome;
    font-weight: bold;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right:0.35em;
	margin-left:0em;
	color:#444444;
	}

h5 {
	font-size:0.9em;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #202020;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}


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 0 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	
}


table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
	margin-bottom:1em;
}

th {
	padding:10px;
	vertical-align:middle;
	font-size:1.5em;
	color: #ffffff;
	font-weight:bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background: #666666;
	text-align: center;
}
th a{
	color: #ffffff;
	text-decoration: underline;
}
th a:hover{
	color: #666666;
	text-decoration: underline;
}

td {
	padding:10px;
	vertical-align:middle;
	font-size:1.5em;
	color: #000000;
	font-weight:normal;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background:#eeeeee;
	text-align: center;
}

td a{
		text-decoration: underline;
}


iframe {
	width:100%;
	height:25em;
}

a.anchor{
    display: block;
    padding-top: 10em;
    margin-top: -10em;
}

.sponly {
		display: none;
	}

.red {
	color: #FF0004;
	font-size: 14px;
	font-weight: bold;
}

.breadcrumbs {
	width: 100%;
	margin: 0 auto;
	padding: 0px 10px 0px;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	font-size: 1.2em;
}

.breadcrumbs ul {
display: table;
}

.breadcrumbs ul li {
	list-style: none;
	margin: 0 10px 0 0;
	float: left;
}

.breadcrumbs a { 
	cursor: pointer;
	line-height: 2.0em;
	text-decoration: underline;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:0px 0px;
}

.headers_h1 {
	height: auto;
	margin-bottom: 10px;
	padding: 0.5em 1em 0.5em 0;
	background-color: #DDDDDD;
	text-align: right;
	font-weight: bold;
}

.header-logo {
	float: left;
	width: 340px;
	height:auto;
	margin-top: 0.5em;
	margin-left: 5%;
	box-sizing: border-box;
}

.header-logo img {  
    width: 100%;  
    height: auto;  
  }  

.header-right01 {
	float:right;
	width: calc(55%);
	text-align:right;
	margin-bottom: 1.5em;
	padding: 0 0 0 0;
	}

.header-right01 img{
	max-width: 90%;  
    height: auto;
	}

.header-right01 ul li {
	list-style:none;
	width: 66%;
    margin: 1.5% 0 0 32%;
}


.header-sp-ray{
	display: none;
}
  
.header-sp-logo {
	width: 100%;
	height: auto;
	text-align: left;
	}

.header-sp-logo img {  
    width: 215px;  
    height: auto;
  }

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.subspace {
	display: none;
	animation: fadeIn 0.2s ease 0.3s 1 normal;
}

.re_subspace {
	animation: 1s fadeIn;
	position: fixed;
	display: block;
	top: 20px;
	right: 20px;
	z-index: 100;
	width: 400px;
	height: 96px;
	padding: 10px 10px 0px 10px;
	border-radius: 8px;
	background-color: #FFFFFF;
}

.re_subspace img{
	width: 100%;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.sub_button {
  display       : inline-block;
  border-radius : 5px;          /* 角丸       */
  font-size     : 15pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 25px;   /* 余白       */
  background    : #444444;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #444444;    /* 枠の指定 */
}
	
.sub_button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ffffff;     /* 背景色     */
  background    : #444444;     /* 文字色     */
}

.underheader {
	width: 100%;
	height:auto;
	margin-top:0em;
	margin-bottom:0em;
}

.underheader img{
	width: 100%;
	height:auto;
	
}

.top_header_bigimg {
	width: 100%;
	text-align: center;
	margin: 1.5em 0 0 0;
	display: block;
}

.top_header_bigimg a{
	display: block;
}

.defcon-00 {
	width: 100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	box-sizing: border-box;
	margin-bottom: 3em;
}

.defcon-00 p{
	font-size:1.5em;
	margin-bottom:0.25em;
}

.defcon-00 img{
	width: 100%;

	height:auto;
	margin-bottom:1em;
}

.defcon-00 a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}

.defcon-00 span img{
	width: 60%;
	height:auto;
	overflow:hidden;
	margin:0 20%;
	box-sizing: border-box;
	margin-top:1em;
	margin-bottom:1.5em;
}

.layout-defh2 {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom:1em;
	padding-bottom: 0.3em;
	clear:both;
    background-size:100% auto; 
	font-size: 2em;
	font-weight: bold;
	position: relative;
	}

.layout-defh2:before{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -0px;
	height: inherit;
	border-bottom: 7px solid #444444;
	}

.layout-defh2:after{
	content: "";
	position: absolute;
	width: 50%;
	left: 0;
	bottom: -0px;
	height: inherit;
	border-bottom: 7px solid #c7000a;
	}

.hrmar {
	margin: 3.5em auto 3.0em ;
}

.layout-defh3 {
	overflow: hidden;
	width:100%;
	height: border-box;
	margin: 0 0 1em 0;
	padding: 5px 0 4px 0;
	clear:both;
	background-color:#444444;
    font-size: 2em;
	font-weight: bold;
	color:#fff;
	text-align:center;
	margin-top:1em;
	text-shadow: 1px 1px 2px #202020;
	letter-spacing: normal;
	position: relative;
	}

.layout-defh3::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 50px solid #c7000a;  /* 三角を白にする */ 
  border-left: 100px solid transparent;
}

.layout-defh3::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 50px solid #ea5432;  /* 三角を白にする */ 
  border-left: 50px solid transparent;
}

.con-imgway p,.con-blogbox p {
	font-size: 1.0em;
	text-align: left;
}

.con-blogbox img{
	width: 500px;
	float: left;
	margin: 0px 1.2em 0px 0px;
}

.con-blogbox p{
	font-size: 1.6em;
	padding: 0px 0px 0.2em 0px;
}

.layout-blogboxh4 h4{
	overflow: hidden;
	width:100%;
	height:border-box;
	margin: 0 0 0.7em 0;
	clear: both;
    font-size: 1.9em;
	font-weight: bold;
	text-align: left;
	}

.clear {
	clear: both;
}

.bottom30 {
	margin: 0px 0px 3.0em 0px;
}

.bottom50 {
	margin: 0px 0px 4.0em 0px;
}

.bottom70 {
	margin: 1.0em 0px 6.0em 0px;
	display: block;
}

.gray_txt {
	background: #DDDDDD;
    line-height: 2.2em;
    padding: 1.5em 1.5em 0.8em 1.5em;
}

.business-ex {
	width: 100%;
	display: block;
}

.business-ex ul{
	width: 100%;
	display: block;
	letter-spacing: -0.4em;
}

.business-ex li{
	width: calc(calc(100% - 45px) / 4);
	letter-spacing: normal;
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: top;
}

.business-ex li:last-child{
	margin: 0;
}

.business-ex h4{
    clear: both;
    font-size: 1.9em;
    font-weight: bold;
}

.business-ex li img{
	width: 100%;
}

.lifestyle-ex {
	width: 100%;
	display: block;
}

.lifestyle-ex ul{
	width: 100%;
	display: block;
	letter-spacing: -0.4em;
}

.lifestyle-ex li{
	width: calc(calc(100% - 15px) / 2);
	letter-spacing: normal;
	display: inline-block;
	margin: 0 15px 1.5em 0;
	vertical-align: top;
}

.lifestyle-ex h4{
    clear: both;
    font-size: 1.9em;
    font-weight: bold;
}

.lifestyle-ex li img{
	width: 35%;
	float: left;
	margin: 0px 1em 0px 0px;
}

.lifestyle-ex p{
	font-size: 1.6em;
    padding: 0px 0px 0em 0px;
	margin-bottom: 0;
}

.lifestyle-ex li:nth-child(2n){
	margin: 0 0px 1.5em 0;
}

.underlinkbana {
	display: inline-block;
	vertical-align: top;
	margin: 0.6em 0em 1.5em 0em;
}

.underlinkbana img{
	width: 350px;
	margin: 0;
}

.underlink {
	text-align: right;
	display: block;
}

.underlink a{
	display: inline-block;
	width: 250px;
	background: #C7000A;
	color: #FFF;
	padding: 0.6em 0em 0.6em 0em;
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
}

@media print, screen and (max-width: 940px){
	
	.underlinkbana img{
		width: 250px;
		margin: 0;
	}

	.underlink {
		display: inline-block;
	}

	.underlink a{
		width: 250px;
	}
	
}

/* ------------------------------
 コンタクト
------------------------------ */

div.border-con {
	clear:both;
	width:100%;
	position: relative;
	border-bottom: 2px dotted #ccc;
	margin-top: 0;
}	

.contact-line {
  width: 40%;
  text-align: left;
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom:-0.75em;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}


.contact-line p {
	width:100%;
	height: auto;
    font-size: 1.8em;
	padding: 0.5em 0 0.5em 0.2em;
	box-sizing: border-box;
    font-weight: bold;
	text-align: left;
}

.contact-line02 {
  width: 60%;
  margin:0 0 0 0;
  padding: 10px 0 10px 0;
  text-align: left;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}


.contact-line02 p {
	width:100%;
	height: auto;
    font-size: 1.5em;
	box-sizing: border-box;
}

.contact-line02 label {
    display: inline-block;
    padding: 0.3em 0;
    margin-bottom: 0.1em;
    margin-right: 1em;
	font-size: 1.5em;
}

.contact-line03 ,.contact-line04{
  width: 100%;
  margin:0 0 1em 0;
  text-align: center;
  letter-spacing: normal;
}

.contact-line03 img{
  width: 50%;
  margin:0 auto;
  text-align: center;
}	

.contact-line03 h3 {
	font-size: 1.2em;
}

.contact-line04 p {
	width:100%;
	height: auto;
    font-size: 1.7em;
	padding: 0.5em 0 0.5em 0em;
	box-sizing: border-box;
    font-weight: bold;
}


#contact input[type="text"],.fullinput,#contact input[type="email"],#contact input[type="tel"],.contact-line02 textarea{
    width: 94%;
    padding: 2%;
	font-size: 20px;
	margin: 0px 0px 0.0em 0px;
}


.label {
  color: #333333;
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #DDDDDD;
  font-weight: bold;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 20px;
  opacity: 0;
  position: relative;
  z-index: 2;
}

/* IE10以上で矢印を消す */
.select::-ms-expand {
  display: none; 
}

/* フォーカス時 */
.select:focus {
  z-index: -1;
  opacity: 1;
}

.contact-line02 textarea{
	height: 150px;
}

.contact-line02 p{
	text-align: left;
}

#contact input[type="text"]:focus ,#contact input[type="date"]:focus ,.contact-line02 textarea:focus {
    box-shadow: 0 0 5px 0 rgba(0,127,208);
    border: 2px solid #FFF !important;
    outline: 0;
}

.banaclass-box {
	letter-spacing: 1em;
	width: auto;
	text-align: left;
}

.banaclass-box .banaclass {
	letter-spacing: normal;
	display: inline-block;
	width: 400px;
	padding: 0em 0em 0em 0em;
}

.banaclass-box .banaclass img{
	width: 400px;
}

/*================================================
 *  会社概要
 ================================================*/

.exend_table_css {
	width: 100%;
	margin: 0 auto 0px;
	font-size: 1.6em;
}

.csstr {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #E3E3E3;
	display: table;
}

.csstr:last-child {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	display: table;
}

.csstr > .exendtable_th{
	width: 32%;
	display: table-cell;
	text-align: left;
	padding: 0.5em;
	border-right: 1px solid #E3E3E3;
	/*border-left:  1px solid #E3E3E3;*/
	background-color: #F1F1F1;
	color: #202020;
	font-weight: bold;
	box-sizing: border-box;
}

.csstr > .exendtable_td{
	width: 70%;
	display: table-cell;
	padding: 0.5em;
	border-right: 1px solid #E3E3E3;
	border-left:  1px solid #E3E3E3;
	box-sizing: border-box;
}


/*================================================
 *  フッター
 ================================================*/

footer {
	clear:both;
	background: #444444;
}

.copyright {
	clear:both;
	padding: 2% 0;
	font-size:16px;
	text-align:center;
	color:#fff;
	padding-bottom: 3em;
	text-shadow: 1px 1px 2px #202020;
}

.copyright a{
	color:#ffffff;
}

.footer-width {
	width: 1280px;
	margin: 0 auto;
	}


.footer-logo-left {
	clear:both;
	width: 100%;
	text-align:center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer-logo-left img{
	width: 30%;
	height: auto;
	margin:0 auto;
}

.footer-copy{
	clear: both;
	width: auto;
	margin-bottom:1em;
	text-align: left;
	font-size: 0.75em;
	font-weight: 500;
	color: #fff;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom: 1em;
	right: 15px;
	width: 60px;
	height: 60px;
	background:#C7000A;
    display: none;
	transition-duration: 0.5s;
	cursor: pointer;
}

.totop a {
	display:block;
	text-decoration:none;
	cursor: pointer;
}

.totop img {
	width:100%;
}




@media print, screen and (max-width:1400px){

#contents {
	clear: both;
	overflow:hidden;
	width:100%;
	margin: -1em auto 1.35em auto;
	margin-bottom: 0;
	background: #ffffff;
	width: 100%;
	padding: 0 0 0 0;
	box-sizing: border-box;
}

	
.inner {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0 1.5em 0 1.5em; 
	box-sizing: border-box;
}

.underheader {
	width: 100%;
	height:auto;
	margin-top: 2.5em;
	margin-bottom: 1.5em;
}
	
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 0px;
	}

	footer {
		width:100%;
	}
}

@media screen and (max-width:800px) {
	
	.lifestyle-ex li{
		width: 100%;
		margin: 0 0px 1.5em 0;
	}
	
	.lifestyle-ex li img{
		width: 50%;
	}
	
	.hrmar {
		margin: 2.5em auto 3.0em ;
	} 
	
	.gray_txt {
		line-height: 2.8em;
	}
	
	.business-ex li{
		width: calc(calc(100% - 15px) / 2);
		letter-spacing: normal;
		display: inline-block;
		margin: 0 15px 0 0;
	}

	.business-ex li:nth-child(2n){
		margin: 0;
	}
	
	.banaclass-box {
		letter-spacing: 1em;
		width: auto;
		text-align: left;
	}

	.banaclass-box .banaclass {
		letter-spacing: normal;
		display: inline-block;
		width: 48%;
		padding: 0em 0em 0em 0em;
	}

	.banaclass-box .banaclass img{
		width: 100%;
		margin: 0;
		padding: 0;
	}

	
	.header-sp-ray {
		margin-top: 1.2em;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}
	
	.re_subspace {
		display: none;
		animation: fadeIn 0.2s ease 0.3s 1 normal;
	}
	
	header h1{
		width: 100%;
		height: auto;
		margin-bottom: 3px;
		padding: 0.5em 0;
		background-color: #DDDDDD;
		text-align:center;
	}
	
	body {
		font-size:calc(9px + 0.26vw) ;
		color:#333;
		font-family: "YuGothic", "游ゴシック",Century Gothic, メイリオ, "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka, Verdana, sans-serif;
		line-height: 1.6;
		background:#fff;
		padding-top: 1em;
	}

	header {
		z-index: 999;
		box-sizing:border-box;
		margin:0;
		width:100%;
	}

	#main {
		float:none;
		width:100%;
		margin-top: 0.5em;
		padding:0 1em;
	}

	h2{
		font-size: 1.7em;
		font-weight: bold;
		text-align:center;
		width:100%;
		margin:0 auto;
		padding-right:0;
		padding-left:0;
		}

	h2 a {
		font-size: 1.1em;
		font-weight: bold;
		text-align:center;
		text-decoration:underline;
		}
	
	.header-ray {
		display: none;
	}
	
	.header-right01 {
		display:none;
	}
	
	.pconly {
		display: none;
	}
	
	.sponly {
		display: block;
	}
	
	.topic-path {
		margin: 10px 0px 0px 0px;
		font-size: 1.4em;
	}

	.headers_h1 {
		display: none;
		font-size: 1.4em;
	}

	.header-ray {
		display: none;
	}

	.top_header_bigimg {
		width: 100%;
	}
	
	.defcon-00 {
		width: 100%;
		height:auto;
		overflow:hidden;
		padding: 0 0em 0.5em 0em;
		box-sizing: border-box;
		margin-bottom: 1.5em;
	}

	.defcon-00 span img{
		width: 100%;
		height:auto;
		margin:0 0;
		box-sizing: border-box;
		margin-bottom:1.5em;
		margin-top:0.25em;
	}
	
	.layout-defh3 ,.layout-caseboxh3 h3{
		overflow: hidden;
		width:100%;
		margin: 0 0 0.8em 0;
		padding: 5px 0 4px 0;
		clear:both;
		background-color:#444444;
		font-size: 2.1em;
		font-weight: bold;
		color:#fff;
		text-align:center;
		}

	.layout-defh3::before {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  border-bottom: 20px solid #c7000a;  /* 三角を白にする */ 
	  border-left: 60px solid transparent;
	}

	.layout-defh3::after {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  border-bottom: 20px solid #ea5432;  /* 三角を白にする */ 
	  border-left: 30px solid transparent;
	}
	
	.con-blogbox img{
		width: 100%;
		float: none;
		margin-bottom: 0.8em;
	}

	.con-blogbox p{
		font-size: 1.8em;
	}

	.bottom30 {
		margin: 0px 0px 1.0em 0px;
	}

	.con-blogbox .bottom50:last-child{
		margin: 0;
	}
	
	
/* ------------------------------
 コンタクト
------------------------------ */
.contact-line03 {
  width: 100%;
  margin:0 0 1em 0;
  text-align: center;
}

.contact-line03 img{
  width: 80%;
  margin:0 auto;
  text-align: center;
}	

.contact-line03 h3 {
	font-size: 1.4em;
}
	
.contact-line {
  width: 100%;
  text-align: left;
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom:-0.75em;
	display: block;
	letter-spacing: normal;
	vertical-align: top;
}
.contact-line02 {
  width: 100%;
  margin:0 0 0 0;
  padding: 0px 0 10px 0;
  display: block;
  letter-spacing: normal;
  vertical-align: top;
}
	

/* ------------------------------
  会社概要
------------------------------ */

.exend_table_css {
	width: 100%;
	font-size: 1.8em;
}
	
.csstr {
	width: 100%;
	display: block;
}
	
.csstr > .exendtable_th{
	width: 100%;
	display: block;
	text-align: left;
	border-left: 1px solid #E3E3E3;
}
	
.csstr > .exendtable_td{
	width: 100%;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

		
/* ------------------------------
  フッター
------------------------------ */

.copyright {
	clear:both;
	padding: 1% 0;
	font-size:16px;
	text-align:center;
	color:#fff;
	padding-bottom: 2em;
}

.footer-width {
	width: 95%;
	margin: 0 2.5%;
	}

.footer-logo-left {
	clear:both;
	width: 100%;
	text-align:center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer-logo-left img{
	width: 60%;
	height: auto;
	margin:0 auto;
}

.totop {
	position:fixed;
	bottom: 1em;
	right: 15px;
	width: 45px;
	height: 45px;
}

.infobodys li{
	font-size: 1.8em;
	padding: 0 0.2em 0.5em;
	margin: 0 0 0.5em 0;
}
	
.underlink a{
	width: 100%;
}
	
.underlinkbana img{
	width: 80%;
	margin: 0 10% 1.0em;
}
	
.underlinkbana ,.underlink a{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

	.underlink {
		width: 100%;
		text-align: center;
	}

	.underlink a{
		width: 100%;
	}
	
}





