@import url("/css/base_new.css"); /*header-footer*/

.navi_text{
	margin: -20px 0px 0px;
	padding: 0px;
	text-align: right;
}


/* ------------------------------------------- */
/* 初期化 */
/* ------------------------------------------- */
h2{
   margin: 0;
   margin-bottom: 20px;
}
h3{
    margin: 0;
    margin-bottom: 12px;
}
ul{
    list-style: disc;
    font-size: 13px;
    line-height: 200%;
    margin: 0;
    padding-left: 10px;
}

/* ------------------------------------------- */
/* all CSS */
/* ------------------------------------------- */
.main_area{
	width: 988px;
	margin: 0 auto;
	color: #000000;
	text-align: justify;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;  /* 右 */
    border-left: 1px solid #999999;   /* 左 */
    box-sizing: border-box;
    font-family: "Meiryo", sans-serif;
    margin-bottom: 0px;
}
.main_area p{
    line-height: 200%;
    margin-bottom: 13px;
    font-family: "Meiryo", sans-serif;
    font-size: 16px;
}

.contents {
    background-color: #fff;
    border-right: 1px solid #999999;  /* 右 */
    border-left: 1px solid #999999;   /* 左 */
    border-bottom: 1px solid #999999;
    box-sizing: border-box;
}

.content-main{
    padding: 26px 20px 0;
}
/* float レイアウト用のクリアfix（サイドバーのfloatを内包） */
.content-main::after{
    content: "";
    display: table;
    clear: both;
}
.main {
    background-color: #fff;
    padding: 0px;
}

.flex{
    display: flex;
}

.left{
	padding: 0px;
}

/* c-01・c-02 の本文だけ left-subcat と同じく左に余白（画像はフラットのまま） */
.content.c-01 .left p,
.content.c-02 .left p{
    padding-left: 40px;
    margin-right: 40px;
}

.left-cat{
    padding: 0px 0px 0px 40px;
    margin-right: 40px;
}

.left-subcat{
    padding: 0px 0px 0px 40px;
    margin-right: 40px;
}



/* ------------------------------------------- */
/* main img */
/* ------------------------------------------- */
.main-img{
	height: 390px;
	position: relative;
}
.main-img .txt{
	position: absolute;
	top: 305px;
	left: 47px;
	width: 650px;
	color: #000000;
}
.main-img .txt p{
	margin: 0;
	font-size: 13px;
	line-height: 160%;
}


/* ------------------------------------------- */
/* content */
/* ------------------------------------------- */

.content{
    padding-bottom: 40px;
}

.img{
    margin: 10px 0 20px;
    text-align: center;
}

.content .flex {
    gap: 0 27px;
    margin-bottom: 20px;
}

.content.c-02 {
    padding-bottom: 0px;
}

/* bottom-contents */
.bottom-contents {
    background-color: #fff;
    margin: 0 9px;
    padding: 20px;
}


/* ------------------------------------------- */
/* product list (06.開発製品) */
/* ------------------------------------------- */
.product-list{
    background-color: #e2e1df;
    padding: 25px 30px;
    margin: 15px 0 25px;
}

.product-item{
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    padding: 16px 0;
    border-bottom: 2px solid #ffffff;
}
.product-item:first-child{
    padding-top: 0;
}
.product-item:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.product-img{
    flex: 0 0 114px;
    width: 114px;
}
.product-img img{
    width: 114px;
    height: 98px;
}

.product-txt{
    flex: 1;
}
.product-txt p{
    margin: 0;
}
.product-name{
    color: #000000;
    font-weight: bold;
    font-size: 17px !important;
    margin: 0 0 2px !important;
}

/* お取り扱い原料一覧はコチラ ボタン */
.button02-area{
    text-align: center;
    margin: 25px 0 10px;
}


/* ------------------------------------------- */
/* side */
/* ------------------------------------------- */
.side {
    float: right;
    clear: right;
    width: 250px;
    background: #eeebee;
    margin: 0 0 30px 24px;
}

/* 03.会社概要 内の証書写真（横長）はサイドバー下で全幅表示する */
.content.c-03 .img{
    clear: right;
}
.side .content{
    margin: 0 15px 20px;
    padding: 0;
    overflow-wrap: break-word;
}
.side .content h3{
    margin: 0;
    margin-bottom: 8px;
}
.side .content p{
    line-height: 180%;
    font-size: 12px;
	color: #000066;
}
.side .content p a{
    color: #000066;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.side .content p.topics-cat{
    margin-bottom: 6px;
}
.side .content p.topics-cat a{
    font-size: 14px;
}
.side .content p a:hover{
    text-decoration: underline;
}
.side .content .side-img,
.side .content p{
    margin-bottom: 10px;
}

/*com-info*/
.side .com-info .inner{
    background: #ffffff;
    padding: 20px 12px;
    line-height: 150%;
	color: #000066;
}
.side .com-info .inner h3{
    font-weight: bold;
    font-size: 12px;
}
.side .com-info .inner dl{
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 150%;
}
.side .com-info .inner dl dt{
    font-weight: bold;
}
.side .com-info .inner dl dd{
    margin-left: 0px;
    margin-bottom: 2px;
}
.side .com-info .inner .address{
    font-weight: normal;
}
.side .com-info .inner .btn{
    text-align: center;
    margin-top: 10px;
}



/* ------------------------------------------- */
/* 調整 */
/* ------------------------------------------- */
.main_area .mb5 {
    margin-bottom: 5px;
}

.main_area .mb20 {
    margin-bottom: 20px;
}

.main_area .mb40 {
    margin-bottom: 40px;
}



/* ------------------------------------------- */
/* contact CSS */
/* ------------------------------------------- */
.contact_head{
    clear: both;
    width: 926px;
    margin: 10px 0px 0px 30px;
    background-color: #ed714a;
    font-family: "Meiryo", sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 14px 0px;
    box-sizing: border-box;
}

.contact_body{
    font-family: "Meiryo", sans-serif;
    width: 926px;
    font-size: 16px;
    line-height: 180%;
    color: #282828;
    background-color: #fcd8ce;
    padding: 25px 0px 30px;
    margin: 0px 0px 30px 30px;
    text-align: center;
    box-sizing: border-box;
}

.contact_body p{
    font-family: "Meiryo", sans-serif;
    font-size: 16px;
    margin: 0px;
    padding-bottom: 18px;
    display: inline-block;
    text-align: left;
}

.contact_body p span{
    font-family: "Meiryo", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.button_area {
    padding: 0px;
}
