@charset "UTF-8";

@font-face {
    font-family: icoset;
    src: url(/gs_front/style/fonts/icoset.ttf) format("truetype"), url(/gs_front/style/fonts/icoset.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

#kaiki.manner h2.title {
    font-weight: bold;
    font-size: 2rem;
    margin: 0 auto 10px;
    text-align: left;
    background-color: #f3f3f3;
    padding: 10px;
    width: 100%;
}

#kaiki.manner h3.title {
    font-weight: bold;
}

.isOtherDevice #breadcrumb {
    max-width: 1000px !important;
}

#kaiki.manner .button a {
    text-align: center
}

.isOtherDevice #kaiki.manner .main_content_wrap {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.isOtherDevice #kaiki.manner .main_content_wrap .button {
    margin: 80px auto;
}

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

	メインビジュアル

 ======================================== */
#kaiki.manner .mainvisual_area {
    padding: 5px 0 0;
    margin: auto;
}

.isOtherDevice #kaiki.manner .main_content_wrap .mainvisual_area {
    padding: 5px 0 0;
    max-width: 1000px;
    margin: auto;
}

#kaiki.manner .mainvisual_area h1 {
    padding: 10px;
    font-size: 2rem;
    font-weight: bold;
}

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

下層タイトル・SNS・シェアボタンなど

 ======================================== */
#kaiki.manner .mainvisual_area .title_area {
    border: 2px solid #e3e3e3;
    width: 98%;
    margin: 0 auto 15px;
}

.isOtherDevice #kaiki.manner .mainvisual_area .title_area {
    width: 100%;
    margin: 0 auto 15px;
}

#kaiki.manner .mainvisual_area .infomation_area {
    text-align: right;
    padding: 10px;
}

#kaiki.manner .infomation_area.bottom {
    text-align: right;
}

#kaiki.manner .infomation_area .share {
    margin-bottom: 5px;
}

#kaiki.manner .infomation_area .sns ul {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 0 5px auto;
}

.isOtherDevice #kaiki.manner .infomation_area .sns ul {
    width: 15%;
}

.infomation_area .sns ul li {
    width: 25%;
}

#kaiki.manner .mainvisual_area .infomation_area .update {
    font-size: 1.2rem;
    color: #999;
}

#kaiki.manner .mainvisual_area .content_name {
    background-color: #f7f7f7;
    padding: 5px 10px;
}

#kaiki.manner .mainvisual_area .content_name span {
    font-weight: bold;
}

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

記事

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


#kaiki.manner article {
    background-color: #fff;
    padding-bottom: 15px;
    letter-spacing: .125rem;
}

#kaiki.manner section {
    padding: 20px 0;
}

.isOtherDevice #kaiki.manner section {
    padding: 40px 0;
}

#kaiki.manner .inner {
    /*padding: 0 3%*/
}

#kaiki.manner .large_pic {
    text-align: center;
}

.isOtherDevice #kaiki.manner .inner {
    padding: 0;
    max-width: 1200px;
    margin: auto;
}


.isOtherDevice #kaiki.manner .main_content_wrap section {
    padding: 40px 0;
}

.isOtherDevice #kaiki.manner .underlayer {
    padding: 20px 0;
}

#kaiki.manner .underlayer .title {
    font-weight: 700;
    padding: 0 0 0 5px;
    border-left: 2px solid #69BA2E;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: left;
}

#kaiki.manner .desc {
    margin: 20px auto;
    line-height: 1.8;
}

.manner .toplayer p span,
.manner .underlayer p span {
    font-weight: bold;
}

.select_point {
    margin: 15px;
}

.select_point li {
    font-weight: bold;
    margin-bottom: 10px;
}

.select_pointl li:nth-last-child(1) {
    margin-bottom: 0;
}

/*table*/
.manner table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}

.manner table th {
    border: 1px solid #999999;
    font-weight: bold;
    padding: 5px;
}

.manner table td {
    border: 1px solid #999999;
    padding: 5px;
}

/* outline_area */
.manner .outline_area {
    padding: 0;
}

.outline {
    padding: 30px 15px;
    background-color: #f2f2f2;
}

.outline_title {
    font-weight: 700;
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 22px;
}

.outline_area ul li a span {
    margin: 0 5px 0 0;
}

.outline_area ul li a {
    display: block;
    margin: 0 0 5px 0;
    color: #001f5e;
    text-decoration: none !important;
}

.outline_area ul li ul li a {
    margin: 0 0 5px 5px;
    color: #001f5e;
    text-decoration: none !important;

}

.related {
    box-shadow: 0 0.25rem 0.25rem hsl(0deg 0% 0% / 20%);
    margin: 0 0 0 auto;
}

.isOtherDevice .related {
    max-width: 500px;
}

.related dt {
    background-color: #f7f7f7;
    padding: 5px;
}

.related dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

.related dd .pic {
    width: 30%;
}

.related dd .txt {
    width: 65%;
}

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

	.other_manner_area

 ======================================== */
#kaiki.manner.other_manner_area {
    background-color: #f7f7f7;
}

#kaiki.manner .other_manner_area .inside_slider .swiper-wrapper li .name {
    margin: 5px 0;
    font-weight: bold;
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 6rem;
}

.isOtherDevice #kaiki.manner .other_manner_area .inside_slider .swiper-wrapper li .name {
    font-size: 1.5rem;
    height: 6.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


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

	TOP

 ======================================== */
#kaiki.manner.top .content_name {
    text-align: center;
    padding: 5px 10px;
    background-color: inherit;
}

#kaiki.manner.top .mainvisual {
    background: url(/iphone/ayl/manner/images/top_main.jpg)no-repeat center center / cover;
    height: 250px;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
}

#kaiki.manner.top .mainvisual .title_area {
    margin-bottom: 10px;
    border: none;
}

#kaiki.manner.top .mainvisual h1 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
}

.isOtherDevice #kaiki.manner.top .mainvisual {
    height: 300px;
}

.isOtherDevice #kaiki.manner.top .mainvisual h1 {
    font-size: 5rem;
    font-weight: normal;
}

.isOtherDevice #kaiki.manner.top .mainvisual_area {
    margin-bottom: 10px;
}

#kaiki.manner.top .other_manner_area .inside_slider .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.isOtherDevice #kaiki.manner.top .other_manner_area .inside_slider .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 20px;
}


.isOtherDevice #kaiki.manner.top .other_manner_area .inside_slider .swiper-wrapper li {
    width: 23%;
    margin-right: 26px;
}

.isOtherDevice #kaiki.manner.top .other_manner_area .inside_slider .swiper-wrapper li:nth-of-type(4n) {
    margin-right: 0;
}

#kaiki.manner.top .other_manner_area .inside_slider .swiper-wrapper li {
    width: 48%;
}

.isOtherDevice #kaiki.manner.top .other_manner_area .inner {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.toplayer .sample_tx {
    padding: 5px;
    border: 1px #ccc solid;
}

.isOtherDevice .toplayer .sample_tx {
    width: 50%;
    padding: 10px;
    line-height: 1.8;
}


/*-----------------------------

/kaiki/manner/taboo/

--------------------------------*/
#kaiki.manner .bnr {
    margin: 40px auto;
}


#kaiki.manner #manner_area dd dl dt {
    border-bottom: none;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
}

#kaiki.manner #manner_area dd dl dd {
    padding: 0;
}

#kaiki.manner #manner_area dd dl dd {
    margin-bottom: 20px;
}