/*
Theme Name: fulvic2
Theme URI: https://furubosan.sub.jp
Author: Piece
Author URI: https://furubosan.sub.jp
Description: business site
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff|Poller+One');

/* INFORMATION ================================================

【フルボ酸工房2】：2025/9


 * CSS NAME      : style.css
 
 01. RESET
 02. COMMON
 03. TOP
 04. fulvic
 05. products
 06. factory
 07. research
 08. info
 09. RESPONSIVE
  
==============================================================*/


/* 				  */
/*	  01.RESET 　 */
/*				  */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
 
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
 
html{
  overflow-y: scroll;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
 
*, *:before, *:after {
  box-sizing: border-box;
}
 
blockquote, q {
  quotes: none;
}
 
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
 
input, textarea {
  margin: 0;
  padding: 0;
}
 
input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
  color: #888;
}
 
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
  -webkit-appearance: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

ol, ul{
  list-style: none;
}
 
table{
  border-collapse: collapse; 
  border-spacing: 0;
  width: 100%;
}
 
caption, th{
  text-align: left;
}
 
a:focus {
  outline:none;
}
 
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
 
img {
  max-width:100%;
}

/* WP用reset */

form input[type="text"], form input[type="email"], form textarea{
	border: none;
	display:block;
	font-size:1.2em;
	padding:1em;
	width:100%;
}
.form_check{
	font-size: 12px;
	margin-top: 40px;
}
input[type="checkbox"]{
	margin: 0 1em 0 0.5em;
}
form input[type="text"]:focus, form input[type="email"]:focus, form select:focus, form textarea:focus{
	background: #f2edec;
}
.wpcf7-form table tr th, .wpcf7-form table tr td{
	vertical-align:middle;
	font-size: 15px;
}
.wpcf7-submit, #goback, #confirmation{
    cursor: pointer;
}

#wpcf7-f93-o1 form p{
    text-align: left;
}
.wpcf7-validates-as-number{
    font-size: 21px;
    vertical-align: -1px;
}

.acceptance_div{
    text-align: center;
    font-size: 16px;
    margin-bottom: 3em;
}

#submit input + span{
    display: block;
}

/* iOS用reset */

textarea, input[type="text"], input[type="email"] {
    border-radius : 0;
}


/* 				  */
/*	  02.COMMON   */
/*				  */

html{
    background: rgba(51, 153, 51, 0.05);
}
	body {
        width:990px;
        margin: 0 auto;
		font-size: 15pt;
		line-height: 1.5;
        letter-spacing: 0.025em;
		color: #262221;
        background: #fff;
	}

article section{
    width: 790px;
    margin: 0 auto;
    margin:3em auto;
}

.fot_research, .fot_container{
    width: 790px;
    margin: 5em auto;
}

/* 文字スタイル */

.color_r, .maillink, .maillink a, .color_r a{
    color: #c23300;
}
strong, b{
    font-weight: bold;
}
small{
    font-size: 12px;
}
.cyuu{
    color:#d93a00;
    font-size:12px;
    padding-left:0.5em;
}

/* リンクスタイル */

a, #top_fulvic a, .bnlist a, .btnnav li a, h1 a {
	color: #262221;
	text-decoration: none;
}
a img, .btn_r, a .btn_r, #top_fulvic a, .btnnav li, h1 a, .textnav ul li a, .gnav a, .textlist a, .bnlist a, .link_ar a, #lawbox a, .order_haisonavi a{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a img:hover, .btn_r:hover, a .btn_r:hover, #top_fulvic a:hover, .btnnav li:hover, h1 a:hover, .textnav ul li a:hover, .gnav a:hover, .textlist a:hover, .bnlist a:hover, .link_ar a:hover, #lawbox a:hover, .order_haisonavi a:hover{
	opacity: .8;
}
.textnav ul li a:hover, .textlist a li span:hover, .link_ar a:hover, .link_ar a, #lawbox a, .order_haisonavi a{
    text-decoration: underline;
}

.link_ar{
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.01em;
	text-align: right;
	margin-top: 1em;
}
.link_ar span::before, .inlink > li::before{
	content:"\f101";
	font-family: 'FontAwesome';
	padding-right: 0.5em;
	font-size: 15px;
}
#fulvic .w700 div .link_ar{
	font-size: 13px;
	text-align: right;
}

.inlink{
    font-size:12px;
    text-align:right;
    letter-spacing:0.025em;
    display:block;
}

.maillink, .color_r a{
    display: block;
    font-size: 12px;
}
.maillink::before{
    content:"\f003";
    font-family:'FontAwesome';
    padding-right:0.5em;
    font-size:12px;
}

/* 見出しスタイル */

h1, h1 a{
    width: 20%;
    font-size: 20px;
    font-weight: bold;
    padding: 0.5em;
}
h1 img{
    width: 30px;
    vertical-align:sub;
    margin-right:0.2em;
}
h2{
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}

#top_fulvic h2{
    font-size: 16px;
    font-weight: 700;
    color: #393;
    text-align:left;
    margin-bottom: 1em;
}

footer h2{
    margin-top: 3em;
}

.content h2{
    font-size: 24px;
    font-weight: bold;
    color: #393;
    border-left:3px solid #393;
    padding-left: 0.5em;
    line-height:1;
    margin-bottom:2em;
    text-align: left;
}

#guide .shadowbox h3{
    font-size:18px;
    text-align:center;
    display:block;
    margin:30px auto;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

#voice h3{
    font-size:24px;
    font-weight:bold;
    line-height:1.2;
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#voice h3::before{
	content:"\f10d";
	font-family: 'FontAwesome';
	padding-right: 0.5em;
	font-size: 74px;
    color: #c7c2be;
    vertical-align:middle;
}

/* ボタンスタイル */

.btn_r, a .btn_r, .wpcf7-submit{
    background: #c30;
    color: #fff;
    text-align: center;
    width: 198px;
    margin: 0 auto;
    padding: 0.5em 0;
    font-size: 15px;
}

/* リストスタイル */

.textlist{
    border-top: 0.3px solid #262221;
    margin:1em 0;
}
.textlist li{
    border-bottom: 0.3px solid #262221;
    font-size: 15px;
    line-height:5;
}
.textlist li time{
    font-size: 12px;
    padding-right: 20px;
}
.textlist li i{
    text-align: right;
    margin-left: 2em;
}

.bnlist{
    margin:1em 0;
}
.bnlist li{
   border: 0.3px solid #262221;
   text-align: center;
   padding: 1em 0;
   font-size: 15px;
   line-height:4;
   margin-bottom:1em;
}

#guide .shadowbox ol > li > div{
    display: flex;
    justify-content: space-around;
    line-height:1.5;
}
#guide .shadowbox ol > li > div > span{
    font-family: 'Herr Von Muellerhoff',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size:75px;
    color: #66a84c;
    display:block;
    line-height:0.6;
}
#guide .shadowbox ol > li > div > p{
    width: 440px;
}

.ol_style{
    list-style:decimal;
}

/* ボックススタイル */

.shadowbox{
	width: 700px;
	-webkit-box-shadow: 10px 10px 25px 0 rgba(109,110,114,0.5);
	box-shadow: 10px 10px 25px 0 rgba(109,110,114,0.5);
	margin: 30px auto;
	padding: 15px;
}

.listbox{
	border: 1px solid #262221;
	padding: 3px 15px 0;
}
.listbox header, .listbox div{
	text-align: left;
}
.listbox header h2{
	border-bottom: 1px solid #262221;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	padding: 10px 0;
	margin-bottom: 0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.listbox h3{
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.listbox header .listbox_hdate, .listbox div, #release .listbox_hdate {
	font-size: 15px;
	font-weight: normal;
}
.listbox header .listbox_hdate{
	padding-top: 7px;
}
.listbox div{
	line-height: 3.333;
	padding: 15px 0;
}
.listbox dl{
	font-size: 15px;
	font-weight: normal;
	border-top: 1px solid #262221;
	text-align: left;
	line-height: 3;
}
.listbox dl br{
	display: none;
}
.listbox dl:first-child{
	border-top: none;
}
.listbox dl dt, .listbox dl dd{
	display: inline;
}
.listbox dl dt{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin-right: 3em;
}

.w700{
    width: 700px;
    margin: 0 auto;
    font-size: 15px;
}
.w820{
    width: 820px;
    margin: 0 auto;
}

.midashibox{
    margin-top: 3em;
}
.midashibox h3, .midashibox > div{
    display: inline-block;
}
.midashibox h3{
    border: 1px solid #262221;
    margin-right: 1em;
    vertical-align:top;
    padding:0.5em;
}

.delivery_price{
    display:block;
    border:1px solid #262221;
    padding:3px 15px 65px;
}
.delivery_price h3{
    font-size:18px;
    text-align:center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    padding: 60px 0 30px;
}

.attention{
    background:#f3d9cf;
    width:80%;
    padding:30px 30px 25px;
    margin:20px auto 0;
}
.attention strong{
    font-size:15px;
    font-weight:bold;
    letter-spacing:0.04em;
}
.attention b{
    font-weight:bold;
}
.attention strong b{
    font-size:18px;
}
.attention span{
    font-size: 12px;
}

.calcbox{
    box-shadow:10px 10px 25px 0 rgba(109,110,114,0.5);
    padding:40px 40px 15px;
    margin-bottom:82px;
}
.w540{
    width:540px;
    margin: 30px auto;
}

/* テーブルスタイル */

.delivery_price table{
    width:500px;
    margin: 35px auto 15px;
}
.delivery_price table thead{
    font-size:12px;
    font-weight:300;
    line-height:4;
}
.delivery_price table tr{
    border-bottom:1px solid #e9e5e4;
}
.delivery_price table thead th{
    padding:0 30px;
}
.delivery_price table tbody{
    font-size:15px;
    font-weight:400;
}
.delivery_price table tr{
    border-bottom:1px solid #e9e5e4;
}
.delivery_price table tbody th, .delivery_price table tbody td{
    padding:30px;
}

.guidetb_time{
    width:205px;
    border:1px solid #e9e5e4;
    margin-top:17px;
}
.guidetb_time tr{
    border-bottom:1px solid #e9e5e4;
}
.guidetb_time th{
    font-size:12px;
    color:#999796;
    padding:13px;
}
.guidetb_time td{
    font-size:12px;
    padding:13px;
}

#contact p{
    font-size: 18px;
}
#contact .table_bline{
    border-bottom:1px solid #262221;
    margin-bottom:2em;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.table_bline tr{
    border-top:1px solid #262221;
}
.table_bline tr:first-child{
    border-top:none;
}
.table_bline th{
    padding:0.3em 2.5em 0.3em 0.5em;
    width:160px;
    text-align:left;
    line-height:2;
}

/* header */

#headerbar{
    display: flex;
    justify-content: space-between;
}
.snav{
    width: 80%;
    display: flex;
    justify-content: flex-end;
}
.textnav{
    width: 75%;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    font-weight: 300;
    padding: 0.3em 0.7em 0 0;
}
.textnav ul{
    display: flex;
    justify-content: flex-end;
}
.textnav ul li{
    padding-right: 1.5em;
}
.btnnav{
    width: 198px;
    display: flex;
    font-size: 15px;
    font-weight: 700;
}
.btnnav li{
    width: 50%;
    text-align: center;
    padding: 1em 0;
}
.btnnav li a{
    color: #fff;
}
.btnnav li:first-child{
    background: #393;
}
.btnnav li:last-child{
    background: #c30;
}

.gnav{
    display: flex;
    justify-content: space-between;
    border-top: 0.3px solid #262221;
    border-right: 0.3px solid #262221;
    border-bottom: 0.3px solid #262221;
    font-size: 14px;
}
.gnav a{
    width: 20%;
    border-left: 0.3px solid #262221;
    text-align: center;
    padding: 1.5 0;
    line-height:3;
}

/* footer */

.fot_container{
    display: flex;
    justify-content: space-between;
}
.fot_container .fot_info{
    width: 55%;
}
.fot_container .fot_about{
    width: 30%;
}

.fot_contact{
    background: rgba(51, 153, 51, 0.3);
    text-align: center;
    padding: 5px 0 50px;
}
.fot_contact p{
    font-size: 15px;
    font-weight: 300;
    margin:1em 0 3em;
}

.copy{
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}

/* pagetop */	
	
.pagetop{
	position:fixed;
	right:5px;
	bottom:-93px;
	text-align:center;
}
.pagetop a{
	background:rgba(51, 153, 51, 0.5);
	color:#fff;
	text-decoration:none;
	display: block;
	border-radius: 50px;
	padding: 4px 12px;
}
.pagetop a:hover{
	background:rgba(51, 153, 51, 0.6);
}
.pagetop a i{
	font-size: 40px;
	display: block;
}

/* 				  */
/*	  03. TOP     */
/*				  */

/*brandimg*/

#brandimg{
    height: 315px;
    background-image: url(img/mainimg_top@2x.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 40px 20px;
}
#brandimg strong{
    font-size: 55px;
    color: #fff;
    font-weight: 300;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.05em;
    line-height:1.1;
}
#brandimg strong small{
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin:1em 0.5em;
}

/*フルボ酸とは?*/

#top_fulvic p{
    font-size: 12px;
    font-weight: 300;
    background-image: url(img/bg_ar.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*商品紹介*/

.productlist_top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.productlist_top li{
    width: 33%;
}
.productlist_top li img, .productlist_top li strong, .productlist_top li span{
    display: block;
    text-align: center;
}
.productlist_top li img{
    height: 140px;
    margin: 0 auto;
}
.productlist_top li strong{
    font-size: 15px;
    font-weight: 700;
}
.productlist_top li span{
    font-size: 12px;
    font-weight: 300;
}

/* 				       */
/*	　　04.fulvic   　　 */
/*				       */

#fulvic .w700{
	position: relative;
}
#fulvic .w700 div p{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.025em;
	text-align: left;
	line-height: 2;
	width: 400px;
}
#fulvic .w700 div .link_ar{
	font-size: 13px;
	text-align: right;
}
#fulvic .w700 figure{
	position: absolute;
	top: 0;
	right: 0;
}
#fulvic .w700 figure img{
	width: 350px;
}
#fulvic .w700 figure figcaption{
	font-size: 12px;
	font-style:italic;
	position: absolute;
	bottom: 10px;
	right: 60px;
}

#fulvic .listbox h3{
	padding: 24px 0;
    font-size: 18px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 1.33;
    text-align:center;
}
#fulvic .listbox figure{
	line-height: 1.4;
}
#fulvic .listbox figure span{
	display: block;
	font-size: 12px;
}
#fulvic .listbox figure span, #fulvic .listbox figure span a{
	font-style:italic;
}
.kotei{
	width: 540px;
	margin: 0 auto;
    display:flex;
    justify-content: space-between;
}
.kotei figure{
	float: right;
}
.kotei h4{
	width: 330px;
	line-height:1.7;
	height:105px;
	float: left;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 14px;
}
.kotei_no{
	display: block;
	font-size: 75px;
	color: #66a84c;
	float: left;
	height:105px;
	margin-top:-90px;
	width:50px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* 				       */
/*	　　05.products  　 */
/*				       */

.product_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product_list li{
    width: 40%;
    display:flex;
    justify-content: space-between;
    margin:30px 0;
}
.product_list li small{
    font-size: 12px;
}
.product_list li div{
    width: 180px;
}
.product_list li h3 span{
    display:inline-block;
    letter-spacing:0.1em;
    background:#f2edec;
    font-size:12px;
    padding:5px;
}
.product_list li h3 strong{
    font-size:18px;
    font-weight: bold;
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    display: block;
    margin-top: 0.5em;
    line-height: 1.33;
}
.product_list li h3 small{
    vertical-align: top;
}
.product_list li dl{
    font-weight: bold;
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-align: right;
}
.product_list li dl dt, .product_list li dl dd{
    display: inline;
}
.product_list li dl dt{
    font-size: 14px;
}
.product_list li p{
    font-size: 14px;
    letter-spacing:0.025em;
    margin-top:20px;
}
.product_list li img{
    height: 140px;
}

#guide{
    font-size: 15px;
}
#guide .midashibox > div > ul{
    margin: 0.5em 0;
}

#voice ul li{
    margin-bottom: 2em;
}
#voice ul li small{
    font-size:15px;
    display: block;
    border-left: 5px solid #f2edec;
    padding-left: 1em;
}
#voice ul li p{
    font-size: 15px;
    letter-spacing: 0.01em;
    margin-top: 15px;
}

#qa dl{
    font-size: 24px;
    font-weight:bold;
    line-height:0.5;
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#qa dl dt, #qa dl dd{
    font-weight:bold;
    padding-left:4.5em;
    text-indent:-4.5em;
    margin-bottom:2em;
}
#qa dl dt::before{
    content:"Q";
	font-family:'Poller One', cursive;
	padding-right: 0.4em;
	font-size: 74px;
    color: #c7c2be;
    vertical-align:-40px;
}
#qa dl dd::before{
    content:"A";
	font-family:'Poller One', cursive;
	padding-right: 0.5em;
	font-size: 74px;
    color: #c7c2be;
    vertical-align:-40px;
}
.qa_note{
    line-height: 2.5;
}

#lawbox{
    border:1px solid #262221;
    padding:3px 15px 0;
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#lawbox table tr{
    border-top:1px solid #262221;
}
#lawbox table tr:first-child{
    border-top:none;
}
#lawbox table th{
    width:150px;
}
#lawbox table th, #lawbox table td{
    padding:0.5em 1.5em;
    font-size:15px;
    vertical-align: middle;
}
#lawbox h3{
    font-size:15px;
    font-weight:normal;
    letter-spacing:0;
}
#lawbox strong{
    color:#c23300;
}

#privacy dl{
    margin-top:40px;
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#privacy dl dt{
    font-size:24px;
    letter-spacing:0.075em;
    font-weight:bold;
    margin-bottom:1em;
}
#privacy dl dd{
    font-size:15px;
    font-weight:normal;
    letter-spacing:0.025em;
    line-height:1.6;
}

#form_order .w700 > p{
    text-align: center;
    margin-top:10px;
    font-size:15px;
    letter-spacing:0.01em;
}
#calcbox{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#calcbox p{
    font-size: 18px;
    letter-spacing:0.006em;
    line-height:2;
    margin-bottom:1.5em;
}
.order_haisonavi{
    background:#f3d9cf;
    padding:10px 20px;
    margin-bottom:10px;
}
.order_haisonavi li{
    margin-top:5px;
    text-indent:-1em;
    padding-left:1.1em;
}

#guide .listbox{
    padding:0 70px 30px;
}
.fa-phone + b{
    font-size: 18px;
}

/* 				       */
/*	　　06.factory   　 */
/*				       */

#factory, #patent, #history{
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

#factory div p{
    letter-spacing:0.025em;
    line-height:2.5;
    margin-bottom:2.5em;
    text-align:center;
    font-size:16px;
}
#factory dl{
    display: flex;
    width: 540px;
    margin: 0 auto;
}
#factory dl dt{
    padding: 0 58px;
    border-right:2px solid #f2edec;
}
#factory dl dt span, #factory dl dt small{
    display: block;
}
#factory dl dt span{
    font-size:12px;
    letter-spacing:0.1em;
    margin-bottom:10px;
}
#factory dl dt small{
    letter-spacing:0;
    margin-top:5px;
}
#factory dl dd ul{
    font-size:15px;
    letter-spacing:0.025em;
    margin-top:1.8em;
    line-height:1.73;
    padding: 0 46px;
}
#factory dl dd ul li::before{
    content:"-";
    margin-right:0.3em;
}

#patent div dl{
    display: flex;
    width: 640px;
    margin: 0 auto 1em;
    font-size:18px;
}
#patent div dl dt{
    padding-right: 0.5em;
    display: block;
    width: 150px;
}
#patent div dl dt::after{
    content: ":";
    padding-left: 0.5em;
}
#patent figure{
    width: 674px;
    margin: 0 auto;
}

#history table{
    width:740px;
    margin:0 auto;
    font-size:15px;
    line-height:2.26;
}
#history table th{
    width:125px;
}
#history table dl dt::after{
    content:":";
    padding-left:0.5em;
}
#history table dl dd::before{
    content:"・";
}

/* 				       */
/*	　　07.research   　*/
/*				       */

#research div{
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;
    font-size:18px;
    letter-spacing:0.006em;
    line-height:2;
}
#research div p{
    margin-bottom:1.5em;
}

#research .shadowbox{
    margin-top:60px;
}
#research .listbox header h3{
    border-bottom:1px solid #262221;
    font-size:24px;
    font-weight:normal;
    line-height:1.5;
    padding:10px 0;
    margin-bottom:0;
}
#research .listbox header small{
    display: block;
    text-align: right;
}
#research .listbox p{
    font-size:18px;
    letter-spacing:0.006em;
    line-height:2;
    margin:1.5em 0;
    text-align:left;
}
#research .listbox img{
    width: 50%;
    margin: 30px auto;
    display: block;
}

/* 				   */
/*	　　08.info   　*/
/*				   */

#info{
    text-align: center;
}
#info time{
    display:block;
    font-size:14px;
    font-weight:bold;
}
#info h3{
    font-weight: bold;
    margin:0.5em;
    border-bottom: #b5ddda 2px solid;
    font-size:24px;
}
#info p{
    font-size: 15px;
    margin: 2em;
}
#info h3 + p{
    text-align: left;
}