@charset "utf-8";

/* Reset
--------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
  border:0;
}
a{
  text-decoration: none;
}
pre{
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

.tac{
    text-align: center;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.w100 {
    width: 100%;
}
.banner{
    z-index:20;
}

body{
    margin:0 auto;
    color:#333333;
    font-size:18px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
    line-height:1.7;
}

.boldText{
    font-weight: bold;
}
.preText{
    white-space:pre-wrap;
}


/* header */

.logoOHG img {
    width: 221px;
    height: auto;
}

header{
    width: 100%;
    height: 82px;
}

.innerHeader {
    width: 1080px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.innerHeader .contact {
    width: 232px;
}
.innerHeader .contact .contactTel img {
    width: 20px;
    height: 20px;
    margin-right: 10px;;

}
.innerHeader .contact .contactTel a:link,
.innerHeader .contact .contactTel a:visited,
.innerHeader .contact .contactTel a:hover,
.innerHeader .contact .contactTel a:active {
    font-family: "Helvetica Bd";
    text-decoration: none;
    color: #d9111d;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.innerHeader .contactTime {
    font-size: 14px;
}

/* かんたん査定ボfタン */
a.sateiLink:link,
a.sateiLink:visited,
a.sateiLink:active {
    position: relative;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    text-decoration: none;
    border: 2px solid #000;
    background: #d70010;
    max-width: 525px;
    margin: 0 auto;
    justify-content: center;
    height: 80px;
    border-radius: 24px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
}
a.sateiLink:hover{
    opacity: .8;
}

/* 売却そうだんボタン */
a.sellLink:link,
a.sellLink:visited,
a.sellLink:active {
    position: relative;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    text-decoration: none;
    border: 2px solid #000;
    background: #0088c3;
    max-width: 525px;
    margin: 0 auto;
    justify-content: center;
    height: 80px;
    border-radius: 24px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
}
a.sellLink:hover{
    opacity: .8;
}

.buttonText {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: 0;
    background: 0 0;
}

.buttonFree {
font-size: 16px;
    font-weight: 700;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    color: #000;
    border: 2px solid #000;
    background: #fff;
    top: -16px;
    right: 26px;
    width: 72px;
    height: 40px;
    border-radius: 20px;
}

.allowIcon {
    width: 33px;
    height: 33px;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
    margin: 0 12px 0 0;
    border: 2px solid #000;
    border-radius: 50%;
    background: #fff;
}
.allowIcon::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 9px;
    margin: auto;
    content: "";
    background: url("img/btnArrow.png") no-repeat;
    background-size: cover;
}


/* btmContact */
.btmContact {
    margin: 50px 0 ;
    position: relative;
}

.doubleBtn {
    width: 1080px;
    margin: 20px auto 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.doubleBtn a.sateiLink:link,
.doubleBtn a.sateiLink:visited,
.doubleBtn a.sateiLink:hover,
.doubleBtn a.sateiLink:active,
.doubleBtn a.sellLink:link,
.doubleBtn a.sellLink:visited,
.doubleBtn a.sellLink:hover,
.doubleBtn a.sellLink:active {
    width: 515px;
}

.contactMess {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: calc(0px - (((32px * 1.6) - 32px)/ 2));
    margin-bottom: calc(63px - (((32px * 1.6) - 32px)/ 2));
}
.contactMess span {
    font-size: 56px;
    color: #d70010;

}
.telContact {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
}
.telContact .telContactTop {
    height: 52px;
    border: 2px solid #000;
    border-bottom: none;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
}
.telContact .telContactTop::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 1080px;
    height: 4px;
    background-color: white;
    position: absolute;
    left: -2px;
    bottom: 5px;
    z-index: 10;
}
.telContact .telContactBottom {
    height: 52px;
    border: 2px solid #000;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    position: relative;
}
.telContact .telContactBottom::after {
    content: "";
    display: inline-block;
    margin: 0 auto;
    width: 1080px;
    height: 4px;
    background-color: white;
    position: absolute;
    left: -2px;
    top: 5px;
    z-index: 10;
}

.telContact .soudan {
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
}
.telContact .tel a:link,
.telContact .tel a:visited,
.telContact .tel a:hover,
.telContact .tel a:active {
    font-size: 62px;
    color: #d70010;
}
.telContact .freedial {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.telContact .jikan {
    font-size: 20px;
    font-weight: bold;
}

.telContact .okigaru {
    font-size: 20px;
}

.flow {
    border: 2px solid #F14416;
    border-radius: 4px;
    padding: 0;
}

.flow h2 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    background-color: #F14416;
    margin: 0;
    padding: 0.5em 0;
    color: #fff;
}
.flow p {
        padding: 20px;
    margin: 0;
}
.flow .illust {
    text-align: center;
}
.flow .illust img {
    width: 95%;
}
.flow .illust.flowimage img {
    width: 80%;
    margin: 0 auto;

}
/* footer */
footer {
    width: 100%;
    border-top: 1px solid #ccc;
}
.footerInner {
    width: 1080px;
    margin: 0 auto;
    padding: 60px 0 ;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .textArea {
    font-size: 12px;
    line-height: 1.667;
    margin-bottom: calc(33px - (((12px * 1.667) - 12px)/ 2));
}
.copyright {
    margin-top: 28px;

}
footer .privacyArea {
    text-align: right;
}
footer .privacyArea img {
    width: 214px;
}
footer .privacyArea a.privacy {
    font-size: 14px;
    text-decoration: underline;
    color: #000;
}
footer .privacyArea a.privacy::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 11px;
    background: url("img/external-link.png") no-repeat 0 0;
    background-size: 14px auto;
    vertical-align: -1px;
    margin-left: 6px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 84px;
    right: 72px;
}
.pagetop a {
    display: block;
    width: 84px;
    height: 72px;
    background: url("img/toTop.png");
}
.pagetop a:hover {
    display: block;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/***************************************************************************************/
@media screen and (max-width:767px){
    .pc {
        display: none;
    }
        .sp {
        display: block;
    }
    header {
        height: auto;
    }
    .innerHeader {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }
    .innerHeader img {
        width: 141px;
    }
    .innerHeader .contact {
        width: 49%;
        line-height: 1.2;
        text-align: right;
    }
    .innerHeader .contact .contactTel a:link, .innerHeader .contact .contactTel a:visited, .innerHeader .contact .contactTel a:hover, .innerHeader .contact .contactTel a:active {
        font-size: 17px;
    }
    .innerHeader .contactTime {
        font-size: 10.5px;
    }
    .innerHeader .contact .contactTel img {
        width: 15px;
        height: 15px;
    }
    
    a.sateiLink:link,
    a.sateiLink:visited,
    a.sateiLink:hover,
    a.sateiLink:active,
    a.sellLink:link,
    a.sellLink:visited,
    a.sellLink:hover,
    a.sellLink:active {
        border-radius: 15px;
        text-align: left;
    }
    .doubleBtn {
        width: 100%;
        display: block;
    }
    .doubleBtn a:first-child {
        margin-bottom: 24px;
    }

    .doubleBtn a.sateiLink:link,
    .doubleBtn a.sateiLink:visited,
    .doubleBtn a.sateiLink:hover,
    .doubleBtn a.sateiLink:active,
    .doubleBtn a.sellLink:link,
    .doubleBtn a.sellLink:visited,
    .doubleBtn a.sellLink:hover,
    .doubleBtn a.sellLink:active {
        width: 90%;
    }

    .flow .illust img {
        width: 90%;
    }
    .flow .illust.flowimage img {
        width:45%;
    }
    .contactMess {
        font-size: 7vw;
    }
    .contactMess span {
        font-size: 8vw;
    }
    .telContact {
        width: 90%;
    }
    .telContact .telContactTop,
    .telContact .telContactBottom,
    .telContact .telContactTop::after,
    .telContact .telContactBottom::after{
        width: 100%;
    }
    .telContact .telContactTop,
    .telContact .telContactBottom {
        height: 32px;
    }
    .telContact .freedial {
        width:28px;
        height: 28px;
    }
    .telContact .tel a:link,
    .telContact .tel a:visited,
    .telContact .tel a:hover,
    .telContact .tel a:active {
        font-size: 9vw
    }
    .telContact .jikan {
        font-size: 4.5vw;
    }
    .telContact .okigaru {
        font-size: 4vw;
    }
    .telContact .soudan {
        font-size: 5.5vw;
    }
    footer {
        padding: 20px;
        width: auto;
    }
    .footerInner {
        width: 100%;
        margin: 0;
        padding: 20px 0 0 ;
    }
    footer .privacyArea a.privacy {

    }
    .copyright {
        text-align: center;
    }
    footer .privacyArea {
        text-align: left;
    }
    footer .privacyArea div {
        text-align: center;
        margin-top: 20px;
    }
    footer .privacyArea img  {
        width: 150px;
    }

    .pagetop a {
        width: 48px;
        height: 44px;
        background-size: contain;
    }
    .pagetop {
        position: fixed;
        right: 1em;
        bottom: 1em;
    }

}
/* add CSS START */
/* mainVisual START */
/* common START */
#articleBox{
}
#articleBox .red{
    color:#d70010;
}
#articleBox img{
    vertical-align:bottom;
}
.cvBtn{
    position:relative;
    box-sizing:border-box;
    display:block;
    width:90%;
    margin:30px auto;
    padding:0 1.0em 0 0;
    max-width:530px;
    height:80px;
    font-size:30px;
    font-weight:bold;
    line-height:70px;
    text-align:center;
    border:3px solid #000000;
    border-radius:100px;
    box-shadow:0 -5px 2px 0 rgba(0, 0, 0, 0.3) inset, 3px 0 3px 0 rgba(0, 0, 0, 0.3), -3px 0 3px 0 rgba(0, 0, 0, 0.3);
}
.cvBtn:hover{
    opacity:0.8;
}
.cvBtn::after{
    content:"▼";
    position:absolute;
    top:22px;
    right:6.0em;
    display:block;
    width:30px;
    height:30px;
    color:#000000;
    font-size:16px;
    text-align:center;
    line-height:26px;
    background-color:#ffffff;
    border:2px solid #000000;
    border-radius:50%;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
    transition-duration:0.5s;
}
.cvBtn:hover::after{
    -moz-transform:rotate(-450deg);
    -ms-transform:rotate(-450deg);
    -webkit-transform:rotate(-450deg);
    transform:rotate(-450deg);
}
.cvBtn.sodanBtn{
    color:#ffffff;
    background-color:#19a993;
}
.cvBtn.baikyakuBtn{
    color:#000000;
    background-color:#ffe037;
}
.pageWidth{
    box-sizing:border-box;
    width:1166px;
    margin:0 auto;
    padding:0;
}
.dnArrow{
    position:relative;
    margin:60px 0;
    padding:60px 0 0 0;
    font-weight:bold;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    text-align:center;
    line-height:1.2;
    border-top:3px solid #000000;
}
.dnArrow .wrap{
    display:none;
}
.dnArrow::before,
.dnArrow::after{
    content:"";
    position:absolute;
    left:-webkit-calc(50% - 25px);
    left:calc(50% - 25px);
    width:50px;
    height:50px;
    transform:rotate(45deg);
}
.dnArrow::before{
    top:-25px;
    background-color:#000000;
}
.dnArrow::after{
    top:-28px;
    background-color:#ffffff;
}
.contentHead{
    margin:0 0 60px 0;
    height:40px;
    font-size:40px;
    line-height:40px;
    font-weight:bold;
    text-align:center;
    background:linear-gradient(#ffffff 19px, #000000 19px, #000000 21px, #ffffff 21px);
}
.contentHead span{
    padding:0 1.0em;
    background-color:#ffffff;
}
@media screen and (max-width:767px){
    .pageWidth{
        width:100%;
    }
    .cvBtn{
        margin:5.0vw auto;
    }
    .dnArrow{
        margin:40px 0 0 0;
        padding:40px 0 0 0;
    }
    .dnArrow .wrap{
        display:inherit;
    }
    .dnArrow::before,
    .dnArrow::after{
        width:40px;
        height:40px;
    }
    .dnArrow::before{
        top:-20px;
    }
    .dnArrow::after{
        top:-23px;
    }
}
@media screen and (max-width:600px){
    .cvBtn{
        font-size:5.0vw;
    }
    .cvBtn::after{
        right:12.0vw;
    }
}
@media screen and (max-width:420px){
    .cvBtn{
        font-size:7.0vw;
    }
    .cvBtn::after{
        top:28px;
        right:6.0vw;
        display:block;
        width:24px;
        height:24px;
        font-size:12px;
        line-height:20px;
    }
}
/* common END */

/* mainVisual START */
#mainVisual{
    box-sizing:border-box;
    width:100%;
    margin-bottom:60px;
    background:url("img/mainBg.jpg") center no-repeat;
    background-size:cover;
    text-align:justify;
}
#mainVisual .catch{
    height:600px;
    padding-top:90px;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size:55px;
    font-weight:bold;
    text-align:center;
    line-height:1.6;
}
#mainVisual .catch .large{
    display:inline-block;
    margin-right:0.1em;
    padding:0.2em 0.2em 0.05em 0.2em;
    font-size:2.0em;
    line-height:0.9;
    border:2px solid #d70010;
    vertical-align:bottom;
}
#mainVisual .catch .middle{
    font-size:1.4em;
}

@media screen and (max-width:767px){
    #mainVisual{
        height:78.2vw;
    }
    #mainVisual .catch{
        padding-top: 11.7vw;
        font-size:7.2vw;
    }
}
/* mainVisual END */

/* content01 START */
#content01{
    margin:60px auto;
}
#content01Head{
    height:400px;
    margin:0 0 60px 0;
    padding:0 20px;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size:30px;
    font-weight:bold;
    line-height:1.4;
    background:url("img/img01.jpg") right bottom no-repeat;
}
#content01Head .large{
    font-size:2.8em;
    line-height:1.0;
}
#content01Head .middle{
    font-size:1.8em;
}
#content01 .caseList{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    list-style:none;
    width:100%;
    margin-bottom:60px;
}
#content01 .caseList li{
    width:32%;
}
#content01 .caseList li img{
    display:block;
    width:100%;
    max-width:368px;
    margin:0 auto;
}
#content01 .dnArrow{
    font-size:60px;
}
#content01 .dnArrow .large{
    font-size:1.4em;
}
@media screen and (max-width:767px){
    #content01{
        margin:30px 0 0 0;
        padding:5.0vw 0;
    }
    #content01Head{
        height:76.0vw;
        font-size:4.0vw;
        background:url("img/img01sp.jpg") right bottom no-repeat;
        background-size:contain;
    }
    #content01 .caseList{
        -moz-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-bottom:40px;
    }
    #content01 .caseList li{
        width:45%;
        margin:0 auto;
        padding:10px;
    }
    #content01 .dnArrow{
        font-size:7.8vw;
    }
    #content03 .contentHead{
        margin:0 0 5vw 0;
        font-size:7.0vw;
    }
}
@media screen and (max-width:600px){
    #content01Head{
        height:80.0vw;
        font-size:5.0vw;
    }
    #content01 .caseList{
        display:block;
        padding:0 20px;
    }
    #content01 .caseList li{
        width:100%;
    }
    #content01 .caseList li img{
        max-width:240px;
    }
}
/* content01 END */

/* content02 START */
#content02{
    margin:60px auto;
}
#content02Head{
    position:relative;
    height:360px;
    margin:0 0 60px 0;
}
#content02Head .catch{
    position:absolute;
    left:0;
    top:0;
    box-sizing:border-box;
    width:100%;
    padding:30px 0;
    font-size:30px;
    font-weight:bold;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    line-height:1.2;
    border-bottom:5px solid #d70010;
}
#content02Head .catch .huge{
    font-size:2.5em;
}
#content02Head .catch .large{
    font-size:2.0em;
}
#content02Head .catch .middle{
    font-size:1.5em;
}
#content02Head .img{
    position:absolute;
    top:0;
    right:0;
}
#content02 .step{
    margin:40px 0;
    height:260px;
    background:url("img/step.gif") center top no-repeat;
}
#content02 .what{
    margin:40px 0;
    padding:30px 40px;
    background-color:#fff6cc;
}
#content02 .what h3{
    margin-bottom:20px;
    font-size:30px;
    font-weight:bold;
    text-align:center;
}
#content02 .what p{
    font-size:20px;
}

@media screen and (max-width:767px){
    #content02{
        margin:30px 0 0 0;
        padding:5.0vw 0;
    }
    #content02Head{
        position:static;
        height:auto;
    }
    #content02Head .catch{
        position:static;
        margin-bottom:0;
        padding:20px 20px 0 20px;
        font-size:5.0vw;
    }
    #content02Head .img{
        position:static;
        max-width:582px;
        margin:0 auto;
    }
    #content02Head .img img{
        width:100%;
    }
    #content02 .step{
        margin:30px 0;
        height:85.0vw;
        background:url("img/stepSp.gif") center top no-repeat;
        background-size:contain;
    }
    #content02 .what{
        margin:40px 20px;
    }
}
@media screen and (max-width:600px){
    #content02 .what{
        margin:40px 20px 0 20px;
        padding:20px 20px 40px 20px;
    }
    #content02 .step{
        margin:20px 0;
        height:100.0vw;
    }
    #content02 .what p{
        font-size:16px;
    }
}
/* content02 END */

/* content03 START */
#content03{
    margin:60px auto;
}
#content03 .case{
    position:relative;
    min-height:400px;
    margin:0 20px 100px 20px;
    overflow:hidden;
}
#content03 .case h3{
    position:absolute;
    top:20px;
    width:100px;
    height:100px;
    color:#ffffff;
    font-size:20px;
    text-align:center;
    background-color:#0088c3;
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
#content03 .case h3 span{
    display:block;
    margin:25px 0 0 2px;
    line-height:1.4;
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
#content03 .case.case1 h3{
    left:40px;
}
#content03 .case.case2 h3{
    right:40px;
}
#content03 .case.case1{
    background:url("img/img06.jpg") left bottom no-repeat;
}
#content03 .case.case2{
    background:url("img/img07.jpg") right bottom no-repeat;
}
#content03 .case .letter{
    box-sizing:border-box;
    position:absolute;
    bottom:0;
    width:680px;
    padding:20px 40px 30px 40px;
    font-size:16px;
    background-color:#f4f4f4;
}
#content03 .case.case1 .letter{
    right:0;
}
#content03 .case.case2 .letter{
    left:0;
}
#content03 .case .letter .name{
    display:block;
    font-size:1.4em;
    font-weight:bold;
}
#content03 .dnArrow{
    font-size:40px;
}
#content03 .dnArrow .large{
    font-size:2.0em;
}
#content03 .dnArrow .middle{
    font-size:1.5em;
}

@media screen and (max-width:767px){
    #content03{
        margin:30px 0 0 0;
        padding:5.0vw 0;
    }
    #content03 .case{
        position:static;
        min-height:inherit;
        margin:0 20px 40px 20px;
    }
    #content03 .case h3{
        position:static;
        margin:20vw auto;
        background-color:rgba(0, 0, 0, 0.5);
        transform:rotate(0);
    }
    #content03 .case h3 span{
        margin:0;
        padding-top:20px;
        transform:rotate(0);
    }
    #content03 .case.case1{
        background:url("img/img06.jpg") center top no-repeat;
        background-size:contain;
    }
    #content03 .case.case2{
        background:url("img/img07.jpg") center top no-repeat;
        background-size:contain;
    }
    #content03 .case .letter{
        position:static;
        width:100%;
        padding:20px;
    }
    #content03 .dnArrow{
        font-size:6.0vw;
    }
}
/* content03 END */
/* columnList START */
#columnList{
    margin:60px auto;
}
#columnList .culumnItem{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
#columnList .culumnItem li{
    position:relative;
    width:23%;
    margin:20px auto 40px auto;
    font-size:16px;
    background-color:#ffffff;
    border-radius:20px;
    box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.3);
}
#columnList .culumnItem li .photo{
    height:0;
    padding-top:58%;
    background-size:100%;
    border-radius:20px 20px 0 0;
    transition-duration:0.3s;
}
#columnList .culumnItem li:hover .photo{
    background-size:120%;
    box-shadow:5px 5px 20px 0 rgba(0, 0, 0, 0.1) inset;
}
#columnList .culumnItem li .title{
    margin:10px 0;
    padding:0 15px;
    font-size:1.2em;
    font-weight:bold;
    line-height:1.2;
}
#columnList .culumnItem li .letter{
    margin:10px 0 40px 0;
    padding:0 15px;
    line-height:1.6;
}
#columnList .culumnItem li .btn{
    position:absolute;
    bottom:-25px;
    left:-moz-calc(50% - 60px);
    left:calc(50% - 60px);
    width:120px;
    height:50px;
    font-weight:bold;
    text-align:center;
    line-height:43px;
    background-color:#ffffff;
    border:3px solid #000000;
    border-radius:50px;
}
#columnList .culumnItem li .btn:hover{
    bottom:-23px;
}
@media screen and (max-width:767px){
    #columnList .culumnItem{
        padding:0 20px;
    }
    #columnList .culumnItem li{
        width:46%;
    }
}
@media screen and (max-width:600px){
    #columnList .culumnItem{
        padding:0 7.0vw;
    }
    #columnList .culumnItem li{
        width:100%;
    }
}
/* columnList END */
/* add CSS END */