@charset "UTF-8";
/* CSS Document */


/*イントロ*/
.pc{
	display: block;
}
.sp{
	display: none;
}
.bold{
	font-weight: bold;
}
.mb33{
	margin-bottom: 33px;
}
.mt0{
	margin-top: 0 !important;
}
.tb_right_wrap img{
	width: 100%;
    height: auto;
}
.tbpairing_wrap{
	margin-top: 100px;
}
.tbpairing_wrap a{
	color: #000;
	text-decoration: none;
}
.tbpairing_wrap a:hover{
    color: #000;
    text-decoration: none;
	opacity: 0.7;
}
/*****目次ページ***********************/
.tbpairing_bg_y{
	background-color: #fffbed;
    padding: 40px 0px 100px;
}
.tbpairing_ttl{
    font-size: 34px;
    color: #103771;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 60px;	
}
.tbpairing_ttl::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #103771;
    display: block;
    margin: 30px auto 0;
}
.tbpairing_tx{
	text-align: center;
    line-height: 1.87;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 100px;
}
.tbpairing01_flex{
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}
.tbpairing02_flex{
	display: flex;
	justify-content: left;
	flex-wrap:wrap;
}
.tbpairing_tb_list{
    width: 20%;
    margin: 15px;
}
.tbpairing_mn_list{
    width: 29.4%;
    margin: 15px;
}
.tbpairing_mn_list02{
    width: 29.4%;
    margin: 20px 5px;
}
.tbpairing_tb_img {
    width: 95%;
    margin: 0 auto;
	box-shadow: 0px 1px 8px 1px rgba(133, 132, 132, 0.35);
}
.tbpairing_mn_img {
    width: 95%;
    margin: 0 auto;
}
.tbpairing_name{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    letter-spacing: 0.04em;
    margin-top: 14px;
}
/***目次ページへのボタン****/
.tbpairing_ttl_s{
	font-size: 28px;
    color: #103771;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 60px;
}
.pairing_btn_flex{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.pairing_btn_list{
	background-color: #edf5ff;
	border-bottom: solid 3px #002965;
	margin: 0 15px;
	box-shadow: 0px 1px 8px 1px rgba(133, 132, 132, 0.35);
}
.pairing_btn_list a{
	display: block;/*リンク全体をクリック可能に*/
	padding: 35px 20px 30px;/*リンク全体をクリック可能に*/
}
.pairing_btn_tx01{
	font-size: 18px;
	font-weight: bold;
	color: #103771;
	text-align: center;
	line-height: 1.6;
    letter-spacing: 0.02em;
	margin-bottom: 20px;
}
.pairing_btn_tx02{
	font-size: 18px;
	font-weight: bold;
	color: #103771;
	text-align: center;
    line-height: 3.5;
    letter-spacing: 0.02em;
	margin-bottom: 20px;
}
/*****TB別ペアリングページ***********************/
.tbpairing03_flex{
	display: flex;
	justify-content: space-between;
    margin: -60px 30px 73px;
}
.tbpairing04_flex{
	display: flex;
    justify-content: space-evenly;
	flex-wrap: wrap;
}
.tbpairing_tbb_img{
    width: 33%;
}
.tbpairing_tbb_ex{
	width: 60%;
	padding: 60px 0 0 0;
}
.tbpairing_tbb_na{
	font-size: 20px;
	letter-spacing: 0.02em;
	font-weight: bold;
    color: #333333;
	border-bottom: dotted 2px #333333;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.tbpairing_tbb_tx{
	font-size: 16px;
	letter-spacing: 0.02em;
    color: #333333;
	margin-bottom: 30px;
}
.aboutpairing{
    text-align: right;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #333333;
}
.aboutpairing a{
	display: inline-block;
    border-bottom: solid 1px #333333;
}
.tbpairing_bg_p{
	position: relative;
	background-color: #faebf3;
    border-radius: 16px;
    padding: 38px 10px 28px;
	margin-bottom: 80px;
}
.tbpairing_bg_g{
	position: relative;
	background-color: #effdf2;
    border-radius: 16px;
    padding: 38px 10px 28px;
	margin-bottom: 80px;
}
.tbpairing_bg_or{
	position: relative;
	background-color: #fff1ef;
    border-radius: 16px;
    padding: 38px 10px 28px;
	margin-bottom: 80px;
}
.tbpairing_bg_b{
	position: relative;
	background-color: #e2f1fa;
    border-radius: 16px;
    padding: 38px 10px 28px;
	margin-bottom: 80px;
}
.tbpairing_point_img{
    position: absolute;
    width: 80px;
    top: -40px;
    left: -15px;	
}
.tbpairing_bg_p dt{
	text-align: center;
	color: #e9528e;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 5px;
}
.tbpairing_bg_g dt{
	text-align: center;
	color: #289928;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 5px;
}
.tbpairing_bg_or dt{
	text-align: center;
	color: #da4d01;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 5px;
}
.tbpairing_bg_b dt{
	text-align: center;
	color: #1c93cb;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 5px;
}
.tbpairing_mn_list02 dd{
	text-align: center;
	color: #333333;
	font-size: 14px;
}
/*****メニュー別ペアリングページ***********************/
.tbpairing_mn02_img{
	width: 37%;
}
.tbpairing_mn02_ex{
	width: 58%;
}
.tbpairing_mn02_ex dt{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #333333;
}
.tbpairing_mn02_ex dd{
	font-size: 18.5px;
	margin-bottom: 26px;
	color: #333333;
}


@media (max-width: 768px){
	
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.mb33{
		margin-bottom: 0px;
	}
	.tbpairing_wrap{
		margin: 60px 10px 0px;;
	}
	.tbpairing_ttl {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.tbpairing_ttl_s {
		font-size: 26px;
	}
	.pairing_btn_flex {
		display: block;
	}
	.tbpairing_mn_list {
		width: 40%;
		margin: 15px;
	}
	.pairing_btn_list {
		margin-bottom: 20px;
	}
	.tbpairing_tx {
		margin-bottom: 30px;
	}
	.tbpairing_tbb_img {
		width: 70%;
		margin: 0 auto;
	}
	.tbpairing_tb_list{
		width: 38%;
	}
	.tbpairing_tbb_ex {
		width: 90%;
		padding: 25px 0 0 0;
		margin: 0 auto 50px;
	}
    .tbpairing03_flex {
        display: block;
        margin: 0px 0px 60px;
    }
	.tbpairing04_flex{
		display: block;
	}
	.tbpairing_bg_p {
		padding: 38px 30px 28px;
        margin: 0 15px 80px;
	}
	.tbpairing_bg_g {
		padding: 38px 30px 28px;
        margin: 0 15px 80px;
	}
	.tbpairing_bg_or {
		padding: 38px 30px 28px;
        margin: 0 15px 80px;
	}
	.tbpairing_bg_b {
		padding: 38px 30px 28px;
        margin: 0 15px 80px;
	}
	.tbpairing_mn_list02 {
		width: 100%;
		margin: 20px 5px 45px;
	}
	.tbpairing_mn_list02:last-child{
		width: 100%;
		margin: 20px 5px 30px;
	}
	.tbpairing_mn02_ex dt {
		text-align: center;
	}
	.tbpairing_mn02_ex dd {
		text-align: center;
	}
	.tbpairing_mn02_img {
		width: 80%;
		margin: 70px auto 30px;
	}
	.tbpairing_mn02_ex {
		width: 100%;
		margin: 0 auto 80px;
	}
	
	
}