@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/*　タイアップサイト用
-------------------------------------------------*/
.lb-image {
	max-width: 1000px;
}
@media screen and (min-width:768px) {
	body {
	  text-align:center;
	}
	
	.nbo_header {
		display:block;
		background-repeat: no-repeat;
		background-position: top center;
		background-image: url(../xtf0916/bp_bg.png);
		background-color: #e1e1e1; /* ie8 */
	}
}

body {
	text-align:center;
}

.nxr_header {
	background: #fff;
}

#tieup {
  border-bottom:1px solid #ddd;
  text-align:center;
  color:#fff;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:500;
  font-size:14px;
  line-height:1.8em;
  width:100%;
  overflow-x:hidden;
}


@media all and (-ms-high-contrast:none){
  #tieup { 
	  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   } 
}

@media screen and (min-width:950px) {
	#tieup {
		font-size:16px;
	}
}

.w-100p {
	width:100%;
}

#tieup a:link,
#tieup a:visited {
  color:#fff;text-decoration: none;
}

#tieup a:link {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  transition:0.5s
}

#tieup a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  transition:0.5s
}

img {
	max-width:100%;
	height: auto;
}

#tieup a:hover {
  text-decoration:none;
  color:#ccc;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  transition:0.5s;
}

#topcontrol {
	margin:0 30px 30px 0;
}

.fw-bold {
	font-weight:bold;
}

.c-gray {
	color:#666;
}

/*　枠組み
----------------------------------------------------------*/

.container {
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box !important;
}

@media screen and (min-width:950px) {
	.container {
		
		
	}
}

.w-900 {max-width: 900px;}
.w-850 {max-width: 850px;}
.w- {max-width: px;}

.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-row-row {
	flex-direction: row !important;
}

/*下層ヘッダー*/
.ttl-box-01 {
	max-width: 900px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: left;
	font-weight: bold;
}
.logo-forum-01 {
	text-align: right;
}
.logo-forum-01 img {
	width: 80px;
}
.ttl-01 {
	font-size: 25px;
	padding-bottom: 20px;
	line-height: 1.3;
}
.lead-01 br {
	display: none;
}
.logo-client-01 {
	padding-bottom: 25px;
}
.logo-client-01 img {
	width: 110px;
}
	
@media screen and (min-width:950px) {
	.ttl-box-01 {
		padding-bottom: 100px;
	}
	.ttl-01 {
		font-size:45px;
		padding-bottom: 
	}
	.lead-01 {
		font-size: 18px;
	}
	.lead-01 br {
		display: block;
	}
	.logo-forum-01 img {
		width: 108px;
	}
	.logo-client-01 img {
		width: 160px;
	}
}

@media screen and (max-width:949.9px) {
	.ttl-01 {
		text-align: center;
	}
	.logo-client-01 {
		margin-top: -27px;
	}
}


/*本文*/
.main-box-01 {
	max-width: 850px;
	text-align: left;
}

.ttl-02 {
	color: #34CDFF;
	font-weight: bold;
	font-size: 18px;
	border-left: 4px solid #34CDFF;
	border-right: 4px solid #34CDFF;
	min-height: 60px;
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
}

.ttl-02 h2 {
	width: 90%;
	line-height: 1.25;
	margin-left:auto;
	margin-right: auto;
}


.ttl-03 {
    font-size: 20px;
    color: #34CDFF;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.ttl-04 {
    font-size: 20px;
    color: #34CDFF;
    margin-top: 25px;
    margin-bottom: 5px;
    line-height: 1.3;
}


.main-txt-01 p {
	line-height: 1.85;
}


.mt-2em {
	margin-top: 2em;
}
.c-att-01.lh-big dt,
.c-att-01.lh-big dd {
	line-height: 1.85em;
}
.c-att-01.lh-big dd {
	margin: -1.85em 0 0 1em;
}

.main-caption-01 {
	font-size: 12px;
	color: #bbb;
	margin-top: 5px;
}

.main-caption-01 a {
	color: #aaa !important;
}

.main-txt-01 p + p,
.main-txt-01 p + h3,
.main-txt-01 + .main-txt-02,
.main-txt-02 + .main-txt-01,
.main-txt-02 + .main-txt-02,
.main-caption-01 + p {
	margin-top: 2em;
}

.ttl-02 {
	margin-top: 40px;
}
.ttl-02:first-child {
	margin-top: 0;
}
.main-box-02 + .main-txt-01 {
	margin-top: 40px;
}
.main-txt-02 p,
.main-txt-02 h3 {
	padding-left: 15px;
}
.main-txt-02 dl {
	margin-left: 15px;
}
.main-txt-01 h3,
.main-txt-02 h3{
	padding-bottom: 0.3em;
	position: relative;	
	font-size: 15px;
}
.main-txt-02 h3::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.main-txt-03 {
	font-size:13px;
	padding-left: 0.3em;
}

.main-txt-01 h4,
.main-txt-02 h4 {
	padding: 1.2em 0 0.2em 0;
}

@media screen and (min-width:950px) {
	.ttl-02 {
		font-size: 31px;
		margin:120px 0 45px;
		border-left: 6px solid #34CDFF;
		border-right: 6px solid #34CDFF;
		min-height: 84px;
	}
	.ttl-02:first-child {
		margin-top: 0;
	}
    
    .ttl-03 {
        font-size: 26px;
        color: #34CDFF;
        margin-top: 90px;
        margin-bottom: 40px;
    }    
    
    .ttl-04 {
        font-size: 26px;
        color: #34CDFF;
        margin-top: 35px;
    } 
	.main-box-02 + .main-txt-01 {
		margin-top: 60px;
	}
	.main-txt-01 h3,
	.main-txt-02 h3 {
		font-size: 20px;
	}
	.main-txt-03 {
		font-size:14px;
	}
}

/*背景*/
#tieup {
	background:url("bg_01.jpg") no-repeat right top #0D0908;
}
.bg-02 {
	background: url("bg_02.jpg") no-repeat center 500px;
	background-size: 100% auto;
}
@media screen and (max-width:949.9px) {
	#tieup {
		background:url("bg_01.jpg") no-repeat right top #0D0908;
		background-size: 1500px auto;
	}
	.bg-02 {
		background: url("bg_02.jpg") no-repeat -450px 1300px;
		background-size: 1500px auto;
	}
}

/*プロフィール*/
.profile-img-01 {
	text-align: center;
}
.profile-txt-01 {
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.4;
}
.profile-txt-01 span {
	display: inline-block;
	padding-right: 0.5em;
}
.profile-txt-02 {
	font-weight: bold;
}
.profile-txt-02 span {
	font-size: 16px;
}

@media screen and (min-width:950px) {
	.main-box-02 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.main-box-03 {
		width: 460px;
	}	
	.main-box-04 {
		width: 340px;
		padding-top: 5px;
	}
	.flex-row-row .main-box-04 {
		margin-right: 0;
		margin-left:auto;
	}
	.profile-img-01 img {
		max-width: 100%;
	}
	.profile-txt-01 {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.profile-txt-02 span {
		font-size: 24px;
	}
}

@media screen and (max-width:949.9px) {
	.profile-img-01 img {
		max-width: 60%;
	}
	.profile-img-01 {
		padding:30px 0 0 0;
	}
	.profile-txt-01, .profile-txt-02, .profile-txt-03 {
		text-align: center;
	}
	
}

/*図表*/

.fig-box-01 {
	margin: 30px auto;
	max-width: 740px;
	box-sizing: content-box !important;
}

.fig-box-01 img {
	border: 1px solid #707070;
}

.fig-box-01 img.no-border {
    border: none;
}

.fig-txt-01{
	font-size:12px;
	padding-top:10px;
	line-height: 1.5;
	color: #bbb;
}

.fig-box-01--big {
    max-width: none;
}

@media screen and (min-width:950px) {
	.fig-box-01 {
		margin: 60px auto;
	}
	.fig-box-01-caption-01 {
		font-size: 14px;
		padding-top: 15px;
	}
}

/*フッター*/
.footer-01 {
	padding: 40px 0;
	text-align: center;
}
.footer-btn-01 a {
	display: block;
	margin-left:auto;
	margin-right: auto;
	width: 90%;
	max-width: 440px;
	padding: 15px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2em;
	font-feature-settings: "palt";
	color: #fff;
	background-image: linear-gradient(90deg, #04A1BC, #013A74);
	position: relative;
}
/*ボタン名が長い長い会社*/
.royalitymarketing .footer-btn-01 a {
	max-width: 550px;
}

.footer-btn-01 a::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url("icn_arrow_01.svg") no-repeat center center;
	position: absolute;
	right: 1em;
	top: calc(50% - 0.5em);
}
.footer-txt-01 {
	font-size: 16px;
	padding: 25px 0 10px;
}
.footer-txt-02 {
	padding: 20px 0 30px;
	line-height: 1.5;
}
.logo-client-02 img {
	width: 140px;
}
.logo-forum-02 {
	padding-bottom: 20px;
}

.logo-forum-02 img {
	width: 185px;
}
.footer-txt-03 {
	font-weight: bold;
}
.footer-txt-03 li a::before {
	content: "";
	width: 0.4em;
	height: 1em;
	margin-right: 0.3em;
	display: inline-block;
	background:url("icn_arrow_02.svg") no-repeat center center;
	background-size: contain;
}


@media screen and (min-width:950px) {
	.footer-btn-01 a {
		font-size: 20px;
		padding: 20px 0;
	}
	.footer-txt-02 li {
		display: inline-block;
		padding: 0 0.5em;
	}

	.footer-01 {
		padding: 80px 0;
	}
	.footer-txt-01 {
		font-size: 18px;
		padding: 60px 0 30px;
	}
	.footer-txt-02 {
		padding: 25px 0 100px;
		line-height: 1.5;
	}
	.logo-client-02 img {
		width: 240px;
	}	
	.logo-forum-02 {
		padding-bottom: 35px;
	}
	.footer-txt-03 {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-txt-03 li,
	.footer-txt-03 {
		width: 22em;
	}
}

@media screen and (max-width:949.9px) {

}




@media screen and (min-width:950px) {
	.c-mt-lg-0 {
		margin-top: 0 !important;
	}
}




@media screen and (max-width:500px) {
	.ttl-01-sub {
		font-size: 22px;
	}
}

    
    
/*daimarumatsuzakaya*/

.daimarumatsuzakaya .fig-box-01 img {
    border: none;
}

.daimarumatsuzakaya .logo-client-01 img {
    width: 130px;
}
    
.daimarumatsuzakaya .logo-client-02 img {
    width: 220px;
}

.daimarumatsuzakaya .footer-btn-01 a {
    max-width: 530px;
}
    
@media screen and (min-width:950px) {

    .daimarumatsuzakaya .logo-client-01 img {
        width: 200px;
    }

    .daimarumatsuzakaya .logo-client-02 img {
        width: 280px;
    }
    
}
    

/* yappli */
    
.yappli .logo-client-01 img {
    width: 70px;
}

.yappli .ttl-04 {
    margin-top: 3em;
}

@media screen and (min-width:950px) {

    .yappli .logo-client-01 img {
        width: 120px;
    }

    .yappli .logo-client-02 img {
        width: 200px;
    }
    
}
    
    
    
    