    body {
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

a {
    text-decoration: none;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#wrapper-pages {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../image/bg.jpg) repeat-x;
    background-position: 50% 94%;
}

#header {
    width: 100%;
    height: 700px;
    background: url(../image/bg.jpg);
}

#header_01 {
    width: 960px;
    height: 345px;
    margin: 0 auto;
    padding-top: 115px;
    text-align: center;
    font-weight: bold;
    line-height: 1.6em;
}

.catch {
    font-size: 19px;
    margin: 40px 0px 0.6em;
}

#homelogo {
    width: 660px;
    height: 210px;
    background: url(../image/homelogo.png) no-repeat;
    margin: 0 auto;
    text-indent: -9999px;
    white-space: nowrap;
}

#header_02 {
    width: 960px;
    height: 240px;
    margin: 0 auto;
}

#gnav {
    width: 630px;
    list-style: none;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
}

#gnav span {
    font-size: 12px;
    font-weight: normal;
}

#gnav li {
    float: left;
    width: 315px;
    text-align: center;
}

#gnav_about a {
    background-color: #E6372F;
    color: #fff;
    display: block;
    padding: 39px 0px;
}

#gnav_service a {
    background-color: #EF8B00;
    color: #fff;
    display: block;
    padding: 39px 0px;
}

#gnav li a:hover {
    background-color: #E6DC32;
    color: #000;
}


/*取り扱い業務*/

#conts {
    width: 960px;
    height: auto;
    margin: 0 auto 0 auto;
    position: relative;
}

#conts01 {
    width: 960px;
    height: 540px;
    margin-bottom: 220px;
}

.contents-title {
    width: 220px;
    height: 160px;
    border-radius: 100%;
    background-color: #fff;
    /* 円の色 */
    position: absolute;
    z-index: 1;
    top: -70px;
    left: 366px;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    padding-top: 40px
}


/* --------------------------------
    取り組みボタン
-------------------------------- */

#conts ul {
    width: 760px;
    height: 285px;
    margin: 0 auto;
}

#conts ul li {
    float: left;
}

#conts ul li img {
    display: block;
    margin: 30px auto 10px auto;
}

#conts ul li p {
    color: #000;
    text-align: center;
}

#btn_01 {
    width: 248px;
    height: 250px;
}

#btn_02 {
    width: 248px;
    height: 250px;
    position: relative;
    z-index: 2;
}

#btn_03 {
    width: 248px;
    height: 250px;
}

#btn_04 {
    width: 496px;
    height: 250px;
}

#btn_05 {
    width: 248px;
    height: 250px;
}

#btn_06 {
    width: 372px;
    height: 250px;
}

#btn_01 a {
    display: block;
    color: #000;
    margin: 30px auto 5px auto;
}

#btn_01 a:hover {
    display: block;
    width: 248px;
    height: 250px;
    background-color: #E6DC32;
    color: #000;
    margin: 30px auto 20px auto;
}

#btn_02 a:hover {
    display: block;
    width: 248px;
    height: 250px;
    background-color: #E6DC32;
    color: #000;
    margin: 30px auto 20px auto;
}

#btn_03 a:hover {
    display: block;
    width: 248px;
    height: 250px;
    background-color: #E6DC32;
    color: #000;
    margin: 30px auto 20px auto;
}

#btn_04 a:hover {
    display: block;
    width: 496px;
    height: 250px;
    background-color: #E6DC32;
    color: #000;
    margin: 30px auto 20px auto;
}

#btn_05 a:hover {
    display: block;
    width: 248px;
    height: 250px;
    background-color: #E6DC32;
    color: #000;
    margin: 30px auto 20px auto;
}

#btn_06 a:hover {
    display: block;
    width: 372px;
    height: 250px;
    background-color: #E6DC32;
    color: #000;
    margin: 30px auto 20px auto;
}

#conts02 {
    width: 740px;
    padding-top: 30px;
    margin: 0 auto 0 auto;
}

#conts02 img {
    margin-bottom: 40px;
}

.sn {
    font-size: 115%;
    font-weight: bold;
    line-height: 1.4em;
}

.snca {
    font-size: 80%;
    margin-bottom: 5px;
}


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

#footer {
    width: 100%;
    height: 160px;
    padding-top: 38px;
    background-color: #fff;
    clear: both;
}

#footer ul {
    list-style: none;
    margin: 0 auto 0 auto;
    font-weight: bold;
    font-size: 105%;
    width: 800px;
    height: 50px;
}

#footer li {
    float: left;
    text-indent: 18px;
    margin-left: 15px;
    background-image: url(../image/icn1_03.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    /
}

#footer li a {
    color: #000;
    padding: 6px;
}

#fnav_01 a:hover {
    background-color: #E6DC32;
    color: #000;
    padding: 6px;
}

#fnav_02 a:hover {
    background-color: #E6DC32;
    color: #000;
}

#fnav_03 a:hover {
    background-color: #E6DC32;
    color: #000;
}

#fnav_04 a:hover {
    background-color: #E6DC32;
    color: #000;
}

#copyright {
    font-size: 80%;
    clear: both;
    text-align: center;
}


/* --------------------------------
    ページフォーマット
-------------------------------- */

#pageheader {
    width: 960px;
    height: 180px;
    margin: 0 auto;
    /*background-color: #99ab4e ;*/
}

#headerlogo {
    position: relative;
    left: -50px;
    float: left;
}

#pageheader ul {
    list-style: none;
}

#pagenav {
    padding: 80px 0px 0px 690px;
    position: relative;
    font-weight: bold;
    line-height: 2.2em;
}

#pagenav li {
    background-image: url(../image/icn1_03.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    text-indent: 16px;
}

#pagenav li a {
    display: block;
    color: #000;
    width: 250px;
    padding-left: 8px;
}

#pagenav li a:hover {
    background-color: #E6DC32;
    color: #000;
}

#Container {
    width: 100%;
    /*height: 600;*/
    /*background-color: #E6DC32;*/
    /*display: block;*/
    /*min-height: 600px;*/
}

#contents {
    width: 960px;
    margin: 0 auto;
}

#pagetitle {
    width: 260px;
}

#pagetitle h2 {
    /*width: 253px;*/
    position: absolute;
    margin-left: 55px;
}

#pagecontents {
    float: right;
    width: 580px;
    height: auto;
    padding: 20px 20px 100px;
    word-break: break-all;
    /*display: block;*/
    /*background-color: #0095d9;*/
}

#pagecontents strong {
    font-size: 110%;
    font-weight: bold;
    line-height: 1.7em;
}

#pagecontents h3 {
    height: 32px;
    font-size: 150%;
    font-weight: bold;
    margin: 40px 0px 16px;
    border-bottom: medium dotted;
    border-bottom-color: #000;
}

.aboutlist {
    font-size: 110%;
    line-height: 1.8em;
    margin: 1em 0;
}

.servicename {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 8px;
    /*background-color: #000;*/
}

.serviceph {
    width: 568px;
    height: 112px;
    border: 4px solid #EBEBEB;
    margin: 40px 0px 12px;
    background-color: #fff;
    /*margin: 0 auto;*/
}

.serviceph img {
    margin: 0 auto;
}

.servicedata {
    margin-bottom: 6px;
    font-size: 115%;
}

.servicecaption {
    margin-top: 20px;
}

.pagecontents_img {
    margin-top: 20px;
}

.pagecontents_img img {
    margin: 7px;
}


/*#pcontsread {
    background-color: #000;
}
*/


/* メールフォーム */

#formBox {
    border: 3px solid #ddd;
    margin-top: 10px;
    padding: 25px;
    -moz-border-radius: 10px;
}

legend {
    color: #ff4444;
    font-size: 131%;
    font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

label {
    float: left;
    margin: 8px 1em 0 1em;
    /*text-align:right;*/
    width: 14em;
    /*font-size:108%;*/
}

.userName {
    margin-bottom: 20px;
}


/*fieldset {border:1px #ddd solid; background:#fff;;}*/

fieldset div {
    clear: both;
    margin: 14px 0;
}

input {
    -moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    font: bold 116% arial, sans-serif;
    padding: 0.5em;
    width: 235px;
}


/*.subjectBox input {width:450px;}*/

textarea {
    -moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    font: bold 116% arial, sans-serif;
    padding: 1em;
    width: 440px;
    margin: 10px 10px 0px;
}

.messages p {}

#submit-go {
    /*display:block;*/
    /*background:url("/web/20240706023834im_/http://comworkproject.com/images/BG_submit.png") no-repeat scroll 0 0 transparent;*/
    /*border:0 none;*/
    /*cursor:pointer !important;*/
    /*height:65px;*/
    margin-top: 1em;
    margin-left: 135px;
    width: 200px;
    height: 50px;
    /*overflow:hidden;*/
    /*text-indent:-9999px;*/
}

#submit-go:hover {
    background-position: 0 -65px;
}

.messageBox h3 {
    font-size: 123.1%;
    margin: 1.5em 0;
    font-weight: bold;
}

.messageBox p {
    font-size: 108%;
    line-height: 1.5;
}

.messageBox h4 {
    margin: 1em 0;
    font-size: 113%;
    font-weight: bold;
}

.messageban {
    overflow: hidden;
    margin-bottom: 2em;
    width: 860px;
}

.messageLeft {
    float: left;
    width: 530px;
    margin-bottom: 2em;
}

.messageRight {
    float: right;
    width: 300px;
}

.messageRight a {
    display: block;
    margin-top: 20px;
}

/* 20260215 */

/* --------------------------------
    汎用送信ボタン
-------------------------------- */
.submit_btn_wrap {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.submit_btn {
    appearance: none;
    border: none;
    cursor: pointer;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #EE8B01;
    border-radius: 6px;
    transition: background-color .2s ease, transform .05s ease;
    width: auto;
}

.submit_btn:hover {
    background-color: #d46b01;
}

.submit_btn:active {
    transform: translateY(1px);
}

.submit_btn.secondary {
    background-color: #777;
}

.submit_btn.secondary:hover {
    background-color: #555;
}

/* リストの整形 */
.confirm_list {
  margin-top: 20px;
}

.confirm_row {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.confirm_row dt {
  width: 180px;
  font-weight: bold;
}

.confirm_row dd {
  flex: 1;
  margin: 0;
}

/* バナー停止 */
.bnr_wrap {
    display: block;
    position: relative;
    z-index: 10;
}
.bnr_disabled img {
    filter: grayscale(100%);
    opacity: 0.5;
}