@charset "UTF-8"
/*================================================
 *  indesign_serverレスポンシブ化・追加修正のcss
    header,footerテンプレート化してないページへはこのcssを使用しない
　　旧header,footerに影響がでてしまう為
 ================================================*/
#copy {
    font-size: 12px;
    line-height: 39px;
    color: #333333;
    font-weight: normal;
    text-indent: 10px;
    float: left;
}
#samuraiz-logo {
    float: right;
    margin-top: 6px;
    margin-right: 14px;
}
#header-area {
    float: left;
    height: 84px;
    width: 950px;
}
#logo-connect {
    float: left;
    margin-top: 10px;
    margin-left: 24px;
}
#header-copy {
    float: left;
    margin-top: 29px;
    margin-left: 20px;
}
#header-toiawase {
    float: right;
    margin-top: 21px;
    margin-right: 12px;
}
#menu-area {
    height: 30px;
    width: 950px;
    background-image: url(img/menu_bg.gif);
    padding-top: 7px;
    text-align: center;
    margin-bottom: 0px;
}
.menu-btn-s {
    margin-right: 4px;
    margin-left: 4px;
}
/* メイン */
#MainImage {
    margin-top: 10px;
    margin-bottom: 10px;
}
#MainImage:hover {
    opacity: 0.5;
}
.FeatureArea {
    width: 950px;
}
.FeatureContentsArea {
    width: 470px;
    float: left;
}
.CopyLink {
    font-size: 14px;
    margin-bottom: 30px;
	margin-top: 2rem;
}
/*合わせて読みたい*/

/*ここからトップバナー*/
.banner {
      max-width: 1400px;
      margin: 0 auto 20px;
      padding: 40px;
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      color: #000;

      /* グラデーション＋背景画像 */
      background: 
        linear-gradient(to right, #fef9e9 40%, rgba(255,255,255,0.3)),
        url("img/topbnr.png") no-repeat center right;
      background-size: cover;
    }

    .banner-text {
      max-width: 50%;
      z-index: 2;
      position: relative;
    }

    .banner-text h2 {
      font-size: 26px;
      font-weight: 500;
      line-height: 1.4;
      margin: 0 0 10px 0;
    }

    .banner-text h1 {
      font-size: 44px;
      font-weight: 600;
      line-height: 1.4;
      margin: 0 0 10px 0;
    }

    /* お問い合わせボタン */
    .banner-text .btn {
      display: inline-block;
      background: #0066ff;
      color: #fff;
      padding: 12px 24px;
      border-radius: 6px;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      transition: background 0.3s ease, transform 0.2s ease;
    }

    /* hover効果 */
    .banner-text .btn:hover {
      background: #0044cc;
      transform: translateY(-2px);
    }

    /* 全体リンク化 */
    .overlay-link {
      text-decoration: none; /* 下線なし */
      color: inherit;        /* テキスト色を継承 */
      display: block;        /* aをブロック要素に */
    }

    .overlay-link .overlay-box {
      position: absolute;
      bottom: 30px;
      right: 30px;
      background: rgba(0,100,120,0.8);
      color: #fff;
      padding: 20px;
      max-width: 500px;
      border-radius: 4px;
      z-index: 3;
      transition: background 0.3s ease, transform 0.2s ease;
    }

    /* ボックスhover効果 */
    .overlay-link:hover .overlay-box {
      background: rgba(0,120,150,0.8);
      transform: translateY(-2px);
    }

    .overlay-box h3 {
      margin: 0 0 10px 0;
      font-size: 18px;
      font-weight: 700;
    }

    .overlay-box p {
      font-size: 14px;
      line-height: 1.6;
      margin: 0;
    }

    .overlay-box b {
        font-weight: bold;
        color: #FFFF00;
}

/*ここまでトップバナー*/

/*ここからアソシエイトトップバナー*/

.banner-associate {
      max-width: 1400px;
      margin: 0 auto 20px;
      padding: 40px;
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      color: #000;

      /* グラデーション＋背景画像 */
      background: 
        linear-gradient(to right, #fef9e9 40%, rgba(255,255,255,0.3)),
        url("associate/img/tti_bg.png") no-repeat center right;
      background-size: cover;
    }

    .banner-text-associate {
      max-width: 50%;
      z-index: 2;
      position: relative;
    }

    .banner-text-associate h2 {
      font-size: 26px;
      font-weight: 500;
      line-height: 1.4;
      margin: 0 0 10px 0;
    }

    .banner-text-associate h1 {
      font-size: 44px;
      font-weight: 600;
      line-height: 1.4;
      margin: 0 0 10px 0;
    }

    /* hover効果 */
    .banner-text-associate .btn:hover {
      background: #0044cc;
      transform: translateY(-2px);
    }

    /* 全体リンク化 */
    .overlay-link-associate {
      text-decoration: none; /* 下線なし */
      color: inherit;        /* テキスト色を継承 */
      display: block;        /* aをブロック要素に */
    }

    .overlay-link-associate .overlay-box-associate {
      position: absolute;
      bottom: 30px;
      right: 30px;
      background: rgba(0,100,120,0.8);
      color: #fff;
      padding: 20px;
      max-width: 500px;
      border-radius: 4px;
      z-index: 3;
      transition: background 0.3s ease, transform 0.2s ease;
    }

    /* ボックスhover効果 */
    .overlay-link-associate:hover .overlay-box-associate {
      background: rgba(0,120,150,0.8);
      transform: translateY(-2px);
    }

    .overlay-box-associate h3 {
      margin: 0;
      font-size: 18px;
      font-weight: 700;
    }

    .overlay-box-associate p {
      font-size: 14px;
      line-height: 1.6;
      margin: 0;
    }



/*ここまでアソシエイトトップバナー*/



.margin-top {
    margin-top: 20px;    
}


.LinkArea {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.6rem;
}
.LinkArea h2 {
    font-size: 36px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 20px;
	line-height: 1.5;
}
.LeftArea {
	max-width: 500px;
	margin-bottom: 2rem;
    /*position: relative;*/
    /*width: 445px;*/
    /*float: left;*/
    /*background-color: #EEEEEE;*/
}
.LeftArea:hover {
    opacity: 0.5;
}
.LeftArea a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}
.LinkArea .LeftArea .txt {
    /*margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;*/
	padding: 2rem;
	background-color: #EEEEEE;
}
.LinkArea .LeftArea h4 {
    font-size: 20px;
    line-height: 2.2rem;
	color: #333;
}
.LinkArea .LeftArea .btn {
    margin-left: 10px;
    margin-top: 10px;
}
.RightArea {
	max-width: 500px;
	margin-bottom: 2rem;
    /*position: relative;*/
    /*width: 445px;*/
    /*float: right;*/
    /*background-color: #EEEEEE;*/
}
.RightArea a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}
.RightArea:hover {
    opacity: 0.5;
}
.LinkArea .RightArea .txt {
    /*margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;*/
    padding: 2rem;
	background-color: #EEEEEE;
	
}
.LinkArea .RightArea .btn {
    margin-left: 10px;
    margin-top: 10px;
}
.LinkArea .RightArea h4 {
    font-size: 20px;
    line-height: 2.2rem;
	color: #333;
}
.FeatureHead {
    width: 460px;
    height: 120px;
    margin-bottom: 0px;
    font-size: 16px;
    padding-top: 11px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    line-height: 1.4em;
    font-weight: bold;
    background-image: -webkit-linear-gradient(270deg, rgba(49, 176, 212, 1.00) 0%, rgba(67, 200, 145, 1.00) 100%);
    background-image: linear-gradient(180deg, rgba(49, 176, 212, 1.00) 0%, rgba(67, 200, 145, 1.00) 100%);
    color: #FFFFFF;
    text-align: center;
}

.F_ContentsAreaTxtMidashi {
    font-size: 24px;
    margin-top: 3rem;
    font-weight: bold;
    color: #b82b72;
}
.FeatureHead .Midashi {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6em;
}
.FeatureHead .Midashi a {
    color: #FFFFFF;
}
.FeatureTxt {
    width: 430px;
    height: 140px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.6em;
    background-color: #e5e5e5;
}
.FeatureContentsAreaBtn {
    width: 950px;
}
.FeatureHeadBtn {
    width: 930px;
    height: 100px;
    margin-bottom: 0px;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 1.4em;
    font-weight: bold;
    background-image: -webkit-linear-gradient(270deg, rgba(49, 176, 212, 1.00) 0%, rgba(67, 200, 145, 1.00) 100%);
    background-image: linear-gradient(180deg, rgba(49, 176, 212, 1.00) 0%, rgba(67, 200, 145, 1.00) 100%);
    color: #FFFFFF;
    text-align: center;
}
.FeatureHeadBtn .Midashi {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6em;
}
.FeatureHeadBtn .Midashi a {
    color: #FFFFFF;
}
.FeatureTxtBtn {
    width: 930px;
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.6em;
    background-color: #e5e5e5;
}
.ids-detail {
	display: flex;
	align-items: center;
}
@media (max-width: 1100px) {
	.ids-detail {
		flex-direction: column-reverse;
	}
}

/*テレワークパッケージ*/
.campaign {
    position: relative;
    margin-bottom: 4rem;
}
.campaign a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}

.campaign h2.midashi {
    background-color: #336699;
    color: #FFFFFF;
    line-height: 2.6rem;
    font-size: 1.8rem;
    /*text-indent: 1rem;*/
    margin-bottom: 1rem;
	padding: .5rem;
}
.campaign .container {
    display: flex;
    justify-content: space-evenly;
}
.campaign .container .item {
    width: 363px;
}
.campaign .container .item02 {
    width: 550px;
    font-size: 1.2rem;
    line-height: 1.5em;
}
.campaign .container .item02 h4 {
    color: #336699;
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-bottom: 0.5rem;
}
.campaign .container .item02 .price {
    font-size: 2rem;
    line-height: 1.5em;
    margin-top: 1rem;
    color: #FF9900;
    font-weight: bold;
}
/*テレワークパッケージここまで*/
/*ご利用実績*/
.useimg {
    border-right: 6px solid #E8E8E8;
    border-left: 6px solid #E8E8E8;
    border-bottom: 6px solid #E8E8E8;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.useimgTxt {
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}
/*バナーエリア*/
.bnrArea {
    margin-top: 35px;
    text-align: center;
}
.bnrArea .bnrSpeace {
    margin-left: 5px;
    margin-right: 5px;
}
/*トピックス*/
.topicsArea {
    margin-top: 35px;
}
.topicsArea h4 {
    color: #39BCB4;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    line-height: 1.6em;
    margin-bottom: 5px;
}
.topics {
    font-size: 14px;
    line-height: 2em;
}
.TableHeader {}
.TableMainBg {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-position: bottom;
    border-right-width: 6px;
    border-left-width: 6px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #E5E5E5;
    border-left-color: #E5E5E5;
    width: 898px;
    background-repeat: no-repeat;
    border-bottom: 6px solid #E5E5E5;
}
.Tablecolum {
    padding: 2rem 2rem 2rem 4rem;
    background-position: bottom;
    border-width: 8px;
    border-style: solid;
    border-color: #cce5ff;
    /*width: 894px;*/
    margin-top: 20px;
}
.Tablecolum h2 {
    color: #336699;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
	font-size: 2rem;
}
.ColumImg {
    float: left;
}
.ColumTxt {
    /*float: right;*/
    /*width: 740px;*/
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.FeatureTtl {
    color: #666666;
    font-size: 36px;
    font-weight: lighter;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
}
.FeatureTtl02 {
    color: #666666;
    font-size: 36px;
    font-weight: lighter;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}
.FeatureColumn {
    width: 280px;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 25px;
    text-align: center;
}
.FeatureColumn02 {
    width: 280px;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}
.FeatureColumn03 {
    width: 280px;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}
.FeatureIconMidashi {
    color: #333333;
    font-size: 20px;
    line-height: 40px;
}
.FeatureIconMidashi02 {
    color: #333333;
    font-size: 16px;
    line-height: 40px;
}
.FeatureIconTxt {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}
.FunctionArea01 {
    float: left;
    width: 450px;
    line-height: 1.5rem;
    font-size: 14px;
}
.FunctionArea01 h3 {
    color: #003366;
    font-size: 14px;
    border-left: 5px solid #3399CC;
    border-bottom: 1px solid #3399CC;
    margin-top: 0px;
}
.FunctionArea01 ul {
    list-style-position: outside;
}
.FunctionArea01 ul li {
    margin-left: 2em;
}
.FunctionArea02 {
    float: right;
    width: 450px;
    line-height: 1.5rem;
    font-size: 14px;
}
.FunctionArea02 h3 {
    color: #003366;
    font-size: 14px;
    border-left: 5px solid #3399CC;
    border-bottom: 1px solid #3399CC;
    margin-top: 0px;
}
.FunctionArea02 ul {
    list-style-position: outside;
}
.FunctionArea02 ul li {
    margin-left: 2em;
}
.SceneArea {
    text-align: center;
    margin-top: 5px;
}
.SceneAreaLeft {
    width: 300px;
    float: left;
    margin-right: 25px;
}
.SceneAreaRight {
    width: 300px;
    float: right;
}
.SceneAreaTxt {
    font-size: 14px;
    line-height: 1.5em;
    background-color: #E5E5E5;
    padding: 5px;
}
.TableTxtArea {
    font-size: 16px;
    line-height: 1.6em;
    color: #333;
}
.TableTxtArea02 {
    font-size: 12px;
    line-height: 1.5em;
    color: #333;
}
.speaceTop30 {
    margin-top: 30px;
}
.TableImgLeft {
    float: left;
    margin-right: 20px;
}
.TableKomidashi {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.5em;
}
.TableLine {
    border-top-style: solid;
    border-top-color: #cccccc;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2.Idxpagettl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 10px;
}
.top_ttl {
  margin-bottom: 2rem;
  font-size: 3rem;
  padding: 0.2em 0 0.2em 0;/*文字周りの余白*/
  color: #010101;/*文字色*/
  /*background: #f4f4f4;*/
  border-bottom: solid 3px #b82b72;/*下線*/

}
/* メインコンテンツ */
#main-area {
    width: 950px;
    margin-top: 30px;
}
#main-arealeft {
    float: left;
    width: 460px;
}
#main-arearight {
    float: right;
    width: 198px;
}
#SecondContetsArea {
    width: 680px;
    float: left;
    margin-left: 10px;
}
#SecondContetsAreaWide {
    width: 930px;
    float: left;
    margin-left: 10px;
}
.idxTxtArea {
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
    margin: 0px;
}
.TxtMidashi {
    font-size: 16px;
    margin-top: 40px;
    color: #CC0000;
    margin-bottom: 8px;
    font-weight: bold;
}
.txt-area {
    font-size: 16px;
    line-height: 1.6em;
    color: #666666;
    margin: 0px;
}
.txt-14green {
    font-size: 14px;
    line-height: 1.5em;
    color: #009966;
    margin: 10px;
}
.txt-12bgreen {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
    color: #009966;
}
.txt-10 {
    font-size: 10px;
    line-height: 1.5em;
    color: #333333;
}
/*バナーエリア*/
#right-area {
    float: right;
    width: 230px;
    margin-top: 30px;
    margin-right: 10px;
}
#right-area02 {
    float: right;
    width: 230px;
    margin-right: 10px;
}
#right-areaTop {
    float: right;
    width: 250px;
    margin-top: 30px;
    margin-right: 10px;
}
.news-table {
    background-color: #333333;
    border: 8px solid #333333;
    margin-top: 10px;
}
.news-midashi {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    color: #FFFFFF;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #ffcc00;
    padding-left: 5px;
}
.news-table02 {
    border: 1px solid #333333;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5em;
}

/*レイアウトクリア*/
.clear {
    clear: both;
}

/*ここまでは元々記載のあったcss*/

/*フレックスボックスで横並びから縦並びへ*/
.case {
  margin: 0 auto;
}

.case__list {
  /*margin: 2rem;*/
}

.case__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
}

.case__item__text,.case__item__img {
  width: 50%;
  /*padding: 1rem;*/
}

.case__item__text {
  font-size: 16px;
  padding: 1rem;
  line-height: 1.8;
  width: 100%;
  color: #333;
  /*margin: auto 3rem;*/
}
.case__item__text__ttl01 {
	font-size: 20px;
	color: #fff;
	background-color: #E57B6D;
	padding: 5px 10px;
}

.case__item__text__ttl02 {
	font-size: 20px;
	color: #fff;
	background-color: #53CDCF;
	padding: 5px 10px;
}

/*横幅最大値設定*/
.body_max-width {
	/*max-width: 90em;*/
    max-width: 1400px;
	margin: 0 auto;
	
}
@media (max-width: 1300px) {
	.body_max-width {
		margin: 0 1rem;
	}
}/*/横幅最大値設定*/

/*画像のレスポンシブ対応*/
.main-img {
	display: block;
    max-width: 100%;
    margin: 0 auto;
}

.section_ttl {
	line-height: 1.5;
}

.section_article {
	display: flex;
	justify-content: space-around;
	margin: 1rem 0;
}

@media (max-width: 1200px) {
.section_article {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}
	
	.LeftArea {
    max-width: 600px;
	}
	.RightArea {
    max-width: 600px;
	}
}

@media (max-width: 900px) {

.case__item {
	flex-direction: column;
	}
	.case__item__right {
	flex-direction:column-reverse;
	}
	.case__item__img {
	/*width: 100%;*/
	width: 700px;
	}
	.case__item__text {
	padding: 0;
	line-height: 1.5;
	margin: 2rem 0;
	}
}

/*Adobe Connect12 の特徴 フレックスボックス*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 1rem auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
	margin: 0 auto;
}

.card-figure {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: center;
    font-size: 1.8em;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 0;
    padding: 1em 3em;
    color: #333;
	text-align: center;
	font-size: 1.5rem;
}

.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 100%;
    /*background: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);*/
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(100% / 2);
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(100% / 3); 
    }

}

.sub_text {
	padding: 1rem 0;
	color: #333;
}

.body_max-width {
    max-width: 1400px;
	margin: 0 auto;
	
}
@media (max-width: 1300px) {
	.body_max-width {
		margin: 0 1rem;
	}
}
/*導入イメージと事例*/
.container {
    display: grid; 
    /*max-width: 1200px;*/
    margin: 4rem 1rem;
}

.section {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex; 
    flex-direction: column;
	margin-bottom: 2rem;
}

.title-bar {
    color: #fff;
    padding: 15px 20px;
    font-size: 1.2em;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* 各セクションのタイトルバーの色 */
.web-to-print,
.automatic-composition,
.cross-media,
.ebook {
    background-color: #922b64; 
}

.content {
    padding: 20px;
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

.content p {
    margin-bottom: 1em;
}

.diagram {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; 
    flex-wrap: wrap; 
    width: 100%; 
}

.diagram-title {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    font-weight: bold;
    color: #555;
    font-size: 0.95em;
}

.diagram-item {
    text-align: center;
    margin: 0 5px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-placeholder {
    width: 60px; 
    height: 60px; 
    background-color: #e0e0e0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em; 
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

.diagram-item p {
    font-size: 0.7em;
    margin: 0;
    padding: 0;
    color: #777;
}

.arrow {
    font-size: 1.8em;
    color: #888;
    margin: 0 5px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.diagram-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 5px; 
}

/* レスポンシブ対応 */
@media (max-width: 992px) {
    .container {
        grid-template-columns: repeat(1, 1fr); 
    }
}

@media (max-width: 576px) {
    .section {
        margin-bottom: 15px; 
    }
    .title-bar {
        font-size: 1.1em;
        padding: 12px 15px;
    }
    .content {
        padding: 15px;
    }
    .diagram-item {
        margin: 0 3px;
    }
    .icon-placeholder {
        width: 50px;
        height: 50px;
        font-size: 0.7em;
    }
    .arrow {
        font-size: 1.5em;
        margin: 0 3px;
    }
    .diagram-row {
        flex-direction: column;
        margin: 5px 0;
    }
    .diagram-row .diagram-item {
        margin-bottom: 5px;
    }
}/*ここまで：導入イメージと事例*/


/* ========================================
   お問い合わせエリア
   ======================================== */
.container_info {
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 20px; 
}

.contact-section {
    background-color: #FFDDFC; 
    padding: 60px 0; 
    text-align: center; 
}

.contact-header {
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-bottom: 1rem;
}

.cherry-blossom-icon {
    width: 40px; 
    height: auto;
    margin-right: 15px; 
}

.contact-caption {
    font-size: 1.2em;
    color: #b82b72; 
    font-weight: bold;
}

.contact-content {
    /*display: flex;*/
    flex-direction: column; 
    align-items: center; 
    gap: 40px; 
}

.contact-phone {
    align-items: center;
    font-size: 3rem; 
    font-weight: bold;
    color: #333; 
    white-space: nowrap;
}

.phone-icon {
    width: 40px; 
    height: auto;
    margin-right: 15px; 
}

.phone-number {
   text-align: center;
}

.contact-buttons {
    display: flex;
    flex-direction: column; 
    gap: 20px; 
    width: 100%; 
    /*max-width: 300px;*/ 
}

.btn-pink-outline {
    display: block; 
    padding: 15px 30px;
    background-color: var(--cv-btn-col);
    color: #fff; 
    text-decoration: none;
    border-radius: 30px; 
    font-size: 2.5rem;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-pink-outline:hover {
    background-color:#fff; 
	color: var(--cv-btn-col);
    /*transform: translateY(-2px);  */
}

@media (min-width: 768px) { 
    .contact-section {
        padding: 60px 0;
    }
    .contact-caption {
        font-size: 1.4em;
    }
    .contact-phone {
        font-size: 3.5em;
    }
    .contact-buttons {
        flex-direction: row; 
        justify-content: center; 
        width: auto; 
        max-width: none; 
    }
    .btn-pink-outline {
        width: auto; 
        padding: 2rem 8rem; 
    }
}

@media (min-width: 1024px) { 
    .contact-content {
        flex-direction: row; 
        justify-content: center;
        gap: 80px; 
    }
    .contact-caption {
        font-size: 2.5rem;
		color: #b82b72;
    }
    .contact-phone {
        font-size: 4em;
    }
}/*お問い合わせエリア*/

/* ========================================
   アソシエイトサイトcss
   ======================================== */
.company-profiles-section {
}

.company-profile-item {
    display: flex;
    flex-direction: column; 
    /*align-items: center; */
    padding: 30px 0; 
    gap: 20px; 
}

.company-logo-wrapper {
    flex-shrink: 0; 
    width: 250px; 
    height: 250px; 
    border: 1px solid #ddd; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-logo {
    max-width: 100%; 
    max-height: 100%;
    height: auto;
    display: block;
}

.company-details {
    flex-grow: 1; 
    width: 100%;  
}

.company-name {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.website-links a {
    font-size: 0.95em;
    color: #007bff; 
    text-decoration: none;
    margin-right: 10px;
    word-break: break-all;
}
.website-links a:hover {
    text-decoration: underline;
}
.website-links a:not(:last-child)::after { 
    content: " ";
    margin-left: 5px;
}


.company-details p {
    font-size: 2rem;
    color: #555;
    margin-bottom: 5px;
}

.details-button {
    display: inline-block; 
    padding: 8px 25px;
    background-color: #920054; 
    color: #fff;
    text-decoration: none;
    border-radius: 5px; 
    font-size: 0.95em;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.details-button:hover {
    background-color: #7a0046;
}


@media (min-width: 768px) { 
    .company-profile-item {
        flex-direction: row; 
        text-align: left; 
        align-items: flex-start; 
    }
    .company-details {
        text-align: left; 
    }
    .company-logo-wrapper {
        margin-right: 30px; 
    }
    .details-button {
        
        margin-left: 0;
    }
}

@media (min-width: 1024px) { 
    .company-profile-item {
        padding: 2rem 0;
    }
    .company-logo-wrapper {
        /*width: 250px; 
        height: 250px;*/
    }
    .company-name {
        font-size: 1.8em;
    }
    .website-links a {
        font-size: 1em;
    }
    .company-details p {
        font-size: 1.8rem;
    }
    .details-button {
        padding: 10px 30px;
        font-size: 1em;
    }
	
}

.associate_ttl {
　font-size: 2rem;
  padding: 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #f739a1;
  margin-bottom: 2rem;
	}

.link-area {
	display: flex; 
	justify-content: space-evenly;
	margin: 3rem 1rem 1rem;
}
.SubArea {
	display: flex;
}



@media (max-width: 1000px) {
	.link-area {
		flex-direction: column;
	}
	.SubArea {
		margin-bottom: 1rem;
	}
}


/* ========================================
   アソシエイトサイトヘッダー
   ======================================== */
.apm-page-header {
    width: 100%;
    background-color: #fff;
}

.breadcrumbs {
    padding: 15px 20px;
    font-size: 0.9em;
    color: #666;
}
.breadcrumbs p {
    text-align: left;
}

.main-apm-banner {
    background-color: #920054; 
    padding: 10px 0; 
}

.main-apm-banner .banner-content {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    flex-wrap: wrap; 
}

.apm-title {
    font-size: 2.2em;
    font-weight: bold;
    color: #fff; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    flex-shrink: 1; 
}

.apm-title span {
    font-size: 2rem; 
    white-space: normal; 
    display: block; 
    line-height: 1.2;
    font-weight: bold;
}

.contact-btn {
    background-color: var(--cv-btn-col);
    color: #fff; 
    text-decoration: none;
    padding: 2rem 3rem;
    border-radius: 5px;
    font-weight: bold;
    font-size: 2rem;
    white-space: nowrap; 
    transition: background-color 0.3s ease, color 0.3s ease;
    flex-shrink: 0; 
}

.contact-btn:hover {
    background-color: #fff;
    color: var(--cv-btn-col);
    /*border: 1px solid var(--cv-btn-col);*/
}

/* --- 機能/ナビゲーションリンク --- */
.apm-features-nav {
    padding: 10px 0 0; 
    background-color: #fff; 
}

.feature-row {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
}

.feature-item {
    display: flex;
    align-items: center; 
    flex-basis: calc(33.333% - 20px); 
    max-width: calc(33.333% - 20px); 
    min-width: 250px; 
    margin-bottom: 10px;
    background-color: #E1DDDD;
    padding: 1rem;
}

.bullet-icon {
    width: 20px; 
    height: 20px;
    margin-right: 8px; 
    flex-shrink: 0; 
}

.feature-item a {
    color: #147AD8; 
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
    transition: color 0.3s ease;
    flex-grow: 1; 
}

.feature-item a:hover {
    color: #589FE1; 
}
.badge {
    background-color: #ff9900;
    color: #fff;
    font-size: 0.7em;
    padding: 3px 6px;
    border-radius: 3px;
    margin-left: 8px; 
    white-space: nowrap; 
    vertical-align: middle; 
}


.feature-separator {
    border: none; 
    border-top: 1px solid #eee; 
    margin: 20px 0; 
}

@media (max-width: 992px) { 
    .feature-item {
        flex-basis: calc(50% - 20px); 
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 768px) { 

	/*ここからトップバナー:*/
      .banner {
        padding: 20px;
        background: 
          linear-gradient(to bottom, #fef9e9 50%, rgba(255,255,255,0.3)),
          url("img/topbnr.png") no-repeat center;
        background-size: cover;
      }

      .banner-text {
        max-width: 100%;
      }

      .banner-text h1 {
        font-size: 28px;
      }

      .overlay-link .overlay-box {
        position: relative;
        margin-top: 15px;
        right: auto;
        bottom: auto;
      }
    
	/*ここまでトップバナー:*/
	
	/*ここからアソシエイトトップバナー:*/
    .banner-associate {
        padding: 20px;
        background: 
          linear-gradient(to bottom, #fef9e9 50%, rgba(255,255,255,0.3)),
          url("img/topbnr.png") no-repeat center;
        background-size: cover;
      }

      .banner-text-associate {
        max-width: 100%;
      }

      .banner-text-associate h1 {
        font-size: 28px;
      }

      .overlay-link-associate .overlay-box-associate {
        position: relative;
        margin-top: 15px;
        right: auto;
        bottom: auto;
      }
    
	/*ここまでアソシエイトトップバナー:*/	
	
	
    .main-apm-banner .banner-content {
        flex-direction: column; 
        align-items: center;
        text-align: center; 
    }
    .apm-title {
        font-size: 1.8em;
        white-space: normal; 
        margin-bottom: 15px; 
    }
    .apm-title span {
        font-size: 0.8em;
        display: inline; 
    }
    .contact-btn {
        padding: 8px 20px;
        font-size: 2rem;
    }

    .apm-features-nav {
        padding: 10px 0;
    }
    .feature-row {
        gap: 15px;
    }
    .feature-item {
        flex-basis: 100%; 
        max-width: 100%;
        margin-bottom: 5px; 
        justify-content: flex-start; 
    }
}

@media (max-width: 480px) { 
    .apm-title {
        font-size: 1.5em;
    }
    .apm-title span {
        font-size: 0.7em;
    }
    .feature-item a {
        font-size: 0.9em;
    }
}/*アソシエイトサイトヘッダーcss*/

/*アソシエイト　企業導入一覧*/
.company-profiles-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}

.company-profiles-ttl::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-bottom: solid 3px #b82b72;
}
/*/アソシエイト　企業導入一覧*/

