@charset "UTF-8";

input,textarea{
	
}



#top #mv {
  /* background: url('../img/top/mv_bk.jpg') no-repeat center center /cover; */
  position: relative;
  /* padding:160px 0; */
}

#top #mv .mv {
  padding: 160px 0;
}

#top #mv .title {
  display: block;
  font-size: 30px;
  font-family: 'Times New Roman', 'Times', serif;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

#top #mv .text {
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.62;
}

#top #mv .mv_wrap {
  width: 96%;
  max-width: 1166px;
  margin: 0 auto;
  background: url('../img/top/mv_deco.png') no-repeat center center /cover;
  padding: 56px 0;
}

/* business */
#top #business {
  width: 100%;
  padding: 55px 0 75px;
  position: relative;
}

#top #business:before {
  content: "";
  width: 100%;
  height: 44%;
  background: -moz-linear-gradient(-45deg, rgba(0, 194, 158, 1) 0%, rgba(0, 116, 194, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 194, 158, 1) 0%, rgba(0, 116, 194, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(0, 194, 158, 1) 0%, rgba(0, 116, 194, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0, 194, 158, 1) 0%, rgba(0, 116, 194, 1) 100%);
  background: linear-gradient(135deg, rgba(0, 194, 158, 1) 0%, rgba(0, 116, 194, 1) 100%);
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#top #business .business {
  position: relative;
  margin: 0 auto;
  width: 96%;
  max-width: 1040px;
  padding: 75px 90px 50px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
}

#top #business .business:before {
  content: "";
  width: 1px;
  height: 45px;
  background: #0075C1;
  position: absolute;
  top: 0;
  right: 50%;
}

#top #business .title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  color: #0075C1;
}

#top #business .title span {
  display: block;
}

#top #business .title .jp {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: normal;

}

#top #business .title .en {
  font-size: 16px;
  letter-spacing: 0.025em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
}

#top #business .business_box .fltimg {
  width: 47%;
}

#top #business .business_box .fltimg img {
  width: 100%;
  display: block;
}

#top #business .business_box .flttext {
  width: 48%;
  position: relative;
  padding-top: 10px;
}

#top #business .business_box .flttext .text {
  font-size: 16px;
  line-height: 1.62;
}

#top #business .business_box .flttext .btn02 {
  margin-top: 30px;
}


/* tech_info */
#top #tech_info {
  width: 100%;
  padding: 85px 0;
  position: relative;
  background: url('../img/top/tech_info_bk.jpg') no-repeat center center /cover;
}

#top #tech_info .tech_info {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  background: url('../img/top/tech_info_inner_bk.jpg') no-repeat center center /cover;
  padding: 105px;
}

#top #tech_info .tech_info_box_wrap {
  background: -moz-linear-gradient(left, rgba(0, 194, 158, 1) 0%, rgba(0, 116, 194, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 194, 158, 1) 0%, rgba(0, 116, 194, 1) 100%);
  background: -o-linear-gradient(left, rgba(0, 194, 158, 1) 0%, rgba(0, 116, 194, 1) 100%);
  background: -ms-linear-gradient(left, rgba(0, 194, 158, 1) 0%, rgba(0, 116, 194, 1) 100%);
  background: linear-gradient(to left, rgba(0, 194, 158, 1) 0%, rgba(0, 116, 194, 1) 100%);
  padding-top: 6px;
  width: 315px;
  margin: 0 auto 0 0;
}

#top #tech_info .tech_info_box {
  background: #fff;
  padding: 40px 45px;
  width: 100%;
}

#top #tech_info .title {
  font-weight: 500;
  color: #0075C1;
  font-size: 0;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}

#top #tech_info .title a {
  color: #0075C1;
  display: block;
}

#top #tech_info .title span {
  display: inline-block;
  vertical-align: bottom;
}

#top #tech_info .title .jp {
  font-size: 22px;
  margin-right: 15px;
}

#top #tech_info .title .en {
  font-size: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}

#top #tech_info .btn_arrow a {
  display: block;
  font-size: 16px;
  padding: 10px 0 10px 14px;
  position: relative;
}

#top #tech_info .btn_arrow a:before {
  content: "";
  border-top: 3px solid #0075C1;
  border-right: 3px solid #0075C1;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}

/* information */
#top #information {
  width: 100%;
  background: #fff;
}

#top #information .information {
  width: 930px;
  margin: 0 auto;
  padding: 90px 0;
  position: relative;
}

#top #information .information:before {
  content: "";
  width: 1px;
  height: 70px;
  background: #0075C1;
  position: absolute;
  top: 0;
  right: 50%;
}

#top #information .title {
  padding-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

#top #information .title span {
  display: block;
}

#top #information .title .en {
  font-size: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
  margin-bottom: 10px;
  color: #0075C1;
}

#top #information .title .jp {
  font-size: 16px;
  color: #333333;
}

#top #information .info_list {
  width: 730px;
  margin: 0 auto;
}

#top #information .info_list li a {
  display: block;
  padding: 10px 0;
  font-size: 0;
}

#top #information .info_list li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}

#top #information .info_list li .day {
  color: #0075C1;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-right: 25px;
}

#top #information .info_list li .text {
  font-size: 16px;
  letter-spacing: 0;
  width: 608px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

_:-ms-fullscreen,
:root #top #information .info_list li .text {
  width: 600px;
}

#top #information .btn_wrap {
  margin-top: 25px;
}

/* recruit */
#top #recruit {
  width: 100%;
  padding: 85px 0;
  position: relative;
  background: url('../img/top/recruit_bk.jpg') no-repeat center center /cover;
}

#top #recruit .recruit {
  width: 96%;
  max-width: 360px;
  margin: 0 auto;
  background: -moz-linear-gradient(-55deg, rgba(0, 194, 158, 1) 0%, rgba(0, 194, 158, 0.95) 50%, rgba(168, 0, 119, 0.95) 50%, rgba(38, 203, 173, 0.95) 50%, rgba(38, 203, 173, 0.9) 100%);
  background: -webkit-linear-gradient(-55deg, rgba(0, 194, 158, 1) 0%, rgba(0, 194, 158, 0.95) 50%, rgba(168, 0, 119, 0.95) 50%, rgba(38, 203, 173, 0.95) 50%, rgba(38, 203, 173, 0.9) 100%);
  background: -o-linear-gradient(-55deg, rgba(0, 194, 158, 1) 0%, rgba(0, 194, 158, 0.95) 50%, rgba(168, 0, 119, 0.95) 50%, rgba(38, 203, 173, 0.95) 50%, rgba(38, 203, 173, 0.9) 100%);
  background: -ms-linear-gradient(-55deg, rgba(0, 194, 158, 1) 0%, rgba(0, 194, 158, 0.95) 50%, rgba(168, 0, 119, 0.95) 50%, rgba(38, 203, 173, 0.95) 50%, rgba(38, 203, 173, 0.9) 100%);
  background: linear-gradient(125deg, rgba(0, 194, 158, 1) 0%, rgba(0, 194, 158, 0.95) 50%, rgba(168, 0, 119, 0.95) 50%, rgba(38, 203, 173, 0.95) 50%, rgba(38, 203, 173, 0.9) 100%);
  padding: 120px 0;
  position: relative;
}

#top #recruit .recruit:before {
  content: "";
  width: 1px;
  height: 55px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 50%;
}

#top #recruit .title {
  font-weight: 500;
  text-align: center;
  color: #fff;
}

#top #recruit .title span {
  display: block;
}

#top #recruit .title .en {
  font-size: 40px;
  margin-bottom: 15px;
}

#top #recruit .title .jp {
  font-size: 16px;
}

#top #recruit .text {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.61;
  margin: 40px 0;
}

/* other */
#top #other {
  width: 100%;
  padding: 85px 0 60px;
  position: relative;
  width: 100%;
}

#top #other .other_list {
  width: 96%;
  max-width: 1014px;
  margin: 0 auto;
}

#top #other .other_list li {
  width: 47%;
  margin-right: 5.4%;
}

#top #other .other_list li:nth-last-of-type(1) {
  margin-right: 0;
}

#top #other .other_list li .img {
  width: 100%;
  position: relative;
}

#top #other .other_list li .img:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #00C29F;
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 2;
}

#top #other .other_list li .img img {
  width: 100%;
  display: block;
}

#top #other .other_list li .text_wrap {
  position: relative;
  padding: 35px 0;
}

#top #other .other_list li .text_wrap:before {
  content: "";
  width: 210px;
  height: 25px;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -25px;
  z-index: 1;
}

#top #other .other_list li .text_wrap .title {
  font-weight: 500;
  text-align: center;
}

#top #other .other_list li .text_wrap .title span {
  display: block;
}

#top #other .other_list li .text_wrap .title .jp {
  font-size: 22px;
  letter-spacing: 0;
}

#top #other .other_list li .text_wrap .title .en {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 15px;
  color: #00C29F;
}

#top #other .other_list li .text_wrap .btn_wrap {
  margin-top: 30px;
}

/*----------------------------------------------------
	☆COMPANY
----------------------------------------------------*/
/* philosophy */
#philosophy .img {
  margin: 0 auto;
  width: 640px;
}

/* info */
#info .table01 {
  width: 100%;
  margin-top: 30px;
}

#info .clm02 {
  margin-top: 40px;
}

#info .clm02 img {
  width: 100%;
  display: block;
}

/* base_index */
#base_index .base_index_list {
  width: 640px;
  margin: 0 auto;
  text-align: left;
}

#base_index .base_index_list li {
  width: 30%;
  margin-right: 3.5%;
}

#base_index .base_index_list li:nth-last-of-type(1) {
  margin-right: 0;
}

#base_index .base_index_list li .img {
  margin-bottom: 20px;
}

#base_index .base_index_list li .img img {
  width: 100%;
  display: block;
}

#company_base-page .text_wrap .title,
#company_base-page .text_wrap .title a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #0075C1;
  margin: 0 0 20px;
}

#company_base-page .text_wrap .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

#company_base-page .text_wrap .gmap_btn {
  margin-top: 10px;
}

#company_base-page .text_wrap .gmap_btn a {
  display: inline-block;
  font-size: 13px;
  color: #0075C1;
  padding: 6px 10px;
  border: 2px solid #9bc9e7;
  border-radius: 2px;
}

#company_base-page .text_wrap .gmap_btn a span {
  padding-right: 15px;
  position: relative;
}

#company_base-page .text_wrap .gmap_btn a span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #0075C1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4.5px;
}

#base_index .basebox {
  width: 640px;
  margin: 0 auto;
}

#base_index .basebox .boxL {
  width: 52%;
}

#base_index .basebox .boxL img {
  width: 100%;
  display: block;
}

#base_index .basebox .boxR {
  width: 44%;
}

/* base_detail */
#base_detail .inner {
  width: 640px;
  margin: 0 auto;
}

#base_detail .inner .img_top {
  width: 100%;
  margin-bottom: 30px;
}

#base_detail .inner .img_top img {
  width: 100%;
  display: block;
}

#base_detail .inner .text_normal {
  line-height: 1.75;
  margin-bottom: 30px;
}

#base_detail .inner .detail_map {
  margin-top: 35px;
}

#base_detail .inner .detail_map .boxL {
  width: 62%;
}

#base_detail .inner .detail_map .boxL iframe {
  width: 100%;
  height: 300px;
}

#base_detail .inner .detail_map .boxR {
  width: 34%;
}

#base_detail .inner .list_table {
  border-top: 1px solid #DDDDDD;
}

#base_detail .inner .list_table dl {
  padding: 10px 0;
}

#base_detail .inner .list_table dl dt {
  width: 200px;
  padding: 0 15px;
  text-align: left;
  line-height: 1.5;
}

#base_detail .inner .list_table dl dd {
  line-height: 1.5;
  padding: 0 30px 0 15px;
  width: calc(100% - 200px)
}

#base_detail .section02 .inner .list_table dl dd {
  width: calc(100% - 300px);
  text-align: right;
}

#base_detail .section02 .inner .list_table dl dt {
  width: 300px;
}

#base_detail.gijyutsukaihatsu .img_top {
  margin-bottom: 3px;
}

#base_detail.gijyutsukaihatsu .detail_map {
  margin-top: 0;
}

#base_detail.gijyutsukaihatsu .text_wrap {
  margin-top: 60px;
}

#base_detail.gijyutsukaihatsu .text_wrap .title {
  font-weight: bold;
  color: #333;
}

#base_detail.gijyutsukaihatsu .clm02 {
  margin-top: 40px;
}

.icon_lists {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}

.icon_lists li {
  width: calc(99.8%/3);
  margin-right: 0;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.icon_lists li .icon_boxes {
  background: #0075C1;
  padding: 40px 0 30px;
}

.icon_lists li .icon_boxes .img {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.icon_lists li .icon_boxes .img img {
  /* width: 50px;
  margin: 0 auto;
  padding: 20px 0; */
  width: 100%;
  display: block;
}

.icon_lists li .icon_boxes .icon_title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 25px;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .icon_lists li .icon_boxes .icon_title {
    font-size: 14px;
  }
}

#base_detail.gijyutsukaihatsu .icon_lists li .text_wrap {
  margin-top: 0;
  padding: 25px 20px 30px;
  word-break: normal;
}

#base_detail.gijyutsukaihatsu .icon_lists li .text_wrap .text {
  font-size: 14px;
  text-align: left;
  line-height: 1.71;
}

/*----------------------------------------------------
	☆POLICY
----------------------------------------------------*/
#privacy-page .masspro_wrap {
  padding: 0 0 70px;
}

#privacy-page .masspro_wrap .head01 {
  margin-bottom: 60px;
}

#privacy-page .head02 {
  margin-bottom: 20px;
}

#privacy-page .btn_wrap {
  margin-top: 40px;
}

#privacy-page .section {
  width: 840px;
  margin: 0 auto 60px;
}

#privacy-page .section:nth-last-of-type(1) {
  margin-bottom: 0;
}

/*----------------------------------------------------
	☆RECRUIT
----------------------------------------------------*/
#recruit-page .masspro_wrap {
  padding: 0 0 70px;
}

#recruit-page .masspro_wrap .head01 {
  margin-bottom: 60px;
}

#recruit-page .head02 {
  margin-bottom: 20px;
}

#recruit-page .btn_wrap {
  margin-top: 40px;
}

#recruit-page .section {
  width: 840px;
  margin: 0 auto 60px;
}

#recruit-page .section:nth-last-of-type(1) {
  margin-bottom: 0;
}

/*----------------------------------------------------
	☆NEWS
----------------------------------------------------*/
/* news */
#news .info_list {
  width: 100%;
  margin: 0 auto;
}

#news .info_list li a {
  display: block;
  padding: 10px 0;
  font-size: 0;
}

#news .info_list li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}

#news .info_list li .day {
  color: #0075C1;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-right: 25px;
}

#news .info_list li .text {
  font-size: 16px;
  letter-spacing: 0;
  width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news .section {
  margin-bottom: 40px;
}

#news-page.tech_news #news .btn_wrap {
  margin-top: 60px;
}

/* news_detail */
#news_detail .news_detail {
  padding-top: 60px;
}

#news_detail .day {
  color: #0075C1;
  font-size: 16px;
  margin-bottom: 5px;
}

#news_detail .title {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 24px;
  line-height: 1.4;
  word-wrap: break-word;
}

#news_detail p:not([class]) {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
  word-wrap: break-word;
}

#news_detail p:not([class]) a {
  text-decoration: underline;
}

#news_detail p:not([class]):hover a {
  text-decoration: none;
}

#news_detail img:not([class]) {
  max-width: 680px !important;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

#news_detail ol li,
#news_detail ul li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
  position: relative;
}

#news_detail ul li {
  padding-left: 10px;
}

#news_detail ol li {
  padding-left: 1.5rem;
}

#news_detail ol li:nth-last-of-type(1),
#news_detail ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

#news_detail ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #0075C1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8.2px;
}

#news_detail ol {
  counter-reset: item;
}

#news_detail ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  left: 0;
  top: 0;
}

#news_detail ol.blue_list li::before,
#news_detail ul.blue_list li::before {
  color: #0075C1;
}

#news_detail table {
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #0075C1;
  border-left: 1px solid #DDDDDD;
}

#news_detail table tr:nth-of-type(even) {
  background: #F5FBFF;
}

#news_detail table tr th,
#news_detail table tr td {
  padding: 15px 30px;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}

#news_detail table tr td {
  font-size: 16px;
  line-height: 1.6;
}

#news_detail table tr th {
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
  font-weight: 500;
  color: #0075C1;
}

#news_detail iframe {
  max-width: 680px !important;
  display: block;
  margin: 0 auto;
}

#news_detail .frisk_box__fill p,
#news_detail .frisk_box__point p {
  text-align: center;
  margin-top: 0;
}

#news_detail h2:not([class]) {
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  background: #0075C1;
  color: #fff;
  border-left: 10px solid #71BDEE;
  margin-bottom: 50px;
}

#news_detail h2:not([class]) span {
  font-size: 14px;
}

#news_detail h3:not([class]) {
  font-size: 16px;
  padding: 10px;
  background: #F5FBFF;
  color: #333333;
  border-left: 6px solid #0075C1;
  margin-bottom: 30px;
  font-weight: bold;
}

/*----------------------------------------------------
	☆TECHNOLOGY
----------------------------------------------------*/
/* index */
#technology_index .info_list {
  width: 640px;
  margin: 0 auto;
}

#technology_index .info_list li a {
  display: block;
  padding: 15px 0;
  font-size: 0;
  border-bottom: 1px solid #ddd;
}

#technology_index .info_list li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}

#technology_index .info_list li .day {
  color: #0075C1;
  font-size: 16px;
  margin-right: 25px;
}

#technology_index .info_list li .text {
  font-size: 16px;
  letter-spacing: 0;
  width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#technology_index .inner {
  width: 640px;
  margin: 0 auto;
}

#technology_index .icon_lists li .text_wrap {
  margin-top: 0;
  padding: 25px 20px 30px;
  word-break: normal;
}

#technology_index .icon_lists li .text_wrap .text {
  font-size: 14px;
  text-align: left;
  line-height: 1.71;
}

#technology_index .btn_wrap .blue_btn {
  margin-top: 20px;
}

#technology_index .btn_wrap .blue_btn a {
  display: inline-block;
  font-size: 15px;
  color: #0075C1;
  padding: 15px 30px;
  border: 2px solid #9bc9e7;
  border-radius: 2px;
}

#technology_index .btn_wrap .blue_btn a span {
  padding-right: 20px;
  position: relative;
}

#technology_index .btn_wrap .blue_btn a span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #0074c1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
}



#technology_index .text_wrap .gmap_btn {
  margin-top: 10px;
}

#technology_index .text_wrap .gmap_btn a {
  display: inline-block;
  font-size: 13px;
  color: #0075C1;
  padding: 6px 10px;
  border: 2px solid #9bc9e7;
  border-radius: 2px;
}

#technology_index .text_wrap .gmap_btn a span {
  padding-right: 15px;
  position: relative;
}

#technology_index .text_wrap .gmap_btn a span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #0075C1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4.5px;
}

#technology_index .section01 .head02 {
  margin-bottom: 20px;
}

/* hinshitsu */
#hinshitsu .head02 {
  margin-bottom: 0;
}

#hinshitsu .top_text {
  margin-bottom: 25px;
}

#hinshitsu .box {
  border: 1px solid #DDDDDD;
  border-top: 0;
  padding: 35px;
}

#hinshitsu .title {
  font-size: 20px;
  letter-spacing: 0.025em;
  color: #0075C1;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
}

#hinshitsu .fltimg {
  width: 42%;
}

#hinshitsu .fltimg img {
  width: 100%;
  display: block;
}

#hinshitsu .flttext {
  width: 50%;
}

/* bunseki */
#bunseki .inner {
  width: 640px;
  margin: 0 auto;
}

#bunseki .clm03 {
  text-align: left;
}

#bunseki .clm03 li {
  width: 31.25%;
  margin-right: 3%;
  margin-bottom: 15px;
}

#bunseki .clm03 li:nth-of-type(3n),
#bunseki .clm03 li:last-of-type {
  margin-right: 0;
}

#bunseki .clm03 li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

#bunseki .clm03 li img {
  width: 100%;
  display: block;
}

#bunseki .text {
  font-size: 16px;
  line-height: 1.75;
}

#bunseki .text_mini {
  font-size: 14px;
  line-height: 1.28;
  word-break: normal;
}

#bunseki .clm03 .top_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}

#bunseki .clm03 .top_title.white {
  color: #fff;
}

#bunseki .clm03 .normal_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #0075C1;
  margin: 8px 0 5px;
  word-break: normal;
}

#bunseki .line_box {
  border-top: 1px solid #DDDDDD;
  padding: 20px 0;
}

#bunseki .section01 .text,
#bunseki .section02 .text,
#bunseki .section03 .text {
  margin-bottom: 25px;
}

#bunseki .section02,
#bunseki .section03 {
  margin-bottom: 40px;
}

#bunseki .section02 .line_box:first-of-type,
#bunseki .section03 .line_box {
  margin-top: 20px;
}

#bunseki .section05 .head02 {
  margin-bottom: 30px;
}

#bunseki .text_btm {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.42;
  margin-top: 5px;
  text-align: center;
}

#bunseki .section05 .text {
  margin-bottom: 15px;
}

#bunseki .section05 .boxL {
  width: 24%;
  text-align: center;
}

#bunseki .section05 .boxL img {
  width: 100%;
  display: block;
}

#bunseki .section05 .boxR {
  width: 72.7%;
  text-align: center;
}

#bunseki .section05 .boxR .image_area_box_inner {
  font-size: 0;
  text-align: center;
}

#bunseki .section05 .boxR .image_area_box_inner .lists {
  width: 32.9%;
  display: inline-block;
}

#bunseki .section05 .boxR .image_area_box_inner .lists img {
  width: 100%;
  display: block;
}

#bunseki .section05 .boxR .image_area_box_inner .lists:nth-of-type(2) {
  margin: 0 0.5%;
}

#bunseki .section06 .head02,
#bunseki .section07 .head02,
#bunseki .section07 {
  margin-bottom: 0;
}

/* #bunseki .section06 .border_box_inner .boxL{
  width: 50%;
}
#bunseki .section06 .border_box_inner .boxL .text{
  margin-bottom: 20px;
}
#bunseki .section06 .border_box_inner .boxR{
  width: 44.9%;
} */
#bunseki .border_box {
  border: 1px solid #DDDDDD;
  padding: 35px;
}

#bunseki .title_border_box {
  font-size: 20px;
  letter-spacing: 0.025em;
  color: #0075C1;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
  line-height: 1.2;
  margin-bottom: 30px;
}

#bunseki .section06 .img,
#bunseki .section07 .img {
  margin-top: 20px;
}

/* gokin */

#gokin .section01 .head_title {
  font-size: 24px;
  color: #0075C1;
  margin-bottom: 20px;
}

#gokin .section01 .text {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 20px;
}

#gokin .section01 .btn_link a {
  display: inline-block;
  font-size: 15px;
  color: #0075C1;
  padding: 15px 25px 15px 35px;
  border: 1px solid #7eb9df;
  border-radius: 2px;
}

#gokin .section01 .btn_link a span {
  position: relative;
  padding-right: 20px;
}

#gokin .section01 .btn_link a span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #0074c1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
}

#gokin .section02 .head02 {
  margin-bottom: 0;
}

#gokin .section02 .box {
  border: 1px solid #DDDDDD;
  padding: 35px;
}

#gokin .section02 .border_wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#gokin .section02 .border_wrap:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#gokin .section02 .btm_text {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 10px;
  font-weight: 400;
}

#gokin .section02 .title_top {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #0075C1;
  margin-bottom: 10px;
}

#gokin .section02 .title_top.mb_0 {
  margin-bottom: 0px;
}

#gokin .section02 .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

#gokin .section02 .title_wrap p {
  font-size: 16px;
  padding: 5px 10px;
  border: solid 1px #0075c1;
  font-weight: bold;
  color: #0075c1;
}

#gokin .section02 .box_mini {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

#gokin .section02 .box_mini .inner {
  padding: 15px;
  text-align: center;
}

#gokin .section02 .box_clm3_wrap,
#gokin .section02 .box_mini.box_wide,
#gokin .section02 .gokin_box {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  font-size: 0;
}

#gokin .section02 .box_clm3_wrap .box_clm3 {
  width: 33.2%;
  display: inline-block;
  vertical-align: top;
}

#gokin .section02 .gokin_box .box_mini {
  width: 50%;
}

#gokin .section02 .box_mini .title_inner {
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 10px 10px;
  background: #0075C1;
  border-bottom: 1px solid #DDDDDD;
}

#gokin .section02 .box_mini .title_inner_mini {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.467;
  font-weight: 400;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

#gokin .section02 .box_mini .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.467;
}

#gokin .section02 .box_mini .img {
  width: 240px;
  margin: 0 auto;
}

#gokin .section02 .box_clm3 .list_indent {
  margin-bottom: 10px;
}

#gokin .section02 .box_clm3 .list_indent li {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.467;
}

#gokin .section02 .box_clm3 .hukidashi {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  color: #0075C1;
  padding: 5px;
  border: 1px solid #0075C1;
  border-radius: 2px;
  position: relative;
  margin-bottom: 15px;
}

#gokin .section02 .box_clm3 .hukidashi:before,
#gokin .section02 .box_clm3 .hukidashi:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: 50%;
}

#gokin .section02 .box_clm3 .hukidashi:before {
  border-width: 6px 5.5px 0 5.5px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
  margin-right: -5.5px;
  bottom: -6px;
}

#gokin .section02 .box_clm3 .hukidashi:after {
  border-width: 7px 6.5px 0 6.5px;
  border-color: #0074c1 transparent transparent transparent;
  z-index: 1;
  margin-right: -6.5px;
  bottom: -7px;
}

#gokin .section02 .box_clm3 .hukidashi_shita {
  font-size: 18px;
  letter-spacing: 0;
}

#gokin .section03 .index_list {
  font-size: 0;
  border-top: 5px solid #0075C1;
  border-left: 1px solid #DDDDDD;
}

#gokin .section03 .index_list li a {
  display: block;
  padding: 25px 25px 10px;
  background: #fff;
}

#gokin .section03 .index_list li {
  width: 49.9%;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
}

#gokin .section03 .index_list li:nth-of-type(2n) {
  margin-right: 0;
}

#gokin .section03 .index_list li img {
  width: 100%;
  display: block;
}

#gokin .section03 .index_list li .title {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.63;
  color: #0075C1;
  margin-bottom: 10px;
  padding-top: 35px;
  position: relative;
}

#gokin .section03 .index_list li .title:before {
  content: "";
  width: 1px;
  height: 40px;
  background: #0075C1;
  right: 50%;
  top: -20px;
  position: absolute;
}

#gokin .section03 .index_list li .more {
  padding: 15px 0;
  font-size: 16px;
  border-top: 1px solid #DDDDDD;
  line-height: 1.62;
  margin-top: 20px;
}

#gokin .section03 .index_list li .more span {
  padding-right: 15px;
  position: relative;
}

#gokin .section03 .index_list li .more span:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 3px solid #0075C1;
  border-right: 3px solid #0075C1;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}

/*----------------------------------------------------
	☆BUSINESS
----------------------------------------------------*/
#business-page .head01 {
  border-bottom: 0;
}

#business-page .head02 {
  margin-bottom: 35px;
  ;
}

#business .business {
  padding-bottom: 70px;
}

#business .business_inner {
  margin: 0 auto 60px;
  width: 96%;
  max-width: 900px;
  border: 1px solid #DDDDDD;
  border-top: 0;
}

#business .text {
  font-size: 16px;
  line-height: 1.75;
}


#business .title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #0075C1;
}

#business .top_box {
  width: 830px;
  margin: 0 auto 30px;
}

#business .top_box .fltimg {
  width: 38%;
}

#business .top_box .fltimg img {
  width: 100%;
  display: block;
}

#business .top_box .flttext {
  width: 59%;
}

#business .box_normal {
  width: 830px;
  margin: 0 auto 35px;
  padding: 35px;
  border: 1px solid #DDDDDD;
}

#business .box_normal .fltimg {
  width: 38%;
}

#business .box_normal .fltimg img {
  width: 100%;
  display: block;
}

#business .box_normal .flttext {
  width: 59%;
  padding-top: 15px;
}

#business .flow_box {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #B2D2E6;
  background: #F5FBFF;
  padding: 40px;
}

#business .flow_box .flow_title {
  text-align: center;
  margin-bottom: 30px;
  color: #0075C1;
}

#business .flow_box .flow_title span {
  display: block;
}

#business .flow_box .flow_title .jp {
  font-size: 20px;
  line-height: 1.3;
}

#business .flow_box .flow_title .en {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 5px;
}

#business .flow_box .img {
  width: 540px;
  margin: 0 auto;
}

#business .flow_box .img img {
  width: 100%;
  display: block;
}

/*----------------------------------------------------
	☆CONTACT
----------------------------------------------------*/
#contact .contact.thanks,
#contact form {
  padding: 40px 0 75px;
}

#contact form .text_top {
  width: 750px;
  margin: 0 auto 20px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
}

#contact table {
  border-top: 5px solid #0075C1;
  border-left: 1px solid #ddd;
  width: 750px;
  margin: 0 auto;
  border-collapse: collapse;
}

#contact table th,
#contact table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#contact table th {
  width: 30%;
  padding: 25px 30px;
  text-align: left;
}

#contact table th .tag {
  font-size: 12px;
  color: #FF0000;
}

#contact table th.top_align {
  vertical-align: top;
}

#contact table td {
  width: 70%;
  padding: 20px 15px;
  font-size: 16px;
  word-break: break-all;
}

#contact table td.btn_area {
  text-align: center;
}

#contact table td.btn_area .text_btm {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 10px;
}

/* thanks */
#contact .form_confirm .text_top {
  display: none;
}

/* thanks */
#contact .thanks_box {
  border: 1px solid #ddd;
  border-top: 5px solid #0075C1;
  width: 750px;
  margin: 0 auto;
  padding: 70px;
}

#contact .thanks_box .text {
  line-height: 1.62;
  font-size: 16px;
  letter-spacing: 0;
}

#contact .thanks_box .text.top {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

#contact .thanks_box .text span {
  font-weight: bold;
}

/* #contact .confirm.btn01{
  display: inline-block;
  margin:5px 0;
} */
#contact .form_confirm .btn__submit {
  display: inline-block;
  margin: 0 5px;
}

/*----------------------------------------------------
☆sitemap
----------------------------------------------------*/
#sitemap-page #sitemap {
  padding: 90px 0;
  width: 100%;
  background: #fff;
}

#sitemap-page #sitemap .sitemap {
  width: 96%;
  margin: 0 auto;
  max-width: 900px;
}

#sitemap-page #sitemap .fltBox .boxL,
#sitemap-page #sitemap .fltBox .boxR {
  width: 48%;
}

#sitemap-page #sitemap .head02 {
  margin-bottom: 10px;
}

#sitemap-page #sitemap .head02 a {
  color: #fff;
  display: block;
}

#sitemap-page #sitemap .link_box {
  margin-bottom: 40px;
}

#sitemap-page #sitemap .link_box:nth-last-child(1) {
  margin-bottom: 0;
}

#sitemap-page #sitemap .sitemap_btn {
  margin: 5px 0;
}

#sitemap-page #sitemap .sitemap_btn a {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: bold;
  display: block;
  position: relative;
  padding-left: 15px;
}

#sitemap-page #sitemap .sitemap_btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #0075C1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

#sitemap-page #sitemap .dots_list {
  padding-left: 1em;
}

/*----------------------------------------------------
	☆CSR
----------------------------------------------------*/
#csr .box {
  border: 1px solid #DDDDDD;
  padding: 40px;
  margin-top: 20px;
}

#csr .box .title {
  font-size: 20px;
  letter-spacing: 0;
  color: #0075C1;
  margin-bottom: 15px;
}

#csr .box .line_title {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0075C1;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

#csr .box .line_title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  z-index: 0;
}

#csr .box .line_title span {
  background: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

#csr .box .number_list li,
#csr .box .dots_list li {
  font-weight: bold;
}

#csr .box .btm_text {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

#csr .csr_box .fltimg {
  width: 49%;
}

#csr .csr_box .flttext {
  width: 48%;
}

#csr .clm02 {
  margin-top: 15px;
}

/* section00 */
/* #csr .section00{
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 60px;
} */
#csr .section00 .iso_list {
  width: 230px;
  margin: 0 auto;
}

#csr .section00 .iso_list li img {
  padding: 10px 5px;
  /* border: 1px solid #DDDDDD; */
}

#csr .section00 .iso_list li .text {
  font-size: 14px;
  letter-spacing: -0.025em;
  display: block;
  line-height: 1.57;
}

/* section01 */
#csr .section01 .btn_arrow {
  margin-top: 15px;
}

#csr .section01 .btn_arrow a {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
  padding-left: 15px;
  display: block;
  position: relative;
  text-decoration: underline;
}

#csr .section01 .btn_arrow:hover a {
  text-decoration: none;
}

#csr .section01 .btn_arrow a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #333333;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

/* section03 */
.text_blue {
  font-size: 16px;
  letter-spacing: 0;
  color: #0075C1;
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: bold;
}

.text_bold {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.text_right {
  text-align: right;
}

.acd_box {
  padding-bottom: 10px !important;
}

.acd {
  position: relative;
}

.acd:hover {
  cursor: pointer;
}

.acd::after {
  content: "▼";
  color: #0075C1;
  position: absolute;
  top: 0;
  right: 0;
}

.acd.open::after {
  content: "▲";
}

.acd_inr {
  display: none;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.text_border {
  border: 1px solid #0075C1;
  padding: 1.2rem 2rem 0.25rem;
  margin-bottom: 1rem;
}

.text_indent_one {
  padding-left: 1em;
}

.text_indent_two {
  padding-left: 2em;
}

#csr .box.acd_box {
  padding-top: 30px;
}

.text_bold_under {
  font-weight: bold;
  text-decoration: underline;
}

/*----------------------------------------------------
☆GOKIN
----------------------------------------------------*/
#gokin_data .section01 {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 60px;
}

#gokin_data .section01 .text {
  font-size: 16px;
  line-height: 1.6;
}

#gokin_data .link_list {
  font-size: 0;
  text-align: left;
}

#gokin_data .link_list.link01 {
  margin-bottom: 30px;
}

#gokin_data .head02 {
  margin-bottom: 0;
}

#gokin_data .box {
  border: 1px solid #DDDDDD;
  padding: 35px;
}

#gokin_data .link_list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}

#gokin_data .link_list li:last-of-type {
  margin-right: 0;
}

#gokin_data .link_list li .title {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  line-height: 1.57;
  padding-left: 15px;
}

#gokin_data .link_list li .title:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0075C1;
  position: absolute;
  left: 0;
  top: 6px;
}

#gokin_data .link_list li .btn a {
  font-size: 14px;
  line-height: 1.57;
  color: #0075C1;
  display: block;
  padding-left: 15px;
  text-decoration: underline;
}

#gokin_data .link_list li .btn:hover a {
  text-decoration: none;
}

#gokin_data .line_box {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

#gokin_data .line_box:first-of-type {
  padding-top: 0;
}

#gokin_data .line_box:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

#gokin_data .line_box .text,
#gokin_data .line_box .title_mini,
#gokin_data .indent_list li {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.57;

}

#gokin_data .line_box .title_mini {
  color: #0075C1;
}

#gokin_data .table02 {
  margin-top: 5px;
}

#gokin_data .table02 tr td .tani {
  position: relative;
}

#gokin_data .table02 tr td .tani_mini {
  font-size: 10px;
  display: inline-block;
  position: absolute;
}

#gokin_data .text_btm {
  font-size: 12px;
  letter-spacing: 0.035em;
  text-align: right;
  line-height: 1.4;
  margin-top: 10px;
}

#gokin_data .indent_list li {
  padding-left: 1em;
  text-indent: -1em;
  word-break: normal;
}

/* iso */
.slide_phone.iso {
  margin-top: 3rem;
}

.slide_phone.iso table {
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}

.slide_phone.iso .table01 th {
  width: 20%;
}

.slide_phone.iso img {
  max-width: 70%;
}

/*----------------------------------------------------
☆SP
----------------------------------------------------*/
@media only screen and (max-width: 960px) {

  /*----------------------------------------------------
  	☆TOP
  ----------------------------------------------------*/
  /* mv */
  #top #mv {
    /* background: url('../img/top/mv_bk.jpg') no-repeat center center /cover; */
    position: relative;
    /* padding:40px 0; */
  }

  #top #mv .mv {
    padding: 40px 0;
  }

  #top #mv .title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  #top #mv .text {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
  }

  #top #mv .mv_wrap {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    background: url('../img/top/mv_deco.png') repeat-y center center /contain;
    padding: 20px 10px;
  }

  /* business */
  #top #business {
    padding: 40px 0;
  }

  #top #business:before {
    height: 50%;
  }

  #top #business .business {
    width: 100%;
    max-width: 96%;
    padding: 40px 10px 20px;
  }

  #top #business .business:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #0075C1;
    position: absolute;
    top: 0;
    right: 50%;
  }

  #top #business .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  #top #business .title .jp {
    font-size: 20px;
    margin-bottom: 5px;

  }

  #top #business .title .en {
    font-size: 14px;
  }

  #top #business .business_box .fltimg {
    width: 100%;
  }


  #top #business .business_box .flttext {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }

  #top #business .business_box .flttext .text {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }

  #top #business .business_box .flttext .btn02 {
    margin-top: 20px;
  }


  /* tech_info */
  #top #tech_info {
    padding: 40px 0;
  }

  #top #tech_info .tech_info {
    width: 100%;
    max-width: 96%;
    padding: 200px 10px 20px;
    background: url('../img/top/tech_info_inner_bk.jpg') no-repeat center center /auto 100%;
  }

  #top #tech_info .tech_info_box_wrap {
    padding-top: 4px;
    width: 90%;
    margin: 0 auto;
  }

  #top #tech_info .tech_info_box {
    background: #fff;
    padding: 20px 10px;
    width: 100%;
  }

  #top #tech_info .title {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }

  #top #tech_info .title .jp {
    font-size: 20px;
    margin-right: 5px;
  }

  #top #tech_info .title .en {
    font-size: 12px;
  }

  #top #tech_info .btn_arrow a {
    font-size: 14px;
    padding: 10px;
    padding-left: 14px;
  }

  #top #tech_info .btn_arrow a:before {
    content: "";
    border-top: 2px solid #0075C1;
    border-right: 2px solid #0075C1;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }

  /* information */
  #top #information .information {
    width: 96%;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
  }

  #top #information .information:before {
    width: 1px;
    height: 20px;
  }

  #top #information .title {
    padding-bottom: 40px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
  }

  #top #information .title span {
    display: block;
  }

  #top #information .title .en {
    font-size: 24px;
    margin-bottom: 5px;
  }

  #top #information .title .jp {
    font-size: 14px;
  }

  #top #information .info_list {
    width: 100%;
    margin: 0 auto;
  }

  #top #information .info_list li a {
    padding: 5px 0;
  }

  #top #information .info_list li span {
    line-height: 1.4;
  }

  #top #information .info_list li .day {
    font-size: 14px;
    margin-right: 0;
  }

  #top #information .info_list li .text {
    font-size: 14px;
    width: 100%;
  }

  #top #information .btn_wrap {
    margin-top: 15px;
  }

  /* recruit */
  #top #recruit {
    padding: 140px 0;
    background: url('../img/top/recruit_bk_sp.jpg') no-repeat center center /cover;
  }

  #top #recruit .recruit {
    width: 100%;
    max-width: 307px;
    margin: 0 auto;
    background: -moz-linear-gradient(-36deg, rgba(0, 194, 158, 1) 0%, rgba(0, 194, 158, 0.95) 50%, rgba(168, 0, 119, 0.95) 50%, rgba(38, 203, 173, 0.95) 50%, rgba(38, 203, 173, 0.9) 100%);
    background: -webkit-linear-gradient(-36deg, rgba(0, 194, 158, 1) 0%, rgba(0, 194, 158, 0.95) 50%, rgba(168, 0, 119, 0.95) 50%, rgba(38, 203, 173, 0.95) 50%, rgba(38, 203, 173, 0.9) 100%);
    background: -o-linear-gradient(-36deg, rgba(0, 194, 158, 1) 0%, rgba(0, 194, 158, 0.95) 50%, rgba(168, 0, 119, 0.95) 50%, rgba(38, 203, 173, 0.95) 50%, rgba(38, 203, 173, 0.9) 100%);
    background: -ms-linear-gradient(-36deg, rgba(0, 194, 158, 1) 0%, rgba(0, 194, 158, 0.95) 50%, rgba(168, 0, 119, 0.95) 50%, rgba(38, 203, 173, 0.95) 50%, rgba(38, 203, 173, 0.9) 100%);
    background: linear-gradient(144deg, rgba(0, 194, 158, 1) 0%, rgba(0, 194, 158, 0.95) 50%, rgba(168, 0, 119, 0.95) 50%, rgba(38, 203, 173, 0.95) 50%, rgba(38, 203, 173, 0.9) 100%);
    padding: 40px 10px 20px;
  }

  #top #recruit .recruit:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 50%;
  }

  #top #recruit .title {
    font-weight: 500;
    text-align: center;
    color: #fff;
  }

  #top #recruit .title span {
    display: block;
  }

  #top #recruit .title .en {
    font-size: 24px;
    margin-bottom: 5px;
  }

  #top #recruit .title .jp {
    font-size: 14px;
    letter-spacing: 0;
  }

  #top #recruit .text {
    font-size: 12px;
    line-height: 1.6;
    margin: 20px 0;
  }

  /* other */
  #top #other {
    padding: 40px 0 20px;
  }

  #top #other .other_list {
    width: 100%;
    max-width: 96%;
  }

  #top #other .other_list li {
    width: 48%;
    margin-right: 2%;
  }

  #top #other .other_list li:nth-last-of-type(1) {
    margin-right: 0;
  }

  #top #other .other_list li .img {
    width: 100%;
    position: relative;
  }

  #top #other .other_list li .img:before {
    height: 20px;
  }

  #top #other .other_list li .img img {
    width: 100%;
    display: block;
  }

  #top #other .other_list li .text_wrap {
    position: relative;
    padding: 20px 0;
  }

  #top #other .other_list li .text_wrap:before {
    content: "";
    width: 80%;
    max-width: 210px;
    height: 10px;
    top: -10px;
  }


  #top #other .other_list li .text_wrap .title .jp {
    font-size: 18px;
  }

  #top #other .other_list li .text_wrap .title .en {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #top #other .other_list li .text_wrap .btn_wrap {
    margin-top: 15px;
  }

  /*----------------------------------------------------
  	☆NEWS
  ----------------------------------------------------*/
  /* news */
  #news .info_list li a {
    display: block;
    padding: 5px 0;
    font-size: 0;
  }

  #news .info_list li span {
    display: block;
  }

  #news .info_list li .day {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 2.5px;
  }

  #news .info_list li .text {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #news .section {
    margin-bottom: 20px;
  }

  #news-page.tech_news #news .btn_wrap {
    margin-top: 20px;
  }

  /* news_detail */
  #news_detail .news_detail {
    padding-top: 40px;
  }

  #news_detail .day {
    font-size: 12px;
    margin-bottom: 5px;
  }

  #news_detail .title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  #news_detail p:not([class]) {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
  }

  #news_detail img:not([class]) {
    max-width: 100%;
    margin-top: 10px;
  }

  #news_detail ol.blue_list li,
  #news_detail ul.blue_list li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #news_detail ul.blue_list li:before {
    width: 5px;
    height: 5px;
    top: 5.3px;
  }

  #news_detail table {
    width: 100% !important;
  }

  /* #news_detail table  tr th,
  #news_detail table  tr td{
    width: 100%;
    display: block;
  } */
  #news_detail table tr th {
    background: #F5FBFF;
  }

  #news_detail table tr td {
    background: #fff;
  }

  #news_detail table tr th,
  #news_detail table tr td {
    padding: 10px;
    letter-spacing: 0.1em;
  }

  #news_detail table tr td {
    font-size: 12px;
    line-height: 1.6;
  }

  #news_detail table tr th {
    font-size: 12px;
  }

  #news_detail iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 53vw !important;
  }

  #news_detail .btn_wrap {
    margin-bottom: 30px;
  }

  #news_detail h2:not([class]) {
    font-size: 16px;
    padding: 7.5px;
    border-left: 5px solid #71BDEE;
    margin-bottom: 20px;
  }

  #news_detail h2:not([class]) span {
    display: block;
    font-size: 12px;
  }

  #news_detail h3:not([class]) {
    font-size: 14px;
    padding: 5px;
    border-left: 3px solid #0075C1;
    margin-bottom: 10px;
  }

  /*----------------------------------------------------
    ☆COMPANY
  ----------------------------------------------------*/
  /* philosophy */
  #philosophy .img {
    width: 100%;
  }

  /* info */
  #info .table01 {
    width: 100%;
    margin-top: 10px;
  }

  #info .clm02 {
    margin-top: 20px;
  }

  /* base_index */
  #base_index .base_index_list {
    width: 100%;
  }

  #base_index .base_index_list li {
    width: 48%;
    margin-right: 2%;
  }

  #base_index .base_index_list li:nth-of-type(2n) {
    margin-right: 0;
  }

  #base_index .base_index_list li:nth-last-of-type(1) {
    margin-right: 0;
  }

  #base_index .base_index_list li .img {
    margin-bottom: 15px;
  }

  #company_base-page .text_wrap .title,
  #company_base-page .text_wrap .title a {
    font-size: 16px;
    margin: 0 0 10px;
  }

  #company_base-page .text_wrap .text {
    font-size: 12px;
    letter-spacing: 0;
  }

  #company_base-page .text_wrap .gmap_btn {
    margin-top: 10px;
    text-align: center;
  }

  #company_base-page .text_wrap .gmap_btn a {
    font-size: 12px;
    padding: 10px;
    border: 1px solid #9bc9e7;
  }

  #base_index .basebox,
  #base_index .basebox .boxL,
  #base_index .basebox .boxR {
    width: 100%;
  }

  #base_index .basebox .boxL {
    margin-bottom: 10px;
  }

  /* base_detail */
  #base_detail .inner {
    width: 100%;
  }

  #base_detail .inner .img_top {
    margin-bottom: 10px;
  }

  #base_detail .inner .text_normal {
    line-height: 1.5;
    margin-bottom: 10px;
  }

  #base_detail .inner .detail_map {
    margin-top: 15px;
  }

  #base_detail .inner .detail_map .boxL {
    width: 100%;
    margin-bottom: 5px;
  }

  #base_detail .inner .detail_map .boxL iframe {
    height: 200px;
  }

  #base_detail .inner .detail_map .boxR {
    width: 100%;
  }

  #base_detail .inner .list_table dl {
    padding: 10px 0;
  }

  #base_detail .inner .list_table dl dt {
    width: 100%;
    padding: 0;
    line-height: 1.6;
  }

  #base_detail .inner .list_table dl dd {
    line-height: 1.4;
    padding: 0 0 0 0;
    width: 100%;
  }

  #base_detail .section02 .inner .list_table dl dd {
    width: 100%;
    text-align: left;
  }

  #base_detail .section02 .inner .list_table dl dt {
    width: 100%;
  }

  #base_detail.gijyutsukaihatsu .img_top {
    margin-bottom: 10px;
  }

  #base_detail.gijyutsukaihatsu .detail_map {
    margin-top: 0;
  }

  #base_detail.gijyutsukaihatsu .text_wrap {
    margin-top: 10px;
  }

  #base_detail.gijyutsukaihatsu .clm02 {
    margin-top: 20px;
  }

  .icon_lists.clm03 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .icon_lists li .icon_boxes {
    padding: 20px 0;
  }

  .icon_lists li .icon_boxes .img {
    width: 60px;
    height: 60px;
  }

  /* .icon_lists li .icon_boxes .img img{
    width: 20px;
    padding: 20px 0;
  } */
  .icon_lists li .icon_boxes .icon_title {
    font-size: 16px;
    margin-top: 10px;
  }

  #base_detail.gijyutsukaihatsu .icon_lists li .text_wrap {
    padding: 20px 10px;
  }

  #base_detail.gijyutsukaihatsu .icon_lists li .text_wrap .text {
    font-size: 12px;
    line-height: 1.5;
  }

  /*----------------------------------------------------
  	☆POLICY
  ----------------------------------------------------*/
  #privacy-page .masspro_wrap {
    padding: 0 0 40px;
  }

  #privacy-page .masspro_wrap .head01 {
    margin-bottom: 30px;
  }

  #privacy-page .head02 {
    margin-bottom: 10px;
  }

  #privacy-page .btn_wrap {
    margin-top: 40px;
  }

  #privacy-page .section {
    width: 96%;
    margin: 0 auto 30px;
  }

  /*----------------------------------------------------
    ☆RECRUIT
  ----------------------------------------------------*/
  #recruit-page .masspro_wrap {
    padding: 0 0 40px;
  }

  #recruit-page .masspro_wrap .head01 {
    margin-bottom: 30px;
  }

  #recruit-page .head02 {
    margin-bottom: 10px;
  }

  #recruit-page .btn_wrap {
    margin-top: 40px;
  }

  #recruit-page .section {
    width: 96%;
    margin: 0 auto 30px;
  }

  /*----------------------------------------------------
  	☆TECHNOLOGY
  ----------------------------------------------------*/
  /* index */
  #technology_index .info_list {
    width: 100%;
  }

  #technology_index .info_list li a {
    display: block;
    padding: 5px 0;
    font-size: 0;
  }

  #technology_index .info_list li span {
    display: block;
  }

  #technology_index .info_list li .day {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 2.5px;
  }

  #technology_index .info_list li .text {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #technology_index .icon_lists li .text_wrap {
    padding: 20px 10px;
  }

  #technology_index .icon_lists li .text_wrap .text {
    font-size: 12px;
    line-height: 1.5;
  }

  #technology_index .btn_wrap .blue_btn {
    margin-top: 10px;
  }

  #technology_index .btn_wrap .blue_btn a {
    font-size: 12px;
    padding: 10px 20px;
  }

  #technology_index .btn_wrap .blue_btn a span {
    padding-right: 15px;
    position: relative;
  }

  #technology_index .btn_wrap .blue_btn a span:after {
    border-width: 4px 0 4px 6px;
    margin-top: -4px;
  }

  #technology_index .text_wrap .gmap_btn {
    margin-top: 15px;
    text-align: center;
  }

  #technology_index .text_wrap .gmap_btn a {
    font-size: 12px;
    padding: 10px;
    border: 1px solid #9bc9e7;
  }

  #technology_index .inner {
    width: 100%;
  }

  #technology_index .section01 .head02 {
    margin-bottom: 10px;
  }

  /* hinshitsu */
  #hinshitsu .top_text {
    margin-bottom: 15px;
  }

  #hinshitsu .box {
    padding: 10px;
  }

  #hinshitsu .title {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  #hinshitsu .fltimg {
    width: 100%;
    margin-bottom: 10px;
  }

  #hinshitsu .flttext {
    width: 100%;
  }

  /* bunseki */
  #bunseki .inner {
    width: 100%;
  }

  #bunseki .clm03 li {
    width: 48.9%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  #bunseki .clm03 li:nth-of-type(3n) {
    margin-right: 2%;
  }

  #bunseki .clm03 li:nth-of-type(2n),
  #bunseki .clm03 li:last-of-type {
    margin-right: 0;
  }

  #bunseki .clm03 li:nth-last-of-type(-n+3) {
    margin-bottom: 10px;
  }

  #bunseki .clm03 li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  #bunseki .text {
    font-size: 12px;
    letter-spacing: -0.025em;
    line-height: 1.5;
  }

  #bunseki .text_mini {
    font-size: 12px;
    line-height: 1.2;
  }

  #bunseki .clm03 .top_title {
    font-size: 14px;
    line-height: 1.4;
  }

  #bunseki .clm03 .normal_title {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.025em;
    line-height: 1.25;
    color: #0075C1;
    margin: 8px 0 5px;
  }

  #bunseki .line_box {
    padding: 10px 0;
  }

  #bunseki .section01 .text,
  #bunseki .section02 .text,
  #bunseki .section03 .text {
    margin-bottom: 10px;
  }

  #bunseki .section02,
  #bunseki .section03 {
    margin-bottom: 20px;
  }

  #bunseki .section02 .line_box:first-of-type,
  #bunseki .section03 .line_box {
    margin-top: 10px;
  }

  #bunseki .section05 .head02 {
    margin-bottom: 20px;
  }

  #bunseki .text_btm {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 2px;
  }

  #bunseki .section05 .text {
    margin-bottom: 10px;
  }

  #bunseki .section05 .boxL {
    width: 32%;
    text-align: center;
    margin-bottom: 10px;
  }

  #bunseki .section05 .boxR {
    width: 100%;
    text-align: center;
  }

  #bunseki .section05 .boxR .image_area_box_inner {
    font-size: 0;
    text-align: center;
  }

  #bunseki .section05 .boxR .image_area_box_inner .lists {
    width: 31%;
    display: inline-block;
  }

  #bunseki .section05 .boxR .image_area_box_inner .lists img {
    width: 100%;
    display: block;
  }

  #bunseki .section05 .boxR .image_area_box_inner .lists:nth-of-type(2) {
    margin: 0 2%;
  }

  #bunseki .section06 .head02,
  #bunseki .section07 .head02,
  #bunseki .section07 {
    margin-bottom: 0;
  }

  /* #bunseki .section06 .border_box_inner .boxL{
    width: 100%;
    margin-bottom: 10px;
  }
  #bunseki .section06 .border_box_inner .boxL .text{
    margin-bottom: 10px;
  }
  #bunseki .section06 .border_box_inner .boxR{
    width: 100%;
  } */
  #bunseki .border_box {
    padding: 10px;
  }

  #bunseki .title_border_box {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  #bunseki .section06 .img,
  #bunseki .section07 .img {
    margin-top: 10px;
  }

  /* gokin */

  #gokin .section01 .head_title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #gokin .section01 .text {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  #gokin .section01 .btn_link {
    text-align: center;
  }

  #gokin .section01 .btn_link a {
    font-size: 12px;
    padding: 10px 25px 10px 35px;
  }

  #gokin .section01 .btn_link a span {
    padding-right: 10px;
  }

  #gokin .section01 .btn_link a span:after {
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
  }

  #gokin .section02 .box {
    padding: 10px;
  }

  #gokin .section02 .border_wrap {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  #gokin .section02 .btm_text {
    font-size: 12px;
    letter-spacing: -0.025em;
    margin-top: 5px;
  }

  #gokin .section02 .title_top {
    font-size: 14px;
    margin-bottom: 5px;
  }

  #gokin .section02 .gokin_box .boxL {
    float: left;
  }

  #gokin .section02 .gokin_box .boxR {
    float: right;
  }

  #gokin .section02 .box_mini .inner {
    padding: 10px;
  }

  #gokin .section02 .box_clm3_wrap .box_clm3 {
    width: 49.9%;
    display: inline-block;
    vertical-align: top;
  }

  #gokin .section02 .gokin_box .box_mini {
    width: 50%;
  }

  #gokin .section02 .box_mini .title_inner {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 5px;
  }

  #gokin .section02 .box_mini .title_inner_mini {
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 1.4;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  #gokin .section02 .box_mini .text {
    font-size: 12px;
    line-height: 1.4;
  }

  #gokin .section02 .box_mini .img {
    width: 110px;
    margin: 0 auto;
  }

  #gokin .section02 .box_clm3 .list_indent {
    margin-bottom: 10px;
  }

  #gokin .section02 .box_clm3 .list_indent li {
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 1.4;
  }

  #gokin .section02 .box_clm3 .hukidashi {
    font-size: 12px;
    padding: 5px;
    margin-bottom: 10px;
  }


  #gokin .section02 .box_clm3 .hukidashi_shita {
    font-size: 14px;
    letter-spacing: 0;
  }

  #gokin .section03 .index_list {
    border-top: 3px solid #0075C1;
  }

  #gokin .section03 .index_list li a {
    padding: 10px 5px 5px;
  }

  #gokin .section03 .index_list li .title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-top: 20px;
  }

  #gokin .section03 .index_list li .title:before {
    height: 30px;
    top: -15px;
  }

  #gokin .section03 .index_list li .more {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
  }

  #gokin .section03 .index_list li .more span {
    padding-right: 10px;
  }

  #gokin .section03 .index_list li .more span:after {
    width: 4px;
    height: 4px;
    border-top: 2px solid #0075C1;
    border-right: 2px solid #0075C1;
    margin-top: -3px;
  }

  /*----------------------------------------------------
    ☆BUSINESS
  ----------------------------------------------------*/
  #business-page .head02 {
    margin-bottom: 20px;
  }

  #business .business {
    padding-bottom: 40px;
  }

  #business .business_inner {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 96%;
  }

  #business .text {
    font-size: 12px;
    line-height: 1.4;
  }


  #business .title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #business .top_box {
    width: 96%;
    margin: 0 auto 20px;
  }

  #business .top_box .fltimg {
    width: 100%;
    margin-bottom: 10px;
  }

  #business .top_box .flttext {
    width: 100%;
  }

  #business .box_normal {
    width: 96%;
    margin: 0 auto 20px;
    padding: 10px;
  }

  #business .box_normal .fltimg {
    width: 100%;
  }

  #business .box_normal .flttext {
    width: 100%;
    padding-top: 10px;
  }

  #business .flow_box {
    width: 96%;
    padding: 10px;
  }

  #business .flow_box .flow_title {
    margin-bottom: 10px;
  }

  #business .flow_box .flow_title .jp {
    font-size: 16px;
    line-height: 1.2;
  }

  #business .flow_box .flow_title .en {
    font-size: 10px;
    margin-top: 3px;
  }

  #business .flow_box .img {
    width: 100%;
  }

  /*----------------------------------------------------
    ☆CONTACT
  ----------------------------------------------------*/
  #contact .contact.thanks,
  #contact form {
    padding: 40px 0;
  }

  #contact form .text_top {
    width: 96%;
    margin: 0 auto 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  #contact table {
    border-top: 5px solid #0075C1;
    width: 96%;
  }

  #contact table th,
  #contact table td {
    display: block;
  }

  #contact table th {
    width: 100%;
    padding: 10px;
    text-align: left;
    font-size: 14px;
  }

  #contact table th .tag {
    font-size: 12px;
    color: #FF0000;
  }

  #contact table th.top_align {
    vertical-align: top;
  }

  #contact table td {
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }

  #contact table td.btn_area {
    text-align: center;
  }

  #contact table td.btn_area .text_btm {
    font-size: 12px;
    margin-top: 5px;
  }

  #contact table td.btn_area .btn01 {
    width: 85%;
  }

  /* thanks */
  #contact .thanks_box {
    border-top: 3px solid #0075C1;
    width: 96%;
    padding: 20px 10px;
  }

  #contact .thanks_box .text {
    line-height: 1.4;
    font-size: 12px;
    letter-spacing: 0;
  }

  #contact .thanks_box .text.top {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #contact .confirm.btn01 {
    display: block;
    margin: 5px 0;
  }

  #contact .form_confirm .btn__submit {
    display: block;
    margin: 5px 0;
  }

  /*----------------------------------------------------
    ☆sitemap
  ----------------------------------------------------*/
  #sitemap-page #sitemap {
    padding: 35px 0;
  }

  #sitemap-page #sitemap .fltBox .boxL,
  #sitemap-page #sitemap .fltBox .boxR {
    width: 100%;
  }

  #sitemap-page #sitemap .fltBox .boxL {
    margin-bottom: 20px;
  }

  #sitemap-page #sitemap .sitemap {
    width: 100%;
    max-width: 96%;
  }

  #sitemap-page #sitemap .sitemap_btn {
    margin: 5px 0;
  }

  #sitemap-page #sitemap .sitemap_btn a {
    font-size: 14px;
    padding-left: 10px;
  }

  #sitemap-page #sitemap .sitemap_btn a:before {
    border-width: 4px 0 4px 4px;
    margin-top: -4px;
  }

  #sitemap-page #sitemap .head02 {
    margin-bottom: 0;
  }

  #sitemap-page #sitemap .link_box {
    margin-bottom: 20px;
  }

  /*----------------------------------------------------
    ☆CSR
  ----------------------------------------------------*/
  #csr .box {
    padding: 10px;
    margin-top: 10px;
  }

  #csr .box .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #csr .box .line_title {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #csr .box .btm_text {
    font-size: 12px;
    line-height: 1.4;
    padding-top: 10px;
    margin-top: 10px;
  }

  #csr .csr_box .fltimg,
  #csr .csr_box .flttext {
    width: 100%;
  }

  #csr .csr_box .fltimg {
    margin-bottom: 5px;
  }

  #csr .clm02 {
    margin-top: 5px;
  }

  /* section00 */
  #csr .section00 .iso_list li .text {
    font-size: 12px;
    line-height: 1.4;
  }

  /* section01 */
  #csr .section01 .btn_arrow {
    margin-top: 5px;
  }

  #csr .section01 .btn_arrow a {
    font-size: 12px;
    padding-left: 10px;
  }

  #csr .section01 .btn_arrow:hover a {
    text-decoration: none;
  }

  #csr .section01 .btn_arrow a:before {
    border-width: 4px 0 4px 4px;
    margin-top: -4px;
  }

  /* section03 */
  .text_blue {
    font-size: 13px;
  }

  .text_bold {
    font-size: 13px;
  }

  #csr .box.acd_box {
    padding-top: 20px;
  }

  /*----------------------------------------------------
  ☆GOKIN
  ----------------------------------------------------*/
  #gokin_data .section01 {
    padding-bottom: 40px;
  }

  #gokin_data .section01 .text {
    font-size: 12px;
    line-height: 1.4;
  }

  #gokin_data .link_list.link01 {
    margin-bottom: 10px;
  }

  #gokin_data .head02 {
    margin-bottom: 0;
  }

  #gokin_data .box {
    padding: 10px;
  }

  #gokin_data .link_list li {
    display: block;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #gokin_data .link_list li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }

  #gokin_data .link_list li .title {
    font-size: 12px;
    line-height: 1.4;
    padding-left: 15px;
  }

  #gokin_data .link_list li .title:before {
    top: 4px;
  }

  #gokin_data .link_list li .btn a {
    font-size: 12px;
    padding: 8px 0;
    line-height: 1.4;
    padding-left: 15px;
  }

  #gokin_data .line_box {
    padding: 10px 0;
  }

  #gokin_data .line_box .text,
  #gokin_data .line_box .title_mini,
  #gokin_data .indent_list li {
    font-size: 12px;
    line-height: 1.4;
  }

  #gokin_data .table02 {
    margin-top: 5px;
  }

  #gokin_data .table02 tr td .tani_mini {
    font-size: 8px;
    display: inline-block;
    position: absolute;
  }

  #gokin_data .text_btm {
    font-size: 12px;
    margin-top: 5px;
  }

}