@charset "utf-8";

/*--------------------------------------------------------------
  index - news-topics
--------------------------------------------------------------*/
#index #news-topics .news-topics-inner {
	width: 600px;
    margin: 0 auto;
}

#index #news-topics .news-topics-inner ul {
	padding: 20px;
    background-color: rgba(255, 255, 255, .4);
	border: solid 1px #663300;
	border-radius: 3px;
}

#index #news-topics .news-topics-inner ul li {
	margin-bottom: 20px;
}

#index #news-topics .news-topics-inner ul li:last-child {
	margin-bottom: 0;
}

#index #news-topics .news-topics-inner ul li a {
	text-align: left;
	display: flex;
	flex-direction: column;
	transition: .35s;
}

#index #news-topics .news-topics-inner ul li a:hover {
	opacity: .7;
}

#index #news-topics .news-topics-inner ul li a .date {
	font-weight: bold;
	text-decoration: none;
}

#index #news-topics .news-topics-inner ul li a i {
	margin-right: 10px;
}

#index #news-topics .news-topics-inner .to-list {
	margin-top: 10px;
	text-align: right;
}

#index #news-topics .news-topics-inner .to-list a {
	text-decoration: none;
}

#index #news-topics .news-topics-inner .to-list a i {
	margin-right: 10px;
}

/*--------------------------------------------------------------
  index - products
--------------------------------------------------------------*/
#products .content-box {
	margin-bottom: 30px;
}

#products .content-box .img-area {
	margin-bottom: 25px;
}

#products .content-box .about-products {
	width: 92%;
	margin: 0 auto;
	display: flex;
}

#products .content-box .about-products > * {
	width: 48.5%;
}

#products .content-box .about-products .description-text {
	padding: 20px;
    background-color: rgba(100, 100, 100, 0.2);
    border-radius: 5px;
}

#products .content-box .about-products .products-detail {
	padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#products .content-box .about-products .products-detail .appeal {
	margin-bottom: 15px;
	font-weight: bold;
}

#products .content-box .about-products .products-detail .price-area {
	margin-top: 25px;
	font-weight: bold;
	align-items: baseline;
	display: flex;
	position: relative;
}

#products .content-box .about-products .products-detail .price-area .amount {
	margin: 0 5px;
	font-size: 3em;
	color: #c01b2c;
}

#products .content-box .about-products .products-detail .price-area .free {
	padding: 4px 7px;
    line-height: 1.25;
	border: solid 3px #c01b2c;
	border-radius: 5px;
    color: #c01b2c;
    position: absolute;
    top: 10px;
    right: 10px;
}

#products .link-btn {
	margin-top: 45px;
}

/*--------------------------------------------------------------
  index - what-kampo
--------------------------------------------------------------*/
#index #what-kampo .content-box .img-area {
	margin-bottom: 25px;
	text-align: center;
}

#index #what-kampo .content-box .about-kampo .description-text {
	width: 85%;
	margin: 0 auto;
	text-align: center;
}






/*--------------------------------------------------------------
  diagnosis
--------------------------------------------------------------*/
#diagnosis #header {
	background: url(../img/faq/header.png) center no-repeat;
    background-size: cover;
}

/*--------------------------------------------------------------
  products
--------------------------------------------------------------*/
#products #header {
	background: url(../img/products/header.png) center no-repeat;
    background-size: cover;
}

#products .content-box {
	width: 95%;
	margin: 0 auto;
}

#products .content-box .products-list {
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#products .content-box .products-list li {
	width: 32%;
	text-align: center;
	font-weight: bold;
}

#products .content-box .products-list li:not(:nth-child(3n)) {
	margin-right: 2%;
}

#products .content-box .products-list li:nth-child(n+4) {
	margin-top: 35px;
}


#products .content-box .products-list li a {
	text-decoration: none;
	display: block;
	transition: .35s;
}

#products .content-box .products-list li a:hover {
	opacity: .7;
}

#products .content-box .products-list li a .price-area .amount {
	margin: 0 5px;
	font-size: 2em;
	color: #c01b2c;
}

#products .content-box .products-list li .link-btn p a {
	width: 90%;
}

#products .content-box .img-area {
	text-align: center;
}

#products .content-box .products-info {
	margin-bottom: 10px;
}

#products .content-box .materials-frame {
	margin-top: 60px;
	padding: 25px;
	background-color: rgba(255, 255, 255, .8);
    border-radius: 10px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .2);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#products .content-box .materials-frame h2 {
	font-size: 1.5em;
}

#products .content-box .materials-frame ul {
    margin: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#products .content-box .materials-frame ul li {
    width: 13.5%;
    margin: 0 2.5%;
}

#products .content-box .materials-frame ul li a {
	height: 100%;
	color: #333;
	text-decoration: none;
	display: flex;
    flex-direction: column;
}

#products .content-box .materials-frame ul li a > * {
	vertical-align: bottom;
}

#products .content-box .materials-frame ul li span {
    margin: auto 0 0 0;
	text-align: center;
	font-size: 1.2em;
    display: block;
}

#products .content-box .materials-frame ul li img {
	width: 100%;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
  trial
--------------------------------------------------------------*/
#trial #header {
	background: url(../img/faq/header.png) center no-repeat;
    background-size: cover;
}

#trial .content-box {
	margin-bottom: 30px;
}

#trial .content-box .img-area {
	margin-bottom: 25px;
}

#trial .content-box .about-products {
	width: 92%;
	margin: 0 auto;
	display: flex;
}

#trial .content-box .about-products > * {
	width: 48.5%;
}

#trial .content-box .about-products .description-text {
	padding: 20px;
    background-color: rgba(100, 100, 100, 0.2);
    border-radius: 5px;
}

#trial .content-box .about-products .products-detail {
	padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#trial .content-box .about-products .products-detail .appeal {
	margin-bottom: 15px;
	font-weight: bold;
}

#trial .content-box .about-products .products-detail .price-area {
	font-weight: bold;
	align-items: baseline;
	display: flex;
	position: relative;
}

#trial .content-box .about-products .products-detail .price-area .amount {
	margin: 0 5px;
	font-size: 3em;
	color: #c01b2c;
}

#trial .content-box .about-products .products-detail .price-area .free {
	padding: 4px 7px;
    line-height: 1.25;
	border: solid 3px #c01b2c;
	border-radius: 5px;
    color: #c01b2c;
    position: absolute;
    top: 10px;
    right: 10px;
}

#trial .thanks-text {
	text-align: center;
}

#trial .form-group  {
	padding-bottom: 15px;
}

#trial.form-group.privacy-policy {
	text-align: center;
}

#zipcode,
select[name="prefectures_id"] {
	width: 48%;
	margin-bottom: 15px;
}

.form.address {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/*--------------------------------------------------------------
  cart
--------------------------------------------------------------*/
#cart #header {
	background: url(../img/cart/header.png) center no-repeat;
    background-size: cover;
}

#cart .content-box {
	width: 65%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}

#cart .content-box form .form-item {
	margin-bottom: 20px;
}

#cart .content-box form .form-item:last-child {
	margin-bottom: 0;
}

#cart .content-box form .form-item .form-label {
	margin-bottom: 5px;
	font-weight: bold;
}

#cart .content-box form .form-item .form-input {
	text-align: center;
}

#cart .content-box form .form-item .form-input label {
	display: flex;
    justify-content: center;
    align-items: center;
}

#cart .content-box form .form-item .form-input label input {
	margin: 0 10px 0 0;
}

#cart .credit-card {
	margin-top: 20px;
	text-align: center;
	font-size: 0.85em;
	color: #c01b2c;
}

/*--------------------------------------------------------------
  faq
--------------------------------------------------------------*/
#faq #header {
	background: url(../img/faq/header.png) center no-repeat;
    background-size: cover;
}

#faq .content-box {
	width: 95%;
	margin: 0 auto;
}

/*--------------------------------------------------------------
  manager
--------------------------------------------------------------*/
#manager #header {
	background: url(../img/manager/header.png) center no-repeat;
    background-size: cover;
}

#manager .content-box {
	width: 95%;
	margin: 0 auto;
}

#manager .content-box .paragraph {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}

#manager .content-box .paragraph .company-box {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

#manager .content-box .paragraph .company-box > * {
	width: 48.5%;
}

#manager .content-box .paragraph .company-box .company-detail table {
	width: 100%;
	border-top: 1px solid #ccc;
	table-layout: fixed;
}

#manager .content-box .paragraph .company-box .company-detail table tr {
    border-bottom: 1px solid #ccc;
}

#manager .content-box .paragraph .company-box .company-detail table tr > * {
    padding: 8px 2%;
    box-sizing: border-box;
}

#manager .content-box .paragraph .company-box .company-detail table tr th {
	width: 32%;
    text-align: center;
    border-right: 1px dotted #ccc;
    background-color: #fdf8ef;
}

#manager .content-box .paragraph .company-box .company-detail table tr td {
	width: 68%;
    background-color: #fefefe;
}

/*--------------------------------------------------------------
  contact
--------------------------------------------------------------*/
#contact #header {
	background: url(../img/contact/header.png) center no-repeat;
    background-size: cover;
}

#contact .content-box {
	width: 65%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}

#contact .content-box form .form-item {
	margin-bottom: 20px;
}

#contact .content-box form .form-item:last-child {
	margin-bottom: 0;
}

#contact .content-box form .form-item .form-label {
	margin-bottom: 5px;
	font-weight: bold;
}

#contact .content-box form .form-item .form-input {
	text-align: center;
}

#contact .content-box form .form-item .form-input label {
	display: flex;
    justify-content: center;
    align-items: center;
}

#contact .content-box form .form-item .form-input label input {
	margin: 0 10px 0 0;
}

/*--------------------------------------------------------------
  privacy-policy
--------------------------------------------------------------*/
#privacy-policy #header {
	background: url(../img/privacy-policy/header.png) center no-repeat;
    background-size: cover;
}

#privacy-policy .content-box {
	width: 95%;
	margin: 0 auto;
}

/*--------------------------------------------------------------
  commercial-transactions
--------------------------------------------------------------*/
#commercial-transactions #header {
	background: url(../img/commercial-transactions/header.png) center no-repeat;
    background-size: cover;
}

#commercial-transactions .content-box {
	width: 95%;
	margin: 0 auto;
}

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

	/*-----------------------------------------
	  index - news-topics
	-----------------------------------------*/
	#index #news-topics .news-topics-inner {
		width: 95%
	}

	/*-----------------------------------------
	  index - products
	-----------------------------------------*/
	#products .content-box .about-products {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}

	#products .content-box .about-products > * {
		width: 95%;
	}

	#products .link-btn p a {
		width: 80%;
	}

	/*--------------------------------------------------------------
	  index - what-kampo
	--------------------------------------------------------------*/
	#index #what-kampo .content-box {
		width: 95%;
		margin: 0 auto;
	}

	#index #what-kampo .content-box .about-kampo .description-text {
		text-align: left;
	}







	/*-----------------------------------------
	  products
	-----------------------------------------*/
	#products .content-box .products-list {
		flex-wrap: wrap;
	}

	#products .content-box .products-list li {
		width: 48.5%;
		margin-bottom: 30px;
	}

	#products .content-box .about-products .products-detail .price-area .amount {
		font-size: 8vw;
	}

	#products .content-box .about-products .products-detail .price-area .free {
		top: -10px;
		right: -1vw;
	}

	#products .content-box .about-products .products-detail {
		margin-bottom: 10px;
	}

	#products .content-box .materials-frame ul {
		flex-wrap: wrap;
	}

	#products .content-box .materials-frame ul li {
		width: 28.5%;
    	margin: 0 8.5% 30px;
	}

	/*-----------------------------------------
	  manager
	-----------------------------------------*/
	#manager .content-box .paragraph .company-box {
		flex-direction: column
	}

	#manager .content-box .paragraph .company-box > * {
		width: 100%;
	}

	#manager .content-box .paragraph .company-box .company-detail {
		margin-bottom: 20px;
	}

	/*-----------------------------------------
	  contact
	-----------------------------------------*/
	#contact .content-box {
		width: 95%;
	}

	/*-----------------------------------------
	  cart
	-----------------------------------------*/
	#cart .content-box {
		width: 95%;
	}
}