body {
	background-color:#ffffff !important;
	}

/* ******************************

 サブページ共通

****************************** */	

.subpage_top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  margin:0 0 0 0;
  padding:0 0 0 0;
  background: url(../img/print.jpg) no-repeat center center/cover;
}

/* ******************************
	    ご注文の流れについて タイトル
****************************** */

.reason_title_print  {
	font-size: 1.5em;
	font-weight: bold;
	margin: 100px auto 70px auto;
	width: 100%;
	max-width: 800px;
	height: auto;
	text-align: left;
}

/* ******************************
	    メイン
****************************** */

.wrap {
width: 100%;
max-width: 1000px;
height: auto;
margin: 0 auto;
}



/*モバイルファースト*/

.card-container{
    background: #fff;
    color: #353535;
    display: flex;
    margin: 20px auto;
    width: 100%;
    /*box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);*/
}

.card-text{
    width:100%;
    margin: 10px 20px;
}
.card-text h3{
    padding-top: 10px;
    font-size: 1em;
				margin: 0 0 10px 0;
}
.card-text p{
    font-size: 0.6em;
}
.card-img{
    width: 100%;
}

img{
    width:90%;
    height:auto;
    vertical-align:bottom;
}

/*PCサイズ*/

@media screen and (min-width:650px) {
    .card-container{
        max-width: 800px;
        height: 300px;
    }

    .card-text h3{
        font-size: 1.3em;
    }
    .card-text p{
        font-size: 1em;
    }
}

/* ******************************
	       選ばれる理由へボタン
****************************** */

.btn_radius_wrap {
	position:relative;
	width:100%;
	height:auto;
	margin:10% 0%;
	}

.btn_radius a {
	font-size:1.1em;
	color:#009bdb;
	border:3px solid #009bdb;
	text-align:center;
	border-radius:50px;
	padding:2% 0%;
	text-decoration: none;
	display: block;
	position: absolute;
    bottom: 33%;
    left: 0;
	right:0;
	margin: auto;
	/*background-color:#e6e4dd;*/
	width:35%;
	height: auto;
    z-index: 3;
	/*animation: flash 1.0s linear infinite;
	animation-duration: 6.0s;*/
	}
	
	
.btn_radius a:hover {
	color:#fff;
	background-color:#009bdb;
	}


