    @charset "utf-8";
	html{
		min-height: 100%;
	}

    * {
        margin: 0;
        padding: 0;
    }

    img {
        border: none;
        vertical-align: top;
        box-sizing: border-box;
    }

    .clear {
        clear: both;
    }

    p {
        margin: 0;
        padding: 0;
    }

    a {
        text-decoration: none;
    }

    a:visited {
        color: #c33;
        text-decoration: underline;
    }

    a:hover {
        color: #0cf;
        text-decoration: underline;
    }

    /* body */

 

    body {
        overflow-x: hidden;
        height: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 16px;
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		background: rgb(240,242,240);
		background: linear-gradient(180deg, rgba(240,242,240,1) 0%, rgba(180,218,242,1) 0%, rgba(201,235,249,1) 30%, rgba(229,255,252,1) 70%, rgba(246,251,254,1) 100%);
        line-height: 100%;
        color: black;
    }

    section {
        margin: 40px 0;
    }

    .topimg {
        width: 100%;
        height: 324px;
        background-image: url(../../images/category/proglem/topimg.jpg);
        background-repeat: no-repeat;
        background-position: center;

    }

    .img_text,
    .img_text2 {
        display: flex;
    }

    .img_text3 {
        display: flex;
        align-items: flex-start;
    }

    .img_text img {
        width: 40%;
    }
    .img_text3 img{
        width:40%;
    }
    
    .post_9 .img_text3 img{
        width: 75%;
    }

    .img_text2 img {
        width: 20%;
    }

    .img_text-area {
        width: 60%;
        box-sizing: border-box;
        padding-left: 62px;
    }

    .img_text-area2 {
        width: 60%;
        box-sizing: border-box;
        padding-right: 62px;
    }

    .img_text-twopic img {
        height: 290px;
    }

    .flexbox,
    .flexbox2 {
        display: flex;
        justify-content: space-between;
        margin: 30px 0;
    }

    .flexbox3,
    .flexbox4,
    .enclosebox.p14bg {
        display: flex;
        justify-content: space-around;
    }
    .flexbox5{
        display: flex;
        justify-content: space-evenly;
    }


    .flexbox2 img,.flexbox5 img {
        width: 45%;
    }

    .flexbox3 img {
        height: 290px;
    }

    .flexbox_item {
        display: block;
        text-align: center;
    }

    .inlineblock {
        display: inline-block;
    }

    li {
        list-style: none;
        line-height: 170%;
        border-bottom: 1px dotted #333;
    }
    .right-text{
        display: block;
        text-align: right;
    }
    li::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8.6px;
        border-color: transparent transparent transparent #3a86ff;
        padding-right: 5px;
    }

    p {
        padding: 5px;
        line-height: 2;
        box-sizing: border-box;
    }

    div#content {
        margin: 0 auto;
        text-align: left;
        max-width: 1000px;
        width: 100%;
        box-sizing: border-box;
		background-color: white;
		padding-bottom: 8px;
    }

	div#content section{
		padding-left: 24px;
		padding-right: 24px;
    }

	div#content ul{
		padding-left: 16px;
		padding-right: 16px;
	}

    div#content-category {
        float: right;
        text-align: left;
        width: 640px;
        background: url(image/main/sidecategory-body.jpg) repeat-y left top;
    }

    div#content-category2,
    div#content-category4 {
        float: right;
        text-align: left;
        width: 640px;
        height: auto;
    }

    div#content-popup p {
        padding-bottom: 20px;
    }

    h1 {
        font-size: 12px;
        font-weight: normal;
        color: #333;
        padding-left: 10px;
        background: #f0f0f0;
        border-bottom: 1px solid #7d7d7d;
    }

    h2 {
        background-color: #3a84ff;
        color: #FFF;
        font-size: 25px;
        text-align: center;
        font-weight: bold;

        padding-top: 16px;
		padding-bottom: 16px;
        margin-top: 27px;
        margin-bottom: 34px;
    }

    .text-position_center-left {
        text-align: center;
    }

    .close {
        text-align: right;
        padding-right: 13px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    div#content-popup p.text1 {
        padding-bottom: 0;
    }

    #content-popup img {
        object-fit: cover;
        object-position: 80% 20%;
    }

    .my .flexbox img {
        height: 290px;
        width: auto;
    }

    .flexbox img {
        width: 30%;
    }

    .enclosebox.p14bg img {
        width: 40%;
    }

    .enclosebox.p13bg {
        padding: 10px;
    }
    .pic_text{
        text-align: center;
    }
    .pic_text img{
        width: 85%;
    }

    /*ロンドン便り  */
    .gray-back {
        background-color: #eee;
        color: #222;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 16px 20px 16px
    }

    .gray-back img {
        display: block;
        margin: 0 auto;
    }

    .gray-back p {
        padding-left: 34px;
    }

    .gray-back p.gray-back-pl {
        padding-left: 98px;
    }

    .deep_gray-back {
        background-color: #fff;
        padding: 16px;
    }

    .deep_gray-back .flexbox .flexbox_item:first-child {
        width: 60%;
    }

    .deep_gray-back .flexbox .flexbox_item:nth-child(2) {
        width: 40%;
    }

    .enclosebox {
        padding: 10px 10px 10px 0;
    }

    .enclosebox-text {
        text-align: right;
    }

    .bg-gray {
        background-color: #E3E3DF;
    }

    .bg-skin-color {
        background-color: #e5d8cf;
    }
    .sb{
    justify-content: space-between;
    }



    @media screen and (min-width: 1700px) {
        #content-popup {
            max-width: inherit;
            margin-bottom: 80px;
        }
    }

    @media screen and (max-width: 767px) {
		h2{
			font-size: 19px;
			line-height: 1.6;
		}

		.topimg{
			height: 200px;
			background-position: right 47% bottom 45%;
			background-size: cover;
		}

		.city_title{
			font-size: 1.1rem;
			margin-bottom: 4px;
			display: block;
		}
        #content-popup {
            width: 100%;
        }

        body {
            font-size: 14px;
        }

        div#content {
            width: 100%;
            box-sizing: border-box;
        }

        img {
            margin-bottom: 20px;
            width: 100%;
        }

        section {
            margin: 20px 0;
        }

        .img_text,
        .img_text2,
        .img_text3 {
            flex-direction: column;
        }

        .img_text-area,
        .img_text-area2 {
            padding-left: 0px;
            padding-right: 0;
            width: 100%;
        }

        .img_text img,
        .img_text2 img,
        .img_text3 img,
        .gray-back img,
        .flexbox5 img{
            width: 100%;
        }
        .pic_text img{
            margin-top: 30px;
            margin-bottom: 0;
            width: 100%;
        }

        .img_text p {
            width: 100%;
        }

        .flexbox3 img{
            height: 100%;
        }

        .flexbox,
        .flexbox2,
        .flexbox3,
        .flexbox4,
        .flexbox5,
        .enclosebox.p14bg {
            display: block;
            margin: 0;
        }

        .enclosebox-text {
            text-align: left;
        }

        .sp-non {
            display: none;
        }

        .enclosebox {
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
        }

        .flexbox img,
        .flexbox2 img,
        .flexbox3 img,
        .inlineblock img,
        .enclosebox.p14bg img {
            width: 100%;
        }

        .inlineblock img:first-child {
            margin-bottom: 20px;
        }

        .order1 {
            order: 1;
        }

        .order2 {
            order: 2;
        }

        .flexbox img:last-child,
        .flexbox2 img:last-child,
        .flexbox3 img:last-child {
            margin-bottom: 0;
        }

        li {
            line-height: 180%;
			padding-top: 8px;
			padding-bottom: 8px;
        }
		li:first-child{
			padding-top: 0;
		}

        .text-position_center-left {
            text-align: left;
        }

        .my .flexbox img {
            height: 100%;
            width: 100%;
        }

        .single_img img {
            width: 100%;
        }

        .gray-back {
            padding: 10px 8px 20px 8px;
        }

        .gray-back p,
        .gray-back p.gray-back-pl {
            padding-left: 0px;
            text-align: center;
        }

        .sp_img {
            margin-bottom: 0;
        }

        .deep_gray-back {
            padding: 0px;
        }

        .post_15-h2, .post_9-h2  {
            font-size: 20px;
            line-height: 1.3;
        }
    }

    @media screen and (max-width: 300px) {
        .post_15-h2, .post_9-h2  {
            font-size: 15px;
            line-height: 1.3;
        }
    }