@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;
	}*/
}






/*--テスト作成-----------------------------------------------------------------------------------------------------*/

.waku{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 860px;
	justify-content: center;
}

.left-waku{
	background: #fff;
	min-width: 350px;
	width:50%;
	overflow: hidden;
	position: relative;
}

.left-waku img{
	width: 430px;
}

.right-waku{
	min-width: 350px;
	width:50%;
}

.testtitle{
	width: 430px;
	text-align: left;
	margin-left: 20px;
	font-size:22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.T-price{
	font-size:14px;
	color:#666666;
	font-weight: 600;
	margin-right: 20px;
}

.T-price2{
	margin-left: 20px;
	font-size:22px;
	color:#D23E3E;
	margin-bottom: 12px;
}

.testline{
	width: 90%;
	border-bottom: 1.5px solid #ACAC9D;
	margin-left:20px;
	margin-bottom: 0px;
}

.LPdl{
	display: flex;
	flex-wrap: wrap;
	width: 400px;
}

.LPdt{
	width: 30%;
	font-size:14px;
	color:#666666;
	text-align: left;
	margin-left:20px;
	display: grid;
	border-bottom: 1.5px solid #ACAC9D;
	padding:10px 0;
}

.LPdd{
	width: 60%;
	font-size:14px;
	text-align: left;
	display: grid;
	border-bottom: 1.5px solid #ACAC9D;
	padding:10px 0;
}

.LPdt:first-of-type,
.LPdt:first-of-type + .LPdd{
	border-top: 1.5px solid #ACAC9D;
}


@media only screen and (max-width: 600px) {

  .testtitle,
  .T-price2,
  .testp
  .testline{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}

@media only screen and (max-width: 600px) {

  .LPdt{
    margin-left: 0 !important;
  }

}

.testp{
	max-width:850px;
	text-align:left;
	margin-top: 10px;
}