<strong></strong>/* 濃い青rgb(55, 92, 152) #375c98 */
/* 薄い青rgb(201, 223, 239) #c9dfef */

/* デフォルト解除 */
@font-face{
	font-family: "sample-font";
	src: url("./../fonts/sample-font.eot");
	src: url("./../fonts/sample-font.eot?") format('embedded-opentype'),
	url("./../fonts/sample-font.woff") format('woff'),
	url("./../fonts/sample-font.otf") format('opentype');
	font-style: normal;
	font-weight: normal;
}
*{
font-family: 'Noto Serif JP',serif;
}

body, h1, ul, p, h2, h3, dd {
    margin: 0;
    padding: 0;

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

/* デザイン統一 */
.top_area, .work_area, .company_area {
    padding: 30px 0;
}
h2 {
    border-bottom: 3px solid #375c98;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
    padding-bottom: 5px;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    border-left: 5px solid #375c98;
    padding-left: 10px;
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
form .co-check dt {
    margin-bottom: 20px;
}
form .co-check dd {
    margin-bottom: 20px;
    color: #375C98;
}



/* Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.address_list {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    width: 50%;

}


/* Lists (enumeration)
   ========================================================================== */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.work_ul {
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
}
.work_ul li {
    text-align: left;
    font-size: 0.9rem;
    margin-bottom: 10px;
    margin-top: 0px;
}



/* Lists (definition)
   ========================================================================== */

dt {

}
.address_list dt {
    margin-bottom: 15px;
}
.address_list dd {
    margin-bottom: 10px;
}



dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Table
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{
	font-family: "sample-font";
	src: url("./../fonts/sample-font.eot");
	src: url("./../fonts/sample-font.eot?") format('embedded-opentype'),
	url("./../fonts/sample-font.woff") format('woff'),
	url("./../fonts/sample-font.otf") format('opentype');
	font-style: normal;
	font-weight: normal;
}
*{
font-family: 'Noto Serif JP',serif;
}

/* グローバルメニューのリンクで飛んだ時にヘッダ分ずらす */
.link_up {
    padding-top: 0px;
}
.company_area, .access_area, .contact_area {
    padding-top: 80px;
    margin-top: -80px;
}

/* オリジナルクラス */
.flex_center_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.flex_center_around {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.w100_h100 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;

}
.gray_border {
    background-color: #F4F4F4;

}
.img_center {
    margin: 10px auto;
}
.after-br {
	page-break-after: always;
}

.contain {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

/* トップ画像とグローバルメニュー */
.img_area {
    width: 100%;
    height: 500px;
    background-image: url(../img/top_img_earth.png);
    background-position: center top;
    position: relative;
}
.only-print {
	display: none;
}


header {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    box-sizing: border-box;
}
.head_company {
    background-color: #375c98;
    color: #fff;
    height: 50px;
    padding: 0 15px;
}
.head_company > * {
    font-weight: bold;
}
.head_company h1 {
    font-size: 20px;
    line-height: 20px;
    border-right: 2px solid #fff;
    padding-right: 15px;
}
.head_company_english {

}

.img_area > p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 360px;
    height: 80px;
    padding-bottom: 10px;
    line-height: 40px;
    position: absolute;
    top: 250px;
    left: 20%;
}
.img_area > p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #fff 40%, transparent);
    background-image: linear-gradient(to right, #fff 40%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

/* トップ画像下のメッセージ */
.top_area {
    position: relative;
    z-index: 1;
}
.top_area .top_txt_big {
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

/* 事業内容 */
.work_area h2 {
    width: 300px;
    margin-bottom: 50px;
    margin-right: auto;
}
.title_2 {
    padding-bottom: 5px;
}

.work_contents {
    justify-content: space-around;
}
.work_content {
    text-align: center;
    margin: 0 20px;
    width: 30%;
    padding-bottom: 10px;
}
.work_content_title {
    background-color: #c9dfef;
    color: #375c98;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.work_content_explain {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    width: 200px;
    margin: 5px auto;
    padding-bottom: 0px;
}
.work_content_map {
    font-size: 12px;
    margin-bottom: 5px;
}
.work_items {
    padding-left: 20px;
}
.work_item {
    display: inline-block;
    background-color: #c9dfef;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 0 7px;
    font-size: 1rem;
    font-weight: bold;
}
.work_item_img {
    width: 100%;
    height: 100px;
    margin-bottom: 5px;
}
.work_item p {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

/* リサイクルフロー */
.flow_area {

}
.flow_area h2 {
    width: 200px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.flow_img {
    width: 100%;
    max-width: 1000px;
}

/* 会社概要 */
.company_area h2 {
    width: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.company_area > dl {
    flex-wrap: wrap;
    align-items: stretch;
}
.company_area > dl > dt, .company_area > dl > dd {
    border-bottom: thin solid #CFCFCF;
    line-height: 30px;
}
.company_area > dl > dt {
    width: 30%;
    text-align: center;
    background-color: #c9dfef;
    font-weight: bold;
}
.company_area > dl > dd {
    width: 70%;
    padding-left: 30px;
    box-sizing: border-box;
}
.company_area > dl dd ul {
    padding-left: 18px;
}
.company_area > dl dd ul li {
    position: relative;
    list-style: none;
}
.company_area > dl dd ul li:before {
    position: absolute;
    top: 9px;
    left: -16px;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
}
.company_qual_list {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
}
.company_qual_list dt {
    width: 20%;
}
.company_qual_list dd {
    width: 80%;
}
.multi_txt_center {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.multi_txt_left {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/* アクセス */
.access_area h2 {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.access_area {
    padding-bottom: 30px;
}
.access_main_img {
    width: 700px;
    margin-left: auto;
    margin-right: auto;

}
.access_area > p {
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
}
.honsha_map {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
/*.honsha_google_map, .beppu_google_map, .bsa_google_map {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}

.honsha_google_map, .beppu_google_map, .bsa_google_map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}*/

.beppu_map {
    width: 500px;
    height: 310px;
    margin-bottom: 50px;
}
.bsa_img {
    width: 500px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.bsa_email {
    margin: 0;
    width: 100%;
    text-align: center;
}

/* お問い合わせ */
.contact_area h2 {
    width: 150px;
    margin-left: 100px;
}
.contact_item {
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
    /* background-color: skyblue; */
}
.contact_area .labels {
    width: 40%;
    font-size: 14px;
    color: #808080;
    font-weight: bold;
    /* background-color: pink; */
}
form .contact_item.flex_center_around .labels {
}

.contact_area .inputs, .radio_area, .mail_area {
    width: 60%;
    border-bottom-width: thin;
    /* background-color: red; */
}
textarea {
    border: thin solid #C4C4C4;
    min-height: 300px;
}

.radio_area > div  {
    margin-bottom: 10px;
}
input[type="radio"] {
    display: none;
}
.radio_area label {
    line-height: 18px;
    margin-left: 30px;
    position: relative;
}
.radio_area label:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #a0a0a0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -30px;
}
input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 4px;
    left: -26px;
    width: 12px;
    height: 12px;
    /* margin-top: -4px; */
    border-radius: 50%;
    background: #375c98;
}
.radio_area label {
    font-size: 14px;
}
.input_line {
    padding-left: 5px;
    border-bottom: thin solid #C4C4C4;
    height: 40px;
}
.flex_top_stretch {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.flex_top_stretch > label {
    line-height: 40px;
}
.mail_area input {
    width: 100%;
}
.mail_area p {
    color: red;
    font-size: 12px;
}
textarea {
    height: 120px;
    padding: 5px;
}
.contact_privacy {
    width: 200px;
    margin: 0 auto;
    padding: 20px 0;
}
#privacy {
    display: none;
}
label[for="privacy"]{
    position: relative;
    line-height: 34px;
}
label[for="privacy"]:before {
	position: absolute;
	z-index: 1;
	top: 3px;
	left: -30px;
	width: 15px;
	height: 7px;
	content: '';
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
	border: 2px solid #f2f2f2;
	border-top-style: none;
	border-right-style: none;
}
#privacy:checked + label[for="privacy"]:before {
    border: 2px solid #808080;
    border-top-style: none;
	border-right-style: none;
}
label[for="privacy"]:after {
	position: absolute;
	top: -7px;
	left: -40px;
	width: 30px;
	height: 30px;
	content: '';
	cursor: pointer;
	border: 2px solid #f2f2f2;
	background: #ffffff;
}
.contact_privacy a {
    color: #000;
    text-decoration: underline solid #000;
}
.submit_button {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
    cursor: pointer;
}
input[type="submit"] {
    background-color: #375c98;
    color: #fff;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 30px;
    text-align: center;
}
footer {
    width: 100%;
    background-image: url(../img/footer.jpg);
    background-size: 100%;
    /* background-position: bottom; */
    position: relative;
    background-position: 0% bottom;
}

/* フッター */
footer > * {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
footer ul li {
    display: inline-block;
    font-weight: normal;
    padding: 0 15px;
    margin: 20px 0;
    line-height: 14px;
    border-right: 1px solid #fff;
}
footer ul li.stick_none {
    border-right: none;
}
.foot_txt_big {
    font-size: 16px;
    margin: 20px 0 10px;
}
.foot_txt_info {
    margin-top: 10px;
    margin-bottom: 10px;
}
.foot_c {
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    margin-top: 30px;
}
 h2.co-midashi {
    width: 300px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}


@media print,screen and (min-width:760px){
    .flex_center_center_pc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    }

    .mobile_only {
        display: none;
    }
       
    header ul {
        margin-left: 15px;
    }
    header ul li {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        padding: 0 7px;
    }
        
    .top_area p {
    width: 80%;
    line-height: 200%;
    margin-left: auto;
    margin-right: auto;
    } 
    
    .company_area > dl {
    width: 100%;
	page-break-after: always;
    }    

    .company_area > dl > dt, .company_area > dl > dd {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;

    }
.map_midashi {
    margin-left: 100px;
}
.contain .top_area .top_txt_small.mobile_95 {
    font-size: 1rem;
}



}

@media screen and (max-width:760px){
    /* オリジナルクラス */
    .pc_only {
        display: none;
    }
    .img_center {
        width: 95%;
        margin: 0 auto 20px;
    }
    .mobile_95 {
        width: 95%;
        margin: 0 auto;
    }

    /* グローバルメニューのリンクで飛んだ時にヘッダ分ずらす */
    .link_up {

    }
    .company_area, .access_area, .contact_area {

    }

    .img_area {
        height: 300px;
        background-size: cover;
        background-position: 50% top;
    }

    .img_area > p {
        box-sizing: border-box;
    }

    header {
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        z-index: 2;
    }
    header a {
        z-index: 3;
        height: 100%;
        width: calc(100% - 50px);
    }
    .head_company {
        padding: 0;
        border: none;
        z-index: 4;
        width: 100%;
        height: 100%;
    }

    .head_company h1{
    font-size: 14px;
    white-space: nowrap;
    padding-right: 15px;
    }

    .head_company span {
        font-size: 10px;
        white-space: nowrap;
        margin-left: 5px;
    }

    .hamburger_box {
        width: 50px;
        height: 50px;
        background-color: #375c98;
        border: none;
        z-index: 5;
    }

    .hamburger_box i {
        color: #fff;
    }

    /* アニメーションで出たり入ったりする部分 */
    .slide_area {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        color: #000;
        text-align: center;
        transform: translateY(calc(-100% + 50px));
        transition: all 0.6s;
        width: 100%;
        height: 100%;
    }
    .slide_area ul {
        width: 100%;
    }
    .slide_area ul li {
		color: #375C98;
        height: 60px;
        line-height: 60px;
		border-bottom: thin dotted;
    }
    /* jQueryで付与・削除するクラス */
    .slide_area.active {
        transform: translateY(calc(0% + 50px));
    }
    
    .img_area > p {
        width: 100%;
        top: 50%;
        left: 0;
        font-size: 16px;
        padding-left: 15px;
        padding-bottom: 0;
        line-height: 30px;
    }

    .top_area .top_txt_big {
    font-size: 1.5rem;
    line-height: 150%;
    }

    .top_area .top_txt_small {
    line-height: 150%;

    }

    .work_content {
        width: 90%;
        margin: 0 auto 20px;
    }

    .work_content_explain {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding: 10px;
        font-size: 12px;
    }

    .work_item {
        margin: 0 3px 10px;
    }

    .flex_left {
        justify-content: space-between;
    }

    .flow_img {
        width: 320px;
        height: 200px;
    }

    .company_area > dl > * {
        font-size: 12px;
    }
    .company_area > dl > dd {
        padding-left: 10px;
    }

    .company_area > dl > dt, .company_area > dl > dd {
        font-size: 10px;
    }

    .company_area > dl > dt {
        width: 20%;
    }
    .company_area > dl > dd {
        width: 80%;
    }
#company_area .flex_center_center.gray_border.mobile_95 dd {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: none;
}
.link_up #company_area .flex_center_center.gray_border.mobile_95 {
    background-color: #FFFFFF;
}



    .access_main_img {
        width: 320px;
        height: 220px;
    }

    .access_area > p {
        width: 98%;
        margin: 0 auto 30px;
        font-size: 12px;
    }

    .honsha_map {
        width: 320px;
        height: 380px;
    }

    .beppu_map {
        width: 320px;
        height: 200px;
    }

    .bsa_img {
        width: 320px;
        height: 275px;
    }    

    .contact_item {
        width: 90%;
    }  
    
    .contact_item .inputs, .contact_item .labels, .radio_area label {
    width: 100%;

    }

    .submit_button {
        width: 200px;
    }

    footer {
        height: 300px;
        background-size: cover;
    }

    footer * {
        font-size: 10px;
    }
    footer ul li {
        padding: 0 5px;
        font-size: 10px;
    }

    .foot_c {
    white-space: nowrap;
    margin-top: 30px;
    }
label {

}
form .contact_item.flex_top_stretch .labels {
    width: 100%;
}
#contact_area form .contact_item.flex_center_around {
    position: relative;
}
form .contact_item.flex_center_around .labels {

}
form .contact_item.flex_center_around .labels {
    display: block;
    width: 100%;
}
.flow_img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.contain .top_area .top_txt_small.mobile_95 {
}
#company_area .flex_center_center.gray_border.mobile_95 dt {
    width: 100%;
    font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none;
}
.contact_item.flex_center_around {
    display: block;
}
form .contact_item.flex_center_around .labels {
    font-size: 1rem;
    padding-bottom: 10px;
    padding-top: 10px;

}
form .contact_item.flex_center_around #name {
    width: 100%;
}
.flex_top_stretch {
    display: block;
}
#contact_area h2 {
    margin-left: auto;
    margin-right: auto;
}
.work_area .title_2 {
    margin-left: auto;
    margin-right: auto;
}
.flow_area h2 {
    margin-left: auto;
    margin-right: auto;
}
#company_area h2 {
    margin-left: auto;
    margin-right: auto;
}

















}
