@charset "utf-8";

/* CSS Document */


/*　基本設定　*/

* {
    padding: 0px;
    margin: 0px;
}

img {
    white-space: pre;
    image-rendering: -webkit-optimize-contrast;
    height: auto!important;
    /* max-width: 100%; */
}

a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

li {
    list-style-image: none;
    list-style-type: none;
}

.screensp {
    display: none;
}

.screensize {
    margin-bottom: 0;
}


/* ハンバーガーメニュー */

header {
    display: none;
}

@media screen and (max-width: 640px) {
    h1.top_txt {
        padding-top: 18px;
        font-size: 16px!important;
        line-height: 1.7!important;
        width: 80%;
    }
}

header {
    display: block;
}

#menu-btn-check {
    display: none;
}

#menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

@media screen and (max-width: 960px) {
    .menu-btn {
        position: fixed;
        top: 28px;
        right: 10px;
        display: flex;
        height: 40px;
        width: 40px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #87b259;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #87b259;
}

.menu-content ul {
    padding: 70px 10px 0;
}

.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}

.menu-content ul li a::before {
    content: " ";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #87b259;
    transition: all 0.5s;
}

#menu-btn-check:checked~.menu-content {
    left: 0;
    /*メニューを画面内へ*/
}

.accordion-item {
    width: 70%;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 30px;
    border-bottom: 1px solid #ddba4d;
}

.accordion-header {
    transition: ease-in-out 100ms;
}

.accordion-text {
    width: 70%;
    display: none;
    padding-top: 5px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.accordion-gold {
    color: #ddba4d;
}

.accordion-no-bar {
    border-bottom: 0;
}

@media screen and (max-width: 640px) {
    /* 640px以下*/
    #accordion {
        margin-top: 70px;
    }
}

.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_actab label {
    font-weight: bold;
    /* line-height: 3; */
    position: relative;
    display: block;
    padding: 8px 25px;
    cursor: pointer;
    margin: 0;
    /* background: #00a0e4; */
    border-bottom: 1px solid #fff;
    border-collapse: collapse;
}


/* 濃い色　#1c9cc4; */

.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
}


/* :checked */

.cp_actab input:checked~.cp_actab-content {
    max-height: 20em;
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    transition-duration: 3s ease-in-out;
}


/* 矢印*/

.arrow label::after {
    line-height: 2;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}

.arrow input[type=checkbox]+label::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -4px;
}

.arrow input[type=checkbox]:checked+label::after {
    transform: rotate( 131deg);
    top: 20px;
}

.cp_actab-content {
    transition: all 3s;
}

.child {
    text-indent: 12px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    padding: 7px 0;
}

.tab-six a {
    color: #fff;
    text-decoration: none!important;
}



/* ビデオ */
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#works .v-card {
    text-align: center;
    width: 32%;
    margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
    /* 640px以下*/
    
    #works .v-card {
        width: 100%;
    }
}

/* ビデオ */

/*--------------------------------
書き足し
---------------------------------*/

/* スライダ― */
.mainvidual {
    grid-row: main;
    height: 100vh;
    width: 100vw;
    position: relative;
}
.swiper-container {
    height: 100%;
    width: 100%
}
.swiper-wrapper,
.swiper-slide>div {
    height: 100%;
    width: 100%
}
.swiper-slide:nth-child(1)>div {
    background: url("https://picsum.photos/id/1016/1200/640") center center / cover no-repeat;
}
.swiper-slide:nth-child(2)>div {
    background: url("https://picsum.photos/id/1016/1200/640") center center / cover no-repeat;
}
.swiper-slide:nth-child(3)>div {
    background: url("https://picsum.photos/id/1056/1200/640") center center / cover no-repeat;
}
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    
    100% {
        transform: scale(1.15);
    }
}
.swiper-slide-active>div,
.swiper-slide-duplicate-active>div,
.swiper-slide-prev>div {
    animation: zoomUp 10s linear 0s 1 normal both;
}

/* スライダ―ここまで */

/* TOP文字 */
.top_inner {
    color: #fff;
    z-index: 999;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
    transform: translate(-50%, -50%) rotate(10deg);
}

/* TOP文字 */
.inner {
    width: 100%;
    margin: 100px 0 0 0;
}
.section-title-block {
    text-align: center;
    margin: 30px auto;
    max-width: 100%;
    width: 100%;

    background-image: url(../img/qualification_TOP.png);
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .section-title-block {
        margin-top: 30px;
    }
}
.section-title {
    font-size: 2.2rem;
}
.section .section-title {
    text-transform: lowercase;
    letter-spacing: .2em;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
    /* color: #f39ac7; */
}
.section .section-desc {
    text-align: center;
}
.two-column-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    flex-direction: row;
}
.two-column-image {
    width: 33%;
}
.two-column-image img {
    margin: 0 auto;
}
.two-column-desc {
    width: 62%;
}
#feature .two-column-image {
    width: 48%;
}
#feature .two-column-desc {
    width: 48%;
}
#works .card {
    text-align: center;
    width: 50%;
}
#works .card {
    /* margin-bottom: 50px; */
}
#works .card-image {
    display: block;
    margin-bottom: 8px;
}
#works .card-caption-title {
    font-size: 13px;
    font-weight: bold;
}
#works .card-caption-info {
    font-size: 12px;
}
#works .card-caption-url {
    font-size: 10px;
}
#works .card-wrapper {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify; */
    
    justify-content: start;
    align-items: center;
}
#works .card-wrapper1 {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify; */
    
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 640px) {
    /* 640px以下*/
    
    #works .card-wrapper1 {
        flex-direction: column;
    }
}

/* #works .card-wrapper {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	align-content: space-around;
} */

/* #works .card-wrapper::after {
  content: "";
  display: block;
  width: 31%;
} */
.siryou_title {
    font-size: 1.4rem;
}
.section-siryou_title {
    /* background-color: #e9ecef; */
    
    line-height: 2.5;
    text-align: center;
    border-bottom: 1px solid #6FA236;
    margin: 0 auto;
    padding-bottom: 20px;
}

/* 受賞歴ページだけ、タイトル下のボーダーをオレンジに */
body.page-award .section-siryou_title {
  border-bottom: 1px solid #f39800;
}

.section-siryou_title img {
    margin-top: -7px;
}
#siryou_list ul {
    justify-content: center;
    display: flex;
    list-style-type: none;
    margin: 0 0 0 1em;
    padding: 0;
}
#siryou_list li {
    margin: 0.2em;
    padding: 0.5em;
}
#stresscheck_siryou img {
    width: 200px
}
@media screen and (max-width: 640px) {
    /* 640px以下*/
    
    #siryou_list ul {
        flex-direction: column;
        text-align: left;
    }
}
.card-caption-title {
    text-align: center;
    padding-top: 5px;
}
.card-caption-title1 {
    text-align: center;
    padding-top: 15px;
    font-size: 25px;
    text-decoration: underline;
}
.text-area {
    width: 90%;
    height: 4em;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
}
.text-area-small {
    width: 90%;
    height: 3em;
    text-align: left;
    font-size: 12px;
    margin: 0px auto;
}
.text-area1 {
    width: 90%;
    height: 6em;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
}
.text-area2 {
    width: 90%;
    height: 10em;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
}
.footer-button {
    display: flex;
    flex-wrap: wrap;
}
.footer-button li {
    width: calc(100%/5);
    /*←画像を横に5つ並べる*/
    
    padding: 0 5px;
    /*←画像の左右に5pxの余白を入れる*/
    
    box-sizing: border-box;
}
.footer-button li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    
    height: auto;
    /*画像の縦横比を維持 */
}
@media screen and (max-width: 640px) {
    /* 640px以下*/
    
    .text-area3,
    .text-area1,
    .text-area {
        margin-bottom: 80px!important;
    }
    
    .text-area2 {
        margin-bottom: 110px;
    }
}
.text-area3 {
    width: 90%;
    height: 2.5em;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
}

/* 書き足しここまで */

/*　リンクの設定　*/
a:link {
    /*未訪問のリンク*/
    
    color: #0027a4;
    text-decoration: underline;
}
a:visited {
    /*訪問後のリンク*/
    
    color: #0027a4;
    text-decoration: underline;
}
a:hover {
    /*マウスをのせたとき*/
    
    color: #3666a2;
    text-decoration: none;
    opacity: 0.7;
}
a:active {
    /*クリック中*/
    
    color: #336633;
    text-decoration: none;
}
.material a:link {
    /*未訪問のリンク*/
    
    color: #703729;
    text-decoration: underline;
}
.material a:visited {
    /*訪問後のリンク*/
    
    color: #703729;
    text-decoration: none;
}
.material a:hover {
    /*マウスをのせたとき*/
    
    color: #895952;
    text-decoration: none;
}
.material a:active {
    /*クリック中*/
    
    color: #895952;
    text-decoration: none;
}
#head_navi a:link {
    /*未訪問のリンク*/
    
    color: #006633;
    text-decoration: none;
}
#head_navi a:visited {
    /*訪問後のリンク*/
    
    color: #006633;
    text-decoration: none;
}
#head_navi a:hover {
    /*マウスをのせたとき*/
    
    color: #89BF4E;
    text-decoration: underline;
}
#head_navi a:active {
    /*クリック中*/
    
    color: #336633;
    text-decoration: underline;
}
.title336 a:link {
    /*未訪問のリンク*/
    
    color: #2269a1;
    text-decoration: none;
}
.title336 a:visited {
    /*訪問後のリンク*/
    
    color: #2269a1;
    text-decoration: none;
}
.title336 a:hover {
    /*マウスをのせたとき*/
    
    color: #2D88D2;
    text-decoration: none;
}
.title336 a:active {
    /*クリック中*/
    
    color: #2D88D2;
    text-decoration: none;
}
.main_01title a:link {
    /*未訪問のリンク*/
    
    color: #006633;
    text-decoration: none;
}
.main_01title a:visited {
    /*訪問後のリンク*/
    
    color: #006633;
    text-decoration: none;
}
.main_01title a:hover {
    /*マウスをのせたとき*/
    
    color: #006633;
    text-decoration: underline;
}
.main_01title a:active {
    /*クリック中*/
    
    color: #006633;
    text-decoration: underline;
}
.main_02title a:link {
    /*未訪問のリンク*/
    
    color: #333333;
    text-decoration: none;
}
.main_02title a:visited {
    /*訪問後のリンク*/
    
    color: #333333;
    text-decoration: none;
}
.main_02title a:hover {
    /*マウスをのせたとき*/
    
    color: #333333;
    text-decoration: underline;
}
.main_02title a:active {
    /*クリック中*/
    
    color: #333333;
    text-decoration: underline;
}
.recruit_shokushu a:link {
    /*未訪問のリンク*/
    
    color: #336699;
    text-decoration: none;
}
.recruit_shokushu a:visited {
    /*訪問後のリンク*/
    
    color: #006633;
    text-decoration: underline;
}
.recruit_shokushu a:hover {
    /*マウスをのせたとき*/
    
    color: #89BF4E;
    text-decoration: none;
}
.recruit_shokushu a:active {
    /*クリック中*/
    
    color: #336633;
    text-decoration: none;
}

/*　文字装飾　*/
.col01 {
    color: #ea5550;
    font-weight: bold;
}
.col02 {
    font-weight: bold;
    color: #bc8099;
}
.col03 {
    font-weight: bold;
    color: #7a77ab;
}
.col04 {
    font-weight: bold;
    color: #DF8511;
}
.col05 {
    font-weight: bold;
    color: #4b73b9;
}
.col06 {
    color: #f8b100;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFF;
}
.col07 {
    color: #6FBF33;
    font-weight: bold;
}
.col08 {
    font-weight: bold;
    color: #f39800;
}
.col09 {
    font-weight: bold;
    color: #999;
}
.col10 {
    font-size: 16px;
    font-weight: bolder;
    color: #096;
}
.col11 {
    font-weight: bold;
    color: #000;
}
.col12 {
    color: #ea5654;
    font-weight: bold;
    font-size: 14px;
}
.col13 {
    color: #004d25;
    font-weight: bold;
}
.col14 {
    color: #00947a;
    font-weight: bold;
}
.col15 {
    font-size: 16px;
    color: #ea5654;
    font-weight: bold;
}
.col_bl {
    color: #447fba;
    font-weight: bold;
}
.col_db {
    color: #030f7d;
    font-weight: bold;
}
.col_gr {
    color: #2CA80E;
    font-weight: bold;
}
.col_wh {
    color: #fff;
    font-weight: bold;
}
.fltext {
    color: #DE494E;
    font-size: 15px;
    font-weight: bold;
}
.color_1 {
    color: #317B24;
    font-weight: bold;
}
.lead01 {
    font-size: 12px;
    font-weight: bold;
    color: #396;
    line-height: 1.5em;
}
.lead02 {
    background-color: #FFE0D9;
    font-weight: bold;
    color: #000;
}
.lead03 {
    background-color: #BCE4EF;
    font-weight: bold;
}
.lead04 {
    font-size: 14px;
    font-weight: bold;
    color: #396;
    line-height: 1.5em;
}
.lead05 {
    font-size: 12px;
    font-weight: bold;
    color: #999;
}
.lead06 {
    font-size: 18px;
    font-weight: bold;
    color: #396;
    line-height: 1.4em;
}

/*　見出しの設定　*/
h1 {
    font-size: 11px;
    font-weight: normal;
    color: #999;
    line-height: 15px;
    padding-top: 5px;
}
.img-topic2 {
    height: 123px;
    width: 662px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 30px;
}

/*　全体設定　*/
#main {
    max-width: 920px;
    margin: 0 auto;
    height: auto;
    text-align: center;
}

/*　ヘッダー設定　*/
#header {
    height: auto;
    border-top-color: #9ed04e;
    background-color: #ffffff
}
#head_box {
    height: 113px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}
#topimg {
    height: 409px;
    width: 935px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    background-repeat: no-repeat;
    border: 1px solid #CCC;
    /* [disabled]background-image: url(../images/img_top_main409-02.jpg);
*/
    
    position: relative;
}
.fotorama span {
    background: transparent no-repeat center;
    width: 935px;
    height: 409px;
    display: block;
    text-indent: -9999px;
}
#topimgbox {
    position: absolute;
    width: 54%;
    margin-top: 250px;
    margin-left: 4em;
}
#topimgbox ul li {
    line-height: 2.2em;
}
#slide {
    height: 300px;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
}
#gloval-navi {
    width: 936px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    height: 31px;
}
ul#nav1 li {
    float: left;
    width: 156px;
    height: 31px;
    overflow: hidden;
}
#head_left {
    float: left;
    height: auto;
    width: auto;
    margin-top: 15px;
    margin-right: 8px;
}
@media screen and (max-width:960px) {
    #head_left,
    .top_txt,
    #head_box,
    .screensize,
    #header,
    #wrapper,
    #foot_contact {
        max-width: 100%!important;
    }
    
    #head_right {
        display: none;
    }
}
#head_right {
    float: right;
    width: 309px;
    height: 75px;
    margin-top: 0px;
}
#head_right img {
    margin-right: 3px;
}
.main703 {
    /* メインエリア枠線*/
    
    width: 703px;
    margin-left: 12px;
    margin-top: 10px;
    height: auto;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: 2px 2px 4px -2px gray;
}
.main703-2 {
    width: 703px;
    margin-left: 12px;
    margin-top: 10px;
    height: auto;
    background-image: url(../images/main703-bgtop.png);
    background-position: top;
    float: left;
    border: 1px solid #CCC;
    margin-bottom: 8px;
    overflow: hidden;
}
.main703-3 {
    /* メインエリア枠線*/
    
    width: 703px;
    margin-left: 12px;
    margin-top: 10px;
    height: 490px;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: 2px 2px 4px -2px gray;
}
.main703btm {
    width: 703px;
    height: 12px;
    /*background-image: url(../images/main703-bgbtm.png);*/
    
    background-position: top;
    background-repeat: no-repeat;
    float: left;
}
.main634 {
    width: 634px;
    margin-top: 10px;
    height: auto;
    background-image: url(../images/main634-bgtop.png);
    background-position: top;
    float: left;
    clear: both;
    overflow: hidden;
}
.main634btm {
    width: 634px;
    height: 12px;
    background-image: url(../images/main634-bgbtm.png);
    background-position: top;
    background-repeat: no-repeat;
    float: left;
    background-color: #FFF;
}
.main634_text {
    width: 613px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8px;
    height: auto;
    overflow: hidden;
    color: #504946;
}
#main223 {
    float: right;
    width: 223px;
    margin-top: 10px;
    margin-right: 12px;
    font-size: 12px;
    line-height: 1.7em;
    height: auto;
    margin-bottom: 8px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: 2px 2px 4px -2px gray;
}
#main224 {
    float: right;
    width: 223px;
    margin-top: 10px;
    margin-right: 12px;
    font-size: 12px;
    line-height: 1.7em;
    height: auto;
    margin-bottom: 8px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: 2px 2px 4px -2px gray;
}
#main223btm {
    width: 223px;
    height: 9px;
    margin-top: 10px;
    margin-right: 12px;
    /*background-image: url(../images/main223-bgbtm.png);*/
    
    background-position: top;
}
.contact {
    text-align: center;
}
.contact-pn {
    padding-top: 15px;
    padding-bottom: 10px;
}
.contact-pn img {
    width: 330px;
}
.ft-p {
    width: 200px;
    margin: 0.6em auto;
    border: solid thin #ccc;
    text-align: center;
    padding-top: 0.4em;
}
.ft-p p {
    font-size: 11px;
    line-height: 1.2em;
    padding: 0.6em;
}
.rightimg {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.rightimg2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
a:hover img.rightimg {
    display: block;
    opacity: 0.8;
}
.main223text {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    color: #767676;
    padding-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #BFBFBF;
}
.main703 .news {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
}
.news tr td img {
    margin: 0px;
}
.mainleft {
    width: 320px;
    height: 200px;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}
.mainright {
    height: 200px;
    width: 320px;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}
.maintit {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #84B252;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #7A7A7A;
    text-indent: 5px;
}
.mainleft ul li {
    background-image: url(../images/icons/ico_arrow17r_3.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    margin-left: 8px;
    text-indent: 8px;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.7em;
}
.mainright ul li {
    background-image: url(../images/icons/ico_arrow17r_3.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    margin-left: 8px;
    text-indent: 8px;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.7em;
}
#footer {
    height: auto;
    background-color: #F4F4F4;
    clear: both;
    padding-bottom: 1em;
    margin-left: auto;
}
#fortop {
    clear: both;
    height: 35px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    max-width: 100%;
}
.mainoll {
    width: 688px;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    overflow: hidden;
    margin-right: auto;
}
.main_01 {
    height: 130px;
    width: 226px;
    background-image: url(../images/back.png);
    ;
    float: left;
    margin-bottom: 6px;
    clear: both;
}
.main_long {
    height: 130px;
    width: 457px;
    background-image: url(../images/back_long.png);
    ;
    margin-right: 5px;
    float: left;
    margin-bottom: 6px;
}
.main_01title {
    margin-left: 8px;
    margin-top: 6px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
.main_02title {
    margin-left: 12px;
    margin-top: 13px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    background-image: url(../images/icons/ico_arrow30r_4.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    text-indent: 13px;
}
.main_01text {
    height: auto;
    width: auto;
    margin-right: 8px;
    margin-top: 8px;
    font-size: 12px;
    clear: both;
    text-align: right;
    background-image: url(../images/icons/3_023.gif);
    background-repeat: no-repeat;
    float: right;
    text-indent: 14px;
    background-position: 0px 3px;
}
.main_longtext {
    height: auto;
    width: auto;
    margin-right: 8px;
    margin-top: 7px;
    font-size: 12px;
    clear: both;
    text-align: right;
    background-image: url(../images/icons/3_023.gif);
    background-repeat: no-repeat;
    float: right;
    text-indent: 14px;
    background-position: 0px 3px;
}
.main_01long {
    height: 74px;
    width: 442px;
    margin-right: auto;
    margin-top: 4px;
    font-size: 12px;
    margin-left: auto;
    background-color: #FFF;
}
.main_01img {
    margin-left: auto;
    margin-top: 4px;
    width: 212px;
    height: 72px;
    color: #FFF;
    margin-right: auto;
    background-color: #FFF;
}
.main_02 {
    height: 130px;
    width: 226px;
    background-image: url(../images/back.png);
    float: left;
    margin-left: 5px;
}
.main_03 {
    height: 130px;
    width: 226px;
    background-image: url(../images/back.png);
    float: left;
}
.topic-path {
    width: 670px;
    margin-left: 25px;
    font-size: 12px;
    margin-top: 5px;
}
.topic-path span {
    padding: 0 10px 0;
}
.main703 #main-topic {
    height: auto;
    background-image: url(../images/h2-icon.png);
    background-repeat: no-repeat;
    line-height: 40px;
    font-size: 1.8em;
    font-weight: bolder;
    text-indent: 23px;
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 18px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    color: #000;
    background-position: 0px 2px;
}
.main703 .main-topic2 {
    height: auto;
    margin: 1em auto 0 1em;
    background-image: url(../images/souba/souba_head.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
.main703 .main_text {
    margin: 1em 2em 2em;
    font-size: 12px;
    line-height: 1.7em;
    overflow: hidden;
}
.main703 .main_textfont {
    margin: 1em 2em 2em;
    font-size: 14px;
    line-height: 1.7em;
    overflow: hidden;
}
.main703 .main_text01 {
    margin: 1em 2em;
    font-size: 14px;
    line-height: 1.7em;
    overflow: hidden;
}
.main_text02 {
    float: left;
    width: 314px;
    margin-left: 2em;
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 1.7em;
    overflow: hidden;
}
.main_text02_img {
    width: 336px;
    height: 152px;
    float: right;
}
.main_text_midashi {
    margin-left: auto;
    margin-right: auto;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 1.7em;
    padding: 0.8em 1em 0.8em;
    overflow: hidden;
}
.camp01 {
    width: 676px;
    height: 600px;
    margin-left: 14px;
    margin-right: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 8px;
    overflow: hidden;
    background-image: url(../images/sangyoui/canpain.png);
    background-repeat: no-repeat;
}
.camp02 {
    width: 676px;
    height: 600px;
    margin-left: 14px;
    margin-right: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 8px;
    overflow: hidden;
    background-image: url(../images/sangyoui/canpain_sp.png);
    background-repeat: no-repeat;
}
.cp_top {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-bottom: 10px;
}
.cpt_m {
    margin-left: 140px;
    margin-top: 100px;
    color: #630;
    font-size: 16px;
    line-height: 1.5em;
}
.cpt_p {
    /*	margin-left: 240px;*/
    
    margin-top: 30px;
    margin-left: 290px;
    color: #333;
    font-size: 14px;
    line-height: 1.4em;
}
.cpt_im {
    margin-top: 50px;
    margin-left: 280px;
}
.main_text p {
    margin-bottom: 7px;
}
.aboutdt {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #84B252 !important;
    line-height: 30px !important;
    font-size: 17px !important;
    font-weight: bold !important;
    color: #7A7A7A !important;
    text-indent: 5px !important;
    background-image: none !important;
    height: 30px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 11px !important;
}
.main703 h2,
h3 {
    /* height: 36px;
    width: 659px;
    background-image: url(../images/h3bar-green.png);
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 8px;
    line-height: 36px;
    color: #0F490C;
    text-indent: 23px;
    font-size: 16px;
    clear: both; */
}
table tr td {
    line-height: 1.5em;
}
table tr {
    line-height: 1.5em;
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-bottom-color: #c0c0c0;
}
table tr td {}
.s_td {
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-bottom-color: #c0c0c0;
    line-height: 1.7em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #3D3D3D;
    text-align: left;
    padding-right: 5px;
    font-size: 12px;
}
.s_th {
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-bottom-color: #c0c0c0;
    vertical-align: top;
    background-color: #F7F7F7;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 1.5em;
    font-size: 12px;
}
.s_td_enkaku {
    font-weight: normal;
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-bottom-color: #d3d3d3;
    line-height: 1.7em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #3D3D3D;
    text-align: left;
    padding-right: 5px;
    font-size: 12px;
}
.s_th_enkaku {
    text-align: center;
    font-weight: normal;
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-bottom-color: #d3d3d3;
    vertical-align: top;
    background-color: #F5FBEF;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 1.5em;
    font-size: 12px;
}
.s_th2 {
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666;
    vertical-align: top;
    background-color: #FFFFFF;
    color: #063;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 1.5em;
    font-size: 14px;
}
.main_01text p {
    margin-bottom: 5px;
}
.topic01 {
    background-image: url(../images/icons/ico_arrow17r_3.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    font-size: 14px;
    text-indent: 10px;
}
#recruit_job {
    margin-top: 20px;
}
#recruit_job img {
    margin: 5px;
}
.topic02 {
    background-image: url(../images/icons/ico_arrow17r_1.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    text-indent: 10px;
}
.recruit_shokushu {
    width: 625px;
    margin-left: 30px;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    margin-right: 10px;
    font-weight: bold;
    border: 1px dotted #CCC;
    margin-bottom: 5px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
}
.recruit_shokushu ul li {
    float: left;
    background-image: url(../images/icons/ico_arrow17r_4.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    text-indent: 9px;
    margin-right: 10px;
}
table tr .pr_title {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #E2E2E2;
    padding: 8px;
    font-weight: bolder;
    color: #445566;
    vertical-align: text-top;
    font-size: 14px;
    line-height: 1.2em;
}
table tr .recruit {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #E2E2E2;
}
.textbox {
    width: 630px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    margin-bottom: 20px;
}
.textbox .textleft {
    width: 240px;
    height: 180px;
    float: left;
    margin-right: 20px;
}
.textbox .jigyoubox {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #E8E8E8;
    margin-bottom: 15px;
}
.textbox .jigyoubox .jigyouleft {
    height: 114px;
    width: 114px;
    padding: 8px;
    float: left;
}
.textbox .jigyoubox .jigyouright {
    float: right;
    width: 490px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.textbox .jigyoubox .jigyouright2 {
    float: right;
    width: 490px;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 2px;
}
.tit01 {
    font-size: 16px;
    font-weight: bold;
    color: #336600;
}
.contact-tit {
    text-align: left;
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    vertical-align: top;
    color: #4D4D4D;
    background-repeat: repeat;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    background-image: url(../images/bg_body.gif);
}
textarea {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: left;
}
.scrollbar {
    overflow: auto;
    width: 100%;
    height: 120px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #DDD;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5em;
}
.privacytext {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0.5em;
    padding-bottom: 2.5em;
    line-height: 1.7em;
    height: auto;
}
.privacytext p {
    color: #666;
    font-size: 14px;
}
.newsreleasemain {
    width: 630px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    margin-bottom: 20px;
}
.newsreleasemain p {
    color: #666;
    font-size: 14px;
}
.txright {
    text-align: right;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 96px;
    text-indent: 8px;
    width: 100%;
}
.main703 .main703_text {
    width: 683px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
}
.main703_text_top {
    width: 683px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    height: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right top;
}
.main703_left {
    height: 189px;
    width: 200px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 8px;
    float: left;
}
.main703_right {
    width: 455px;
    float: right;
    height: auto;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.7em;
    color: #333;
}
.main703_inbox {
    margin-top: 10px;
    height: 121px;
    width: 449px;
    background-image: url(../images/703box_gray.png);
    background-repeat: no-repeat;
}
.main703_inbox .inbox_text {
    width: 420px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    font-size: 12px;
}
tr .inquiry_td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    height: auto;
}
tr .contact-tit img {
    vertical-align: text-top;
    margin-left: 5px;
}
tr .an_td1 img {
    vertical-align: text-top;
    margin-left: 5px;
}
.con_box01 {
    height: 300px;
    margin-left: 30px;
    margin-right: 15px;
    color: #5a5a5a;
    font-size: 12px;
    line-height: 1.7em;
    padding-bottom: 15px;
    padding-top: 8px;
}
.con_box01 .left01 {
    height: auto;
    width: 213px;
    float: left;
}
.con_box01 .right01 {
    height: auto;
    width: 410px;
    float: right;
    margin-right: 10px;
}
.coments_box {
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 8px;
    border: 1px dashed #BFBFBF;
    margin-right: 10px;
}
.newsreleasemain table tr th {
    line-height: 1.7em;
}
#nl_date {
    font-size: 16px;
    font-weight: bold;
    margin-left: 28px;
    margin-bottom: -7px;
}
.text_midasi {
    color: #F93;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.imgtext_box {
    width: 670px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
}
.imgtext {
    width: 315px;
    height: 200px;
    float: left;
    margin: 0 0.5em 1em;
    background-color: #F5F5F5;
}
.imgtext .kigyoimg {
    height: 120px;
    background-color: #FFF;
}
.main_02text {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 13px;
}
.sub_title {
    font-size: 16px;
    text-indent: 15px;
    color: #333333;
    background-image: url(../images/ico_arrow30r_6.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #9C0;
    padding-bottom: 3px;
    margin-bottom: 8px;
    clear: both;
}
.point_title {
    font-size: 18px;
    color: #333333;
    background-repeat: no-repeat;
    background-position: 0px 6px;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #e4c99c;
    float: right;
    font-weight: bold;
    width: 530px;
    margin-top: 35px;
    padding-bottom: 4px;
    margin-right: 10px;
}
.point_title2 {
    font-size: 18px;
    color: #333333;
    background-repeat: no-repeat;
    background-position: 0px 6px;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #e4c99c;
    float: right;
    font-weight: bold;
    width: 578px;
    margin-top: 35px;
    padding-bottom: 4px;
    margin-right: 10px;
}
.example_list li {
    font-weight: bold;
    background-image: url(../images/icons/ico_arrow17r_3.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    text-indent: 9px;
    margin-top: 3px;
    font-size: 13px;
}
.sangyoi-gfaff {
    border-style: solid;
    bordor-color: #dcdcdc;
    float: center;
    text-align: left;
    margin: 0;
}
.waku {
    border: 0.5em solid #009;
    background-image: url(../images/sangyoui/price/aonoyajiru.png);
}
.t-tx {
    clear: both;
}
.sangyoi-gfaff .grafftit {
    background-color: #519CB2;
    border-style: solid;
    bordor-color: #dcdcdc;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}
.sangyoi-gfaff .grafftit2 {
    background-color: #008000;
    border-style: solid;
    bordor-color: #dcdcdc;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 1.3em;
}
.sangyoi-gfaff .grafftext {
    background-color: #FFF;
    border: 1px solid #CCC;
    text-align: center;
    font-size: 12px;
}
.sangyoi-gfaff .grafftext2 {
    padding: 10px;
    text-align: center;
    font-size: 1.1em;
}
.sangyoi-gfaff .grafftext3 {
    color: #519CB2;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    font-size: 1.3em;
}
.sangyoi-gfaff .grafftext4 {
    color: #008000;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    font-size: 1.3em;
}
.sangyoi-gfaff .grafftext5 {
    padding: 10px;
    text-align: center;
    font-size: 1.1em;
}
.main_text .left_img {
    height: auto;
    width: auto;
    float: left;
    padding-top: 1em;
    margin-bottom: 30px;
    overflow: hidden;
}
.main_text .st_img {
    height: auto;
    width: auto;
    margin: 1em auto;
    overflow: hidden;
    text-align: center;
}
.right_text {
    float: left;
    height: auto;
    width: 364px;
    margin-top: 40px;
    margin-bottom: 35px;
    line-height: 1.8em;
    padding: 1em 0.6em 1em;
}
.yuugai-gfaff {
    border: 1px solid #DFDFDF;
    color: #000;
    margin-top: 6px;
}
.EAP-gfaff .grafftit {
    background-color: #8CD385;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 12px;
}


.orange_box {
    width: 662px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    height: auto;
    background-image: url(../images/orange_box_top.png);
    background-repeat: no-repeat;
    margin-bottom: 28px;
}
.orange_box_btm {
    background-color: #FFF;
    background-image: url(../images/orange_box_btm.png);
    height: 32px;
}
.orange_title {
    color: #ee7800;
    margin-left: 40px;
    padding-top: 18px;
}
.orange_box_text {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    height: auto;
}
.ponit_box {
    width: 587px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/point_box_top.png);
    background-repeat: no-repeat;
    clear: both;
}
.point_box_btm {
    height: 10px;
    background-color: #FFF;
    background-image: url(../images/point_box_btm.png);
}
.point_text {
    margin-right: 10px;
    margin-left: 10px;
    height: auto;
    font-size: 12px;
    line-height: 1.7em;
    padding-top: 5px;
}
.orange_left {
    height: auto;
    width: auto;
    float: left;
}
.orange_right {
    font-size: 13px;
    line-height: 1.7em;
    overflow: hidden;
    padding-left: 20px;
}
.sikkou {
    width: 600;
    border: 0;
    cellspacing: 2;
    cellpadding: 0;
    font-size: 13px;
}
.si1 {
    vertical-align: top;
    text-align: right;
}
.si2 {
    padding-left: 20px;
}
.bar_check {
    height: 33px;
    width: 400px;
    background-image: url(../images/bar_checkmark.png);
    background-repeat: no-repeat;
    margin-bottom: 4px;
    margin-top: 7px;
    clear: both;
}
.bar_check-g {
    height: 33px;
    width: 250px;
    background-image: url(../images/bar_checkmark-g.png);
    background-repeat: no-repeat;
    margin-bottom: 4px;
    margin-top: 7px;
    clear: both;
    color: #063;
}
.bar_check-sc {
    height: 33px;
    width: 400px;
    background-image: url(../images/bar_checkmark-sc.png);
    background-repeat: no-repeat;
    margin-bottom: 4px;
    margin-top: 7px;
    clear: both;
    color: #063;
}
.bar_check_anri {
    height: 33px;
    width: 400px;
    background-image: url(../images/bar_checkmark_anri.jpg);
    background-repeat: no-repeat;
    margin-bottom: 4px;
    margin-top: 7px;
    clear: both;
}
.bar_check_claris {
    height: 33px;
    width: 400px;
    background-image: url(../images/bar_checkmark_claris.jpg);
    background-repeat: no-repeat;
    margin-bottom: 4px;
    margin-top: 7px;
    clear: both;
}
.bar_check-y {
    height: 25px;
    background-image: url(../images/yakuin/bar_checkmark-y.png);
    background-repeat: no-repeat;
    background-color: #d6c6b0;
    margin-bottom: 4px;
    margin-top: 7px;
    clear: both;
    color: #063;
}
.check_tit {
    font-size: 14px;
    font-weight: bold;
    color: #4C393B;
    margin-left: 30px;
    padding-top: 3px;
}
.check_tit-g {
    font-size: 14px;
    font-weight: bold;
    color: #003366;
    margin-left: 30px;
    padding-top: 3px;
}
.orange_b_table{
    font-size: 13px;
    text-align: center;
}
.orange_b_table2{
    font-size: 13px;
    text-align: center;
}
.orange_b_table {
    border: 1px solid #DFDFDF;
    clear: both;
}
.point_tit {
    font-weight: bold;
    padding-top: 11px;
    padding-left: 38px;
    color: #310F00;
    font-size: 13px;
}
.orange_wrap01 {
    height: 186px;
    width: 566px;
    margin: 1em auto 1em;
    background-repeat: no-repeat;
    position: relative;
    border: 0.6em solid #e3e3e3;
}
.wrap01_text {
    font-size: 13px;
    position: absolute;
    left: 25px;
    top: 54px;
}
.wrap01_text li {
    background-image: url(../images/icons/ico_arrow17r_8.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    text-indent: 10px;
    margin-top: 8px;
    margin-bottom: 9px;
    line-height: 1.4em;
    color: #666;
}
.bold {
    font-weight: bold;
}
.bar_denkyu {
    height: 25px;
    background-image: url(../images/bar_denkyuu.png);
    background-repeat: no-repeat;
    line-height: 25px;
    text-indent: 1.7em;
    font-size: 13px;
    font-weight: bold;
    color: #7C5F4C;
}
.bar_denkyu2 {
    height: auto;
    background-image: url(../images/bar_denkyuu.png);
    background-repeat: no-repeat;
    line-height: 2em;
    text-indent: 1.7em;
    font-size: 15px;
    font-weight: bold;
    color: #ea5654;
}
.blue_box {
    width: 662px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    height: auto;
    background-image: url(../images/orange_box_top.png);
    background-repeat: no-repeat;
    margin-bottom: 28px;
}
.blue_box_btm {
    background-color: #FFF;
    background-image: url(../images/orange_box_btm.png);
    height: 32px;
}
.blue_title {
    color: #ee7800;
    margin-left: 40px;
    padding-top: 18px;
}
.blue_box_text {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    height: auto;
}
#customer {
    margin-left: 25px;
}
#customer {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C9C9CA;
}
.table_gray {
    background-color: #F4F4F4;
    font-size: 12px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C9C9CA;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.table_underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C9C9CA;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 13px;
}
.table_underline ul li {
    font-size: 12px;
    background-image: url(../images/icons/ico_arrow17r_3.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    line-height: 1.5em;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 0.8em;
}
.photo_left {
    height: 270px;
    width: 210px;
    margin-top: 15px;
    background-color: #E7E7E7;
    float: left;
    background-repeat: no-repeat;
    background-image: url(file://///srvdtnas/SharedDT/SharedDocs/%E5%BA%83%E5%A0%B1%E3%83%BB%E5%87%BA%E7%89%88%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97/%E2%96%A0WEB/doctor-trust2.co.jp/company/message/img/topmessege_img.jpg);
}
.photo_right {
    width: 428px;
    float: right;
    margin-top: 15px;
}
.midashi01 {
    font-size: 13px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    color: #333;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: bold;
}
.kigyoimg a img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.kigyoimg a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.mainoll a img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.mainoll a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#footer_wrap {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    height: 220px;
}
#foot_left {
    height: auto;
    font-size: 11px;
    line-height: 1.6em;
    float: left;
    padding-top: 20px;
    padding-left: 1.2em;
    width: 345px;
}
#foot_right {
    float: right;
    width: 600px;
    height: 180px;
    padding-top: 20px;
}
#foot_contact {
    height: 58px;
    width: 577px;
    background-image: url(/images/footer/fotter_contact.png);
    float: right;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.foot-p {
    float: right;
    margin-top: 6px;
}
#contact_button {
    height: 35px;
    width: 250px;
    margin-top: 11px;
    float: right;
    margin-right: 11px;
}
#foot_navi {
    float: right;
    width: 560px;
    margin-top: 8px;
}
#foot_navi ul li {
    float: left;
    font-size: 12px;
    background-image: url(../images/icons/ico_arrow17r_8.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 8px;
    padding-right: 18px;
}
#footer_navi {
    height: 60px;
    background-color: #FFF;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 9px;
}
#footer_navi ul li {
    float: left;
    font-size: 12px;
    padding-right: 16px;
    background-image: url(../images/icons/5_031.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    text-indent: 0.6em;
}
.txtright {
    text-align: right;
    font-size: 15px;
    padding-right: 25px;
    font-weight: bold;
    color: #666;
    clear: both;
}
#copyright {
    width: 320px;
    height: 50px;
    float: right;
    font-size: 0.7em;
    /*background-image: url(../images/foot_img_copyright.png);*/
}

/*サイトマップ*/
.column_l {
    width: 310px;
    float: left;
}
.column_r {
    width: 300px;
    float: right;
    margin-right: 23px;
}
.list_line .tit_non {
    list-style-image: url(../images/icons/sitemap_icon_non.gif);
    list-style-type: none;
}
.list_line li {
    list-style-image: url(../images/icons/icon_maru.png);
    font-size: 14px;
    font-weight: bold;
    color: #060;
    line-height: 14px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}
.list_line li ul li {
    list-style-type: none;
    list-style-image: url(../images/icons/arrow_g.png);
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 20px;
    text-decoration: none;
    border-bottom-width: 0px;
    border-bottom-style: none;
}
.list_line .sitemap_midashi {
    border-bottom-style: none;
    padding-bottom: 7px;
}
.column_l ul {
    margin-top: 0.5em;
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 20px;
}
.column_l li {
    margin-bottom: 0.5em;
}
.column_r ul {
    margin-top: 0.5em;
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 20px;
}
.column_r li {
    margin-bottom: 0.5em;
}

/*契約の流れ*/
.schdule {
    height: 650px;
    width: 654px;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#step01 {
    position: absolute;
    width: 497px;
    height: auto;
    left: 135px;
    top: 16px;
    font-size: 13px;
}
#step02 {
    position: absolute;
    width: 497px;
    height: auto;
    left: 135px;
    top: 115px;
    font-size: 13px;
}
#step03 {
    position: absolute;
    width: 497px;
    height: auto;
    left: 135px;
    top: 212px;
    font-size: 13px;
}
#step04 {
    position: absolute;
    width: 497px;
    height: auto;
    left: 135px;
    top: 310px;
    font-size: 13px;
}
#step05 {
    position: absolute;
    width: 509px;
    height: auto;
    left: 135px;
    top: 431px;
    font-size: 13px;
}
#step06 {
    position: absolute;
    width: 497px;
    height: auto;
    left: 135px;
    top: 509px;
    font-size: 13px;
}
.pricelist_shokutaku {
    height: 355px;
    width: 638px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #abd28a;

    /* CSS3草案 / 角丸の互換性対応 */
    -webkit-border-radius: 5px 5px 0 0; /* Safari / Chrome */
    -moz-border-radius: 5px 5px 0 0;    /* Firefox */
    border-radius: 5px 5px 0 0;         /* 標準プロパティ */
}

.pricelist_shokutaku_jinzai {
    height: 224px;
    width: 638px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #abd28a;

    /* CSS3草案 / 互換性対応 */
    -webkit-border-radius: 5px 5px 0 0; /* Safari / Chrome */
    -moz-border-radius: 5px 5px 0 0;    /* Firefox */
    border-radius: 5px 5px 0 0;         /* 標準プロパティ */
}

#price_jinzai {
    height: 193px;
    width: 640px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative;
}
#jinzai_comments {
    position: absolute;
    width: 614px;
    height: 53px;
    left: 16px;
    top: 133px;
    line-height: 2em;
}
.h4 {
    font-size: 13px;
    margin-bottom: 4px;
    background-image: url(../images/icons/3_057.gif);
    background-repeat: no-repeat;
    text-indent: 1em;
    background-position: 0px 4px;
    color: #705B50;
}
#price_komon {
    height: 460px;
    width: 640px;
    background-repeat: no-repeat;
    position: relative;
}
#komon_comments {
    position: absolute;
    width: 614px;
    height: auto;
    left: 17px;
    top: 255px;
    line-height: 2em;
}
#komon_comments02 {
    position: absolute;
    width: 614px;
    height: auto;
    left: 17px;
    top: 378px;
    line-height: 2em;
}
#price_spot {
    height: 380px;
    width: 640px;
    background-repeat: no-repeat;
    position: relative;
}
#komon_spot {
    position: absolute;
    width: 614px;
    height: auto;
    left: 17px;
    top: 245px;
    line-height: 2em;
}
.main634_text ul li {
    background-image: url(../images/icons/3_009.gif);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    text-indent: 18px;
    font-weight: bold;
}
#pricelist_senzoku {
    height: 360px;
    width: 638px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #8aaddf;

    /* CSS3 草案 / 上だけ丸い角を統一 */
    -webkit-border-radius: 5px 5px 0 0; /* Safari / Chrome */
    -moz-border-radius: 5px 5px 0 0;    /* Firefox */
    border-radius: 5px 5px 0 0;         /* 標準プロパティ */
}

#pricelist_shjinzai {
    height: 250px;
    width: 640px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/img-pricelist-senzoku.png);
    background-repeat: no-repeat;
    margin-bottom: 35px;
    position: relative;
}
.checkmark li {
    background-image: url(../images/icons/3_009.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 17px;
    line-height: 1.5em;
    margin-bottom: 7px;
}
#link_komon {
    height: 23px;
    width: 72px;
    position: absolute;
    left: 562px;
    top: 7px;
}
#link_jinzai {
    height: 21px;
    width: 43px;
    position: absolute;
    left: 167px;
    top: 115px;
}
#link_senzoku {
    height: auto;
    width: auto;
    position: absolute;
    left: 559px;
    top: 7px;
}
#link_spot {
    height: auto;
    width: auto;
    position: absolute;
    left: 561px;
    top: 8px;
}
#link_shjinzai {
    height: 21px;
    width: 43px;
    position: absolute;
    left: 561px;
    top: 7px;
}

/*専属ページスケジュール*/
.pricelist_comon_comments {
    position: absolute;
    height: auto;
    width: 600px;
    left: 23px;
    top: 231px;
    font-size: 12px;
    line-height: 1.8em;
}
#pricelist_shokutakujinzai_comments {
    position: absolute;
    height: auto;
    width: 600px;
    left: 15px;
    top: 305px;
    font-size: 12px;
    line-height: 1.8em;
}
#pricelist_senzoku_comments {
    position: absolute;
    height: auto;
    width: 600px;
    left: 21px;
    top: 251px;
    font-size: 12px;
    line-height: 1.8em;
}
.pricelist_shjinzai_comments {
    position: absolute;
    height: 76px;
    width: 600px;
    left: 18px;
    top: 136px;
    font-size: 12px;
    line-height: 1.8em;
}
#btm_contact {
    height: 123px;
    width: 655px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative;
    background-position: 10px 13px;
    padding-top: 13px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E4E4E4;
    margin-bottom: 15px;
    clear: both;
}
#HM_bannar {
    text-align: center;
    padding-bottom: 40px;
}
.btm_contact {
    height: 123px;
    width: 655px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative;
    background-position: 10px 13px;
    padding-top: 13px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E4E4E4;
    margin-bottom: 15px;
    clear: both;
}
#btm_contact_btn {
    height: 63px;
    width: 183px;
    position: absolute;
    left: 238px;
    top: 64px;
}
.btm_contact_btn {
    height: 63px;
    width: 183px;
    position: absolute;
    left: 238px;
    top: 64px;
}
#header_banner {
    height: 161px;
    width: 670px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    background-image: url(../images/img_sangyoui_service.jpg);
    background-position: 0px 10px;
}
#head_bn_text {
    position: absolute;
    left: 13px;
    top: 38px;
    width: 472px;
    height: auto;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5em;
}
#header_banner_future {
    height: 172px;
    width: 670px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative;
    background-color: #FFFFFF;
}
#head_bn_f_text {
    position: absolute;
    left: 37px;
    top: 87px;
    width: 610px;
    height: auto;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5em;
}
#header_banner_cost {
    height: 157px;
    width: 670px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative;
    background-color: #FFFFFF;
}
#head_bn_c_text {
    position: absolute;
    left: 44px;
    top: 96px;
    width: 610px;
    height: auto;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5em;
}
.text_link {
    background-image: url(../images/icons/3_023.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    margin-top: 2px;
    margin-bottom: 2px;
    width: auto;
    float: right;
    text-indent: 13px;
    clear: both;
}
.text_link02 {
    background-image: url(../images/icons/3_023.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    text-indent: 14px;
    margin-top: 15px;
    font-size: 12px;
}
.scweb_link {
    background-image: url(../images/2017sc-button);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    text-indent: 14px;
    margin-bottom: 4px;
    margin-top: 2px;
    font-size: 12px;
}
#top_main_text {
    position: absolute;
    left: 64px;
    top: 257px;
    width: 657px;
    height: 21px;
    font-size: 12px;
    line-height: 1.8em;
}
#top_main_01 {
    position: absolute;
    height: 28px;
    width: 258px;
    left: 76px;
    top: 211px;
    line-height: 28px;
}
#top_main_02 {
    position: absolute;
    height: 28px;
    width: 207px;
    left: 404px;
    top: 212px;
    line-height: 28px;
}
#top_main_03 {
    position: absolute;
    height: 28px;
    width: 190px;
    left: 689px;
    top: 211px;
    line-height: 28px;
}
.top_mein_col {
    font-size: 18px;
    font-weight: bold;
    color: #095d8f;
    text-decoration: underline;
}
#banner_contact_btn {
    height: 218px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    position: relative;
}
.img80 {
    height: 77px;
    width: 77px;
    float: left;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    background-color: #EBEBEB;
    clear: both;
}
.service_title {
    font-size: 20px;
    height: auto;
    color: #de660e;
    float: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    line-height: 1.2em;
}
.service_title_phn {
    font-size: 20px;
    height: auto;
    color: #e1799e;
    float: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    line-height: 1.2em;
}
.service_title_phn2 {
    font-size: 20px;
    height: auto;
    color: #978474;
    float: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    line-height: 1.2em;
}
.s-tx {
    width: 540px;
    height: 5.8em;
    float: left;
    margin-left: 2%;
}
.service_text {
    width: 540px;
    height: auto;
    line-height: 1.4em;
    font-size: 12px;
    float: left;
    margin-top: 0.4em;
}
.top_text {
    height: auto;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8em;
    margin-right: 6px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.s-tx2 {
    width: 450px;
    height: 5.8em;
    float: left;
    margin-left: 10px;
}
.service_text2 {
    width: 450px;
    height: auto;
    line-height: 1.4em;
    font-size: 12px;
    float: left;
    margin-top: 0.4em;
}
.top_text2 {
    width: 450px;
    height: auto;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8em;
    margin-right: 6px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.main703_text p {
    clear: both;
}
.mainbox {
    height: auto;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.faq_bar {
    background-image: url(../images/bar_faq_tit.png);
    background-repeat: no-repeat;
    height: 44px;
    width: 650px;
    line-height: 44px;
    text-indent: 75px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
}
.faq_text ul li {
    background-image: url(../images/icons/3_057.gif);
    margin-bottom: 10px;
    font-size: 12px;
    background-repeat: no-repeat;
    text-indent: 0.8em;
    background-position: 0px 3px;
    line-height: 18px;
    padding-left: 8px;
}
.faq_text {
    width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}
.faq_txittit {
    background-image: url(../images/bar_faq_text_tit.png);
    background-repeat: no-repeat;
    height: 36px;
    width: 650px;
    line-height: 35px;
    text-indent: 40px;
    font-weight: bold;
    font-size: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    color: #4D4D4D;
}
.faq_txittit2 {
    background-image: url(../images/bar_faq_text_tit.png);
    background-repeat: no-repeat;
    height: 36px;
    width: 610px;
    line-height: 17px;
    font-weight: bold;
    font-size: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    padding-left: 40px;
    color: #4D4D4D;
}
.faq_maintext {
    background-color: #F2F2F2;
    font-size: 12px;
    height: auto;
    width: 636px;
    line-height: 22px;
    margin-right: auto;
    margin-left: auto;
    padding: 7px;
}
.faq_mainfoot {
    font-size: 11px;
    height: 35px;
    width: 650px;
    line-height: 30px;
    margin-right: auto;
    margin-left: auto;
}

/*　フォーム　*/
.selebox {
    margin: auto 0.5em 0.2em 0;
    float: left;
}
td.inquiry_td ul li {
    display: block;
    list-style-type: none;
    float: left;
    margin-right: 1em;
    line-height: 1.6em;
}

/*　フォームここまで*/

/*　従来のグローバルナビここから*/
#glovalnavi {
    height: 51px;
    background-image: url(../images/bg-gnavi-white.png);
    clear: both;
}
#glovalnavi #navi50 {
    height: 50px;
    width: 935px;
    margin-right: auto;
    margin-left: auto;
}
#glovalnavi #navi50 li {
    width: auto;
    float: left;
    height: 50px;
}

/*　従来のグローバルナビここまで*/
.merit {
    width: 640px;
    height: 208px;
    background-image: url(../images/hokenshi_merit_back.jpg);
}
.merit_box1 {
    width: 290px;
    height: 163px;
    float: left;
    margin-top: 45px;
    margin-left: 32px;
}
.merit_box2 {
    width: 290px;
    height: 163px;
    float: right;
    margin-top: 45px;
    margin-right: 7px
}
.merit_title {
    width: 210px;
    height: 35px;
    margin-top: 8px;
    margin-left: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #5db6af;
    padding: 7px 7px 7px 14px;
}
.marit_text {
    width: 250px;
    height: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
}
.modelcase {
    width: 640px;
    height: 382px;
    background-image: url(../hokenshi/img/hokenshi_modelcase.png);
}
.modelcase_claris {
    width: 640px;
    height: 382px;
    background-image: url(../hokenshi/img/claris_modelcase.jpg);
}
.modelcasebox1 {
    width: 190px;
    height: 165px;
    float: left;
}
.modelcasebox2 {
    width: 190px;
    height: 165px;
    float: left;
    margin-left: 35px;
}
.modelcasebox3 {
    width: 190px;
    height: 165px;
    float: right;
}
.modelcasebox4 {
    width: 190px;
    height: 165px;
    float: left;
    margin-top: 45px;
}
.modelcasebox5 {
    width: 190px;
    height: 165px;
    float: left;
    margin-top: 45px;
    margin-left: 34px;
}
.modelcasetext {
    width: 180px;
    height: auto;
    margin-top: 85px;
    margin-left: 9px;
    font-size: 13px;
    color: #000;
}
.triangle01 {
    height: auto;
    background-image: url(/sangyoui/images/triangle01.jpg);
    background-repeat: repeat-y;
    line-height: 25px;
    text-indent: 2em;
    font-size: 13px;
}
.fl01 {
    background-image: url(../images/hokenshi_fl01.png);
    background-repeat: no-repeat;
    width: 600px;
    height: 16px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    float: left;
    background-position: 0px 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.fl02 {
    background-image: url(../images/hokenshi_fl02.png);
    background-repeat: no-repeat;
    width: 600px;
    height: 16px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    background-position: 0px 4px;
}
.fltext01 {
    width: 600px;
    height: auto;
    float: left;
    margin-left: 25px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 10px;
    background-color: #F6F6F6;
    margin-bottom: 10px;
}
.business {
    background-image: url(../images/hokenshi_business.png);
    width: 635px;
    height: auto;
    float: left;
    background-repeat: no-repeat;
}
#under_link {
    height: auto;
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-bottom: 20px;
    clear: both;
}
#under_link ul li {
    height: 47px;
    width: 204px;
    background-image: url(../images/btn-under_link.png);
    line-height: 45px;
    text-indent: 20px;
    font-weight: bold;
    float: left;
    font-size: 14px;
    display: block;
    margin-right: 15px;
    margin-bottom: 8px;
}
.map_box {
    width: 642px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
    background-position: 0px 45px;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 8px;
}
.map_comments {
    position: absolute;
    height: auto;
    width: 288px;
    left: 14px;
    top: 23px;
    font-size: 13px;
    line-height: 1.6em;
}
.small {
    font-size: 10px;
}
.hhokenshi_price {
    width: 641px;
    height: 223px;
    position: relative;
}
.hhokenshi_price_text {
    width: auto;
    height: auto;
    float: left;
    color: #000;
    position: absolute;
    left: 22px;
    top: 145px;
}
.interview_head {
    width: 670px;
    height: 152px;
    position: relative;
    margin: 0 auto;
}
.interview_head_text {
    width: 403px;
    height: 42px;
    float: left;
    color: #090;
    position: absolute;
    padding: 9px 10px;
    left: 46px;
    top: 76px;
    font-size: 15px;
    line-height: 130%;
}
.interview_1 {
    position: relative;
    width: 600px;
    height: 237px;
    margin: 0 auto;
}
.interview_1_text {
    width: 511px;
    height: 51px;
    float: left;
    color: #000;
    position: absolute;
    padding: 9px 10px;
    left: 41px;
    top: 123px;
    font-size: 13px;
    line-height: 130%;
}
.busitext {
    width: 445px;
    height: 265px;
    margin-left: 165px;
    padding: 13px 5px 5px 15px;
    color: #000;
}
.busitext ul li {
    line-height: 1.7em;
    background-image: url(../images/icons/ico_arrow17r_4.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 10px;
}
#head_navi {
    height: 13px;
    width: 301px;
    left: 445px;
    top: 69px;
    text-align: left;
    position: absolute;
}
#head_navi ul li {
    float: left;
    font-size: 12px;
    background-image: url(../images/icons/ico_arrow17r_3.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    text-indent: 8px;
    margin-right: 15px;
}
.leftbox336 {
    height: 125px;
    width: 336px;
    margin-left: 8px;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    float: left;
}
.leftimg107 {
    height: 107px;
    width: 107px;
    margin: 9px;
    background-color: #F4F4F4;
    float: left;
}
.left336_text {
    float: right;
    width: 200px;
    margin-right: 9px;
    margin-bottom: 9px;
    height: 107px;
    font-size: 12px;
    line-height: 1.7em;
    position: relative;
    padding-top: 9px;
}
.rightbox336 {
    height: 125px;
    width: 336px;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    float: right;
    margin-right: 8px;
}
.rightimg107 {
    height: 107px;
    width: 107px;
    margin: 9px;
    background-color: #F4F4F4;
    float: left;
}
.right336_text {
    float: right;
    width: 200px;
    margin-right: 9px;
    margin-bottom: 9px;
    height: 107px;
    font-size: 12px;
    line-height: 1.7em;
    position: relative;
    padding-top: 9px;
}
.title336 {
    font-size: 14px;
    color: #2269a1;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    line-height: 20px;
}
.main_contents {
    overflow: hidden;
}
.toppict {
    width: 630px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-repeat: no-repeat;
}
.anripict {
    width: 637;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-repeat: no-repeat;
}
.advisorypict {
    width: 640;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-repeat: no-repeat;
}
.box-underline {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 7px;
    overflow: hidden;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
.box-underline_btm {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-bottom: 25px;
    padding-top: 7px;
    overflow: hidden;
}
#komon_merit {
    height: 153px;
    width: 655px;
    background-repeat: no-repeat;
    position: relative;
}
#komon_merit #k_merit01 {
    position: absolute;
    height: 20px;
    width: 412px;
    left: 221px;
    top: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #ed6d46;
}
#komon_merit #k_merit02 {
    position: absolute;
    height: 20px;
    width: auto;
    left: 221px;
    top: 57px;
    font-size: 14px;
    font-weight: bold;
    color: #ed6d46;
}
#komon_merit #k_merit03 {
    position: absolute;
    height: 20px;
    width: auto;
    top: 96px;
    font-size: 14px;
    font-weight: bold;
    color: #ed6d46;
    left: 222px;
}
.a-link {
    clear: both;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 13px;
}
.size_b {
    font-size: 18px;
}
.an_td1 {
    background-image: url(../images/bg_body.gif);
    font-weight: bold;
}
tr .privacy {
    background-color: #F9F9F9;
    padding-left: 10px;
}
#under_link ul li a {
    display: block;
}
.news_gray dd {}
.checktoptext {
    width: 610px;
    padding: 5px 5px 5px 15px;
}
.check_price01 {
    background-image: url(../images/check_price01.png);
    background-repeat: no-repeat;
    width: 643px;
    height: 112px;
    margin-bottom: 7px;
}
.check_price02 {
    background-image: url(../images/check_price02.png);
    background-repeat: no-repeat;
    width: 643px;
    height: 255px;
    margin-bottom: 7px;
}
.check_price_text {
    width: auto;
    height: auto;
    margin-top: 205px;
    float: left;
    padding: 0px 0px 0px 20px;
    color: #000;
}
.check_step {
    background-image: url(../images/check_step3.jpg);
    width: 610px;
    height: 161px;
}
.check_step_text1 {
    width: 130px;
    height: auto;
    padding-top: 73px;
    margin-left: 30px;
    color: #000;
    font-size: 17px;
    line-height: 1.5em;
    float: left;
    font-weight: bold;
}
.check_step_text2 {
    width: 130px;
    height: auto;
    padding-top: 73px;
    margin-left: 85px;
    color: #000;
    font-size: 17px;
    line-height: 1.5em;
    float: left;
    font-weight: bold;
}
.check_step_text3 {
    width: 130px;
    height: auto;
    padding-top: 88px;
    margin-right: 25px;
    color: #000;
    font-size: 18px;
    line-height: 1.5em;
    float: right;
    font-weight: bold;
}
.check_step_textco {
    color: #DE494E;
    font-weight: bold;
    font-size: 17px;
}
.mental_top_text {
    line-height: 2em;
}
.mental_flow {
    background-image: url(../images/mental_flow.png);
    height: 392px;
    width: 639px;
    float: left;
    background-repeat: no-repeat;
}
.mental_price01 {
    background-image: url(../images/plana.png);
    width: 643px;
    height: 215px;
    margin-bottom: 7px;
}
.mental_price02 {
    background-image: url(../images/planb.png);
    width: 642px;
    height: 242px;
    float: left;
    margin-bottom: 10px;
}
.mental_price03 {
    background-image: url(../images/planb_option.png);
    width: 643px;
    height: 259px;
    float: left;
}
.mental_price_text01 {
    width: auto;
    height: auto;
    margin-top: 143px;
    float: left;
    padding: 0px 0px 0px 20px;
    color: #000;
}
#link_page {
    clear: both;
    width: 960px;
    padding-top: 20px;
    height: 90px;
}
.link_banner li {
    height: 65px;
    width: 180px;
    float: left;
    background-color: #F1F1F1;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 12px;
    text-align: center;
    line-height: 1.3em;
}
.service2 {
    height: 6em;
    margin-bottom: 1.2em;
    border-bottom: #999;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}
.servicepct01 {
    width: 56px;
    height: auto;
    float: left;
}
.servicepct_phn {
    width: 194px;
    height: 70px;
    float: left;
}
.top_text p {
    margin-bottom: 5px;
    font-size: 12px;
}
.top_text img {
    margin-top: 13px;
    margin-bottom: 18px;
}
.point-icon64 {
    height: 64px;
    width: 64px;
    float: left;
}
.point-icon64-100 {
    height: 64px;
    width: 100px;
    float: left;
}
.point-title {
    height: 64px;
    margin-bottom: 10px;
}
.work_text {
    float: right;
    width: 545px;
    margin-right: 20px;
    height: auto;
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 1em;
}
.harf {
    float: left;
    width: 268px;
}
#right_contact_btn {
    height: 98px;
    width: 187px;
    position: absolute;
    top: 7px;
    left: 6px;
}
.main703_text dl dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.main703_text dl dd {
    line-height: 1.7em;
    font-size: 75%;
}
.material {
    background-color: #f7f6f5;
    margin-top: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
}
#head_navi_top {
    height: 21px;
    width: auto;
    float: right;
    margin-bottom: 0px;
}
.small_right {
    font-size: 11px;
    text-align: right;
    margin-right: 25px;
    color: #666;
}
.material ul li {
    background-image: url(../images/icons/page_white_excel.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 20px;
}
.linkbtn_630 {
    height: 95px;
    background-color: #f7f7ef;
    margin-top: 25px;
    width: 635px;
    clear: both;
    background-position: 0px 10px;
}
.linkbtn-img {
    float: left;
    height: 75px;
    width: 294px;
    margin-top: 10px;
    margin-left: 15px;
}
#subnavi {
    height: 24px;
    background-image: url(../images/bg-gnavi-sub.png);
    width: 100%;
    clear: both;
}
#sub-menu {
    height: 24px;
    width: 935px;
    margin-right: auto;
    margin-left: auto;
}
#sub-menu ul li {
    float: left;
    height: 24px;
}
.table01 tr th {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: rgb(246, 248, 249);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 248, 249, 1)), color-stop(50%, rgba(229, 235, 238, 1)), color-stop(51%, rgba(215, 222, 227, 1)), color-stop(100%, rgba(245, 247, 249, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0);
    /* IE6-9 */
    
    border: 1px solid #D9E0E4;
    color: #000;
}
.table01 .left {
    vertical-align: top;
    font-weight: bold;
}
.business-list li {
    font-size: 16px;
    font-weight: bold;
    background-image: url(../images/icons/lightbulb.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    background-position: 0px 11px;
    padding-top: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    margin-bottom: 10px;
    color: #333333;
}
.business-tit {
    font-size: 16px;
    font-weight: bold;
    color: #e15400;
    line-height: 26px;
}
.business-box {
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    margin-bottom: 5px;
}
.left {
    vertical-align: top;
}
.img-topic {
    height: 123px;
    width: 662px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.leftbox-wrap {
    height: 315px;
    overflow: hidden;
    background-image: url(../images/campany/recr/bg-02.png);
    background-repeat: no-repeat;
    margin-left: 1px;
}
.choosebox {
    width: 703px;
    height: 540px;
    line-height: 1.4em;
}
.choosebox a:link {
    text-decoration: none;
    color: #FFF;
}
.choosebox a:visited {
    /*訪問後のリンク*/
    
    color: #ffffff;
    text-decoration: underline;
}
.choosebox a:hover {
    /*マウスをのせたとき*/
    
    color: #002c75;
    text-decoration: none;
}
.choosebox a:active {
    /*クリック中*/
    
    color: #002c75;
    text-decoration: none;
}
.choosebox a:hover {
    opacity: 0.8;
}
.choosebox_l {
    width: 335px;
    height: 524px;
    float: left;
    margin-left: 10px;
    margin-bottom: 50px;
    background-image: url(../images/campany/hokennshi_dn.png);
    background-repeat: no-repeat;
}
.choosebox p.choose {
    margin-left: 90px;
    margin-top: 28px;
    font-size: 22px;
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
    color: #FFF;
    text-shadow:0.5em 0.5em 2px #666;
    line-height: 1.2em;
}
.choosebox_l h4 {
    margin-top: 30px;
    margin-left: 20px;
}
.choosebox_l p {
    margin-top: 10px;
    margin-left: 20px;
}
.choosebox_r {
    width: 335px;
    height: 524px;
    float: left;
    margin-left: 10px;
    margin-bottom: 50px;
    background-image: url(../images/campany/hokennshi_t.png);
}
.choosebox_r h4 {
    margin-top: 30px;
    margin-left: 20px;
}
.choosebox_r p {
    margin-top: 13px;
    margin-left: 20px;
}
.leftbox-wrap .left_img {
    width: 229px;
    float: left;
    margin-top: 80px;
    margin-left: 30px;
}
.leftbox-wrap .right_text {
    float: right;
    width: 400px;
    line-height: 1.5em;
    padding: 0;
    margin-right: 30px;
    margin-top: 80px;
}
.right_text .right-message {
    background-image: url(../images/bg/check01.png);
    font-size: 13px;
    line-height: 1.7em;
    margin-top: 1em;
}
.leftbox-wrap .right_img {
    width: 229px;
    float: right;
    margin-top: 80px;
    margin-right: 20px;
}
.gyoumubox {
    width: 650px;
    height: 670px;
    margin-right: auto;
    margin-left: auto;
}
.gyoumubox p {
    width: 360px;
    position: absolute;
    top: 20px;
    left: 230px;
    line-height: 1.5em;
}
.gyoumubox_h {
    width: 610px;
    height: 200px;
    background-image: url(../images/campany/hokenshidou.png);
    margin: 10px 20px;
    position: relative;
}
.gyoumubox_c {
    width: 610px;
    height: 200px;
    background-image: url(../images/campany/colam.png);
    margin: 10px 20px;
    position: relative;
}
.gyoumubox_f {
    width: 610px;
    height: 200px;
    background-image: url(../images/campany/folow.png);
    margin: 10px 20px;
    position: relative;
}
.leftbox-wrap .left_text {
    margin-top: 76px;
    margin-left: 40px;
    float: left;
    width: 412px;
}
.left_text .left-message {
    background-image: url(../images/bg/check01.png);
    font-size: 13px;
    line-height: 1.7em;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 10px;
}
.notice01 {
    margin: 5px;
}
input#submit_button {
    width: 200px;
    height: 50px;
    font-weight: bold;
}
.pricelist_ {
    height: 360px;
    width: 638px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #8aaddf;

    /* CSS3 草案 / 上だけ丸い形で統一 */
    -webkit-border-radius: 5px 5px 0 0; /* Safari / Chrome */
    -moz-border-radius: 5px 5px 0 0;    /* Firefox */
    border-radius: 5px 5px 0 0;         /* 標準プロパティ */
}
.st_head {
    width: 670px;
    height: 320px;
    margin: auto;
    background-image: url(../images/stress/stress-check_head2.png);
    position: relative;
}

.st_head2 {
    width: 670px;
    height: 320px;
    margin: auto;
    /*background-image: url(../images/stress/stress-check_head2.png);
	position: relative;*/
}
.st_box {
    position: absolute;
    width: 80%;
    margin-left: 3.6em;
    margin-top: 12%
    /*6.4em*/
    ;
}
.st_box p {
    font-weight: bold;
    margin-bottom: 0.7em;
}
.pricelist_stress {
    height: 900px;
    width: 638px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    border: 1px solid #233f99;

    /* CSS3草案・上だけ丸く統一 */
    -webkit-border-radius: 10px 10px 0 0; /* Safari / Chrome */
    -moz-border-radius: 10px 10px 0 0;    /* Firefox */
    border-radius: 10px 10px 0 0;         /* 標準 */
}
.cyuou {
    margin: 1em auto;
    text-align: center;
}
.bn-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    width: 670px;
    height: 180px;
    font-size: 12px;
}
.bn-box .bn-c li {
    float: left;
    width: 334px;
    margin-bottom: 1em;
}
.unei {
    width: 609px;
    clear: both;
    padding-top: 1em;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.unei img {
    margin-bottom: 10px;
    margin-left: 4px;
}
.psw_post {
    width: 650px;
    margin-left: 25px;
    font-size: 12px;
    margin-top: 5px;
}
.psw-cost1 {
    width: 670px;
    height: 175px;
    margin: auto;
    background-image: url(../images/psw/psw-cost1.png);
    position: relative;
}
.psw_box1 {
    position: absolute;
    width: 441px;
    margin-left: 13em;
    margin-top: 3.6em;
    line-height: 1.3em;
    left: 1px;
    top: 0px;
    height: 96px;
}
.psw-cost2 {
    width: 670px;
    height: 175px;
    margin: auto;
    background-image: url(../images/psw/psw-cost2.png);
    position: relative;
}
.psw-who {
    width: 703px;
    height: 183px;
    margin: auto;
    background-image: url(../images/psw/psw-who.png);
    position: relative;
}
.psw_box2 {
    position: absolute;
    width: 539px;
    margin-left: 14em;
    margin-top: 3.6em;
    left: -134px;
    top: 55px;
    height: 54px;
}

/* .button {
    width: 300px;
    height: 5em;
    background-color: #e5ebff;
    color: #2b2b2b;
    border: 1px solid #c6c6c6;
} */
.button:hover {
    background-color: #e9ffe9;
}
.button p {
    text-align: center;
    font-weight: bold;
    padding: 2em 1em;
}

/* advisory用 */
.ad_text {
    background-color: #CEF6F5;
    font-size: 12px;
    height: auto;
    width: 620px;
    line-height: 22px;
    margin-right: auto;
    margin-left: auto;
    padding: 7px;
}
.ad_text2 {
    background-color: #ffe4e1;
    font-size: 12px;
    height: auto;
    width: autopx;
    line-height: 22px;
    margin-right: auto;
    margin-left: auto;
    padding: 7px;
}

/* semina- 用 */
.seminarbody {
    background-image: url(../images/seminar/seminarbody.png);
    width: 635px;
    height: 143px;
    float: left;
    background-repeat: no-repeat;
}
.seminarheart {
    background-image: url(../images/seminar/seminarheart.png);
    width: 635px;
    height: 143px;
    float: left;
    background-repeat: no-repeat;
}
.seminarsc {
    background-image: url(../images/seminar/seminarsc.png);
    width: 635px;
    height: 143px;
    float: left;
    background-repeat: no-repeat;
}
.seminarsuimin {
    background-image: url(../images/seminar/seminarsuimin.png);
    width: 635px;
    height: 143px;
    float: left;
    background-repeat: no-repeat;
}
.seminarother {
    background-image: url(../images/seminar/seminarother.png);
    width: 635px;
    height: 143px;
    float: left;
    background-repeat: no-repeat;
}
.seminartext {
    width: 300px;
    height: 143px;
    margin-left: 165px;
    padding: 7px 5px 5px 5px;
    color: #000;
}
.seminartext ul li {
    line-height: 1.7em;
    background-image: url(../images/icons/ico_arrow17r_4.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 10px;
}
.drservice1 {
    position: relative;
    width: 655px;
    height: 195px;
    margin: 0;
}
.drservice1_text {
    width: 380px;
    height: 37px;
    float: left;
    color: #000;
    position: absolute;
    padding: 9px 10px;
    left: 16px;
    top: 132px;
    font-size: 13px;
    line-height: 130%;
}

/*新卒ページ用*/
.img-topic-fresh {
    height: 150px;
    width: 670px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.freshbox-wrap {
    height: 315px;
    overflow: hidden;
    background-image: url(/company/recruit/newgraduates/img/bg_fresh.jpg);
    background-repeat: no-repeat;
    margin-left: 1px;
}
.fresh-message {
    height: 184px;
    width: 620px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 90px;
    margin-bottom: auto;
}
.fresh-message .right_img {
    width: 220px;
    float: right;
}
.fresh-message .left_text {
    float: left;
    width: 400px;
}
.fresh-message .left_text .left-message {
    font-size: 13px;
    line-height: 1.7em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-top: 10px;
}
.fresh-message .left_img {
    width: 180px;
    float: left;
}
.fresh-message .right_text {
    float: right;
    width: 400px;
}
.fresh-message .right_text .right-message {
    font-size: 13px;
    line-height: 1.7em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-top: 10px;
}

/* マンガページ　*/
.manga_text {
    font-size: 12px;
    line-height: 1.7em;
}
.manga_left {
    width: 310px;
    margin-top: 5px;
    margin-left: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 1.7em;
    overflow: hidden;
    float: left;
}
.manga_right {
    width: 314px;
    margin-top: 5px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 1.7em;
    overflow: hidden;
    float: right;
}
.manga_point {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #FF3333;
}

/* 保健サイト用　*/
table.hokenshitoha {
    width: 540px;
    margin-left: 45px;
    margin-right: 45px;
    border-spacing: 10px;
    border: 2px #F781F3 dashed;
}

/* 2019/06/06 追記 医師会確認　*/
.list01 {
    width: 612px;
    border: solid 1px #000000;
    border-collapse: collapse
}
.images {
    width: 273px;
    height: 80px;
    float: left;
}
.images_sangyouitoha {
    width: 650px;
    height: auto;
    float: left;
    margin-bottom: 10px;
}
.images_sangyouitoha01 {
    display: inline-block;
    float: right;
    width: 336px;
    height: 294px;
    padding: 1em 0.6em 1em;
}
.main704 {
    /* メインエリア枠線*/
    width: auto;
    height: auto;
    margin: 0px
}
.sangyoutitoha_text01 {
    float: left;
    position: relative;
    line-height: 28px;
    margin-left: 60px;
    padding-top: 55px;
    font-size: 15px;
}
.sangyouitoha01 {
    width: 650px;
    height: 493px;
    margin-top: 40px;
    margin-left: 25px;
    background-image: url(../images/sangyouitoha/sangyouitoha02.png);
}
.qualification_wrapper,
.section-siryou_title {
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    .qualification_wrapper {
        flex-direction: column;
        height: auto;
        width: 80%;
    }
    .qualification_txt {
        padding: 0!important;
    }
    .qualification_img {
        text-align: center;
        margin: 30px 0;
    }
    .qualification_img img {
        width: 100%;
    }
	 .qualification_logo {
        text-align: center;
        margin: 30px 0;
    }
    .qualification_logo img {
        width: 100%;
    }

    .qualification_item {
        padding-bottom: 14px;
        justify-content: center;
    }

    .qualification_item.-no_icon {
        padding-bottom: 14px;
        justify-content: flex-start;
    }

    .siryou_title {
        margin-bottom: 10px;
    }
}
.qualification_txt {
    padding-left: 30px;
    /* padding-top: 5px; */
}

.bg-gray {
    background-color: #8d93c805;
}
.ninteikikan {
    font-size: .75rem
}
/* ▼ 受賞歴セクション全体 ▼ */
.qualification_section {
    padding: 30px 10px;
    margin-bottom: 30px;
}

/* 見出しブロック */
.section-siryou_title {
    max-width: 1000px;
    margin: 0 auto 20px;
    text-align: center;
}

/* ▼ 受賞コンテンツ本体（PC）▼ */
.qualification_wrapper {
    max-width: 1000px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;          /* 1行目：上部メタ情報 / 2行目：画像とテキスト */
    column-gap: 30px;
    text-align: left;
}




.award_icon {
    font-size: 16px;
    opacity: 0.8;
}

.award_divider {
    color: #999;
}


.qualification_img img {
    width: 100%;              /* ⇒ 結果400px */
    height: auto;
    display: block;
}



/* 右カラム：テキスト */
.qualification_txt {
    flex: 1;
    min-width: 0;
    padding-left: 0;          /* 左余白はgapで取るので0に */
}

.qualification_item {
    display: flex;
    align-self: flex-start;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.qualification_item.-no_icon {
    padding-bottom: 10px;
}

.qualification_name {
    margin: 5px 0 5px 0;
    font-size: 1.8rem;
    width: 100%;
}

.qualification_txt p {
    font-size: 1rem;
    line-height: 1.8;
}

.ninteikikan {
    font-size: .75rem;
}

.bg-gray {
    background-color: #8d93c805;
}

/* ▼ スマホ（〜768px）▼ */
@media screen and (max-width: 768px) {

    .qualification_wrapper {
        max-width: 90%;
        flex-direction: column;
        gap: 20px;
        margin: 30px auto;
    }

    .award_topinfo {
        flex: 0 0 auto;
        font-size: 13px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .qualification_img {
        flex: 0 0 auto;
        max-width: 100%;
        text-align: center;
        margin: 10px 0 0;
    }

    .qualification_img img {
        width: 100%;           /* スマホでは横いっぱい */
    }

    .qualification_txt {
        padding: 0;
    }

    .qualification_item {
        padding-bottom: 14px;
        justify-content: flex-start;
    }

    .siryou_title {
        margin-bottom: 10px;
    }
}

/* ▼ 全体コンテナ ▼ */
.year-nav {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 40px;
}

/* ▼ 下の細いバー ▼ */
.year-bar {
    background-color: #6FA236;
    height: 20px;
    position: relative; 
    top: 45px; /* ← 好きなだけ下へ移動させられる！ */
}


/* 受賞歴ページだけバーをオレンジに */
body.page-award .year-bar {
  background-color: #f39800;
}

/* ▼ タブ一覧▼ */
.year-tabs {
    list-style: none;
    margin-top: 20px;
    padding: 0;
    position: absolute;
    top: -8px;
    right: 0;       /* 80%幅のブロックを右寄せ */
    left: auto;     /* 以前の left を無効化 */
    transform: none;/* 中央寄せの変形も解除 */
    display: flex;
}

/* ▼ 各タブ（非アクティブの基本）▼ */
.year-tab {
  background-color: #8e8e8e;  /* 薄めグレー */
  padding: 10px 30px;         /* タブの高さ・幅のバランス */
  display: flex;
  align-items: center;
  justify-content: center;

  border-right: 4px solid #ffffff;  /* タブ間の白いスキマ */
  transition: background-color 0.2s ease;
}

/* 最後だけ右線なし */
.year-tab:last-child {
  border-right: none;
}

/* 受賞歴タブだけ目立たせる */
.year-tabs .year-tab:first-child {
  background-color: #f39800; /* オレンジ */
  font-weight: bold;
}

/* 文字色を白に */
.year-tabs .year-tab:first-child a {
  color: #ffffff;
}

/* hover時に少し濃く */
.year-tabs .year-tab:first-child:hover {
  background-color: #e68900;
}

/* ▼ リンクの見た目 ▼ */
.year-tab a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;   /* ← 改行させない */
}

/* ▼ ホバー時（非アクティブだけ）▼ */
.year-tab:not(.active):hover {
  background-color: #888888;  /* ちょい薄く */
}

/* ▼ アクティブタブ（緑 / 位置は他と同じ）▼ */
.year-tab.active {
  background-color: #6FA236;
}

/* アクティブタブはホバーしても色変更なし */
.year-tab.active:hover {
  background-color: #6FA236;
}

/* ▼ SP用：横スクロールタブ＆文字小さめ ▼ */
/* ★ .year-tab-wrapper は「.year-tab を包んでいる親要素」のクラス名に変えてOK */
@media screen and (max-width: 768px) {

  .year-tab-wrapper {
    display: flex;
    flex-wrap: nowrap;      /* 折り返さない */
    overflow-x: auto;       /* 横スクロール */
    -webkit-overflow-scrolling: touch;
  }

  .year-tab {
    flex: 0 0 auto;         /* 幅を自動にして横に並べ続ける */
    padding: 8px 20px;      /* ちょっとだけコンパクトに */
  }

  .year-tab a {
    font-size: 12px;        /* 文字少し小さく */
  }
}



/* ▼ スマホ用レイアウト（幅768px以下）▼ */
@media (max-width: 768px) {

  /* コンテナは画面幅をほぼいっぱい使う */
  .year-nav {
    max-width: 100%;
    margin: 0 10px 24px; /* 左右に少し余白をつける */
  }

  /* 下のバー：少し細くして全体とのバランス調整 */
  .year-bar {
    height: 16px;
    top: 30px; /* PCより少し控えめに下げる（必要なら調整OK） */
  }

  /* タブ一覧：100%幅で、左寄せ・横スクロール可に */
  .year-tabs {
    position: absolute;
    top: -6px;         /* バーとの重なり具合はここで微調整 */
    right: auto;
    left: 0;
    width: 100%;       /* コンテンツ幅いっぱい */

    margin: 10px 0 0;
    padding: 0 4px 4px;

    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap; /* 折り返さず横並び */

    overflow-x: auto;  /* 画面幅が足りないときは横スクロール */
    -webkit-overflow-scrolling: touch;
  }

  /* タブ：少しコンパクトに */
  .year-tab {
    flex: 0 0 auto;           /* 横スクロール前提で幅固定気味に */
    padding: 8px 14px;        /* パディング小さめ */
    border-right-width: 2px;  /* 間の白線も少し細く */
  }

  /* 文字サイズを一段階小さく */
  .year-tab a {
    font-size: 14px;
  }
}


.section-siryou_title {
    text-align: center;
}

.siryou_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: -12px;
}

/* ▼ 英字部分（画像の雰囲気を再現） */
.siryou_sub {
    font-size: 10px;
    font-style: italic;
    font-weight: 600;
    color: #9a9a9a;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.2;
}

/* スマホ（幅768px以下）の時だけ余白を追加 */
@media screen and (max-width: 768px) {
    .siryou_sub {
        margin-top: 8px; /* 好みで5〜12pxに調整OK */
        line-height: 1.4; /* 少し広げて読みやすく */
    }
}


/* 写真下のキャプション */
.img_caption {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
    line-height: 1.4;
}

/* 主催・日付（下部情報） */
.award_info {
    margin-top: 16px;
    font-size: 8px;
    color: #555;
    line-height: 1.6;
}


.award_icon {
  font-size: 16px;
  opacity: 0.8;
}

.award_divider {
  color: #999;
  font-size: 14px;
}

.qualification_img {
    flex: 0 0 500px; 
}

/* ロゴの場合は画像幅を300pxに */
.logo .qualification_img {
    flex: 0 0 300px;
}



.award_item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.award_icon {
    font-size: 16px;
    opacity: 0.8;
}

.award_divider {
    color: #999;
}


@media screen and (max-width: 768px) {

    .qualification_wrapper {
        flex-direction: column;
        gap: 20px; /* 追加してもOK */
    }

    /* 写真はスマホでは全幅 */
    .qualification_img {
        flex: 0 0 auto;
        max-width: 100%;
    }

    /* 画像だけ100%に */
    .qualification_img img {
        width: 100%;
    }
}


/* ▼ 上部ラベル（表彰機関・受賞日）をボタン風に ▼ */
.award_topinfo {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    gap: 12px;              /* ラベル同士の間隔 */
    margin-bottom: 16px;
}

.award_item1 {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;      /* 内側の余白（ボタン感UP） */
    border: 1px solid #ccc; /* 薄い枠線で上品に */
    background-color: #fef7f7;  /* やや白グレー背景で目立たせる */
	border-radius: 3px;
}

.award_item2 {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;      /* 内側の余白（ボタン感UP） */
    border: 1px solid #ccc; /* 薄い枠線で上品に */
    background-color: #fafef7;  /* やや白グレー背景で目立たせる */
	border-radius: 3px;
}


.award_icon {
    font-size: 16px;
    opacity: 0.9;
}

.award_text {
    font-size: 14px;
    font-weight: bold;
	letter-spacing: 0.05em;
}

/* 区切り線（｜）が残ってたら非表示 */
.award_divider {
    display: none;
}

/* ▼ ベース：リンク全体のレイアウト ▼ */
.styled-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #015c41;
    font-size: 0.9rem;
    text-underline-offset: 3px;
}

/* ホバー時 */
.styled-link:hover {
    color: #6FA236;
    border-color: #6FA236;
}


/* ▼ テキスト部分 ▼ */
.styled-link .link-text {
    text-decoration: none;
}

/* ▼ 右の外部リンクアイコン ▼ */
.styled-link .link-icon {
    font-size: 15px;
    opacity: 0.7;
}

/* モーダル背景 */
.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

/* 拡大画像 */
.img-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}


.award_vertical {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 18px 0;
    align-items: flex-start;
}

/* ボックスを文字幅にあわせる */
.award_box1 {
  display: inline-flex; /* ← ここを inline-flex に変更 */
  align-items: center;
  border: 1px solid #ccc;
  padding: 4px 8px;
  border-radius: 6px;
  background: #fef7f7;
  font-size: 15px;
  line-height: 1.6;
  width: auto;  /* ← 念のため指定 */
  max-width: fit-content; /* ← これが文字幅で縮める最強技 */
}

.award_box2 {
  display: inline-flex; /* ← ここを inline-flex に変更 */
  align-items: center;
  border: 1px solid #ccc;
  padding: 4px 8px;
  border-radius: 6px;
  background: #fafef7;
  font-size: 15px;
  line-height: 1.6;
  width: auto;  /* ← 念のため指定 */
  max-width: fit-content; /* ← これが文字幅で縮める最強技 */
}

.award_box3 {
  display: inline-flex; /* ← ここを inline-flex に変更 */
  align-items: center;
  border: 1px solid #ccc;
  padding: 4px 8px;
  border-radius: 6px;
  background: #f7fbfe;
  font-size: 15px;
  line-height: 1.6;
  width: auto;  /* ← 念のため指定 */
  max-width: fit-content; /* ← これが文字幅で縮める最強技 */
}

.award_icon {
  margin-right: 6px;
}

.marker-red{
  font-weight: 600;          /* 文字も少し強くしたい場合 */
  color: #d50000;
}

.line {
  width: 100%;
  border-bottom: 1px dashed #c9c9c9;
  margin-bottom: 50px;
}

