body {
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    padding: 20px 0;
}

body:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/back.png") no-repeat center 0;
    background-size: cover;
}

img {
    -webkit-touch-callout: none;
}

.container {
    padding: 20px 0;
    background-color: rgba(255,255,255,0.7);
}

.row {
    margin-left: 0;
}

.banner {
    margin-left: 15px;
    margin-right: 15px;
}

.banner img {
    width: 100%;
}

.magazine {
    width: 100%;
    margin-top: 10px;
}

.magazine+.magazine {
    margin-top: 20px;
}

.heading {
    margin-bottom: 10px;
}

.heading img {
    width: 100%;
}

.left img {
    width: 78%;
}

.right {
    padding-left: 0;
}

.right img {
    width: 100%;
}

.img-read {
    margin-top: 10px;
}

.center {
    padding-left: 0;
}

.magazine-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    white-space: pre-line;
}

.magazine-content {
    white-space: pre-line;
    margin-bottom: 0;
}

.link {
    margin: 30px 15px 15px;
}

.link img {
    width: 100%;
}

.footer {
    font-weight: bold;
    text-align: center;
    padding: 0 15px;
}

.footer a {
    text-decoration: underline;
}

.history-image {
    height: 218px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    max-width: 100%;
}

.otherImage01 {
    margin: 20px 15px 0;
}
.clearfix:after {
	display:block;
	clear:both;
	content:"";
}

.otherImage01 img {
	width: 100%;
}

@media screen and (max-width: 1200px){
    .history-image {
        height: 176px;
    }
}

@media screen and (max-width: 992px) {
    .history-image {
        height: 128px;
    }
}

@media screen and (max-width: 767px) {
    .history-image{
        height: 84px;
    }

    .otherImage img {
        width: 80%;
    }

    .otherImage01 {
        margin: 15px 15px;
    }
}

@media screen and (max-width: 576px) {
	.history-image {
        height: auto;
    }

	[class^=col-] {
		padding: 0 8px;
	}

    .otherImage01 {
        margin: 15px 8px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        padding: 20px 5px;
    }

    .heading {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .center {
        padding-right: 0;
        margin-left: -25px;
        margin-right: 25px;
    }
}

@media screen and (max-width: 992px) {
    .left img {
        width: 82%;
    }

    .magazine-title {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .magazine-content {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 15px 0;
    }

    .left img {
        width: 100%;
    }

    .heading {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 576px) {
    body {
        padding: 8px;
    }

    .container {
        border: none;
        padding: 8px 0;
    }

    [class^=col-] {
        padding: 0 8px;
    }

    .banner {
        margin: 0 8px;
    }

    .heading {
        padding: 0 8px;
    }

    .link {
        margin: 15px 8px 8px;
    }

    .magazine-title {
        font-size: 12px;
        line-height: 14px;
        display: block;
        margin: 0 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    .magazine-content {
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        display: block;
        margin: 0 -8px 0 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    .magazine {
        margin-top: 4px;
    }

    .magazine+.magazine {
        margin-top: 4px;
    }

    .center {
        padding-right: 0;
    }

    .left img {
        width: 130%;
    }

    .footer {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    body {
        padding: 8px;
    }

    .container {
        padding: 8px 0;
    }

    [class^=col-] {
        padding: 0 8px;
    }

    .banner {
        margin: 0 8px;
    }

    .heading {
        padding: 0 8px;
    }

    .link {
        margin: 15px 8px 8px;
    }

    .magazine-title {
        font-size: 12px;
        line-height: 14px;
        display: block;
        margin: 0 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    .magazine-content {
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        display: block;
        margin: 0 -8px 0 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    .magazine {
        margin-top: 4px;
    }

    .magazine+.magazine {
        margin-top: 4px;
    }

    .center {
        padding-right: 0;
    }

    .left img {
        width: 130%;
    }

    .footer {
        font-size: 12px;
    }
}

@media screen and (max-width: 376px) {
    .magazine-title {
        font-size: 12px;
        line-height: 14px;
        display: block;
        margin: 0 -10px -10px -10px;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }

    .magazine-content {
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        display: block;
        margin: -8px -12px 0 -10px;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }

    .center {
        margin-bottom: -15px;
    }

}

@media screen and (max-width: 320px) {
    .magazine-title {
        font-size: 12px;
        line-height: 14px;
        display: block;
        margin: 0 -30px -15px -30px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }

    .magazine-content {
        font-weight: normal;
        font-size: 12px;
        line-height: 13px;
        display: block;
        margin: -12px -26px 0 -28px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }

    .center {
        margin-bottom: -20px;
    }

}

.cusmodal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    animation:fadeout .15s linear;
}

.cusmodal-open {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    animation:fadein .15s linear;
}

@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

@keyframes fadeout {
	from {
		opacity:1;
	}
	to {
		opacity:0;
	}
}

.cusmodal-dialog {
    width: 600px;
    margin: 30px auto;
}

.cusmodal-content {
    z-index: 1051;
    border-radius: 24px;
    margin-top: 50%;
    padding: 10px;
    background: rgba(255,255,255,1.0);
    border: solid 4px rgba(51,54,54,1.0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.cusmodal-content-message {
    font-size: 14px;
    padding: 30px 10px;
    text-align: center;
}

.cusmodal-content-box {
    text-align: center;
}

.cusbtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px 20px;
    border-color: #ccc;
}

.cusbtn.cusbtn-default {
    color: #333;
    background-color: #fff;
}

.cusbtn.cusbtn-default:hover {
    background-color: #e6e6e6;
}

.cusbtn.cusbtn-primary {
    color: #fff;
    background-color: #424bff;
}

.cusbtn.cusbtn-primary:hover {
    background-color:#7154b3;
}

@media screen and (max-width: 767px) {
    .cusmodal-dialog {
        width: auto;
        margin: 10px
    }
}