@charset "utf-8";

/*
Font Size(10px Base)
--------------------
10px * 1rem -> 10px
10px * 1.5rem -> 15px
10px * 2rem -> 20px
10px * 2.5rem -> 25px
*/

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

	Base CSS

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

.top_news > .inner {
	position: relative;
}

.top_news > .inner > h1 {
	font-size: 0;
	line-height: 0;
	width: 125px;
	box-sizing: border-box;
}

.top_news .btn_set {
	text-align: right;
	display: inline-block;
	position: absolute;
}

.top_news .btn_set > li {
	display: inline-block;
}

.top_news .btn_set a {
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	background: #ea940d;
	display: block;
}

.update_body {
	border-radius: 2px;
	border: solid 3px #ffd384;
	background: #fff;
	box-sizing: border-box;
}

.top_entry_list > li {
	text-align: left;
	border-bottom: dashed 1px #ccc;
	width: 100%;
}

	.top_entry_list > li:last-of-type {
		border-bottom: none;
	}

.top_entry_list > li > a.list_row {
	padding: 9px 20px 0 10px;
	text-decoration: none;
	vertical-align: middle;
	height: 60px;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.top_entry_list > li > a.list_row:after {
	line-height: 1;
	color: #ddd;
	content: "\e802";
	position: absolute;
	top: 23px;
	right: 5px;
}

.top_entry_list > li > a.list_row:hover {
	background: #efefef;
}

.top_entry_list > li > a.list_row > .meta {
	display: block;
}

.top_entry_list > li > a.list_row > .meta > .date {
	font-size: 1.2rem;
	line-height: 16px;
}

.top_entry_list > li > a.list_row > .meta > .category {
	margin: 0 0 0 10px;
	padding: 0 5px;
	font-size: 1rem;
	line-height: 16px;
	text-align: center;
	border-radius: 2px;
	background: #ffd000;
	min-width: 80px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	top: -1px;
}

.top_entry_list > li > a.list_row > .title {
	margin: 3px 0 0 0;
	display: block;
}

.top_entry_list > li > a.list_row > .title > span {
	line-height: 1;
	text-decoration: underline;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

/* Online Banner */

.top_online {
	background: url(../images/top/online_bg.gif);
	box-sizing: border-box;
}

.top_online > .inner {
	padding: 20px;
	font-size: 0;
	line-height: 0;
}

.top_online > .inner > ul {
	background: url(../images/top/online_line.png) repeat-x;
	background-size: 443px 5px;
}

/* About */

.top_about {
	background: url(../images/top/about_bg1.png);
}

.top_about .top_about_bg2 {
	background: url(../images/top/about_bg2.png) repeat-x;
	background-size: contain;
}

.top_about .top_about_bg3 {
	background: url(../images/top/about_bg3.png) no-repeat center top;
	position: relative;
	top: -20px;
}

.top_about_txt {
	text-align: left;
}

.top_pickup > ul li > a {
	border-radius: 5px;
	background: #fff; 
	overflow: hidden;
}

/* Voice */

.top_voice {
	background: url(../images/common/bg04.jpg);
}

.top_voice h1 {
	line-height: 0;
	position: relative;
	top: -10px;
}

.top_voice_list li > a {
	padding: 15px;
	text-decoration: none;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	display: block;
}

.top_voice_list dl {
	margin: 5px 0 0 0;
}

.top_voice_list dl > dt {
	font-weight: bold;
	color: #77bb58;
}

.top_voice_list .btn1 {
	margin: 15px 0 0 0;
	font-size: 1.2rem;
	background: #77bb58;
	width: 100%;
}

/* Maker */

.maker_list {
	font-size: 0;
	line-height: 0;
}

.top_maker h1 img{
	margin: 0 auto;
	width: 130px;
}

.maker_list li {
	display: inline-block;
}

.maker_list li a {
	border-radius: 3px;
	border: solid 1px #ccc;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	display: block;
}

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

	PC Style

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

@media only screen and (min-width: 768px) {

.top .global_nav {
	margin: 90px 0 0 0;
}

.top_bg {
	background: url(../images/top/visual_bg_pc.gif) repeat-x 50% 0;
	min-width: 960px;
}

.main_visual {
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 960px;
}

.upper {
	margin: 40px auto;
	width: 960px;
	overflow: hidden;
}

.upper_block {
	margin: 0 0 0 30px;
	box-sizing: border-box;
	float: left;
}

	.upper > .upper_block:first-of-type {
		margin: 0;
	}

/* Request */

.top_request {
	width: 230px;
}

/* News */

.top_news {
	border-radius: 5px;
	background: url(../images/top/news_bg.gif);
	width: 700px;
}

.top_news > .inner {
	padding: 10px;
}

.top_news > .inner > h1 {
	padding: 7px 0 0 5px;
	height: 45px;
}

.top_news .btn_set {
	line-height: 25px;
	top: 15px;
	right: 10px;
}

.top_news .btn_set a {
	font-size: 1.3rem;
	line-height: 25px;
	width: 25px;
	height: 25px;
}

.update_body {
	padding: 3px 10px 0 10px;
	height: 195px;
}

.update_body > .loader {
	height: 186px;
}

.top_entry_list > li > a.list_row > .meta {
	margin: -4px 0 0 0;
}

/* Online Banner */

.top_online {
	border-radius: 5px;
	border: solid 1px #e1d9c2;
}

.top_online > .inner {
	margin: 0 auto;
    padding: 60px 0;
    width: 960px;
}

.top_online > .inner > h2 {
	margin: 0 auto 20px;
	width:384px;
}

.top_online > .inner > ul {
	display:flex;
	flex-wrap: wrap;
	gap:2rem;
}

.top_online > .inner > ul li {
	width: calc((100% - 4rem) / 3);
}


/* About */

.top_about .top_about_bg3 > .inner {
	margin: 0 auto;
	padding: 60px 0 40px 0;
	width: 960px;
}

.top_about_txt {
	width: 545px;
}

.top_about_txt p {
	margin: 20px 0 0 0;
}

.top_pickup {
	margin: 40px 0 0 0;
}

.top_pickup > ul {
	overflow: hidden;
}

.top_pickup > ul li {
	margin: 0 0 0 30px;
	width: 300px;
	float: left;
}

	.top_pickup > ul li:first-of-type {
		margin: 0;
	}

.top_pickup > ul li > a {
	display: block;
}

.top_pickup > ul li > a > .pickup_name {
	padding: 25px 0 0 0;
	width: 100%;
	height: 75px;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.top_pickup > ul li > a > .pickup_name:after {
	font-size: 1.6rem;
	line-height: 1.2;
	color: #007cc6;
	content: "\e802";
	position: absolute;
	right: 15px;
}

.top_pickup > ul li > a > .pickup_name > img {
	width: auto;
	height: 22px;
}

/* Voice */

.top_voice > .inner {
	padding: 0 0 50px 0;
}

.top_voice_list {
	margin: 30px 0 0 0;
	overflow: hidden;
}

.top_voice_list li {
	margin: 0 0 0 32px;
	background: #fff;
	width: 216px;
	float: left;
}

	.top_voice_list li:first-of-type {
		margin: 0;
	}

/* Maker */

.top_maker {
	margin: 50px 0 0 0;
}

.top_maker > .inner {
	text-align: center !important;
}

.maker_list {
	margin: 20px 0 0 0;
}

.maker_list li {
	margin: 0 0 0 32px;
	width: 216px;
}

	.maker_list li:first-of-type {
		margin: 0;
	}

.maker_list li a {
	padding: 14px 19px;
}

}/* End min-width 768px */

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

	SP Style

=================================================================== */
@media only screen and (max-width: 767px) {

.top_bg {
	background:#d6eef6 url(../images/top/visual_bg_sp.png) repeat-x 50% 100%;
	background-size: 678px;
}

.main_visual {
	padding: 0 20px 70px 20px;
	width: 100%;
	box-sizing: border-box;
}

.main_visual > img {
	margin: 0 auto;
	max-width: 400px;
}

.upper_block {
	box-sizing: border-box;
}

	.upper > .upper_block:first-of-type {
		margin: 0;
	}

/* Request */

.top_request {
	padding: 0 20px;
	line-height: 0;
}

.top_request img {
	max-width: 350px;
}

/* News */

.top_news {
	margin: 20px 0 0 0;
	background: url(../images/top/news_bg.gif);
}

.top_news > .inner {
	padding: 17px;
}

.top_news > .inner > h1 {
	padding: 1px 0 0 0;
	height: 40px;
}

.top_news .btn_set {
	line-height: 40px;
	top: 9px;
	right: 17px;
}

.top_news .btn_set a {
	font-size: 1.8rem;
	line-height: 40px;
	width: 40px;
	height: 40px;
}

.update_body {
	padding: 0;
}

.update_body > .loader {
	height: 180px;
}

.top_entry_list > li > a.list_row > .meta {
	margin: -7px 0 0 0;
}

/* Online Banner */

.top_online > .inner {
	padding: 25px 20px 30px 20px;
}

.top_online > .inner > h2 {
	margin: 0;
}

.top_online > .inner > h2 > img {
	margin-left: 75px;
	width: 220px;
}

.top_online > .inner > ul {
	margin: 0 auto;
	padding: 10px 0 0 0;
	max-width: 500px;
	overflow: hidden;
}

.top_online > .inner > ul li {
	margin: 10px 0 0 0;
	line-height: 0;
	box-sizing: border-box;
}

.top_online .bnr_maintenance {
	margin: 10px auto 0 auto;
	font-size: 1.4rem;
	line-height: 74px;
	width: 100%;
	max-width: 500px;
	height: 74px;
}

/* About */

.top_about {
	margin: 0;
}

.top_about .top_about_bg3 {
	background-position: right -10px top 0;
	background-size: 380px;
}

.top_about .top_about_bg3 > .inner {
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
}

.top_about_txt > h1 {
	max-width: 450px;
}

.top_about_txt p {
	margin: 10px 0 0 0;
}

.top_pickup {
	margin: 20px 0 0 0;
}

.top_pickup > ul li {
	margin: 10px 0 0 0;
}

.top_pickup > ul li > a {
	width: 100%;
	display: table;
}

.top_pickup > ul li > a > span {
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

.top_pickup > ul li > a > .pickup_tmb {
	width: 150px;
}

.top_pickup > ul li > a > .pickup_name {
	padding: 0 20px 0 15px;
	text-align: left;
}

.top_pickup > ul li > a > .pickup_name:after {
	margin: 2px 0 0 0;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #007cc6;
	content: "\e802";
	position: absolute;
	right: 10px;
}

.top_pickup > ul li > a > .pickup_name > img {
	margin: 1px 0 0 0;
	width: 100%;
	max-width: 120px;
}

/* Voice */

.top_voice > .inner {
	padding: 0 10px 30px 10px;
}

.top_voice h1 {
	margin: 0 10px;
	padding: 4px 0 0 0;
	background: url(../images/top/voice_ttl_bg_sp.png) no-repeat 100% 0;
	background-size: 677px;
}

.top_voice h1 > img {
	width: 246px;
}

.top_voice_list {
	margin: 10px 0 0 0;
}

.top_voice_list li {
	padding: 20px 10px 0 10px;
	width: 100%;
	max-width: 300px;
	display: inline-block;
	box-sizing: border-box;
}

.top_voice_list li > a > img {
	margin: 0 auto;
}

.top_voice_list dl > dd {
	font-size: 1.3rem;
	text-align: left;
}

/* Maker */

.top_maker {
	margin: 30px 0 0 0;
}

.maker_list {
	margin: 10px 15px 0 15px;
	text-align: center;
	display: inline-block;
}

.maker_list li {
	padding: 0 5px 10px 5px;
	max-width: 160px;
	box-sizing: border-box;
}

.maker_list li a {
	padding: 10px 15px;
}

}/* End max-width 767px */

