@charset "shift_jis";

/* -----------------------------------------------------------
 共通タグ
----------------------------------------------------------- */
*{ margin:0; padding:0;}

a{outline: none; text-decoration: none;}
a:focus{outline:none;}
/*html{ background-color:#4E4A41;}*/
img{
	vertical-align:bottom;
	border: none;
	}
#pro_wrapper{
	width:100%;
	font-size:12px;
-webkit-text-size-adjust: 100%;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
p, dl, dt, dd, ul li{
	margin: 0px;
	padding: 0px; 
}
h4, h5{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
li{ list-style-type: none;}
.flexbox { flex-direction: row;}




.btn_ttl {
  padding: 40px 0;
}
.switch_sp .btn_ttl {
  padding: 30px 0;
}

.btn_ttl .border{
  border-bottom: solid 5px #333333 ;
  width: 10%;
  margin: 0 auto;
}
.btn_ttl span{
  padding: 0.5rem 0;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
}



.mv{
  background-color: #a74398;
  margin-top: 1rem;
}
.mv p{
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  text-align: center;
  padding: 0.5rem 0 1.5rem 0;
  letter-spacing: 0.2rem;
}
.mv span{
 font-size: 1.2rem;
}

.bg_purple{
 background-color: #f0e3e8;
 width: 100%;
}

h2.sp-main-title {
  display: none !important;
}
.sp-main {
  padding: 10px 10px;
}

.cp_bn.sp_only {
  margin-top: 25px;
}
.cp_bn_inner {
  background-color: #074b68;
  /* background: url(../../../../include_html/images/campaign/2024/UXTEAM-2785/UXTEAM-2785_cygniplus_bnr_bg.png);
  background-repeat: repeat-x; */
}
.cp_bn {
  text-align: center;
}
.cp_bn img {
  width: 100%;
  max-width: 1000px;
}

/* 分割品ボタン */
.division_btn_body {
  margin: 20px 0;
}
a.division_btn {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  top: 0;
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
  color: #fff;
	width: 350px;
	margin: 0 auto;
	padding: 12px 15px 12px 32px;
  font-size: 20px;
	font-weight: bold;
  box-shadow: 0 5px #790983;
	background: #a74398;
	border-radius: 100vh;
	position: relative;
}
a.division_btn::after {
  content: "\f105";
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
a.division_btn:hover {
  top: 3px;
	color: #fff;
  opacity: 0.80;
  box-shadow: 0 2px #790983;
  transition: 0.2s ease-in-out;
}
body a.division_btn,
body a.division_btn:hover,
body a.division_btn:visited {
  color: #fff;
  text-decoration: none!important;
}


/* -----------------------------------------------------------
 ClearFix AREA
----------------------------------------------------------- */

/* --------- clearfix --------- */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{
  zoom:1;
}
/* --------- /clearfix --------- */

/* -----------------------------------------------------------
 ClearFix
----------------------------------------------------------- */
div:after,
ul:after,
ol:after,
dl:after,
.clearfix:after{
height:0;
visibility:hidden;
content:".";
display:block;
clear:both;
}

/* for IE7 only */
*:first-child+html div,
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl,
*:first-child+html .clearfix{
height:1%;
}

/* for IE6 and below */
/*\*/
* html .clearfix{
height:1%;
}
/* ClearFix End */
@charset "shift_jis";

/* JSのデバイス判定で切り替え */
.pc_only { display: block; }
.sp_only { display: none; }
.switch_sp .pc_only { display: none; }
.switch_sp .sp_only { display: block; }
