



.wr_three-box{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.wr_three-box .wr_box{
    border: 3px solid;
	border-image: linear-gradient(to bottom, #0a70c7, #1cc4f0) 1;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 32%;
    padding: 1.5rem;
    float: left;
    margin-right: 10px;
    background: #fff;
}
.wr_three-box .wr_box:last-child{
    margin-right: 0;
}
.wr_three-box .wr_box .wr_box-head{
    font-size: 16px;
    font-weight: bold;
    color: #191b1f;
    text-align: center;
    padding: 10px;
}
.wr_three-box .wr_box .head-img {
    max-height: 15rem;
    width: auto;
    margin-bottom: 10px;
    text-align:center;
}
.wr_three-box .wr_box .head-img img {
    height: 10rem;
    width: auto;
}
.wr_three-box .wr_box .wr_caption {
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    line-height: 1.4em;
}
.wr_three-box .wr_box .wr_box-body{
    color: #333;
    text-align: left;
    padding: 10px;
}
.wr_three-box .wr_box .wr_box-body .in_link_btn{
    display: none;
}
.wr_three-box .wr_box .wr_box-body p {
    height: 11rem;
}


.wr_three-box .wr_box .wr_box-head p {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.5;
}





/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 481px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
/* デフォルトのスタイル */
#gnvfx {
    position: relative;
    width: 100%;
    z-index: 1; /* ヘッダーの上に表示する */
    transition: all 0.3s ease; /* スムーズな動き */
    background: #fff;
}

/* 固定表示時のスタイル */
#gnvfx.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 10px 10px #00000008;
    z-index: 10;
}

.gnv {
    padding-left: 100px;
}
.gnv ul {
    margin: 0rem auto 0rem;
    width: 1000px;
    display: flex;
    border-right: solid 1px #eee;
}
.gnv ul li {
    display: table;
    border-left: solid 1px #eee;
    width: 20%;
    background: #fff;
    margin: 0;
}
.gnv ul li a {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 13px;
    padding: 1rem 2rem;
    text-decoration: none;
}
.gnv.topgnv ul {
    margin: 0;
}

.gnv.topgnv ul li {
    padding: 0;
    margin: 0;
}

.gnv.topgnv ul li:before {
    display: none;
}

.gnv.topgnv {
    background: #fff;
    z-index: 3;
}

.l-gnavi-area-bar {
    z-index: 10;
}
.gnv.topgnv.fixed ul {
    margin: 0 auto;
}
	
}	

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

.gnv {
    display: none;
}

.wr_three-box{
    display: block;
    flex-wrap:nowrap;
}
.wr_three-box .wr_box{
    position: relative;
    width: auto;
    float: none;
    margin: 0 0 20px 0;
    background: #fff;
}
.wr_three-box .wr_box .wr_box-head{
    padding: 10px;
}
.wr_three-box .wr_box .head-img {
    height: 150px;
    margin-bottom: 10px;
    text-align:center;
}
.wr_three-box .wr_box .head-img img {
    height: 100%;
    width: auto;
}
.wr_three-box .wr_box .wr_caption {
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    line-height: 1.4em;
}
.wr_three-box .wr_box .wr_box-body{
    color: #333;
    text-align: left;
    padding: 10px;
}
.wr_three-box .wr_box .wr_box-body .in_link_btn{
    display: block;
    width: 95%;
    margin: 15px auto 0;
    background: #13118E;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none !important;
    position: relative;
}
.wr_three-box .wr_box .wr_box-body .in_link_btn:after{
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

}