@charset "utf-8";

/* ==================================================

ニチマ SP スタイルシート

================================================== */


/* 共通 
--------------------------------------------------------------------*/
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,td,th,form {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
html,body {
	height:100%;
}
li {
	list-style-type:none;
}
li img {
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
td,th {
	vertical-align:top;
}
th {
	text-align:left;
}
img {
	vertical-align:bottom;
}
a img {
	border:none;
}
body {
	font-family:"メイリオ", "Helvetica", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;
	margin:0;
	font-size:15px;
	line-height:140%;
	color:#646464;
}
.fs {
	font-size:12px;
	line-height:130%;
}
.fl {
	font-size:20px;
	line-height:126%;
}
.b {
	font-weight:bold;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
a:link,
a:visited {
	color:#009b62;
	text-decoration:none;
}
a:hover,
a:active {
	color:#009b62;
	text-decoration:none;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
	overflow:hidden;
}
.pc {
    display: none !important;
}

header {
	height: 51px;
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	top: 0;
	left: 0;
	z-index: 9990;
	border-bottom:solid 1px #009b62;
}
header h1 {
	position: absolute;
    top: 3px;
    left: 15px;
	width: 177px;
	margin: 0 auto;
	text-align: left;
	z-index: 9999;
    padding-top: 4px;
}
header h1 img {
	width: 177px;
}
header .header-i {
    position: absolute;
    top: 0;
    right: 0;
	width: 100%;
    z-index: 9998;
}

#panel {
  position: fixed;
  top: 51px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
#panel-btn {
	display: block;
	position: absolute;
	top: 12px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: #009b62;
	border-radius: 15px;
	z-index: 9998;
}
#panel-btn:hover {
	background: #009b62;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #fff;
	transition: .2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: #fff;
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -6px;
}
#panel-btn-icon:after {
	margin-top: 4px;
}
#panel-btn .close {
	background: transparent;
}
#panel-btn .close:before,
#panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#panel {
	display: none;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.sp-nav {
	text-align: left;
}
.sp-nav i {
	padding-right: 5px;
}
.sp-nav a {
	display: block;
	position: relative;
	padding: 10px 10px 10px 20px;
	cursor: pointer;
	text-decoration: none;
	background-color: rgba(0,155,98,0.95);
	border-bottom: dotted 1px #fff;
	color: #fff;
}
.sp-nav a:hover {
	background-color: rgba(0,155,98,0.95);
}
.sp-nav .child {
	display: none;
	background-color: rgba(0,155,98,0.95);
}
.sp-nav .child a {
	background-color: rgba(0,155,98,0.95);
	color: #fff;
	border-bottom: dotted 1px #fff;
}
.sp-nav .child a:hover {
	background-color: rgba(0,155,98,0.95);
}
.sp-nav .child > li a {
	background-color: rgba(0,155,98,0);
	padding-left: 40px;
}
.sp-nav .toggle:after {
	position: absolute;
	top: 10px;
	right: 10px;
	content: '▶';
	opacity: 0.5;
	font-size: 6px;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
.sp-nav .toggle.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.main {
    text-align: left;
}
.scroll-text .info {
	background: url("../img/scroll_text_bk_sp.gif") no-repeat;
	background-size: auto 33px;
	height: 33px;
}
.scroll-text .info #marquee {
	margin:0 10px 0 105px;
	color:#009b62;
	line-height:34px;
	overflow: hidden;
}
.serch-box {
	background-color: #f3f3f3;
	padding: 7px 15px;
	text-align: right;
}
.serch-box #search_box {
	width: 70%;
}
.serch-box #btn {
	width: 20%;
	margin-left: 2px;
}
.title-area h2 {
	border-bottom: solid 1px #009b62;
	text-align: center;
	color: #009b62;
	font-size: 120%;
	font-weight: bold;
	padding: 15px 0 13px;
}
.title-area h2 img {
	display: none;
}
.header-banner {
	padding: 25px 15px 0;
	text-align: center;
}
#top .header-banner {
	padding: 20px 15px 0;
	text-align: center;
}
.header-banner img {
	max-width: 400px;
	width: 100%;
}
.main-area {
	padding:0 0 50px;
}
.main-right {
	padding-bottom: 20px;
}
footer {
	background-color: #f4f9ea;
	text-align: center;
}
footer .footer-line {
	background: linear-gradient(to left, #019b62, #8ec534);
	height: 5px;
}
footer .footer-logo {
	padding: 20px 0 12px;
}
footer .footer-logo img {
	width: 200px;
}
footer p {
	padding: 0 15px;
	font-size: 75%;
	line-height: 140%;
}
footer .copyright {
	padding: 20px 15px;
}

.copy {
	padding-bottom: 10px;
    font-weight: bold;
    font-size: 130%;
	line-height: 130%;
    color: #009b62;
}
section {
	padding: 0 15px;
}

#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#page-top a {
	background-color: #009b62;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px 10px;
    text-align: center;
    display: block;
    border-radius: 7px;
	line-height: 70%;
	opacity: 0.8;
}
#page-top a span {
	font-size: 85%;
	color: #fff;
}
.bar {
	margin-top: 40px;
	margin-bottom: 15px;
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	border-left: solid 4px #ff9900;
	background: linear-gradient(#e9e9e9 0%,#e9e9e9 50%,#f0f0f0 50%,#f0f0f0 100%);
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
}
.bar h3 {
	padding: 3px 0 2px 7px;
	font-weight: bold;
	color: #464646;
}
.copy {
	color: #009b62;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 3px;
}

/* トップ
--------------------------------------------------------------------*/
#top .bar {
	margin-top: 30px;
	margin-bottom: 0;
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	border-left: solid 4px #ff9900;
	background: linear-gradient(#e9e9e9 0%,#e9e9e9 50%,#f0f0f0 50%,#f0f0f0 100%);
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
}
#top .bar h3 {
	padding: 3px 0 2px 7px;
	font-weight: bold;
	color: #464646;
}
#top .bar p {
	padding: 3px 8px 0 0;
	font-size: 80%;
	font-weight: bold;
}
#top .bar p a {
	text-decoration: none;
	color: #464646;
}
#top .bar p a:hover {
	opacity: 0.7;
}
#top .bar p i {
	padding-right: 5px;
	font-size: 120%;
	vertical-align: -1px;
	color: #464646;
}
#top .top-flash {
	border-bottom: solid 1px #35a87e;
	text-align:center;
}
#top .top-flash .slides li img {
	width: 100%;
}
#top .green {
	color:#009b62;
}
#top .top-news {
	padding: 10px 15px 0;
}
#top .top-news .top-news-i {
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
#top .top-news .photo {
	width:75px;
	text-align:center;
	flex-shrink: 0;
}
#top .top-news .photo img {
	width: 100%;
}
#top .top-news .photo-r {
	padding-left: 10px;
}
#top .top-news .big-news {
	padding-bottom: 3px;
	font-weight:bold;
	font-size: 110%;
}
#top .top-news .backnumber {
	margin-bottom: 7px;
	border-bottom: solid 1px #d2d2d2;
	padding: 10px 0 2px;
	font-weight: bold;
	font-size: 85%;
}
#top .top-news li {
	font-weight: bold;
    text-indent: -1em;
    margin-left: 1em;
}
#top .top-news li:before {
    content: '・';
    display: inline-block;
    width: 1em;
    text-indent: 0;
	color: #009b62;
}
#top .line {
	padding: 10px 15px 0;
}
#top .new-item .item-l {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: dotted 1px #c8c8c8;
	margin-bottom: 10px;
}
#top .new-item .item-r {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: dotted 1px #c8c8c8;
}
#top .new-item .photo {
	width: 75px;
	text-align:center;
	flex-shrink: 0;
}
#top .new-item .photo img {
	width: 100%;
}
#top .new-item p {
	padding-left: 10px;
	font-weight: bold;
}
#top .special .special-i {
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
#top .special .photo {
	width:75px;
	text-align:center;
	flex-shrink: 0;
}
#top .special .photo img {
	width: 100%;
}
#top .special .photo-r {
	padding-left: 10px;
}
#top .special .big-special {
	padding-bottom: 3px;
	font-weight:bold;
}
#top .special .backnumber {
	margin-bottom: 7px;
	border-bottom: solid 1px #d2d2d2;
	padding: 10px 0 2px;
	font-weight: bold;
	font-size: 85%;
}
#top .special li {
	font-weight: bold;
    text-indent: -1em;
    margin-left: 1em;
}
#top .special li:before {
    content: '・';
    display: inline-block;
    width: 1em;
    text-indent: 0;
	color: #009b62;
}
#top .whatsnew li {
	padding-bottom: 7px;
	border-bottom: dotted 1px #c8c8c8;
	margin-bottom: 7px;
	display: none;
}
#top .whatsnew li:nth-child(-n+5) {
	display: block;
}
#top .whatsnew li span {
	display: block;
	font-size: 85%;
	font-weight: bold;
	color: #969696;
}
#top .whatsnew li a {
	font-weight: bold;
}
#top .pr {
	padding-top: 10px;
	text-align: center;
}
#top .r-magazine .banner {
	padding-top: 7px;
	text-align: center;
}
#top .r-magazine p {
	padding: 10px 0 7px;
}
#top .monthly .line {
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
}
#top .monthly .photo {
	width:70px;
	text-align:center;
	flex-shrink: 0;
}
#top .monthly .photo img {
	width: 100%;
}
#top .monthly .photo-r {
	padding-left: 10px;
}
#top .monthly .gou {
	padding-bottom: 3px;
	font-weight:bold;
	color: #009b62;
}
#top .twitter {
	
}
#top .pickup {
	margin: 15px 40px 0;
	border: solid 1px #d2d2d2;
	padding: 5px 20px 10px;
}
#top .pickup img {
	max-width: 240px;
	width: 100%;
}
#top .what .photo {
	padding: 5px 0 10px;
	text-align: center;
}
#top .what .photo img {
	width: 240px;
}
#top .what .line p {
	font-size: 85%;
}
#top .about-btn {
    padding-top: 15px;
    text-align: center;
}
#top .about-btn a {
    display: block;
    background: #009b62;
	border-radius: 10px;
	max-width: 280px;
	margin: 0 auto;
    text-decoration: none;
    line-height: 40px;
	font-weight: bold;
    color: #fff;
}
#top .about-btn a:hover {
	opacity: 0.7;
}
#top .last-banner {
	padding: 10px 15px 0;
	text-align: center;
}
#top .last-banner li {
	padding-top: 20px;
}

/* 文マガとは
--------------------------------------------------------------------*/
#bunmaga .name {
	padding-top: 20px;
	text-align: right;
}

/* ニュース
--------------------------------------------------------------------*/
#news .bar {
	margin-bottom: 9px;
}
#news select {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    display: block;
    border-radius: 7px;
    border: solid 1px #d2d2d2;
    background: -webkit-linear-gradient(#fff 30%, #f0f0f0);
    background: -o-linear-gradient(#fff 30%, #f0f0f0);
    background: linear-gradient(#fff 30%, #f0f0f0);
    padding: 11px 50px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #646464;
    margin: 20px auto 23px;
}
#news .entry-toplist {
	padding-bottom: 10px;
}
#news .entry-toplist li {
	padding-bottom: 7px;
	border-bottom: dotted 1px #c8c8c8;
	margin-bottom: 7px;
	font-weight: bold;
}
#news .entry-toplist li span {
	display: block;
	font-size: 85%;
	font-weight: bold;
	color: #969696;
}
#news .no-data {
	padding-top: 15px;
}

/* ニュース　下層
--------------------------------------------------------------------*/
#news-u .main-right .bar {
	margin-bottom: 15px;
}
#news-u .day {
	padding-bottom: 5px;
}
#news-u .main-right h2 {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 125%;
	color: #069b62;
}
#news-u .twitter {
	float:left;
	width:90px;
	padding:2px 0 15px;
}
#news-u .facebook {
	float:left;
	width:200px;
	padding:2px 0 15px;
}
#news-u .sns {
	clear:both;
}
#news-u .main-entry {
	padding:10px 0 30px;
}
#news-u .main-entry .photo,
#news-u .main-entry .photo-l {
	padding-bottom: 10px;
	text-align: center;
}
#news-u .main-entry .photo img,
#news-u .main-entry .photo-l img {
	max-width: 400px;
	width: 100%;
}
#news-u .main-entry .photo .next,
#news-u .main-entry .photo-l .next {
	padding-top: 20px;
}
#news-u .main-entry .photo p,
#news-u .main-entry .photo-l p {
	padding-top: 7px;
}
#news-u .main-entry .photo a,
#news-u .main-entry .photo-l a {
	pointer-events: none;
}
#news-u .main-entry .text {
	padding-top: 15px;
}
#news-u h5 {
	border-top: solid 1px #d2d2d2;
	padding: 10px 0 5px;
	font-weight: bold;
}
#news-u .entry-list {
	padding-bottom: 20px;
}
#news-u .entry-list li {
	padding-bottom: 7px;
	font-weight: bold;
}
#news-u .entry-list li span {
	display: block;
	font-size: 85%;
	font-weight: bold;
	color: #969696;
}
#news-u select {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    display: block;
    border-radius: 7px;
    border: solid 1px #d2d2d2;
    background: -webkit-linear-gradient(#fff 30%, #f0f0f0);
    background: -o-linear-gradient(#fff 30%, #f0f0f0);
    background: linear-gradient(#fff 30%, #f0f0f0);
    padding: 11px 50px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #646464;
    margin: 20px auto 23px;
}

/* 新製品情報
--------------------------------------------------------------------*/
#new-item .bar {
	margin-bottom: 0;
}
#new-item .entry-block {
	border-bottom:solid 1px #d2d2d2;
	padding: 15px 0 25px;
}
#new-item .entry-block .photo {
	text-align: center;
}
#new-item .entry-block .photo img {
	max-width: 240px;
	width: 100%;
}
#new-item .entry-block .photo-r .day {
	padding: 12px 0 3px;
}
#new-item .entry-block .photo-r .day img {
	margin-left: 8px;
	vertical-align: middle;
}
#new-item .entry-block .title {
	padding-bottom: 7px;
	font-size: 125%;
	font-weight: bold;
	color: #069b62;
}
#new-item .entry-block .motto {
	padding-top: 8px;
}
#new-item .entry-block .motto a {
	display: inline-block;
	background-color: #ff9900;
	border-radius: 7px;
	padding: 3px 8px 2px 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	color: #fff;
}
#new-item .entry-block .motto a:hover {
	opacity: 0.7;
}
#new-item .entry-block .motto a i {
	vertical-align: middle;
	padding-left: 5px;
}
#new-item .page {
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
}
#new-item .page a {
	border: solid 1px #009b62;
	border-radius: 3px;
	margin: 0 3px;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	color: #009b62;
}
#new-item .page span {
	border: solid 1px #969696;
	border-radius: 3px;
	margin: 0 3px;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	color: #969696;
}
#new-item .page a:hover {
	background-color: #009b62;
	color: #fff;
}

/* ステーショナリージャパン
--------------------------------------------------------------------*/
#stationery .stationery-top .photo {
	padding: 5px 0 15px;
	text-align: center;
}
#stationery .stationery-top .photo img {
	width: 260px;
}
#stationery .introduction {
	padding: 5px 0 10px;
}
#stationery .introduction .photo {
	padding: 15px 0;
	text-align: center;
}
#stationery .introduction .photo img {
	width: 200px;
}

/* 会社概要
--------------------------------------------------------------------*/
#company .bar {
	margin-bottom: 2px;
}
#company .profile th,
#company .profile td,
#company .history th,
#company .history td {
	display: block;
}
#company .profile td,
#company .history td {
	border-bottom: dotted 1px #c8c8c8;
}
#company .profile th p,
#company .history th p {
	background: url("../common/arrow_5.gif") no-repeat 7px 20px;
	padding: 12px 0 0 17px;
	font-size: 85%;
	font-weight: bold;
}
#company .profile td p,
#company .history td p {
	padding: 0 5px 11px;
}
#company .profile .map {
	padding: 2px 0 8px 5px;
}
#company .profile li {
	padding: 0 5px 5px;
}
#company .profile li:last-child {
	padding: 0 5px 11px;
}

/* Service Lineup
--------------------------------------------------------------------*/
#lineup .bar-top {
	margin-bottom: 0;
}
#lineup .lineup-box {
	padding: 30px 0 10px;
	border-bottom: solid 1px #d2d2d2;
}
#lineup .lineup-top {
	padding: 15px 0 12px;
}
#lineup .lineup-box .photo {
	text-align: center;
}
#lineup .lineup-box .photo img {
	width: 245px;
}
#lineup .lineup-box .photo-r h4 {
	margin-top: 10px;
	border-top: dotted 1px #c8c8c8;
	background:url(../common/arrow_6.gif) no-repeat 0 16px;
	padding: 10px 5px 2px 10px;
	font-weight:bold;
	color:#009b62;
}

/* 月刊「BUNGU TO JIMUKI」
--------------------------------------------------------------------*/
#bungu .bar {
	margin-bottom: 2px;
}
#bungu .photo {
	padding: 15px 0 5px;
	text-align: center;
}
#bungu .photo img {
	width: 150px;
}
#bungu .bungu-logo {
	padding-bottom: 20px;
	text-align: center;
}
#bungu .bungu-logo img {
	width: 240px;
}
#bungu .bungu th,
#bungu .bungu td {
	display: block;
}
#bungu .bungu td {
	border-bottom: dotted 1px #c8c8c8;
}
#bungu .bungu th p {
	background: url("../common/arrow_5.gif") no-repeat 7px 20px;
	padding: 12px 0 0 17px;
	font-size: 85%;
	font-weight: bold;
}
#bungu .bungu td p {
	padding: 0 5px 11px;
}
#bungu .bungu ul {
	padding-bottom: 12px;
}
#bungu .bungu li {
	padding-top: 2px;
}
#bungu .bungu .bunseki {
	display: flex;
	justify-content: flex-start;
	padding-top: 2px;
}
#bungu .bungu .bunseki p {
	padding: 0;
}
#bungu .bungu .bunseki .text2 {
	padding-top: 9px;
}
#bungu .bungu .bunseki .area {
	width: 160px;
	flex-shrink: 0;
}
#bungu .bungu .bunseki-last {
	padding-bottom: 12px;
}
#bungu .form-banner {
	padding-top: 30px;
	text-align: center;
}

/* ENGLISH
--------------------------------------------------------------------*/
#english .bar {
	margin-bottom: 2px;
}
#english .photo {
	padding: 15px 0 5px;
	text-align: center;
}
#english .photo img {
	width: 150px;
}
#english .bungu-logo {
	padding-bottom: 20px;
	text-align: center;
}
#english .bungu-logo img {
	width: 240px;
}
#english .bungu-top .copy {
	text-align: center;
}
#english .bungu th,
#english .bungu td {
	display: block;
}
#english .bungu td {
	border-bottom: dotted 1px #c8c8c8;
}
#english .bungu th p {
	background: url("../common/arrow_5.gif") no-repeat 7px 20px;
	padding: 12px 0 0 17px;
	font-size: 85%;
	font-weight: bold;
}
#english .bungu td p {
	padding: 0 5px 11px;
}

/* バックナンバー
--------------------------------------------------------------------*/
#bungutojimuki .bar {
	margin-bottom: 0;
}
#bungutojimuki .entry-block {
	padding: 15px 0;
	border-bottom: dotted 1px #c8c8c8;
}
#bungutojimuki .entry-block .photo {
	margin: 0 auto;
	width: 108px;
	text-align: center;
}
#bungutojimuki .entry-block .photo img {
	width: 100%;
}
#bungutojimuki .entry-block .photo-r {
	padding-top: 10px;
}
#bungutojimuki .entry-block .photo-r .info {
	font-weight: bold;
}
#bungutojimuki .entry-block .title {
	color:#069b62;
	font-weight:bold;
	font-size: 125%;
}
#bungutojimuki .entry-block .text {
	padding-top: 10px;
}
#bungutojimuki .page {
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
}
#bungutojimuki .page a {
	border: solid 1px #009b62;
	border-radius: 3px;
	margin: 0 3px;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	color: #009b62;
}
#bungutojimuki .page span {
	border: solid 1px #969696;
	border-radius: 3px;
	margin: 0 3px;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	color: #969696;
}
#bungutojimuki .page a:hover {
	background-color: #009b62;
	color: #fff;
}
#bungutojimuki .form-banner {
	padding-top: 20px;
	text-align: center;
}

/* 広告掲載について
--------------------------------------------------------------------*/
#advertisement .bar {
	margin-bottom: 12px;
}
#advertisement h4 {
	background: url(../common/arrow_5.gif) no-repeat 5px 7px;
	margin: 15px 0 4px;
	padding-left: 15px;
}
#advertisement .green {
	color:#009b62;
}
#advertisement .advertisement-top .photo {
	text-align: center;
}
#advertisement .advertisement-top .photo img {
	width: 240px;
}
#advertisement .advertisement-top .photo-r {
	padding-top: 10px;
}
#advertisement .advertisement-next {
	padding-bottom: 10px;
}
#advertisement .advertisement-next .photo {
	padding: 10px 0 15px;
	text-align: center;
}
#advertisement .advertisement-next .photo img {
	width: 200px
}
#advertisement .advertisement-next .photo-r {
	padding-bottom: 10px;
}
#advertisement .table-1 {
	border-top: dotted 1px #c8c8c8;
}
#advertisement .table-1 th,
#advertisement .table-1 td {
	display: block;
}
#advertisement .table-1 td {
	border-bottom: dotted 1px #c8c8c8;
}
#advertisement .table-1 th p {
	background: url("../common/arrow_5.gif") no-repeat 7px 20px;
	padding: 12px 0 0 17px;
	font-size: 85%;
	font-weight: bold;
}
#advertisement .table-1 td p {
	padding: 0 5px 11px;
}
#advertisement .table-1 ul {
	padding: 0 5px 12px;
}
#advertisement .table-1 li {
	padding-top: 2px;
}
#advertisement .table-1 .bunpu {
	display: flex;
	justify-content: flex-start;
	padding-top: 2px;
}
#advertisement .table-1 .bunpu p {
	padding: 0 5px;
}
#advertisement .table-1 li span {
	font-weight: bold;
}
#advertisement .table-1 .bunpu-top {
	padding: 0;
	border: none;
	margin: 0;
}
#advertisement .table-1 .bunpu-last {
	padding: 0 0 11px;
}
#advertisement .table-1 .bunpu .area {
	width: 160px;
	flex-shrink: 0;
}
#advertisement .table-u {
	padding: 10px 0 15px;
}
#advertisement .table-2 table {
	width: 100%;
}
#advertisement .table-2 table th,
#advertisement .table-2 table td {
	border: solid 1px #d2d2d2;
	vertical-align: middle;
	font-size: 85%;
}
#advertisement .fss {
	font-size: 85% !important;
}
#advertisement .table-2 table th {
	background-color: #e5f5ef;
}
#advertisement .table-2 table th p {
	padding: 7px 0 6px;
	text-align:center;
}
#advertisement .table-2 table td.top {
	background-color: #ccebe0;
}
#advertisement .table-2 table td p {
	padding: 7px 0 6px;
	text-align:center;
}
#advertisement .table-2 table td .lft {
	padding: 7px 5px 6px 10px;
	text-align: left;
}
#advertisement .table-3 th,
#advertisement .table-3 td {
	display: block;
}
#advertisement .table-3 th p {
	font-weight: bold;
}
#advertisement .table-3 td {
	padding-bottom: 7px;
}


/* 個人情報の取り扱いについて
--------------------------------------------------------------------*/
#privacy .privacy {
	padding: 20px 0;
}
#privacy .privacy li {
	padding-bottom: 2px;
    text-indent: -1.6em;
    margin-left: 1.6em;
}

/* 特定商取引法に基づく表記
--------------------------------------------------------------------*/
#tokutei .bar {
	margin-bottom: 2px;
}
#tokutei .tokutei th,
#tokutei .tokutei td {
	display: block;
}
#tokutei .tokutei td {
	border-bottom: dotted 1px #c8c8c8;
}
#tokutei .tokutei th p {
	background: url("../common/arrow_5.gif") no-repeat 7px 20px;
	padding: 12px 0 0 17px;
	font-size: 85%;
	font-weight: bold;
}
#tokutei .tokutei td p {
	padding: 0 5px 11px;
}













/* トピックス　一覧
--------------------------------------------------------------------*/
#topics .topics-area dl {
	padding: 0 15px;
}
#topics .topics-area dt {
    padding: 11px 0 3px;
}
#topics .topics-area dt span {
    display: inline-block;
    width: 100px;
    margin-left: 10px;
    padding: 1px 0;
    vertical-align: 2px;
    text-align: center;
    font-size: 85%;
    color: #fff;
}
#topics .topics-area dt .topics1 {
    background-color: #80c032;
	border-radius: 7px;
}
#topics .topics-area dt .topics2 {
    background-color: #ffac1e;
	border-radius: 7px;
}
#topics .topics-area dt .topics3 {
    background-color: #ff8e8e;
	border-radius: 7px;
}
#topics .topics-area dt .topics4 {
    background-color: #4ca535;
	border-radius: 7px;
}
#topics .topics-area dt .topics5 {
    background-color: #00acf2;
	border-radius: 7px;
}
#topics .topics-area dt .topics6 {
    background-color: #c0cad4;
	border-radius: 7px;
}
#topics .topics-area dd {
	padding-bottom: 10px;
	border-bottom: dotted 1px #c8c8c8;
}
#topics .topics-area dd a {
    color: #323232;
}
#topics .page {
	padding-top: 40px;
	text-align: center;
}
#topics .page a {
	border: solid 1px #646464;
	border-radius: 3px;
	margin: 0 3px;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	color: #323232;
}
#topics .page span {
	border: solid 1px #c8c8c8;
	border-radius: 3px;
	margin: 0 3px;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	color: #c8c8c8;
}
#topics .page a:hover {
	background-color: #d2d2d2;
}

/* トピックス　下層
--------------------------------------------------------------------*/
#topics-u .topics-area .day {
	padding: 11px 0 15px;
}
#topics-u .topics-area .day span {
    display: inline-block;
    width: 100px;
    margin-left: 10px;
    padding: 1px 0;
    vertical-align: 2px;
    text-align: center;
    font-size: 85%;
    color: #fff;
}
#topics-u .topics-area .day .topics1 {
    background-color: #80c032;
	border-radius: 7px;
}
#topics-u .topics-area .day .topics2 {
    background-color: #ffac1e;
	border-radius: 7px;
}
#topics-u .topics-area .day .topics3 {
    background-color: #ff8e8e;
	border-radius: 7px;
}
#topics-u .topics-area .day .topics4 {
    background-color: #4ca535;
	border-radius: 7px;
}
#topics-u .topics-area .day .topics5 {
    background-color: #00acf2;
	border-radius: 7px;
}
#topics-u .topics-area .day .topics6 {
    background-color: #c0cad4;
	border-radius: 7px;
}
#topics-u .topics-area h4 {
	font-size: 120%;
	font-weight: bold;
}
#topics-u .topics-area .photo {
	padding-top: 20px;
	text-align: center;
}
#topics-u .topics-area .photo img {
	max-width: 500px;
	width: 100%;
}
#topics-u .caption {
	padding-top: 7px;
	text-align: center;
	font-size: 95%;
}
#topics-u .topics-area .text {
	padding: 20px 0 20px;
}
#topics-u .topics-area .photo-area {
	text-align: center;
}
#topics-u .topics-area .photo-area .photo {
	padding: 20px 0 0;
}
#topics-u .topics-area .photo-area .photo img {
	max-width: 500px;
	width: 100%;
}
#topics-u .topics-area .photo-area .photo a {
	pointer-events: none;
}

#topics-u .pageback {
	margin-top: 50px;
	border-top: solid 1px #d2d2d2;
	padding-top: 30px;
    text-align: center;
}
#topics-u .pageback a {
    display: inline-block;
    background: #80c032;
	border-radius: 20px;
    padding: 0 40px;
    text-decoration: none;
    line-height: 40px;
	font-weight: bold;
    color: #fff;
}

/* フォームページ
--------------------------------------------------------------------*/
#contact .bar {
	margin-bottom: 0;
}
#contact .top-text {
	padding-top: 15px;
}
#contact .kome {
	padding: 10px 0 15px;
	border-bottom: dotted 1px #c8c8c8;
}
#contact .kome span {
	color: #da1e1e;
}
#contact .kome li {
	padding-bottom: 1px;
    text-indent: -1em;
    margin-left: 1em;
	font-size: 85%;
}
#contact .kome li:before {
    content: '・';
    display: inline-block;
    width: 1em;
    text-indent: 0;
}
#contact .kome a {
	font-weight: bold;
}
#contact .warning-area {
	color: #e61e1e;
	background-color: #fff0f0;
	border: solid 1px #c84632;
	padding: 15px 20px 14px;
	margin: 20px 0 5px;
}
#contact .warning-area i {
	padding-right: 7px;
}
#contact form {
}
#contact .contact {
	border-bottom: dotted 1px #c8c8c8;
}
#contact .contact .item {
	background: url("../common/arrow_5.gif") no-repeat 7px 20px;
	padding: 10px 0 0 17px;
	font-size: 85%;
}
#contact .contact .item p {
	font-weight: bold;
}
#contact .contact .detail {
	padding: 0 5px 10px;
}
#contact .contact .required {
	padding-left: 5px;
	color: #da1e1e;
}
#contact .contact .detail input[type="text"] {
	border: solid 1px #a8b2bc;
	width: 240px;
	font-size: 100%;
	font-weight: normal !important;
}
#contact .contact .detail input[type="radio"] {
	margin-left: 0;
	font-size: 100%;
}
#contact .contact .detail input[type="radio"]:first-child {
	margin-left: 0;
}
#contact .contact .detail input::placeholder {
	font-size: 100%;
	color: #ababab;
}
#contact .contact .detail #email1 {
	width: 85%;
}
#contact .contact .detail #email2 {
	width: 85%;
	margin-top: 7px;
}
#contact .contact .detail #yuubin1 {
	width: 40px;
}
#contact .contact .detail #yuubin2 {
	width: 50px;
	margin-right: 7px;
}
#contact .contact .detail #address {
	width: 85%;
}
#contact .contact .detail #btn-ajaxzip {
	margin-top: 7px;
	font-size: 90%;
	font-weight: normal !important;
}
#contact .contact .detail #genre,
#contact .contact .detail #item,
#contact .contact .detail #shiharai,
#contact .contact .detail #age,
#contact .contact .detail #ken,
#contact .contact .detail #dokode {
	padding: 4px 15px 6px;
	font-size: 90%;
	font-weight: normal !important;
}
#contact .contact .detail textarea  {
	margin-top: 3px;
	border: solid 1px #a8b2bc;
	padding: 10px 15px 8px;
	width: 85%;
	height: 150px;
	font-size: 100%;
	font-weight: normal;
}
#contact .contact .detail textarea::placeholder {
	font-size: 100%;
}
#contact .privacy {
	padding-top: 30px;
}
#contact .btn {
	padding: 20px 0 10px;
	text-align: center;
}

/* iOSでのデフォルトスタイルをリセット */
#contact .btn input[type="submit"],
#contact .btn input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
#contact .btn input[type="submit"]::-webkit-search-decoration,
#contact .btninput[type="button"]::-webkit-search-decoration {
  display: none;
}
#contact .btn input[type="submit"]::focus,
#contact .btn input[type="button"]::focus {
  outline-offset: -2px;
}

#contact .btn button,
#contact .btn input {
	display: inline-block;
	background-color: #009b62;
	border-radius: 5px !important;
	border: 0;
	margin: 0 10px;
	padding: 0 50px;
	line-height: 40px;
	text-decoration: none;
	cursor: pointer;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
}
#contact .btn button:hover,
#contact .btn input:hover {
	opacity: 0.7;
}
#contact .btn .fixstyle {
	display: block;
	margin: 0 auto;
}
#contact .btn .submitstyle {
	margin-top: 10px;
}
#contact .middle-text {
	padding: 15px 0;
	border-bottom: dotted 1px #c8c8c8;
}
#contact .thanks {
	padding: 50px 0 50px;
	text-align: center;
}
#contact .thanks .title {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 140%;
	color: #009b62;
}
#contact .thanks .attention {
	padding-top: 15px;
}
#contact .pageback {
	padding-top: 60px;
}
#contact .pageback a {
	display: inline-block;
	background-color: #009b62;
	border-radius: 5px !important;
	border: 0;
	margin: 0 10px;
	padding: 0 50px;
	line-height: 40px;
	text-decoration: none;
	cursor: pointer;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
}
