@charset "utf-8";
/* CSS Document */

/*　共通　*/

.text_c {
	text-align: center;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.check_mark {
  position: relative;
}
.check_mark::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #FF6600;
  border-bottom: 2px solid #FF6600;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.triangle_under {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 40px solid #FF6600;
	margin: 0px auto;
	padding: 10px 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.pankuzu a {
	color: rgba(104,135,252,1.00);
	text-decoration: underline;
}

.con_co_p01 {
	text-align: center;
	font-size: 1.3em;
	padding: 5px;
	border: 2px dotted #FF0066;
	width: 60%;
	margin: 10px auto 15px;
}

.con_co_box  {
	width: 70%;
	margin: 0 auto;
}

.con_co_box p {
	text-align: center;
	font-size: 1.1em;
}

.co_box_list  {
	font-size: 1.2em;
	line-height: 1.8em;
	background: #ffffcc;
	margin: 10px auto;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #FF6600;
}

.co_box_p_01 {
	text-decoration: underline;
	padding: 30px 0
}

.cp_box_ans {
	background: #6077E0;
	font-size: 1.4em;
	text-align: center;
	padding: 5px;
	color: #FFF;
	border-radius: 5px;
	box-shadow: 1px;
}

/*　会社概要　*/

.company {
padding: 30px 0;
}

.company table {
	border-collapse: collapse;
	width:80%;
	margin:  0 auto;
}
.company th.t_top {
    border-top: #FF6600 4px solid;
}
.company th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
.company td.t_top {
	border-top: #b3b3b3 4px solid;
}
.company td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}
.company tr:hover {
    background: #3D80DF;
    color: #FFFFFF;
}



/*
table.company {
    width: 80%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 2px 10px;
    font-size: 12px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
	background: #D7D7D7;
 vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #2e2e2e;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #D7D7D7;
    border-width: 10px;
    margin-top: -10px;
}
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background:  #EAEAEA;
    width: 360px;
    padding-left: 20px;
}
*/

.map {
	margin:  0 auto;
	text-align: center;
	padding-bottom: 20px;
}

/*　トーホーウイングについて　*/

.conc_box_01 {
	text-align: center;
	padding: 5px;
	border: 2px solid #3A38FF;
	line-height: 2em;
	width: 80%;
	margin: 0 auto;
}

.conc_box_01 span {
	color: #FF0000;
}
.conc_title {
	font-size: 1.8em;
	padding: 10px 0 15px;
	color: #FF0000;
}

p.conc_txt_01 {
	font-size: 1.3em;
}

.conc_box {
	width: 70%;
	margin: 0 auto;
	padding: 20px 0 10px;
	font-size: 1.2em;
	line-height: 2em;
}

.conc_box ul {
	padding: 30px 0;
}

.conc_box_left {
	float: left;
	width: 70%;
}

.conc_box_right {
	position: relative;
	display: block;
	float: right;
	width: 30%;
	height: 410px;
}

.conc_box_right img {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}

.vision_box_01 {
	width: 80%;
	margin: 0 auto 20px;
	padding: 10px;
}

.vision_box_01 dl {
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}

.vision_box_01 dt {
	font-weight: bold;
	font-size: 1.2em;
    padding: 0.5em 0 0.5em 1.8em;
}

.vision_box_01 dt:before {
  	font-family: FontAwesome;
  	content: "\f138";/*アイコン種類*/
	font-size: 1.2em;
  	position: absolute;
  	left : 0.5em; /*左端からのアイコンまで*/
  	color: #ffb03f; /*アイコン色*/
}


.vision_box_01 dd {
	line-height: 1.5;
    padding: 0 0 0.5em;
	border-bottom: dashed 1px silver;
	list-style-type: none!important;
}
.vision_box_01 dd:last-of-type{
  border-bottom: none;
}

.vision_box_01 dd:after {/*タイトルタブ*/
  	background: #ffb03f;
  	color: #fff;
  	font-weight: bold;
  	position: absolute;
  	left: -2px;
  	bottom: 100%;
  	padding: 1px 7px;
  	content: "POINT";/*タブの文字*/
  	letter-spacing: 0.05em;/*字間*/
  }

/*業務内容*/

.serv_box {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}

.serv_box_l {
	float: left;
}

.serv_box_l dl {
	display: table-cell;
	vertical-align: middle;
	height: 333px;
	font-size: 1.3em;
}

.serv_box_r {
	float: right;
	padding: 0 0 20px;
}

.contents_box {
	text-align: center;
/*	background: #FF0000;*/
}

.contents_box dl {
	display: inline-block;
	width: 27%;
	margin: 5px 5px 30px;
	padding-top: 20%;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: 3px 3px 7px 1px #d6d6d6;
	border-radius: 6px;
	border: 1px solid #CCC;
}

.contbox_01 {
	background: url(../img/cont_box_01.jpg) no-repeat;
	background-position: top center;
	}

.contbox_02 {
	background: url(../img/cont_box_02.jpg) no-repeat;
	background-position: top center;
	}

.contbox_03 {
	background: url(../img/cont_box_03.jpg) no-repeat;
	background-position: top center;
	}

.contbox_04 {
	background: url(../img/cont_box_04.jpg) no-repeat;
	background-position: top center;
	}

.contbox_05 {
	background: url(../img/cont_box_05.jpg) no-repeat;
	background-position: top center;
	}

.contbox_06 {
	background: url(../img/cont_box_06.jpg) no-repeat;
	background-position: top center;
	}

.contbox_07 {
	background: url(../img/cont_box_07.jpg) no-repeat;
	background-position: top center;
	}

.contbox_08 {
	background: url(../img/cont_box_08.jpg) no-repeat;
	background-position: top center;
	}

/*　サイトマップ　*/
.bomb:before {
 font-family: "FontAwesome";
 content: '\f1e2';
}

.sitemapdt:before {
 font-family: "FontAwesome";
 content: '\f0a9';
}

.sitemapdd:before {
 font-family: "FontAwesome";
 content: '\f0da';
}

#site_map {
	width: 40%;
	margin: 0 auto 10px;
}

#site_map p {
	color: #ff6600;
	padding: 10px 0 5px 0;
}

#site_map dt a,#site_map p a{
	color: #ff6600;
}

#site_map dt {
	color: #ff6600;
	border-top: 1px solid #999;
	padding: 10px 0 5px 0;
}

#site_map dd {
	padding: 0 0 10px 15px;
}

