@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}

.overpass {
	font-family: 'Overpass', sans-serif;
    }
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    }
@media all and (max-width: 896px) {
    .content {
        width: 96%;
        margin: 0 auto;
        }
    }
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comlink {
	max-width: 330px;
    width: 100%;
    text-align: center;
    }
.comlink.cen {margin: auto;}
.comlink a {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 8px;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #ff9f15;
    background: url("../images/common/arw.png")no-repeat 92% center ,#fff;
    border-radius: 100px;
    border: 2px solid #ff9f15;
    }
@media all and (max-width: 896px) {
.comlink {
	max-width: 100%;
    width: 100%;
    }
.comlink a {
    width: 100%;
    padding: 10px 10px;
    font-size: 1.6rem;
    letter-spacing:0;
    }
}

