body {
    color: #333333;
    /*  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
    /*  font-family:"HG丸ゴシックM-PRO","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4","メイリオ",Meiryo,"MS P Gothic","ＭＳ Ｐゴシック","Osaka−等幅",Century Gothic;*/
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6em;
}

img,
svg,
video,
audio {
    max-width: 100%;
}

.pc {
    display: block;
}

.pc.inline {
    display: inline;
}

.mobile {
    display: none;
}

.mobile.inline {
    display: none;
}

.inner_width {
    width: 1000px;
    margin: 0 auto;
}

pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* -------------------------------------------------------------------------
 Columns
---------------------------------------------------------------------------- */

.column,
.columns {
    overflow: hidden;
}

.one.column {}

.one.column .element {}

.two.columns {}

.two.columns .element {
    width: 47.5%;
    margin-right: 5%;
    float: left;
}

.two.columns .element:nth-child(2n) {
    margin-right: 0;
}

.three.columns {}

.three.columns .element {
    width: 30%;
    margin-right: 5%;
    float: left;
}

.three.columns .element:nth-child(3n) {
    margin-right: 0;
}

.four.columns {}

.four.columns .element {
    width: 22.75%;
    margin-right: 3%;
    float: left;
}

.four.columns .element:nth-child(4n) {
    margin-right: 0;
}

.five.columns {}

.five.columns .element {
    width: 17.6%;
    margin-right: 3%;
    float: left;
}

.five.columns .element:nth-child(5n) {
    margin-right: 0;
}

.six.columns {}

.six.columns .element {
    width: 15%;
    margin-right: 2%;
    float: left;
}

.six.columns .element:nth-child(6n) {
    margin-right: 0;
}

.seven.columns {}

.seven.columns .element {
    width: 13%;
    margin-right: 1.5%;
    float: left;
}

.seven.columns .element:nth-child(7n) {
    margin-right: 0;
}

.eight.columns {}

.eight.columns .element {
    width: 11.625%;
    margin-right: 1%;
    float: left;
}

.eight.columns .element:nth-child(8n) {
    margin-right: 0;
}


/* -------------------------------------------------------------------------
 Common
---------------------------------------------------------------------------- */
.button,
input[type="submit"].button,
input[type="button"].button,
input[type="reset"].button {
    font-size: 1.14em !important;
}

.big1 {
    font-size: 16px;
}

.big2 {
    font-size: 18px;
}

.big3 {
    font-size: 20px;
}

.big4 {
    font-size: 24px;
}

/* -------------------------------------------------------------------------
 Header
---------------------------------------------------------------------------- */
header {
    width: 100%;
    background: rgba(255, 255, 255, 1.0);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: fixed;
    top: 0;
    -webkit-transform: translateZ(0);
    z-index: 3;
    margin: 0 auto;
    border-top: 3px solid #5aa4c2;
    overflow: hidden;
}

header.not_fixed {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

header.not_fixed .title_logo {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

header .title_logo {
    width: 269px;
    height: 60px;
    margin: 17px 0 27px 0;
    padding: 0;
    float: left;
}

header.not_fixed .global_navi {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

header .global_navi {
    margin: 30px 0 24px 0;
    float: right;
}

header .global_navi ul li {
    width: 120px;
    height: 50px;
    border-left: 1px solid #eeeeee;
    text-align: center;
    float: left;
}

header .global_navi ul li:last-child {
    border-right: 1px solid #eeeeee;
}

header .global_navi ul li a {
    color: #333333;
    text-decoration: none;
}

header .global_navi ul li a .title {
    display: block;
    width: 100%;
    padding: 5px 0 0 0;
    font-weight: 500;
    /*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
}

header .global_navi ul li a .subtitle {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 10px;
    color: #69bb45;
}

/* *** Horizontal Header *** */
header.fixed {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

header.horizontal {
    border-top: 3px solid #5aa6c2;
    border-bottom: 1px solid #eeeeee;
}

header.horizontal .title_logo {
    width: 308px;
    height: 35px;
    margin: 8px 0 8px 15px;
    background-image: url('../images/header_horizontal_logo.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

header.horizontal .title_logo img {
    display: none;
}

header.horizontal .global_navi {
    margin: 0;
    float: right;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

header.horizontal .global_navi ul li {
    width: 120px;
    height: 50px;
    border-left: 1px solid #eeeeee;
    text-align: center;
    float: left;
}

header.horizontal .global_navi ul li:last-child {
    border-right: 1px solid #eeeeee;
}

header.horizontal .global_navi ul li a {
    color: #111111;
    text-decoration: none;
}

header.horizontal .global_navi ul li a .title {
    display: block;
    width: 100%;
    padding: 0;
    font-weight: 500;
    line-height: 50px;
}

header.horizontal .global_navi ul li a .subtitle {
    display: none;
}


/* -------------------------------------------------------------------------
 Title Images
---------------------------------------------------------------------------- */

.contents {
    overflow: hidden;
    margin-top: 107px; // ヘッダーの高さ分、マージンをとる
}

/* -------------------------------------------------------------------------
 Title Images
---------------------------------------------------------------------------- */

.title_image_wrapper {
    background-image: url('../images/top/top_image_background.png');
    background-repeat: repeat-x;
    height: 672px;
}

.title_images {
    background: #ffffff;
    height: 100%;
}

.title_image {
    position: relative;
    width: 100%;
    height: 100%;
}

.title_image img {
    display: block;
}

.white_arrow_on_blue_background {
    background-image: url('../images/top/white_arrow_on_blue_background.png');
    background-repeat: repeat-x;
}

.white_arrow_on_blue_background img {
    display: block;
}

.blue_arrow_on_white_background {
    background-image: url('../images/top/blue_arrow_on_white_background.png');
    background-repeat: repeat-x;
}

.blue_arrow_on_white_background img {
    display: block;
}

.title_image .about_jrits_button {
    position: absolute;
    right: 50px;
    bottom: 39px;
}

.title_image .about_business_button {
    position: absolute;
    right: 33px;
}

.title_image .about_business_button:nth-child(2) {
    bottom: 271px;
}

.title_image .about_business_button:nth-child(3) {
    bottom: 150px;
}

.title_image .about_business_button:nth-child(4) {
    bottom: 29px;
}

.title_image .title_image_baloon {}

.title_image .title_image_baloon.city_baloon {
    position: absolute;
    top: 163px;
    left: 576px;
    opacity: 0;
}

.title_image .title_image_baloon.fuyouhin_baloon {
    position: absolute;
    top: 496px;
    left: 186px;
    opacity: 0;
}

.title_image .title_image_baloon.recycleshop_baloon {
    position: absolute;
    top: 450px;
    left: 652px;
    opacity: 0;
}

.title_image .title_image_baloon.scrap_baloon {
    position: absolute;
    top: 201px;
    left: 106px;
    opacity: 0;
}

.top_blue_background {
    background: #4b83c3;
    color: #ffffff;
    padding-top: 36px;
}

.top_white_background {
    background: #ffffff;
    padding-top: 36px;
}

.top_blue_background a {
    /*	text-decoration: none;*/
    color: #ffffff;
}

.top_blue_background a:hover {
    text-decoration: underline;
    color: #b8e2f8;
}

.section_title {
    text-align: center;
}

.section_title img {}

.section_contents {}

.action_triangle {
    margin-left: 28px;
    float: left;
}

.action_triangle img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.action_title {
    margin-bottom: 46px;
}

.action_contents {
    margin-bottom: 40px;
}

.action_contents_detail {
    width: 577px;
    margin-left: 29px;
    margin-right: 37px;
    /*	margin-bottom: 50px;*/
    float: right;
}

.top_banner_wrapper {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
    overflow: hidden;
}

.top_banner_wrapper .banner {
    width: 465px;
    margin-right: 20px;
    float: left;
}

.top_banner_wrapper .banner:last-child {
    margin-right: 0;
}

.top_banner_wrapper .banner .caption {
    text-align: center;
}

.recyclepage_title {
    margin-bottom: 25px;
}

.recyclepage_link {
    margin-bottom: 25px;
    color: #4877b4;
}

.recyclepage_image {
    margin-bottom: 8px;
}

.recyclepage_caption {
    margin-bottom: 25px;
}

.recyclepage_link a,
.recyclepage_link a:link,
.recyclepage_link a:visited,
.recyclepage_link a:hover,
.recyclepage_link a:active,
.recyclepage_link a:focus {
    color: #4877b4;
}

.illustsite_banner_wrapper,
.recyclepage_banner_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 465px;
    text-align: center;
    float: left;
}

.illustsite_banner_wrapper {
    margin-left: 25px;
    margin-right: 10px;
}

.recyclepage_banner_wrapper {
    margin-left: 10px;
    margin-right: 25px;
}

.illustsite_banner_wrapper a:hover .banner,
.recyclepage_banner_wrapper a:hover .banner {
    opacity: 0.8;
}

.illustsite_banner_wrapper .caption,
.recyclepage_banner_wrapper .caption {}

.illustsite_banner_wrapper .caption a,
.recyclepage_banner_wrapper .caption a {
    color: #60c541;
}

.illustsite_banner_wrapper .caption .orange {
    color: #da8439;
}

.business_feature_list {
    width: 981px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.business_feature_list .business_feature {
    width: 317px;
    margin-right: 15px;
    float: left;
}

.business_feature_list .business_feature:last-child {
    margin-right: 0;
}

.business_merit_list {}

.business_merit_list .business_merit {
    margin-bottom: 60px;
}

.business_merit_list .business_merit .merit_image {
    width: 309px;
    margin-left: 40px;
    margin-right: 40px;
    float: left;
}

.business_merit_list .business_merit .merit_comment {
    width: 611px;
    float: right;
}

.business_merit_list .business_merit .merit_comment .merit_title {
    font-size: 26px;
    margin-bottom: 25px;
}

.business_merit_list .business_merit .merit_comment .merit_title .small {
    font-size: 0.9em;
}

.business_merit_list .business_merit .merit_comment .merit_title .green {
    color: #399738;
}

.business_merit_list .business_merit .merit_comment .merit_title .darkred {
    color: #cc361b;
}

.business_merit_list .business_merit .merit_comment .merit_title .lightblue {
    color: #2a8dc5;
}

.business_merit_list .business_merit .merit_comment .merit_sub_title {
    margin-bottom: 4px;
}

.business_merit_list .business_merit .merit_comment p {
    margin-bottom: 20px;
}

.price_free_title {
    margin-bottom: 20px;
}

.price_free_comment {
    margin-bottom: 40px;
}

.member_introduction_content {
    padding-bottom: 30px;
}

.member_introduction_title {
    margin-bottom: 60px;
}

.contact_title {
    margin-bottom: 60px;
}

/* -------------------------------------------------------------------------
 News
---------------------------------------------------------------------------- */

.news_wrapper.toppage {
    margin-top: 20px;
}

.news_list {
    margin-bottom: 20px;
}

.news_list .element {
    /*	border-bottom: 1px solid #cadbda;*/
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    width: 875px;
}

.news_list.toppage h2.subtitle,
.top_banner_wrapper h2.subtitle {
    background: #245891;
    padding: 8px 15px;
    margin-bottom: 20px;
    border-bottom: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
}

.news_list.toppage .element {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news_list.toppage .element:last-child {
    padding-bottom: 20px;
}

.news_list .element .date {
    width: 120px;
    /*	text-align: center;
	float: left;*/
}

.news_list.toppage .element .date {
    width: 100px;
    margin-left: 15px;
    float: left;
}

.news_list .element .image {
    width: 145px;
    height: 115px;
    border: 1px solid #e0e0e0;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.news_list .element .image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.news_list .element .content {
    padding-left: 20px;
    /* padding-right: 45px; */
    float: left;
    width: 730px;
}

.news_list.toppage .element .content {
    padding-left: 0;
    width: calc(100% - 115px);
}

.news_list .element .content .news_title {
    /*	margin-bottom: 8px;*/
}

.news_list.toppage .element .content .news_title {
    font-size: 14px;
    font-weight: normal;
}

.news_list .button_wrapper {
    /*	padding-right: 62.5px;*/
}

.news_list.toppage .button_wrapper {
    margin-top: 20px;
}

.news_list .button_wrapper .small.button {
    width: 8.0em;
    text-align: center;
    float: right;
}

.news_list.toppage .button_wrapper .small.link {
    /*	text-decoration: none;*/
    text-align: right;
    float: right;
    color: #ffffff;
}

.news_list.toppage .button_wrapper .small.link:hover {
    color: #b8e2f8;
    /*	text-decoration: underline;*/
}

/* 協賛企業 */

.news_list .cooperate-list-wrapper {
    overflow: hidden;
    margin-bottom: 12px;
}

.news_list .cooperate-list-logo {
    float: left;
    margin-right: 13px;
}

.news_list .cooperate-list-comment .top {
    overflow: hidden;
    margin-bottom: 2px;
}

.news_list .cooperate-type {
    float: left;
    font-size: 12px;
    background: #f18c00;
    border: 1px solid #f6ac47;
    border-radius: 5px;
    padding: 1px 6px;
    margin-right: 6px;
}

.news_list .cooperate-list-comment .top .date {
    float: left;
    line-height: 28px;
}

.news_list .cooperate-list-comment .bottom {
    line-height: 1.4;
}


/* -------------------------------------------------------------------------
 About
---------------------------------------------------------------------------- */

.about {
    margin-bottom: 60px;
    overflow: hidden;
}

.about_left h2 {
    margin-bottom: 20px;
}

.about_left {
    width: 443px;
    padding: 0 57px 0 59px;
    float: left;
}

.about_right {
    width: 557px;
    float: right;
}

.about_right .description {
    border-bottom: none;
    padding: 0 50px 0 0;
    margin: 0;
}

.about_right .description .about_desc {
    margin-bottom: 20px;
}

.about_right .description .about_desc .about_desc_title {
    margin-bottom: 8px;
}

.about_right .description .about_desc p {}


/* -------------------------------------------------------------------------
 Representative
---------------------------------------------------------------------------- */

.representative_wrapper {
    overflow: hidden;
    margin-bottom: 90px;
    border: 3px solid #dce8dc;
    border-radius: 5px;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    background: #ffffff;
    color: #333333;
}

.representative_left {
    width: 171px;
    padding: 0 15px 15px 15px;
    float: left;
}

.representative_right {
    width: 723px;
    padding: 0 15px 15px 0;
    float: left;
}

.representative_greeting {
    background: #dce8dc;
    /*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
    padding: 10px 0;
    margin-bottom: 15px;
    /*	border-radius: 5px 5px 0 0;*/
    text-align: center;
}

/* -------------------------------------------------------------------------
 Staff
---------------------------------------------------------------------------- */

.staff_list {
    margin-bottom: 60px;
}

.staffs {
    margin: 0 20px;
}

.staffs .element {
    margin-bottom: 40px;
}

.staffs .element .image_wrapper {
    width: 124px;
    margin-right: 14px;
    float: left;
}

.staffs .element .introduction_wrapper {
    width: 318px;
    float: right;
}

.staffs .element .introduction_wrapper.representative {
    width: 822px;
}

.staffs .element.nophoto .introduction_wrapper {
    width: auto;
    float: none;
}

.staffs .element .introduction_wrapper .charged_name {
    /*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
    margin-bottom: 8px;
}

.staffs .element .introduction_wrapper .charged_name .name {
    display: block;
    width: 100%;
    font-weight: bold;
    /*	font-size: 1.1em;*/
}

.staffs .element .introduction_wrapper .charged_name .charged {
    display: block;
    width: 100%;
    font-size: 0.7em;
}

.staffs .element .introduction_wrapper .introduction {
    /*	font-size: 12px;*/
}


/* -------------------------------------------------------------------------
 Business Menu List
---------------------------------------------------------------------------- */

.business_menu_list {
    margin-bottom: 60px;
    overflow: hidden;
}

.business_menu_list .business_menus {
    padding: 0 20px;
    overflow: hidden;
}

.business_menu_list .business_menus .element h3 {
    margin-bottom: 8px;
}

.business_menu_list .business_menus .element .image_wrapper {
    margin-bottom: 20px;
}

.business_menu_list .business_menus .element p {
    margin-bottom: 20px;
}

.business_menu_list .business_menus .element .button_wrapper .small.button {
    width: 8.0em;
    float: right;
}

.about_jrits_button_big {
    width: 100%;
}

.about_jrits_button_big img {
    display: block;
    margin: 0 auto;
}

/* -------------------------------------------------------------------------
 Activities
---------------------------------------------------------------------------- */
.activities_list {
    margin-bottom: 60px;
    overflow: hidden;
}

.activities_list .activities .activity {
    border-bottom: 1px solid #cadbda;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.activities_list .activities .activity .date {
    width: 80px;
    margin-left: 20px;
    float: left;
}

.activities_list .activities .activity .image_wrapper {
    width: 200px;
    margin-left: 20px;
    float: left;
}

.activities_list .activities .activity .description_wrapper {
    width: 630px;
    margin-left: 20px;
    float: left;
}

.activities_list .activities .activity .description_wrapper .title {
    font-size: 18px;
    margin-bottom: 20px;
}

.activities_list .button_wrapper .small.button {
    width: 8.0em;
    text-align: center;
    float: right;
}

/* -------------------------------------------------------------------------
 Guidances
---------------------------------------------------------------------------- */

.guidances_list {
    margin-bottom: 60px;
}

.guidances_list .guidances {
    margin: 0 20px 40px 20px;
}

.guidances_list .guidances .element h3 {
    margin-bottom: 20px;
}

.guidances_list .button_wrapper {
    width: 14.0em;
    margin: 0 auto;
    text-align: center;
}

/* -------------------------------------------------------------------------
 Contact Form
---------------------------------------------------------------------------- */

.contact_form {
    /*	margin-bottom: 90px;*/
}

.contact_form .form_wrapper {
    margin-bottom: 20px;
}

.contact_form .form_wrapper table th[scope="row"] {
    width: 236px;
}

.contact_form .button_wrapper {
    /*	margin: 0 auto;*/
    text-align: center;
}

.contact_form .button_wrapper input {
    width: 200px;
    margin-right: 20px;
    font-size: 1.14em !important;
}

.contact_form .button_wrapper input.goback {
    background: #9a9a9a;
}

.contact_form .button_wrapper input[type="submit"],
.contact_form .button_wrapper input[type="button"],
.contact_form .swpm-registration-submit-section input[type="submit"],
.contact_form .swpm-registration-submit-section input[type="button"] {
    padding: 1em 2em !important;
    cursor: pointer;
}

.contact_form .button_wrapper input:last-child {
    margin-right: 0;
}

.contact_form .form_wrapper table {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contact_form .form_wrapper table tr th {
    width: 30%;
    text-align: right;
}

.contact_form .form_wrapper table tr th .notice {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
}

.contact_form .form_wrapper table tr td .label {}

.contact_form .form_wrapper table tr td .name {
    /*	font-weight: bold;*/
}

.contact_form .form_wrapper table tr td .service-description {
    font-size: 12px;
    padding-left: 20px;
    margin-bottom: 10px;
    display: block;
}

.contact_form .form_wrapper table tr td .related-text-links {
    text-align: right;
}

.contact_form .form_wrapper table tr td .related-text-links a {
    font-size: 12px;
    color: inherit;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ccc;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

::placeholder {
    /* Others */
    color: #ccc
}

/* -------------------------------------------------------------------------
 Footer
---------------------------------------------------------------------------- */

footer {
    margin-top: 90px;
}

/*footer .footer_green_wrapper {
	background: #53b30c;
	color: #ffffff;
}*/
footer .footer_wrapper {
    border-top: 2px solid #5baecd;
}

footer .footer_contents {
    padding: 30px 0;
    overflow: hidden;
}

footer .footer_logo {
    text-align: center;
    margin-bottom: 25px;
}

footer .footer_contents .links .site_links {
    width: 80%;
    margin: 0 auto;
    display: -webkit-inline-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer .footer_contents .links .link {
    border-right: 1px solid #aaaaaa;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 14px;
}

footer .footer_contents .links .link:last-child {
    border-right: none;
}

footer .footer_contents .links a {
    color: #606060;
    text-decoration: none;
}

footer .copyright {
    background: #5baecd;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    padding: 2px 0;
}

/* -------------------------------------------------------------------------
 Google Map
---------------------------------------------------------------------------- */
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------------------------------------------------------------------
 Side Navigation
---------------------------------------------------------------------------- */

.side_navi {
    width: 250px;
    margin-bottom: 40px;
    float: left;
}

.side_navi .search_title {
    font-size: 22px;
    margin-bottom: 12px;
}

.side_navi form {
    margin-bottom: 30px;
    overflow: hidden;
}

.side_navi form input[type="text"] {
    width: 184px;
    height: 44px;
    font-size: 20px;
    margin-right: 4px;
    color: #111111;
    background: #fffeec;
    float: left;
}

.side_navi form select {
    color: #111111;
}

.side_navi form input[type="submit"] {
    width: 62px;
    height: 44px;
    line-height: 18px;
    font-size: 20px !important;
    padding: 0 !important;
    background: #e60012;
    float: left;
}

.side_navi .searchandfilter li {
    padding-right: 0;
}

.side_navi>dl {
    margin-bottom: 3px;
}

.side_navi>dl.open {
    /*	margin-bottom: 14px;*/
}

.side_navi>dl>dt,
.side_navi>dl>a>dt {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,eaeaea+100 */
    background: #fefefe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefefe 0%, #eaeaea 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eaeaea', GradientType=0);
    /* IE6-9 */
    /*	background: #69bb45;*/
    color: #6bbb5a;
    padding: 8px 0;
    font-size: 20px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
}

.side_navi>dl>dt:hover,
.side_navi>dl>a>dt:hover {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    /* IE6-9 */
}

.side_navi>dl>a>dt>img {
    height: 59px;
    vertical-align: middle;
    float: left;
    margin-left: 8px;
}

.side_navi>dl>a>dt>span {
    line-height: 59px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: 8px
}

.side_navi>dl>a,
.side_navi>dl>a:link,
.side_navi>dl>a:visited {
    color: #6bbb5a;
}

.side_navi>dl>a>dt.current {
    /*	background: #69bb45;*/
    /*	background-image: url('../images/material_head_background.png');
	background-repeat: repeat;
	color: #ffffff;
	border: none;*/
}

.side_navi>dl>a>dt.current a,
.side_navi>dl>a>dt.current a:link,
.side_navi>dl>a>dt.current a:visited {
    color: #ffffff;
}

.side_navi>dl>dd>dl>dt,
.side_navi>dl>dd>dl>a>dt,
.side_navi>dl>dd>dl>dd {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.side_navi>dl>dd>dl>a:first-child>dt {
    border-top: 1px solid #eaeaea;
}

.side_navi>dl>dd>dl>dt,
.side_navi>dl>dd>dl>a>dt {
    font-size: 16px;
    overflow: hidden;
}

.side_navi>dl>dd>dl>dt {
    color: #cccccc;
}

.side_navi>dl>dd>dl>dt:hover {}

.side_navi>dl>dd>dl>a>dt:hover {
    background: #fafff3;
}

.side_navi>dl>dd>dl>a>dt {}

.side_navi>dl>dd>dl>dt.current,
.side_navi>dl>dd>dl>a>dt.current {
    background: #75b660;
    color: #ffffff;
    border-bottom: 2px solid #eaeaea;
}

.side_navi>dl>dd>dl>dt.current .category_arrow,
.side_navi>dl>dd>dl>a>dt.current .category_arrow {
    width: 12px;
    float: left;
}

.side_navi>dl>dd>dl>dt>img,
.side_navi>dl>dd>dl>a>dt>img {
    margin: 8px 12px 8px 10px;
    float: left;
}

.side_navi>dl>dd>dl>dt>span,
.side_navi>dl>dd>dl>a>dt>span {
    display: block;
    /*	margin-top: 24px;*/
    margin: 12px 0 12px 20px;
}

.side_navi>dl>dd>dl>dt.current>span,
.side_navi>dl>dd>dl>a>dt.current>span {
    /*	margin: 12px 0 12px 20px;*/
}

/*.side_navi > dl > dd > dl > dt.current > span:before,
.side_navi > dl > dd > dl > a > dt.current > span:before {
	content: ' ';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 6px 0 0;
	padding: 0;
	background: #ffffff;
}*/

.side_navi>dl>dd>dl>dd {
    /*	padding: 10px 20px;*/
}

.side_navi>dl>dd,
.side_navi>dl>dd>dl>dd {
    display: none;
}

.side_navi>dl.open>dd,
.side_navi>dl.open>dd>dl.open>dd {
    display: block;
}

.side_navi>dl.open>a>dt {
    border-radius: 5px 5px 0 0;
}

.side_navi>dl.open>a>dt.current {
    /*	color: #ffffff;*/
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

.side_navi>dl.open>dd>dl.open>dt .category_count,
.side_navi>dl.open>dd>dl.open>a>dt .category_count {
    position: relative;
    top: -2px;
}

.side_navi>dl.open>dd>dl.open>a>dt.current a,
.side_navi>dl.open>dd>dl.open>a>dt.current a:link,
.side_navi>dl.open>dd>dl.open>a>dt.current a:visited {
    color: #601d00;
}

.side_navi>dl.open>dd>dl.open>dd>dl>dt,
.side_navi>dl.open>dd>dl.open>dd>dl>a>dt {
    /*	background: #fafff3;*/
    padding: 5px 20px 5px 44px;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
}

.side_navi>dl.open>dd>dl.open>dd>dl>dt {
    color: #cccccc;
}

.side_navi>dl.open>dd>dl.open>dd>dl>a>dt:hover {
    background: #fafff3;
    /*	color: #32c200;*/
}

.side_navi>dl.open>dd>dl.open>dd>dl>a:last-child>dt,
.side_navi>dl.open>dd>dl.open>dd>dl>dt:last-child {
    border-bottom: none;
}

.side_navi>dl.open>dd>dl.open>dd>dl>a>dt.current {
    background: #75b660;
    color: #ffffff;
}

.side_navi>dl.open>dd>dl.open>dd>dl>dt .category_count,
.side_navi>dl.open>dd>dl.open>dd>dl>a>dt .category_count {
    position: relative;
    top: -1px;
}

.side_navi .category_count {
    font-size: 0.8em;
    vertical-align: middle;
}

.side_navi .button_wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
}

.side_navi .button_wrapper .button {
    background: #111111;
    color: #ffffff;
    text-align: center;
}

.side_navi a,
.side_navi a:link,
.side_navi a:visited {
    color: #111111;
    text-decoration: none;
}

/* -------------------------------------------------------------------------
 Main Contents
---------------------------------------------------------------------------- */

.main {
    width: 700px;
    float: right;
}

/* -------------------------------------------------------------------------
 Materials
---------------------------------------------------------------------------- */

.material_top_image_wrapper {
    margin-bottom: 40px;
}

.material_top_image_copy_wrapper {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.material_top_image_example_wrapper {
    overflow: hidden;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.material_top_image_example_wrapper.first {
    margin-bottom: 60px;
}

.material_top_image_example_wrapper>a {
    overflow: hidden;
    display: block;
    float: left;
    width: calc(80% / 3);
    margin-right: 10%;
}

.material_top_image_example_wrapper>a:nth-child(3n) {
    margin-right: 0;
}

.material_top_image_example_wrapper>a>.material_top_example {
    display: block;
    visibility: hidden;
    width: 100%;
}

.material_top_image_example_wrapper>a:hover>.material_top_example {
    /*	display: none;*/
}

/* 208px x 268px */
.material_top_image_example_wrapper.first>a {
    background: url('../images/material_list_top_example1.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.first>a:nth-child(1) {
    background: url('../images/material_list_top_example1.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.first>a:nth-child(1):hover {
    background: url('../images/material_list_top_example1_on.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.first>a:nth-child(2) {
    background: url('../images/material_list_top_example2.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.first>a:nth-child(2):hover {
    background: url('../images/material_list_top_example2_on.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.first>a:nth-child(3) {
    background: url('../images/material_list_top_example3.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.first>a:nth-child(3):hover {
    background: url('../images/material_list_top_example3_on.png');
    background-repeat: no-repeat;
    background-size: contain;
}

/* 208 x 236 */
.material_top_image_example_wrapper.second>a,
.material_top_image_example_wrapper.third>a {
    background: url('../images/waste_paper.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.second>a:nth-child(1) {
    background: url('../images/waste_paper.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.second>a:nth-child(1):hover {
    background: url('../images/waste_paper_on.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.second>a:nth-child(2) {
    background: url('../images/aluminium_gara.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.second>a:nth-child(2):hover {
    background: url('../images/aluminium_gara_on.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.second>a:nth-child(3) {
    background: url('../images/plastic.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.second>a:nth-child(3):hover {
    background: url('../images/plastic_on.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.third>a:nth-child(1) {
    background: url('../images/metal.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.third>a:nth-child(1):hover {
    background: url('../images/metal_on.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.third>a:nth-child(2) {
    background: url('../images/moter_battery.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.third>a:nth-child(2):hover {
    background: url('../images/moter_battery_on.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.third>a:nth-child(3) {
    background: url('../images/gas_meter.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.material_top_image_example_wrapper.third>a:nth-child(3):hover {
    background: url('../images/gas_meter_on.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.materials {
    margin-bottom: 60px;
}

.materials .element {
    margin-bottom: 24px;
    /*	background-image: url(../images/material_background.png);*/
}

.materials .element a {
    text-decoration: none;
    color: #111111;
}

.materials .element .image_wrapper img {
    width: 100%;
    height: 100%;
}

.small.materials {}

.small.materials .element {}

/* -------------------------------------------------------------------------
 Tags
---------------------------------------------------------------------------- */

.tags {
    margin-bottom: 14px;
}

.tag.button {
    display: inline-block;
    background: #69bb45;
    /*	border: 1px solid #dcdcdc;*/
    color: #ffffff;
    font-size: 13px;
    padding: 6px 22px;
    margin-top: 6px;
    margin-right: 4px;
}

/* -------------------------------------------------------------------------
 Material Detail
---------------------------------------------------------------------------- */

.stars_count {
    overflow: hidden;
}

.stars {
    float: left;
}

.material_object {
    position: relative;
    margin-bottom: 20px;
}

.material_vr {
    width: 700px;
    height: 480px;
}

.material_2d {
    text-align: center;
    background-image: url(../images/material_background.png);
}

.material_2d img {
    max-width: 98%;
    padding: 5%;
}

.iframe_wrapper {
    position: relative;
    width: 100%;
    padding: 68.57142857142857% 0 0 0;
    background-image: url(../images/material_background.png);
}

.iframe_wrapper iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*	left: -27.14285714285714%;
	height: 100%;
	transform: scale(0.5428571428571429);*/
}

.iframe_wrapper img {
    position: absolute;
    top: 0;
    left: calc(50% - 230px);
    height: 100%;
    /*	transform: scale(0.712);
	transform-origin: center;*/
}

.material_view_type_caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 2.0em;
    background: #6bbb51;
}

.material_view_type_caption.threed:after {
    content: "回転するイラスト";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    line-height: 2.0em;
    color: #fff;
}

.material_view_type_caption.front:after {
    content: "正面のイラスト";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    line-height: 2.0em;
    color: #fff;
}

.material_view_type_caption.rightfront:after {
    content: "右斜前のイラスト";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    line-height: 2.0em;
    color: #fff;
}

.material_view_type_caption.leftfront:after {
    content: "左斜前のイラスト";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    line-height: 2.0em;
    color: #fff;
}

.download.button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #ef7600;
    width: 200px;
    padding: 10px 0;
    text-align: center;
}

.download.button img {
    position: relative;
    top: 0.2em;
    padding-right: 4px;
}

.viewpoint_thumbnails {}

.viewpoint_thumbnails .viewpoint_thumbnail {
    position: relative;
    width: 11.25%;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #eeeeee;
    box-sizing: border-box;
    float: left;
}

.viewpoint_thumbnails .viewpoint_thumbnail:nth-child(8n) {
    margin-right: 0;
}

.viewpoint_thumbnails .viewpoint_thumbnail.active {
    border: 2px solid #6bbb51;
}

.viewpoint_thumbnails .viewpoint_thumbnail.threed {}

.viewpoint_thumbnails .viewpoint_thumbnail.threed:after {
    content: '回転';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.0em;
    height: 1.4em;
    line-height: 1.4em;
    padding: 0 6px;
    background: #dcdcdc;
    color: #fff;
}

.viewpoint_thumbnails .viewpoint_thumbnail.threed.active {}

.viewpoint_thumbnails .viewpoint_thumbnail.threed.active:after {
    content: '回転';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.0em;
    height: 1.4em;
    line-height: 1.4em;
    padding: 0 6px;
    background: #6bbb51;
    color: #fff;
}

.viewpoint_thumbnails .viewpoint_thumbnail.front:after {
    content: '正面';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.0em;
    height: 1.4em;
    line-height: 1.4em;
    padding: 0 6px;
    background: #dcdcdc;
    color: #fff;
}

.viewpoint_thumbnails .viewpoint_thumbnail.front.active:after {
    content: '正面';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.0em;
    height: 1.4em;
    line-height: 1.4em;
    padding: 0 6px;
    background: #6bbb51;
    color: #fff;
}

.viewpoint_thumbnails .viewpoint_thumbnail.leftfront:after {
    content: '左斜';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.0em;
    height: 1.4em;
    line-height: 1.4em;
    padding: 0 6px;
    background: #dcdcdc;
    color: #fff;
}

.viewpoint_thumbnails .viewpoint_thumbnail.leftfront.active:after {
    content: '左斜';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.0em;
    height: 1.4em;
    line-height: 1.4em;
    padding: 0 6px;
    background: #6bbb51;
    color: #fff;
}

.viewpoint_thumbnails .viewpoint_thumbnail.rightfront:after {
    content: '右斜';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.0em;
    height: 1.4em;
    line-height: 1.4em;
    padding: 0 6px;
    background: #dcdcdc;
    color: #fff;
}

.viewpoint_thumbnails .viewpoint_thumbnail.rightfront.active:after {
    content: '右斜';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.0em;
    height: 1.4em;
    line-height: 1.4em;
    padding: 0 6px;
    background: #6bbb51;
    color: #fff;
}

.viewpoint_thumbnails .viewpoint_thumbnail .image_wrapper {
    text-align: center;
}

.viewpoint_thumbnails .viewpoint_thumbnail .image_wrapper img {
    height: 50px;
}

.snapshots {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.description {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.sample_list {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.sample_list .element .caption.ellipsis {
    height: 44px;
    overflow: hidden;
}

article .sample_list:last-child {
    border-bottom: none;
}

.voices_list {
    margin-left: 30px;
}

.voice.element {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

/* -------------------------------------------------------------------------
 Address
---------------------------------------------------------------------------- */
address {
    font-style: normal;
}



/* -------------------------------------------------------------------------
 Alerts
---------------------------------------------------------------------------- */
/**
 * Alert styles. Your patterns/styles will vary.
 * You should link your main stylesheet up with Style Guide Boilerplate for
 * best results. When you update your site's styles, your style guide will
 * update as well.
 */
.alert {
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #8b6d3a;
}

.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #aa4342;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c773d;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #2f7090;
}



/* -------------------------------------------------------------------------
 Breadcrumbs
---------------------------------------------------------------------------- */
/**
 * Breadcrumb styles for first pattern. Your patterns/styles will vary.
 * You should link your main stylesheet up with Style Guide Boilerplate for
 * best results. When you update your site's styles, your style guide will
 * update as well.
 */
.breadcrumbs {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style: none;
    margin-bottom: 20px;
    padding: 20px 0;
}

.breadcrumbs li {
    display: inline-block;
    *display: inline;
    text-shadow: 0 1px 0 #fff;
    *zoom: 1;
}

.breadcrumbs li a {
    color: #505050;
    text-decoration: none;
    padding: 7px 11px;
    background: #f2f2f2;
}

.breadcrumbs li a:hover {
    color: #505050;
}

.breadcrumbs li .divider {
    color: #505050;
    padding: 0 5px;
}

.breadcrumbs .active {
    color: #505050;
    padding: 7px 11px;
    background: #f2f2f2;
}

#breadcrumb {
    margin-top: 5px;
    margin-bottom: 24px;
}

#breadcrumb>div>a {
    color: #6eba58;
    text-decoration: none;
    padding: 4px 8px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 0px 1px #b5b5b5;
    background: linear-gradient(#ffffff, #eeeeee);
    background: -moz-linear-gradient(#ffffff, #eeeeee);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
}

#breadcrumb>div>span {
    position: relative;
    top: 1px;
    color: #666666;
    text-decoration: none;
    margin-top: 1px;
    padding: 4px 8px;
    border: 2px solid #eeeeee;
    border-radius: 5px;
}

/* -------------------------------------------------------------------------
 Table Data
---------------------------------------------------------------------------- */

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cadbda;
}

table th,
table td {
    border: 1px solid #cadbda;
    padding: 16px;
    vertical-align: middle;
}

table th {
    background: #f7f7f7;
    font-weight: 700;
}

table th[scope="row"] {
    text-align: right;
}

table th.required_row {
    position: relative;
    padding-left: 4.5em;
}

table th.required_row:before {
    content: "必須";
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    padding: 0 8px;
    top: calc(50% - 10px);
    left: 16px;
    background: #69bb45;
    color: #ffffff;
    border-radius: 5px;
}


/* -------------------------------------------------------------------------
 Buttons / Form Fields
---------------------------------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="password"],
select,
textarea,
button {
    -webkit-appearance: none;
    padding: 12px 10px;
    border-radius: 3px;
    /*  color: #ffffff;*/
    color: #111111;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="password"],
select,
textarea {
    width: 80%;
    border: 1px solid #cadbda;
}

.swpm-login-widget-form input[type="text"],
.swpm-login-widget-form input[type="submit"],
.swpm-login-widget-form input[type="reset"],
.swpm-login-widget-form input[type="button"],
.swpm-login-widget-form select,
.swpm-login-widget-form textarea {
    color: #000;
}

.select_triangle {
    margin-left: -2em;
    cursor: default;
}

button {
    background: #c0c0c0;
    border: none;
}

input[type="submit"]:disabled,
select:disabled,
textarea:disabled,
button[type="button"]:disabled,
button[type="submit"]:disabled {
    background: #c0c0c0;
}

input[type="button"],
input[type="submit"],
button[type="button"],
button[type="submit"] {
    border: none;
    background: #69bb45;
    width: auto;
    border-radius: 5px;
}

input[type="reset"],
button[type="reset"] {
    border: none;
    background: #c0c0c0;
    width: auto;
    border-radius: 5px;
}

a.button {
    display: block;
    background: #5baecd;
    font-size: 18px;
    padding: 1em 2em;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
}

a.button.small {
    font-size: 14px;
    padding: 0.5em 1em;
}

/* -------------------------------------------------------------------------
 Headings 1
---------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    /*  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
    font-weight: bold;
}

h1 {
    font-size: 24px;
    padding: 3px 0;
    margin-bottom: 11px;
}

h2 {
    font-size: 18px;
    padding: 2px 0;
    margin-bottom: 12px;
}

h2.subtitle {
    border-bottom: 1px solid #cadbda;
    padding-bottom: 14px;
    margin-bottom: 40px;
}

/*h2.subtitle:before {
	content: "\f1b8";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #5baecd;
	padding-right: 4px;
}*/

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5,
h6 {
    font-size: 14px;
}

/* -------------------------------------------------------------------------
 Headings 2 (in article)
---------------------------------------------------------------------------- */
article h1 {}

article h2 {}

article h3 {
    margin-bottom: 12px;
}

article h4 {}

article h5,
article h6 {}

/* -------------------------------------------------------------------------
 Time
---------------------------------------------------------------------------- */
time {
    color: #ffffff;
}

time.black {
    color: #333333;
}


/* -------------------------------------------------------------------------
 About / Overview
---------------------------------------------------------------------------- */

.page_title,
.entry-title {
    font-size: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #cadbda;
    margin-top: 30px;
    margin-bottom: 24px;
}

.about_first_view {
    margin-bottom: 30px;
}

.about_first_view .title {
    line-height: 28px;
    font-weight: bold;
    /*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
    text-align: center;
    margin-top: 40px;
    margin-bottom: 16px;
}

.about_first_view .explain {
    line-height: 24px;
    text-align: center;
    margin-bottom: 14px;
}

.about_first_view .telephone_wrapper {
    font-size: 14px;
    text-align: center;
}

.telephone_wrapper .lead {
    padding-right: 4px;
}

.telephone_wrapper .telephone {
    font-size: 24px;
    font-weight: bold;
    color: #448aca;
}

.about_first_view a {
    text-decoration: none;
}

.about_first_view .register_button {
    color: #ffffff;
    background: #448aca;
    width: 193px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    margin: 26px auto 42px auto;
    border-radius: 5px;
}

.about_business {
    width: 799px;
    margin: 0 auto;
    overflow: hidden;
}

.about_business .business {
    width: 241px;
    margin-right: 38px;
    float: left;
}

.about_business .business:last-child {
    margin-right: 0;
}

.about_business .business .image {
    margin-bottom: 10px;
}

.about_business .business .explain {
    /*	font-size: 14px;
	line-height: 22px;*/
    text-align: left;
    padding: 0 4px;
}

.about_overview .subtitle {
    width: 800px;
    margin: 0 auto;
    font-weight: bold;
    /*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
    color: #ffffff;
    padding: 7px 11px;
    background: #448aca;
    border-radius: 5px 5px 0 0;
}

.overview_table {
    width: 800px;
    margin: 0 auto;
    display: table;
}

.overview_table .tr {
    display: table-row;
}

.overview_table .th,
.overview_table .td {
    display: table-cell;
    padding: 15px 9px;
}

.overview_table .th {
    width: 194px;
    border-top: 1px solid #448aca;
    border-left: 1px solid #448aca;
}

.overview_table .tr:first-child .th {
    border-radius: 5px 0 0 0;
}

.overview_table .td {
    border-top: 1px solid #448aca;
    border-right: 1px solid #448aca;
    border-left: 1px solid #448aca;
}

.overview_table .tr:first-child .td {
    border-radius: 0 5px 0 0;
}

.overview_table .tr:last-child .th,
.overview_table .tr:last-child .td {
    border-bottom: 1px solid #448aca;
}

.overview_table .tr:last-child .th {
    border-radius: 0 0 0 5px;
}

.overview_table .tr:last-child .td {
    border-radius: 0 0 5px 0;
}

.overview_table .uketsuke_time {
    font-size: 0.8em;
}

/* -------------------------------------------------------------------------
 Registration Information / Register
---------------------------------------------------------------------------- */

.register_first_view .explain {
    margin-bottom: 1em;
}

.register_first_view .telephone_wrapper {
    margin-bottom: 2em;
}

.register_contents .blue_subtitle {
    font-size: 16px;
    font-weight: bold;
    /*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
    color: #ffffff;
    padding: 7px 11px;
    background: #448aca;
    border-radius: 5px;
}

.business_condition {
    margin-bottom: 1em;
}

.register_contents .caption {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

.register_contents .caption.kaihi {
    margin-bottom: 2em;
}

.register_condition_wrapper {
    margin-bottom: 2em;
}

.register_condition {
    /*	width: 752px;*/
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

table.register_condition th,
table.register_condition td {
    padding: 8px 12px;
}

table.register_condition th {
    background: #f0f5f9;
}

table.register_condition th:nth-child(1),
table.register_condition th:nth-child(2) {
    width: 195px;
}

table.register_condition th:nth-child(3) {
    width: 362px;
}

table.register_fee {
    width: 612px;
}

table.register_fee th,
table.register_fee td {
    padding: 8px 12px;
}

table.register_fee th {
    background: #f0f5f9;
}

table.register_fee td:nth-child(1) {
    width: 139px;
}

table.register_fee td:nth-child(2) {
    width: 147px;
}

table.register_fee td:nth-child(3) {
    width: 326px;
}

.register_contents .mwform-zip-field {
    padding-bottom: 8px;
    display: inline-block;
    letter-spacing: 0.4em;
}

.register_condition_bottom_caption {
    margin-top: 24px;
}

.register_fee_wrapper {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

.register_fee_bottom {
    margin-top: 8px;
}

.swpm-registration-submit-section {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.swpm-registration-submit-section .swpm-registration-submit.button,
.swpm-registration-submit-section .swpm-registration-goback.button {
    width: 16em;
    cursor: pointer;
    display: inline;
}

.swpm-registration-submit-section .swpm-registration-goback.button {
    background-color: #9e9e9e;
    margin-right: 1em;
}

/* -------------------------------------------------------------------------
 *** LP ***
---------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
 --- 不用品回収（出張買取）業者向け ---
---------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
 First View
---------------------------------------------------------------------------- */

.first_view {
    padding-bottom: 55px;
}

.main_image {
    display: block;
    margin: 56px auto 17px auto;
}

.main_copy_wrapper.overlap {
    margin-top: -63px;
}

.main_copy {
    /*	display: block;*/
    margin: 17px auto;
}

.main_text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 28px;
}

.intro_feature_wrapper {
    width: 753px;
    margin: 0 auto;
    overflow: hidden;
}

.intro_feature_image_wrapper {
    margin: 0 12px 10px 25px;
    width: 123px;
    height: 123px;
    float: left;
}

.intro_feature_content_wrapper {
    margin-top: 25px;
    margin-left: 160px;
    width: 564px;
    height: 123px;
}

.intro_feature_title {
    /*	font-size: 20px;*/
    font-weight: bold;
    /*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
}

.intro_feature_title .emp {
    font-size: 1.1em;
}

.intro_feature_title.first .emp {
    color: #f7c30b;
}

.intro_feature_title.second .emp {
    color: #59c341;
}

.intro_feature_title.third .emp {
    color: #f07986;
}

.intro_feature_text {
    font-size: 16px;
    /*	line-height: 24px;*/
}


/* -------------------------------------------------------------------------
 Service (1)
---------------------------------------------------------------------------- */

.service_wrapper {
    background-color: #fcf7f3;
    overflow: hidden;
}

.service_title_wrapper {
    position: relative;
    border-top: 5px solid #ee782a;
    border-bottom: 5px solid #ee782a;
    background-color: #ffffff;
    height: 120px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.service_title_wrapper:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: auto;
    right: auto;
    left: 50%;
    margin-top: 8px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #ee782a;
}

.service_title {
    line-height: 102px;
    text-align: center;
    margin-bottom: 0;
}

.service_title_number,
.service_title_copy {
    vertical-align: middle;
}

.service_title_number {
    padding-right: 7px;
}

.service_subtitle_wrapper {
    margin-bottom: 20px;
}

.service_text {
    width: 940px;
    margin: 0 auto;
    padding-bottom: 23px;
    line-height: 1.6em;
    /*	font-weight: bold;*/
}

.service_text .sublead {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 4px;
}

.service_text .emp {
    /*	font-size: 16px;*/
    font-weight: bold;
    color: #ee782a;
}

.recyclepage_screens_wrapper {
    width: 508px;
    height: 406px;
    margin-left: 35px;
    margin-bottom: 58px;
    float: left;
}

.recyclepage_news_wrapper {
    width: 509px;
    height: 406px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-sizing: border-box;
    background: #ffffff;
}

.recyclepage_news_title_wrapper {
    height: 42px;
    padding: 8px;
    border-radius: 5px 5px 0 0;
}

.recyclepage_news_contents_wrapper {
    height: 349px;
    overflow-y: auto;
    overflow-x: hidden;
}

.recyclepage_news_contents_wrapper ul {
    width: 480px;
    margin: 0 auto;
    font-size: 12px;
}

.recyclepage_news_contents_wrapper ul li {
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c8d9d7;
}

.recyclepage_news_contents_wrapper ul li .date {
    width: 92px;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
    float: left;
}

.recyclepage_news_contents_wrapper ul li .recyclepage_news {
    width: 384px;
    text-align: right;
    float: right;
    white-space: nowrap;
}

.recyclepage_news_wrapper .mCSB_inside .mCSB_container {
    margin-right: 0;
}

.news_notice_wrapper {
    margin-top: 8px;
}

.news_notice_wrapper .news_notice {
    font-size: 0.6em;
}

/* -------------------------------------------------------------------------
 Service (2)
---------------------------------------------------------------------------- */

.business_types {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 66px;
    overflow: hidden;
}

.business_type {
    width: 310px;
    margin-right: 25px;
    float: left;
}

.business_type:last-child {
    margin-right: 0;
}

.business_type_name {
    /*	font-size: 18px;*/
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 18px;
}

.business_type_name .emp {
    font-size: 28px;
}

.business_type_name.kaishu .emp {
    color: #399738;
}

.business_type_name.recycleshop .emp {
    color: #cc361b;
}

.business_type_name.scrap .emp {
    color: #2a8dc5;
}

.business_type_explain {
    background: #ffffff;
    padding: 20px;
}

/* -------------------------------------------------------------------------
 Service (3)
---------------------------------------------------------------------------- */

.recycle_flow_wrapper {
    margin-top: 80px;
    margin-bottom: 130px;
}

.recycle_step {
    overflow: hidden;
}

.recycle_step_image {
    width: 434px;
    text-align: center;
}

.left_image .recycle_step_image {
    float: left;
}

.right_image .recycle_step_image {
    float: right;
}

.recycle_step_explain {
    width: 566px;
    padding-top: 10px;
}

.left_image .recycle_step_explain {
    padding-right: 40px;
    float: right;
}

.right_image .recycle_step_explain {
    padding-left: 40px;
    float: left;
}

.button.red {
    background: #d71518;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 5px;
    box-sizing: border-box;
}

.button.blue {
    background: #0068b7;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 5px;
    box-sizing: border-box;
}

.recycle_step_title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    /*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
}

.recycle_step_title .emp {
    color: #e3762f;
}

.recycle_step_text {
    font-size: 16px;
    line-height: 1.75em;
}

.recycle_step_text .notice {
    font-size: 12px;
    color: #ff0000;
    display: inline-block;
    line-height: 1.1em;
}

.recycle_flow_arrow_wrapper {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.recycle_flow_arrow_wrapper img {
    margin: 0 auto;
}

.recycle_step.endpoint .left_end {
    width: 452px;
    margin-left: 10px;
    float: left;
}

.recycle_step.endpoint .right_end {
    width: 452px;
    margin-right: 10px;
    float: right;
}

.recycle_step.endpoint .recycle_step_head {
    padding-top: 10px;
    text-align: center;
}

.recycle_step.endpoint .recycle_step_image {
    width: 100%;
}

/* -------------------------------------------------------------------------
 Service (4)
---------------------------------------------------------------------------- */

.anshin_point {
    margin-bottom: 70px;
    overflow: hidden;
}

.anshin_image {
    width: 324px;
    margin-left: 2px;
    margin-right: 28px;
    float: left;
}

.anshin_explain {
    width: 620px;
    padding-top: 34px;
    margin-top: 16px;
    margin-right: 26px;
    float: right;
}

.anshin_tag {
    font-size: 27px;
    background: #f29119;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 5px;
}

.anshin_subtitle {
    font-size: 32px;
    margin-top: 36px;
    margin-bottom: 20px;
    font-weight: bold;
    /*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
}

.anshin_subtitle .emp {
    color: #e3762e;
}

.anshin_text {
    font-size: 16px;
    line-height: 1.75em;
}

/* -------------------------------------------------------------------------
 Service (5)
---------------------------------------------------------------------------- */

.webservice_comparison_head {
    overflow: hidden;
}

.webservice_comparison_content {
    width: 586px;
    margin-left: 71px;
    float: left;
}

.webservice_comparison_image {
    width: 268px;
    margin-right: 43px;
    float: right;
}

.webservice_comparison_subtitle {
    font-size: 24px;
    margin-top: 19px;
    margin-bottom: 16px;
    font-weight: bold;
    /*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
}

.webservice_comparison_text {
    font-size: 16px;
    line-height: 1.75em;
}

.webservice_comparison_table {
    margin-top: 40px;
    margin-bottom: 40px;
}

.webservice_comparison_foot {
    text-align: center;
    margin-bottom: 76px;
}

/* -------------------------------------------------------------------------
 Service (6)
---------------------------------------------------------------------------- */

.other_services {
    width: 990px;
    padding-bottom: 40px;
    margin: 0 auto;
    overflow: hidden;
}

.other_service {
    width: 310px;
    background: #ffffff;
    margin-right: 30px;
    border-radius: 5px;
    float: left;
}

.other_service:last-child {
    margin-right: 0;
}

.other_service_head {
    background: #ee782a;
    color: #ffffff;
    height: 38px;
    padding: 8px 0;
    font-size: 20px;
    /*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.other_service_image {
    height: 135px;
    padding-top: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.other_service_explain {
    width: 280px;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
}

.other_service_subtitle {
    height: 60px;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    /*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
    line-height: 1.15em;
    box-sizing: border-box;
}

.other_service_subtitle.one_line {
    line-height: 60px;
}

.other_service_text {
    height: 142px;
    line-height: 1.85em;
}

.banner_wrapper {
    text-align: center;
    padding-bottom: 120px;
}

/* -------------------------------------------------------------------------
 Application Button Section
---------------------------------------------------------------------------- */

.application_button_section {
    background: #ee782a;
    text-align: center;
    position: relative;
    margin-bottom: 90px;
}

.application_button_section:before {
    content: "";
    position: absolute;
    top: -100px;
    bottom: auto;
    right: auto;
    left: 50%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-bottom: 50px solid #ee782a;
}

.application_button_head {
    padding-top: 21px;
}

.application_button_wrapper {
    padding-top: 27px;
    padding-bottom: 45px;
}

/* -------------------------------------------------------------------------
 --- リサイクルショップ業者向け ---
---------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
 ２分した活用フロー
---------------------------------------------------------------------------- */

.recycle_step_wrapper {
    overflow: hidden;
}

.recycle_step_wrapper.overlap {
    margin-top: -50px;
}

.recycle_step_wrapper .recycle_steps {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
    float: left;
}

.recycle_step_wrapper .recycle_steps.gyousha {
    background: #f8eceb;
}

.recycle_step_wrapper .recycle_steps.ippan {
    background: #eeeff5;
}

.recycle_steps .recycle_step_explain {
    width: 100%;
    text-align: center;
}

.recycle_steps .recycle_step_title {
    padding-bottom: 15px;
}

.recycle_steps .recycle_step_image {
    width: 100%;
}

/* -------------------------------------------------------------------------
 // LPここまで
---------------------------------------------------------------------------- */

/* ログインフォーム */
.swpm-username-label {
    float: left;
}

.swpm-label {
    float: left;
}

.swpm-remember-me {
    margin-top: 4px;
}

.swpm-remember-me input[type="checkbox"] {
    vertical-align: middle;
}

/* -------------------------------------------------------------------------
 イラスト配布
---------------------------------------------------------------------------- */
.illust_title {
    /*	background: #86bf70;*/
    background-image: url('../images/material_head_background.png');
    background-repeat: repeat;
    border-radius: 5px;
    padding: 12px 24px;
    color: #ffffff;
}

.four.columns.material_top_cat_list .element {
    width: 22.85714285714286%;
    margin-right: 2.857142857142857%;
    margin-bottom: 20px;
    float: left;
}

.four.columns.material_top_cat_list .element:nth-child(4n) {
    margin-right: 0;
}

.material_top_explanation {
    width: 92%;
    margin: 10px auto 50px auto;
}

.material_top_explanation .illust_title {
    margin-bottom: 0.5em;
}

.material_top_explanation p {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

h2.gray_border_top {
    margin-top: 10px;
    padding-top: 30px;
    border-top: 2px solid #eeeeee;
}

.materials .element .caption {
    width: 94%;
    height: 2em;
}

.modal-overlay {
    z-index: 3;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5)
}

a.modal-open:hover {
    cursor: pointer
}

.modal-content {
    position: fixed;
    display: none;
    z-index: 4;
    margin: 10px;
    padding: 15px;
    border-radius: 20px;
    background: #fff
}

.modal-content img {
    width: auto;
    max-height: 75vh
}

.modal-content h1 {
    font-size: 120%;
    margin-bottom: 0.5em
}

.modal-content p {
    max-width: 565px;
    text-align: left
}

a.modal-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #b29c33;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none
}

a.modal-close:hover {
    cursor: pointer
}

.login_popup {
    border: 5px solid #6cbb5a;
    padding-top: 46px;
}

.login_popup .popup_head_image {
    text-align: center;
    margin-bottom: 20px;
}

.login_popup .popup_login_head {
    text-align: center;
    margin-bottom: 20px;
}

.popup_login_form {
    margin-bottom: 20px;
}

.popup_login_form .swpm-login-widget-form input[type="text"],
.popup_login_form .swpm-login-widget-form input[type="password"] {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background: #fffeec;
    padding: 5px;
    margin: 0;
}

.popup_login_form .swpm-login-input-wrapper {
    margin-left: 10%;
    width: 60%;
    float: left;
}

.popup_login_form .swpm-username-input,
.pupup_login_form .swpm-password-input {
    width: 70%;
}

.popup_login_form .swpm-login-submit {
    width: 30%;
    float: left;
}

.popup_login_form .swpm-login-submit input[type="submit"] {
    background: #ef7600;
    color: #ffffff;
    margin-top: 10px;
    height: calc(2em + 20px);
}

.popup_login_form .swpm-login-form-inputs {
    overflow: hidden;
}

.popup_login_form .swpm-forgot-pass-link {
    text-align: center;
}

.login_popup .popup_register_button {
    display: block;
    width: 80%;
    margin: 10px auto;
    padding: 5px;
    background: #69bb45;
    text-align: center;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}

.login_popup .popup_register_button a,
.login_popup .popup_register_button a:link,
.login_popup .popup_register_button a:visited {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

.login_popup .popup_register_head {
    text-align: center;
}


article .sub-content {
    margin-bottom: 28px;
}

article .illust-list {
    overflow: hidden;
}

article .illust-list .illust {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 14px;
    text-align: center;
    float: left;
}

article .illust-list .illust:nth-child(3n) {
    margin-right: 0;
}

article .illust-list .illust .title {
    font-weight: bold;
    text-align: center;
}

/* -------------------------------------------------------------------------
 インタビュー記事
---------------------------------------------------------------------------- */

.interview-title {
    margin-top: 30px;
    margin-bottom: 60px;
}

.entry-content .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.entry-content .interview-content {
    margin-bottom: 60px;
}

.entry-content .interview-inner-width {
    width: 75%;
    margin: 0 auto;
}

.entry-content .sub-title {
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    margin-bottom: 60px;
}

.entry-content .sub-title span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left;
}

.entry-content .sub-title span:before,
.entry-content .sub-title span:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #333;
}

.entry-content .sub-title span:before {
    right: 100%;
}

.entry-content .sub-title span:after {
    left: 100%;
}

.entry-content .sub-sub-title {
    font-size: 24px;
    font-weight: bold;
    color: #e08848;
    text-align: center;
    margin-bottom: 50px;
}

.entry-content p.interview+.sub-sub-title {
    margin-top: 60px;
}

.entry-content .bottom-title {
    font-size: 16px;
    font-weight: bold;
    color: #75b5e4;
    margin-bottom: 30px;
}

.entry-content p.interview+.bottom-title {
    margin-top: 35px;
}

.entry-content .interview-profile {
    border: 1px solid #d2d2d2;
    padding: 28px 57px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.entry-content .profile-base {
    overflow: hidden;
    margin-bottom: 25px;
}

.entry-content .profile-base .profile-photo {
    float: left;
}

.entry-content .profile-base .profile-name {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 96px;
    margin-left: 14px;
}

.entry-content .profile-base .profile-name .small {
    font-size: 14px;
}

.entry-content .profile-comment {
    margin-bottom: 25px;
}

.entry-content .profile-link {
    color: #62b9d1;
}

.entry-content .profile-link a,
.entry-content .profile-link a:link,
.entry-content .profile-link a:visited,
.entry-content .profile-link a:hover,
.entry-content .profile-link a:active {
    color: #62b9d1;
}

.entry-content p.interview {
    margin-bottom: 25px;
}

.entry-content .interview-image {
    text-align: center;
    margin-bottom: 40px;
}

.entry-content p.interview+.interview-image {
    padding-top: 15px;
}

.entry-content .interview-shopinfo {
    width: 60%;
    margin: 0 auto;
    border: 3px solid #e5e5e5;
    border-radius: 10px;
    padding: 22px 28px;
}

.entry-content .interview-shopinfo .shop-logo {
    margin-bottom: 18px;
}

.entry-content .interview-shopinfo .shop-info {
    margin-bottom: 18px;
}

.entry-content .interview-shopinfo a {
    text-decoration: none;
}

.entry-content .interview-shopinfo .shop-button {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #7db756;
    border-radius: 5px;
    color: #fff;
    padding: 18px 0;
}

.entry-content .interview-shopinfo .shop-line {
    height: 0;
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

/* -------------------------------------------------------------------------
 クシリキマーケット紹介
---------------------------------------------------------------------------- */
.entry-content .kushiriki-title img,
.entry-content .kushiriki-lead img {
    vertical-align: bottom;
}

.entry-content .kushiriki-title {
    margin: 30px auto 50px;
    text-align: center;
}

.entry-content .kushiriki-image {
    margin: 0 auto 50px;
    text-align: center;
}

.entry-content .kushiriki-lead {
    margin-bottom: 20px;
    text-align: center;
}

.entry-content .kushiriki-content {
    margin-bottom: 60px;
}

.entry-content .kushiriki-content .sub-title span {
    text-align: center;
    line-height: 1.4;
}

.entry-content .kushiriki-content .sub-title span em {
    color: #bbd44e;
}

.entry-content .kushiriki-inner-width {
    width: 75%;
    margin: 0 auto;
}

.entry-content .kushiriki-feature-list {
    display: flex;
    width: 981px;
    margin: 0 auto 70px;
}

.entry-content .kushiriki-feature {
    float: left;
    width: 317px;
    margin-right: 15px;
    padding: 30px 18px;
    background: #f9fcea;
    border-radius: 5px;
    text-align: center;
}

.entry-content .kushiriki-feature.last {
    margin-right: 0;
}

.entry-content .kushiriki-feature h3 {
    margin: 30px 0 10px;
}

.entry-content .kushiriki-feature p {
    text-align: left;
}

.entry-content .kushiriki-feature-note {
    font-size: 12px;
}

.entry-content .kushiriki-case {
    margin-bottom: 50px;
}

.entry-content .kushiriki-case-txt {
    width: 485px;
}

.entry-content .kushiriki-case-txt h3 {
    margin: 30px 0;
    font-size: 20px;
    line-height: 1.4;
}

.entry-content .kushiriki-case-txt h3 span {
    padding-bottom: 3px;
    border-bottom: 5px solid #bbd44e;
}

.entry-content .kushiriki-case-img {
    width: 230px;
    text-align: center;
}

.entry-content .kushiriki-case-left {
    float: left;
}

.entry-content .kushiriki-case-right {
    float: right;
}

.entry-content .kushiriki-caption {
    margin-top: 15px;
}

.entry-content .kushiriki-caption li {
    padding-left: 1em;
    font-size: 12px;
    text-indent: -1em;
}