@charset "utf-8";

/*------------------------------------------------------------------------------------------------------------------------*/
/* デスクトップレイアウト : 900 px 〜 最大　                                                                                                     */
/* タブレットレイアウト　　 : 601 px 〜 899px以下　 デスクトップレイアウトからスタイルを継承。　   　　　　　　　　　　　　         */
@media only screen and (max-width: 899px) {
}
/* モバイルレイアウト　　 : 600px以下。           タブレットレイアウトからスタイルを継承。　     　　　　　　　　　　　　                 */
@media only screen and (max-width: 600px) {
}
/*------------------------------------------------------------------------------------------------------------------------*/

.kuwashikuha {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    max-width: 200px;
    color: #7f932b !important;
    text-align: center;
}

.kuwashikuha a {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    border: 2px solid #7f932b;
    color: #7f932b !important;
    background-color: #fff;
    /* font-size: 14px; */
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 5px;
    box-sizing: border-box;
}

.kuwashikuha a:hover{
	color:#fff!important;
	background-color:#7f932b;
	border:2px solid #7f932b;
	opacity:1;
}



.kuwashikuhapp {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    max-width: 200px;
    color: #004060 !important;
    text-align: center;
}

.kuwashikuhapp a {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    border: 2px solid #004060;
    color: #004060 !important;
    background-color: #fff;
    /* font-size: 14px; */
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 5px;
    box-sizing: border-box;
}

.kuwashikuhapp a:hover{
	color:#fff!important;
	background-color:#004060;
	border:2px solid #004060;
	opacity:1;
}



.ganbarou-button{
	display: flex;
	flex-flow: row wrap;
	max-width: 650px;
	margin:0 auto;
}

.ganbarou-button-box{
	width: 33%;
	margin:0 auto;
}

.ganbarou-button-box a{
	text-align: center;
}


/*.btn_link3 {
	position:relative;
	width: 33%;
	float: left;
	margin: 0 0 5px 0; 
}

.btn_link3 img {
	height: 98px;
}

.btn_span{
        color:#000;
        margin:0;
        width:200px;
        display:block;
        text-align:center;
        font-size: 20px;
        font-weight: bold;
}*/
.mitumori_btn{
	text-align: center;
	padding:30px 0;
}

.mitumori_btn a{
	font-weight:500;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 30px;
	color:#0058a6;
	border:2px solid #0058a6;
	background: white;
	transition-duration: 0.2s;
}

.mitumori_btn a:hover{
	color:white;
	border:2px solid #0058a6;
	background: #0058a6;
}


.serutona_exp{
	display: flex;
	flex-flow: row wrap;
}

.serutona_exp p{
	width: 50%;
	padding:0 5px;
	text-align: center;
	box-sizing: border-box;
}





@media only screen and (max-width: 600px) {
	.ganbarou-button-box{
		width:50%;
		padding:10px;
		box-sizing: border-box;
	}
	
	.serutona_exp p{
	width: 100%;
}
	
	
	
	
     /*.btn_link3 {
		
		width : 48%;
		float: left;
		margin: 0 10px 5px 10px; 
		box-sizing: border-box;
	}
	.btn_link3 {
		position:relative;
		width : 50%;
		float: left;
		margin: 0 0 5px 0; 
	}
	.btn_link3 img {
		height: 98px;
	}*/
}
