@charset 'UTF-8';
main *{ box-sizing: border-box;}

.text_1000 {
	width: 1000px;
	margin: 0 auto 30px auto;
}

/*----商品一覧を見る----*/
.item_list_button_tate {
	position: fixed;
	top: 125px;
	right: 20px;
}


/*-----------------------------------------------
メイン画像
------------------------------------------------*/

.main_img {
	margin: 0 auto 25px auto;
	width: 1300px;
}
.main_img .main_img_h {
	margin-bottom: 25px;
	text-align: center;
}
.main_img .main_text {
	width: 1000px;
	margin: 0 auto;
}

/*----------------------------------------------------------------------------------------------
〇〇とは？
-----------------------------------------------------------------------------------------------*/

/*----------見出し----------*/
.main > section > .item_data .item_data_h {
	color: #FFF;
	background: url(../../../../_images/type/_common/item_data_line.gif) repeat;
	height: 139px;
	width: 100%;
	margin-bottom: 50px;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	position: relative;
	border-bottom: 10px solid #fff600;
	letter-spacing: .01em;
	line-height: 130px;
}
.main > section > .item_data .item_data_h:after {
	content:"";
	width: 0;
	height: 0;
	margin: 0 0 0 -13px;
	border-right: 35px solid transparent;
	border-top: 35px solid #fffb00;
	border-left: 35px solid transparent;
	position: absolute;
	bottom: -35px;
	left: 50%;
}

/*----------とは？メイン----------*/
.main > section > .item_data .item_data_cont {
	width: 1000px;
	height: 980px;
	background-repeat: no-repeat;
	margin: 25px auto 35px;
	position: relative;
}

/**/
.main > section > .item_data .item_data_list > li {
	position: absolute;
}
.main > section > .item_data .item_data_list dl dt {
	min-height: 36px;
	color: #ff0840;
	background-image: url(../../../../_images/type/tshirt/dry/check.gif);
	background-repeat: no-repeat;
	margin-bottom: 63px;
	padding-left: 55px;
	font-size: 33px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: .1em;
}
.main > section > .item_data .item_data_list dl dd {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.9em;
}
.main > section > .item_data .item_data_list li .yellow_line {
	background: linear-gradient(transparent 50%, #fcff00 0%);
	padding: 0;
	font-weight: 700;
}

/*本体選びについて*/
.main > section > .item_data .item_data_list li.list_item {
	width: 390px;
	top: 34px;
	right: 25px;
}
.main > section > .item_data .item_data_list li.list_item dl dt { 
	letter-spacing: .03em;
}

/*デザインについて*/
.main > section > .item_data .item_data_list li.list_design {
	width: 390px;
	top: 525px;
	left: 30px;
}
.main > section > .item_data .item_data_list li.list_design dl dt { 
	letter-spacing: .03em;
}

/*------イベント------*/
.main > section > .item_polo_event .item_data_cont {
	background: url(../../../../_images/type/polo/event/item_data_main.webp);
}

/*------店舗------*/
.main > section > .item_polo_shop .item_data_cont {
	background: url(../../../../_images/type/polo/shop/item_data_main.webp);
}

/*------会社------*/
.main > section > .item_polo_office .item_data_cont {
	background: url(../../../../_images/type/polo/office/item_data_main.webp);
}

/*------スポーツ------*/
.main > section > .item_polo_sports .item_data_cont { 
	background: url(../../../../_images/type/polo/sports/item_data_main.webp);
	height: 850px;
}

/*本体選びについて*//*--デザインについて--*/
.main > section > .item_polo_sports li.list_item dl dt ,
.main > section > .item_polo_sports li.list_design dl dt {
	margin-bottom: 30px;
	padding-left: 45px;
	font-size: 29px;
	letter-spacing: 0em;
}

/*本体選びについて*/
.main > section > .item_polo_sports .item_data_list li.list_item {
	width: 405px;
	top: 65px;
	right: 50px;
}

/*--デザインについて--*/
.main > section > .item_polo_sports .item_data_list li.list_design {
	width: 405px;
	top: 445px;
	left: 65px;
}


/*----------ポイント----------*/
.main > section > .item_data .item_point:before {
	content: "";
	display: block;
	width: 249px;
	height: 118px;
	background: url(../../../../_images/type/_common/arrow_blue.gif) no-repeat;
	margin: 0 auto 30px auto;
}

.main > section > .item_data .item_point ul {
	width: fit-content;
	max-width: 950px;
	margin: 0 auto 40px;
	text-align: center;
}
.main > section > .item_data .item_point ul li {
	display: block;
	min-height: 36px;
	background: url(../../../../_images/type/_common/check_p.gif) no-repeat;
	margin: 0 auto 25px;
	padding: 0 5px 20px 60px;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: .04em;
	border-bottom: 7px solid #161513;
}
.main > section > .item_data .item_point ul.text_large li {
	font-size: 38px;
	letter-spacing: 0;
}


/*-----------------------------------------------
	オススメアイテム
------------------------------------------------*/
.osusume_item,
.osusume_2item{
	margin-bottom: 60px;
}

/*----見出し----*/
.osusume_item .osusume_h3,
.osusume_2item .osusume_h3 {
	width: 100%;
	height: 125px;
	background: url(../../../../_images/type/_common/osusume_line.gif) repeat-x bottom;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.osusume_item .osusume_h3:after,
.osusume_2item .osusume_h3:after {
	content:"";
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin: 0 0 0 -13px;
	width: 0;
	height: 0;
	border-right: 25px solid transparent;
	border-top: 25px solid #fffb00;
	border-left: 25px solid transparent;
}

/*----スライダー----*/
.item_img .bx-prev {
	display: block;
    width: 76px;
    height: 76px;
    background: url(../../../../_images/type/_common/prev_arrow.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	overflow: hidden;
	text-indent: 100%;
    position: absolute;
    left: -38px;
	top: 50%;
	z-index: 100;
}
.item_img .bx-next {
	display: block;
    width: 76px;
    height: 76px;
    background: url(../../../../_images/type/_common/next_arrow.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	overflow: hidden;
	text-indent: 100%;
    position: absolute;
    right: -38px;
	top: 50%;
	z-index: 100;
}

/*---------------------------
オススメアイテム 1カラム
---------------------------*/
.osusume_item .osusume_item_li {
	width: 1000px;
	margin: 0 auto;
}

.osusume_item .osusume_item_li > li {
	margin-bottom: 50px;
}
.osusume_item .osusume_item_li .item_li_h {
	color: #FFF;
	margin-bottom: 25px;
	padding: 25px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .1em;
}
.osusume_item .osusume_item_li li:nth-child(1) .item_li_h { background: linear-gradient(#fc391f 50%, #ee2b11 50%); }
.osusume_item .osusume_item_li li:nth-child(2) .item_li_h { background: linear-gradient(#3fc4d9 50%, #34b6cb 50%); }
.osusume_item .osusume_item_li li:nth-child(3) .item_li_h { background: linear-gradient(#6bba1a 50%, #5ba212 50%); }
.osusume_item .osusume_item_li li:nth-child(4) .item_li_h { background: linear-gradient(#d55ed4 50%, #b953b7 50%); }

.osusume_item .osusume_item_li .osusume_cont {
	background: url(../../../../_images/type/_common/osusume_back.gif) repeat;
	padding: 30px;
	box-shadow: 6px 6px #fffb28;
	position: relative;
}

/*--right_cont--*/
.osusume_item .right_cont {
	width: 460px;
	float: right;
}

/*品番-ブランド*/
.osusume_item .right_cont .number_brand {
	display: block;
	margin-bottom: 15px;
}
.osusume_item .right_cont .number_brand span.number{
	display: inline-block;
	background-color: #a3389d;
	color: #fff;
	margin-bottom: 0;
	margin-right: 10px;
	padding: 3px 30px 3px 15px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
	position: relative;
}
.osusume_item .right_cont .number_brand span.number:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-right: 10px solid #f0ecde;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*商品名*/
.osusume_item .right_cont .osusume_h5 {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: .06em;
}
.osusume_item .right_cont .osusume_h5 span { 
	background: #FFF;
	padding: 0 3px;
}

/*価格*/
.osusume_item .right_cont .price {
	background: url(../../../../_images/type/_common/price_line.gif) repeat-x bottom;
	margin-bottom: 15px;
	padding-bottom: 25px;
	text-align: right;
	position: relative;
}
.osusume_item .right_cont .price .price_off {
	position: absolute;
	top: -10px;
	right: 20px;
}

.osusume_item .right_cont .priceBox{
	padding-right: 140px;
}
.osusume_item .right_cont .priceBox dl{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #737069;
	margin: 10px 0;
	font-weight: 600;
}
.osusume_item .right_cont .priceBox dl.price_maker{
	font-size: 22px;
}
.osusume_item .right_cont .priceBox dl.price_maker dt{
	flex-shrink: 0;
	background-color: #737069;
	color: #fff;
	width: 90px;
	margin-right: 5px;
	padding: 2px;
	font-size: 12px;
	line-height: 1.1em;
	text-align: center;
}
.osusume_item .right_cont .priceBox dl.price_mall{
	color: #222;
	margin-bottom: 5px;
	padding: 8px 0;
	border-bottom: 1px dashed #776161;
}
.osusume_item .right_cont .priceBox dl.price_mall dt{
	flex-shrink: 0;
	background-color: #333;
	color: #fff;
	width: 55px;
	margin-right: 5px;
	padding: 2px;
	font-size: 14px;
	line-height: 1.1em;
	text-align: center;
}
.osusume_item .right_cont .priceBox dl.price_mall dd{
	color: #ff2621;
	font-size: 17px;
	vertical-align: baseline;
}
.osusume_item .right_cont .priceBox dl.price_mall dd em{
	margin-right: 5px;
	font-size: 45px;
	font-weight: 600;
	vertical-align: baseline;
}
.osusume_item .right_cont .priceBox dl.price_mall-tax{
	margin: 0;
	font-size: 18px;
}

.osusume_item .right_cont .priceBox dd,
.osusume_item .right_cont .priceBox dl.price_mall-tax{
	text-shadow:
       3px  3px 1px #fff,
      -3px  3px 1px #fff,
       3px -3px 1px #fff,
      -3px -3px 1px #fff,
       3px  0px 1px #fff,
       0px  3px 1px #fff,
      -3px  0px 1px #fff,
       0px -3px 1px #fff;
}

.osusume_item .right_cont .priceBox + .price_off{
	width: 140px;
	position: absolute;
	top: 0;
	right: 0;
}

/*商品テキスト*/
.osusume_item .right_cont .text_box {
	background: url(../../../../_images/type/_common/text_paper_458.gif) no-repeat;
	min-height: 155px;
	background-size: cover;
	margin-bottom: 25px;
}
.osusume_item .right_cont .text_box p {
	padding: 60px 25px 13px 25px;
	font-size: 13px;
}

/*----left_cont----*/
.osusume_item .left_cont {
	width: 450px;
	margin-right: 30px;
	float: left;
}

.osusume_item .left_cont .item_img li{
	margin-bottom: 0;
}
.osusume_item .left_cont .item_img img{
	width: 100%;
	height: auto;
}

/*----商品仕様イメージ----*/
.osusume_item .left_cont .item_img .bx-wrapper {
	height: 460px;
	margin-bottom: 20px;
}

.osusume_item .left_cont .item_img .bxslider li {
	border: 1px solid #c3b8ac;
}

.osusume_item .left_cont .item_img .pager_list li {
	width: 58px;
	margin: 0 7px 10px 0;
	border: 1px solid #c3b8ac;
	float: left;
}
.osusume_item .left_cont .item_img .pager_list li:nth-child(7n) {
	margin: 0 0 10px 0;
}
.osusume_item .left_cont .item_img .pager_list li img {
	width: 100%;
	height: auto;
}

.osusume_item .left_cont .item_img .pager_list .active {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.osusume_item .left_cont .bx-viewport li {
	min-height: 1px;
	min-width: 1px;
	width: 450px !important;
	height: 460px !important;
	z-index: 99;
}
.osusume_item .left_cont .bx-clone {
	display: none;
}



/*---------------------------
オススメアイテム 2カラム
---------------------------*/
.osusume_2item_cont {
	width: 1000px;
	margin: 0 auto 70px auto;
}
.osusume_2item_cont .mb30 + .clear {
	background: url(../../../../_images/type/tshirt/dry/osusume_line.gif) repeat-y;
	background-position: center;
}

.osusume_2item_cont .osusume_left,
.osusume_2item_cont .osusume_right {
	width: 475px;
	background: url(../../../../_images/type/_common/osusume_back.gif) repeat;
	box-shadow: 6px 6px #fffb28;
	position: relative;
	float: left;
}
.osusume_2item_cont .osusume_left {
	margin-right: 50px;
}

/**/
.osusume_2item_cont .osusume_title {
	margin-top: -10px;
	padding: 25px 20px 15px;
	border-radius: 10px 10px 0 0;
}
.osusume_2item_cont .osusume_title .osusume_2item_h {
	text-align: center;
}
.osusume_2item_cont .osusume_left .osusume_title { background: #ff4520; }
.osusume_2item_cont .osusume_right .osusume_title { background: #11b7e1; }

/*こんな方におすすめ*/
.osusume_2item_cont .osusume_title .list {
	background: #FFF;
	margin: 15px 0 10px 0;
	padding: 10px 20px;
	font-weight: 700;
	border: 5px solid #c5c5c5;
	border-radius: 10px;
	position: relative;
}
.osusume_2item_cont .osusume_title .list::after {
    content: "";
    margin: 0 0 0 -8px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-top: 16px solid #c5c5c5;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
}

.osusume_2item_cont .osusume_title .list dt {
	display: inline-block;
	background: #fffb1c;
	margin-bottom: 5px;
	padding: 5px 8px;
	font-size: 19px;
}
.osusume_2item_cont .osusume_title .list dd { 
	font-size: 13px;
	line-height: 1.8em;
}

.osusume_2item_cont .osusume_title .list dd ul li {
	display: inline;
}
.osusume_2item_cont .osusume_title .list dd ul li:after {
	content: "・";	
}
.osusume_2item_cont .osusume_title .list dd ul li:last-child:after {
	content: none;	
}

/*--商品情報--*/
.osusume_2item_cont .item_data { 
	padding: 20px 20px 35px;
}

/*品番-ブランド*/
.osusume_2item_cont .number_brand {
	display: block;
	margin-bottom: 15px;
}
.osusume_2item_cont .number_brand span.number{
	display: inline-block;
	background-color: #a3389d;
	color: #fff;
	margin-bottom: 0;
	margin-right: 10px;
	padding: 3px 30px 3px 15px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
	position: relative;
}
.osusume_2item_cont .number_brand span.number:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-right: 10px solid #f0ecde;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*商品名*/
.osusume_2item_cont .h_white {
	margin-bottom: 20px;
}
.osusume_2item_cont .h_white span {
	background: #FFF;
	padding: 0 10px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .06em;
}

/*商品画像*/
.osusume_2item_cont .item_img {
	margin-bottom: 15px;
	line-height: 1.6em;
}
.osusume_2item_cont .item_img li {
	border: 2px solid #d3cfcf;
}
.osusume_2item_cont .item_img li img{
	width: 100%;
	height: auto;
}

/*--スライダー--*/
.osusume_2item_cont .item_img .bx-wrapper {
	margin-bottom: 10px;
	height: 300px;
}
.osusume_2item_cont .item_img .pager_list{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.osusume_2item_cont .item_img .pager_list li {
	width: 57px;
	margin: 0;
	border: 1px solid #c3b8ac;
}
.osusume_2item_cont .item_img .bx-viewport li {
	min-height: 1px;
	min-width: 1px;
	width: 435px !important;
	height: 300px !important;
	z-index: 99;
}

/*価格*/
.osusume_2item_cont .price {
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}
.osusume_2item_cont .price:after {
	content: "";
	background: url(../../../../_images/type/_common/other_line.gif) repeat-x;
	display: block;
	width: 435px;
	height: 5px;
	margin-top: 30px;
}

.osusume_2item_cont .priceBox{
	padding-right: 130px;
}
.osusume_2item_cont .priceBox dl{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #737069;
	margin: 10px 0;
	font-weight: 600;
}
.osusume_2item_cont .priceBox dl.price_maker{
	font-size: 22px;
}
.osusume_2item_cont .priceBox dl.price_maker dt{
	flex-shrink: 0;
	background-color: #737069;
	color: #fff;
	width: 90px;
	margin-right: 5px;
	padding: 2px;
	font-size: 12px;
	line-height: 1.1em;
	text-align: center;
}
.osusume_2item_cont .priceBox dl.price_mall{
	color: #222;
	margin-bottom: 5px;
	padding: 8px 0;
	border-bottom: 1px dashed #776161;
}
.osusume_2item_cont .priceBox dl.price_mall dt{
	flex-shrink: 0;
	background-color: #333;
	color: #fff;
	width: 55px;
	margin-right: 5px;
	padding: 2px;
	font-size: 14px;
	line-height: 1.1em;
	text-align: center;
}
.osusume_2item_cont .priceBox dl.price_mall dd{
	color: #ff2621;
	font-size: 17px;
	vertical-align: baseline;
}
.osusume_2item_cont .priceBox dl.price_mall dd em{
	margin-right: 5px;
	font-size: 45px;
	font-weight: 600;
	vertical-align: baseline;
}
.osusume_2item_cont .priceBox dl.price_mall-tax{
	margin: 0;
	font-size: 18px;
}

.osusume_2item_cont .priceBox dd,
.osusume_2item_cont .priceBox dl.price_mall-tax{
	text-shadow:
       3px  3px 1px #fff,
      -3px  3px 1px #fff,
       3px -3px 1px #fff,
      -3px -3px 1px #fff,
       3px  0px 1px #fff,
       0px  3px 1px #fff,
      -3px  0px 1px #fff,
       0px -3px 1px #fff;
}

.osusume_2item_cont .priceBox + .price_off{
	width: 140px;
	position: absolute;
	top: 0;
	right: -5px;
}


/*商品テキスト*/
.osusume_2item_cont .text_box {
	min-height: 160px;
	background: url(../../../../_images/type/_common/text_paper.gif) no-repeat;
	background-size: cover;
	margin-bottom: 25px;
	padding: 65px 12px 20px 12px;
}


/*-----------------------------------------------
	こちらの商品もお薦め
------------------------------------------------*/
.recommend_list {
	margin-bottom: 60px;
	padding: 45px 0;
	background: url(../../../../_images/type/tshirt/_common/recommend_back.webp) repeat;
}
.recommend_list .recommend_h4 {
	width: 1000px;
	background: linear-gradient(#fffb28 50%, #ffd928 50%);
	padding: 25px;
	margin: 0 auto 35px auto;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .1em;
}
.recommend_list .recommend_cont {
	width: 1000px;
	margin: 0 auto;
}

.recommend_list .recommend_li li { 
	width: 310px;
	margin-right: 35px;
}
.recommend_list .recommend_li .recommend_text {
	background-color: #FFF;
	background-image: url(../../../../_images/type/_common/item_dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px 15px;
}
.recommend_list .recommend_li .h_recommend {
	color: #009a5d;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

.recommend_list .recommend_text .link_btn {
	width: 100%;
	height: 40px;
	background: #009a5d;
	margin-top: 15px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	position: relative;
}
.recommend_list .recommend_text .link_btn a {
	color: #FFF;
	display: block;
}
.recommend_list .recommend_text .link_btn a:after {
	content: url(../../../../_images/large/arrow.png);
	right: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.recommend_list .recommend_text .link_btn a:hover {
	background: #00623B;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.recommend_text .link_btn a:hover:after {
	right: 17px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

/*--こちらの商品もお薦め　スライダー--*/
.recommend_list .bx-viewport li {
	width: 310px !important;
	height: 435px !important;
}
.recommend_li .prev-arrow {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	left: -40px;
	top: 50%;
	z-index: 100;
}
.recommend_li .next-arrow {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: -40px;
	z-index: 100;
}

/*-----------------------------------------------
デザイン再現製作
------------------------------------------------*/
.saigen {
	margin-bottom: 50px;
}
.saigen:before {
	content: "";
	display: block;
	background: url(../../../../_images/type/_common/saigen_line.gif) repeat-x;
	height: 7px;
	width: 100%;
}

.saigen .saigen_title {
	background: #fbf8f4;
	padding: 40px 0;
	text-align: center;
	position: relative;
}
.saigen .saigen_title:after {
	content:"";
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin: 0 0 0 -13px;
	width: 0;
	height: 0;
	border-right: 25px solid transparent;
	border-top: 25px solid #fbf8f4;
	border-left: 25px solid transparent;
}
.saigen .saigen_title img { 
	display: block;
	margin: 0 auto;
}
/**/
.saigen .saigen_anshin {
	background: #4fb9d5;
	margin-bottom: 35px;
	padding: 40px 0 30px 0;
	text-align: center;
}
/**/
.saigen .saigen_h {
	margin-bottom: 40px;
	text-align: center;
}

/*-----------------------------------------------
リピート製作
------------------------------------------------*/
.repeat .repeat_h {
	background: url(../../../../_images/type/_common/repeat_line.gif) repeat-x bottom;
	margin-bottom: 50px;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}
.repeat .repeat_h span {
	color: #242ca5;
	padding: 10px 0;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 52px;
	border-bottom: 5px solid #242ca5;
}
.repeat .repeat_h img { 
	display: block;
	margin: 45px auto 0 auto;
}
.repeat .repeat_h:after {
	content:"";
	width: 0;
	height: 0;
	margin: 0 0 0 -13px;
	border-right: 25px solid transparent;
	border-top: 25px solid #fffb00;
	border-left: 25px solid transparent;
	position: absolute;
	bottom: -25px;
	left: 50%;
}

.repeat dl dt {
	margin-bottom: 30px;
	padding: 20px;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: .14em;
	text-align: center;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.repeat .first dt { background: #fffb00; }
.repeat .second dt { background: #ffba00; }

.repeat .repeat_ribbon {
	height: 103px;
	width: 986px;
	background: url(../../../../_images/type/tshirt/dry/dry_ribbon.gif) no-repeat;
	color: #FFF; 
	margin: 40px auto 60px auto;
	padding-top: 35px;
	font-size: 29px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .08em;
}


/*-----------------------------------------------
	手書き原稿対応いたします
------------------------------------------------*/
.tegaki_design {
	margin: 40px 0 50px 0;
	padding: 4px;
	text-align: center;
	border: 3px solid #211a1a;
	position: relative;
}
.tegaki_design_cont {
	padding-top: 50px;
	border: 1px solid #211a1a;
}
.tegaki_design_cont h3 {
	width: 473px;
	height: 64px;
	background: url(../../../../_images/making/design/h_tegaki.png) no-repeat;
	font-weight: 700;
	font-size: 22px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: -40px;
	left: 50%;
}
.tegaki_design_cont h3 span {
	display: block;
	color: #fc391f;
	margin-bottom: 15px;
	font-size: 30px;
}

/*--デザインデータをお持ちでない方必見です--*/
.tegaki_design_cont dl {
	margin-top: 35px;
}
.tegaki_design_cont dl dt {
	width: 100%;
	height: 50px;
	background: #fc391f;
	color: #FFF;
	margin-bottom: 40px;
	font-size: 19px;
	font-weight: 700;
	line-height: 50px;
	position: relative;
}
.tegaki_design_cont dl dt:before {
	display: block;
	content: url(../../../../_images/making/design/medal.png);
	position: absolute;
	left: 75px;
	top: -8px;
}
.tegaki_design_cont dl dd {
	padding: 0 45px 35px 45px;
	text-align: left;	
}
.tegaki_design_cont .ps {
	font-size: 13px;
}

/*-----------------------------------------------
デザイン例
------------------------------------------------*/
.design_sample {
	margin-bottom: 50px;
}
.design_sample .sample_h4 {
	margin-bottom: 25px;
	text-align: center;
}
.design_sample .description {
	background: url(../../../../_images/type/_common/design_sample_back.gif) repeat;
	padding: 10px 20px;
	font-weight: 700;
}

/*---- 実績画像 ----*/
#ProductionArea {
	width: 100%;
	height: 195px;
	background: #faf6e9;
	margin: 0 auto 25px;
	padding: 25px 28px;
	position: relative;
	overflow: hidden;
}
#ProductionArea .frameBox{
	width: 684px;
	height: 145px;
	margin: 0 auto;
}
#ProductionArea .bx-prev {
	display: block;
    width: 60px;
    height: 60px;
    background: url(../../../../_images/type/_common/prev_arrow.png) no-repeat;
	background-size: contain;
	text-indent: 100%;
	overflow: hidden;
    position: absolute;
    left: -30px;
	top: 47px;
}
#ProductionArea .bx-next {
	display: block;
    width: 60px;
    height: 60px;
    background: url(../../../../_images/type/_common/next_arrow.png) no-repeat;
	background-size: contain;
	text-indent: 100%;
	overflow: hidden;
    position: absolute;
    right: -30px;
	top: 47px;
}

/*----詳細はこちら----*/
.remodal .item_link {
	background: #01b25d;
	color: #FFF;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	border-radius: 80px;
	position: relative;
}
.remodal a.item_link {
    display: block;
	width: 100%;
    color: #FFF;
	padding: 17px 60px 17px 20px;
}
.remodal a.item_link:after {
    content: url(../../../../_images/type/_common/arrow.png);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 35px;
}
.remodal .item_link:hover {
	background: #366a51;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.remodal a.item_link:hover:after {
	right: 30px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


.remodal .l-close {
    width: 630px;
    height: 60px;
    background: #fcfa32;
    margin-top: 25px;
    color: #161513;
    font-weight: 700;
    font-size: 18px;
    font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: .06em;
    border-bottom: 4px solid #c0be24;
    border-radius: 5px;
}

#ProductionArea .bx-viewport li {
	width: 330px !important;
	cursor: pointer;
}


/*----さらにお急ぎの方はこちら----*/
.banner_speed {
	background: url(../../../../_images/type/_common/speed_back.gif) repeat-x bottom;
	padding-bottom: 40px;
	margin-bottom: 30px;
	text-align: center;
}

/*-----------------------------------------------
	納品までの流れ
------------------------------------------------*/
.flow_cont {
	margin-bottom: 50px;
}
.flow_cont img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.flow_cont .flow_day {
	padding: 30px;
	font-weight: 700;
	text-align: center;
	border: 5px solid #005e89;
	border-radius: 10px;
	position: relative;
}
.flow_cont .flow_day:before{
	content: "";
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #FFF;
	position: absolute;
	top: -38px;
	left: 50%;
 	z-index: 2;
}
.flow_cont .flow_day:after{
	content: "";
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #005e89;
	position: absolute;
	top: -45px;
	left: 50%;
 	z-index: 1;
}

.flow_cont .flow_day {
	font-size: 20px;
	letter-spacing: .16em;
}
.flow_cont .flow_day .day .yellow_line {
	background: linear-gradient(transparent 50%, #fff25c 0%);
	color: #005e89;
	padding: 0 5px;
	font-weight: 700;
}
.flow_cont .flow_day .ps {
	color: #4f4e55;
	padding-top: 5px;
	font-size: 13px;
}


/*-----------------------------------------------
活用シーン
------------------------------------------------*/
.scene {
	margin: 0 auto 50px auto;
	background: url(../../../../_images/type/_common/scene_line_under.gif) no-repeat bottom;
	padding-bottom: 65px;
}
.scene .scene_h {
	text-align: center;
}

.scene .scene_h .type {
	display: inline-block;
	background: #FFF;
	color: #152a79;
	margin-bottom: 15px;
	padding: 7px 14px;
	font-size: 23px;
	font-weight: 700;
	border-radius: 5px;
	letter-spacing: .07em;
	border: 3px solid #152a79;
}
.scene .scene_h .ribbon {
	display: block;
	min-height: 80px;
	background: url(../../../../_images/type/_common/red_ribbon.gif) no-repeat;
	color: #FFF;
	margin-bottom: 30px;
	padding-top: 23px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
}

.scene .scene_list li {
	width: 100%;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0.877px 2.869px 9.3px 0.7px rgba(101, 107, 108, 0.26);
	position: relative;
}
.scene .scene_list li:last-child { margin-bottom: 0; }

.scene .scene_list .data_cont {
	width: 425px;
	padding: 25px 30px;
	float: right;
}
.scene .scene_list .float {
	float: left;
	width: 315px;
}

.scene .scene_list li:nth-child(even) .data_cont { float: left; }
.scene .scene_list li:nth-child(even) .float { float: right; }


.scene .scene_list .scene_li_h {
	color: #ff1647;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
.scene .scene_list .text {
	font-size: 13px;
}
.scene .scene_list .text_large {
	font-size: 13px;
	line-height: 1.7em;
}

.scene .scene_list li:before {
	content: "";
	display: block;
	width: 64px;
	height: 68px;
	position: absolute;
	top: -4px;
	left: 10px;
}
.scene .scene_list li:nth-child(even):before {
	content: "";
	display: block;
	width: 64px;
	height: 68px;
	position: absolute;
	top: -4px;
	left: 435px;
}

.scene .scene_list .scene_1:before {
	background: url(../../../../_images/type/_common/scene_01.gif) no-repeat;
}
.scene .scene_list .scene_2:before {
	background: url(../../../../_images/type/_common/scene_02.gif) no-repeat;
}
.scene .scene_list .scene_3:before {
	background: url(../../../../_images/type/_common/scene_03.gif) no-repeat;
}
.scene .scene_list .scene_4:before {
	background: url(../../../../_images/type/_common/scene_04.gif) no-repeat;
}

/*-----------------------------------------------
他のアイテムをチェックする
------------------------------------------------*/
.other_item {
	margin-bottom: 45px;
}

.other_item .other_item_h,
.use_item .use_item_h {
	background: #fef1fe url(../../../../_images/type/_common/other_line.gif) repeat-x top;
	color: #a3389d;
	margin-bottom: 30px;
	padding: 30px 0 20px 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: .1em;
	text-align: center;
	border-bottom: 7px solid #fffb00;
	position: relative;
}
.other_item .other_item_h:before,
.use_item .use_item_h:before {
    content: "";
	background: url(../../../../_images/type/_common/other_icon.gif) no-repeat;
	display: inline-block;
	width: 26px;
	height: 27px;
	margin-right: 20px;
	vertical-align: middle;
}
.other_item .other_item_h:after,
.use_item .use_item_h:after{
    content: "";
    width: 0;
    height: 0;
    margin: 0 0 0 -13px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fffb00;
    border-left: 25px solid transparent;
    position: absolute;
    bottom: -25px;
    left: 50%;
}

/*--探す共通--*/
.other_item {
	margin-bottom: 45px;
}
.other_item ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 25px;
}
.other_item ul > li {
	width: 230px;
    transition: all  0.3s ease;
	position: relative;
}

.other_item ul > li:after {
	content: "";
	background: #777;
	width: 50%;
	max-width:300px;
	box-shadow: 0 15px 10px #777;
	transform: rotate(3deg);
	position: absolute;
	bottom: 15px;
	right: 10px;
	left: auto;
	top: 80%;
	z-index: -1;
}
.other_item ul > li:hover {
	opacity: 0.7;
}

/*--用途で探す--*/
.use_item {
	margin-bottom: 45px;
}
.use_item ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}
.use_item li {
	width: 350px;
    transition: all  0.3s ease;
	box-shadow: 3px 3px #ffb7ff;
}
.use_item li img{
	width: 100%;
	height: auto;
}
.use_item li:hover {
	opacity: 0.7;
}

/*-----------------------------------------------
お問い合わせはこちら
------------------------------------------------*/
.use_contact {
	width: 1000px;
	margin: 0 auto 60px auto;
	position: relative;
}
.use_contact_btn {
	position: absolute;
	top: 355px;
	left: 90px;
}



/*-----------------------------------------------------------------
	event/イベント用追加
*/

/*----- 製作価格を抑えるためには -----*/
.cost_down {
	width: 1000px;
	margin: 0 auto 45px auto;
}

.cost_down .h_cost {
	height: 176px;
	background: url(../../../../_images/type/tshirt/novelty/h_costdown.gif) no-repeat;
	color: #161513;
	margin-bottom: 	35px;
	padding: 63px 295px 0 45px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.8em;
	text-align: center;
}
.cost_down .h_cost span {
	background: linear-gradient(transparent 50%, #FFF 0%);
	color: #eb002b;
	margin-right: 10px;
	padding: 0 15px;
	font-size: 56px;
	text-shadow: -4px 0 #fff, 0 4px #fff, 4px 0 #fff, 0 -4px #fff;
}

.cost_down ul {
	display: flex;
	gap: 30px;
}
.cost_down ul.clear:after {
	display: none;
}
.cost_down ul li {
	width: calc((100% - 30px) / 3);
	position: relative;
}
.cost_down ul li:not(:last-child):after { 
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-image: url(../../../../_images/type/tshirt/novelty/dot_tate.gif);
	background-repeat: repeat-y;
	background-position: right;
	position: absolute;
	top: 0;
	right: -15px;
}

.cost_down ul li .li_number {
	width: 115px;
	background: #eb002b;
	color: #FFF;
	margin: 0 auto 10px auto;
	padding: 2px;
	font-weight: 700;
	font-size: 19px;
	letter-spacing: .13em;
	text-align: center;
}
.cost_down ul li .li_h {
	background: #fff21b;
	margin-bottom: 15px;
	padding: 18px 0;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}


/*-----------------------------------------------------------------
	office/会社用追加
*/

/*----- お任せオプション -----*/
.omakase_option {
	background: url(../../../../_images/type/tshirt/novelty/omakase_back.gif) repeat;
	padding: 25px 0 40px 0;
	margin-bottom: 30px;
}
.omakase_option .h_omakase {
	height: 103px;
	width: 986px;
	background: url(../../../../_images/type/tshirt/novelty/h_omakase.gif) no-repeat;
	color: #FFF;
	margin: 25px auto 30px auto;
	padding-top: 35px;
	font-size: 37px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .13em;
}

.omakase_option ul {
	display: flex;
	gap: 30px;
	width: 1000px;
	margin: 0 auto;
}
.omakase_option ul.clear:after{
	display: none;
}

.omakase_option ul li {
	width: 485px;
}
.omakase_option ul li .text_cont {
	background: #FFF;
	padding: 25px 18px 15px 18px;
}

.omakase_option ul li .text_cont .h_omakase_li {
	min-height: 36px;
	color: #ff0f06;
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 36px;
	letter-spacing: .07em;
	vertical-align: middle;
}
.omakase_option ul li .text_cont .h_omakase_li:before {
	content: "";
	display: inline-block;
	width: 43px;
	height: 36px;
	background: url(../../../../_images/type/tshirt/dry/check.gif) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}


/*-----------------------------------------------------------------
	sports/スポーツ用追加
*/
/*----- 手書き -----*/
.tegaki {
	margin-bottom: 50px;
}
.tegaki .tegaki_title {
	background: #fbf8f4;
	padding: 40px 0;
	text-align: center;
	position: relative;
}
.tegaki:before {
	content: "";
	display: block;
	height: 7px;
	width: 100%;
	background: url(../../../../_images/type/_common/saigen_line.gif) repeat-x;
}
.tegaki .tegaki_title:after {
	content:"";
	width: 0;
	height: 0;
	margin: 0 0 0 -13px;
	border-right: 25px solid transparent;
	border-top: 25px solid #fbf8f4;
	border-left: 25px solid transparent;
	position: absolute;
	bottom: -25px;
	left: 50%;
}
.tegaki .tegaki_omakase {
	background: #5ac5e0;
	margin-bottom: 35px;
	padding: 40px 0 20px 0;
	text-align: center;
}
.tegaki .tegaki_h {
	text-align: center;
	margin-bottom: 40px;
}

/*----- オプション -----*/
.option {
	margin-bottom: 50px; 
}
.option .blue_text {
	text-align: center;
}
.option .blue_text span {
	display: inline-block;
	color: #242ca5;
	margin-bottom: 25px;
	padding: 0 10px 3px 10px;
	font-size: 40px;
	font-weight: 700;
	border-bottom: 5px solid #242ca5;
	letter-spacing: .03em;
	line-height: 52px;
}

.option .option_title {
	margin-bottom: 40px;
	padding: 10px 0;
	background: url(../../../../_images/type/_common/repeat_line.gif) repeat-x top;
	border-bottom: 10px solid #fffb00;
	text-align: center;
	position: relative;
}
.option .option_title:after {
	content:"";
	width: 0;
	height: 0;
	margin: 0 0 0 -13px;
	border-right: 25px solid transparent;
	border-top: 25px solid #fffb00;
	border-left: 25px solid transparent;
	position: absolute;
	bottom: -35px;
	left: 50%;
}


/*-----------------------------------------------------------------
	class/クラス用追加
*/

.class-h{
	margin: 0 auto 50px;
	padding: 30px 0 20px;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	box-shadow: 0 7px 0 #ccc;
	position: relative;
}
.class-h:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 22px solid transparent;
	border-top: 25px solid #ccc;
	position: absolute;
	bottom: -55px;
	left: 0;
	right: 0;
	margin: auto;
}

.class-h.yellow{
	background: repeating-linear-gradient(135deg, #ffed6e, #ffed6e 20px, #ffe84a 20px, #ffe84a 40px);
	box-shadow: 0 8px 0 #7ac5ff;
}
.class-h.yellow:after{
	border-top-color: #7ac5ff;
}

.class-h.blue{
	background: repeating-linear-gradient(135deg, #95d1ff, #95d1ff 20px, #7ac5ff 20px, #7ac5ff 40px);
	box-shadow: 0 8px 0 #ffe84a;
}



/*----- Tシャツとの違い -----*/
.class-difference{
	background-color: #fffae8;
	margin: 100px auto 0;
	padding: 100px 0 60px;
	position: relative;
}
.class-difference .h-box{
	max-width: 1000px;
	background: repeating-linear-gradient(135deg, #ffe21d, #ffe21d 20px, #ffe84a 20px, #ffe84a 40px);
	margin: auto;
	padding: 25px 15px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	text-align: center;
	border-radius: 25px;
	box-shadow: 0 5px 0 #7ac5ff;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
.class-difference .h-box:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 18px solid #7ac5ff;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

.class-difference .h-box > span,
.class-difference .h-box > b{
	font-size: 38px;
	line-height: 1.5em;
}
.class-difference .h-box > span{
	background-color: #fff;
}
.class-difference .h-box > span.polo{
	color: #005efd;
}
.class-difference .h-box > span.tshirt{
	color: #00d2b1;
}

/**/
.class-difference > .inner{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 30px;
	max-width: 1000px;
	margin: auto;
}
.class-difference > .inner > p{
	line-height: 2.2em;
}

/*----- ランキング -----*/
.item_rank{
	width: 100%;
	padding: 0;
}
.item_rank .class-h{
	margin: 0 auto 50px;
	padding: 30px 0 20px;
	font-size: 70px;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
}
.item_rank .class-h:after{
	display: none;
}
.item_rank .class-h span{
	display: block;
	width: fit-content;
	background-color: #ffe84a;
	color: #005efd;
	margin: auto;
	padding: 0 30px;
	font-size: 30px;
	line-height: 1.5em;
	border-radius: 30px;
	box-shadow: 0 0 8px #005efd;
}
.item_rank .class-h b{
	color: #ffe84a;
	text-shadow: rgb(17, 17, 17) 1px 0px 0px, rgb(17, 17, 17) 0.540302px 0.841471px 0px, rgb(17, 17, 17) -0.416147px 0.909297px 0px, rgb(17, 17, 17) -0.989993px 0.14112px 0px, rgb(17, 17, 17) -0.653644px -0.756803px 0px, rgb(17, 17, 17) 0.283662px -0.958924px 0px, rgb(17, 17, 17) 0.96017px -0.279416px 0px, 4px 4px 0 #005efd;
}

.item_rank .item_rank_list{
	max-width: 1000px;
	margin: auto;
}


/*----- 選び方 -----*/
.class-select{
	margin: 50px auto;
}

/**/
.class-select .select-item{
	background-image: url(../../../../_images/type/polo/class/item_data_main.webp);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 50px auto
}

.class-select .select-item .item_data_list{
	display: flex;
	flex-direction: column;
	gap: 120px;
	max-width: 1000px;
	min-height: 1300px;
	margin: auto;
	padding: 30px;
	position: relative;
}
.class-select .select-item .item_data_list > li{
	display: flex;
	flex-direction: column;
}
.class-select .select-item .item_data_list > li > dl{
	width: 460px;
	background-color: rgba(255,255,255,0.8);
	border: 5px solid #62e2ec;
	position: relative;
}
.class-select .select-item .item_data_list > li > dl:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	position: absolute;
}
.class-select .select-item .item_data_list > li > dl > dt{
	color: #ff0840;
	padding: 20px 10px 20px 70px;
	font-size: 30px;
	font-weight: 700;
	border-bottom: 5px solid #62e2ec;
	position: relative;
}
.class-select .select-item .item_data_list > li > dl > dt:before{
	content: "";
	display: block;
	width: 49px;
	height: 41px;
	background-image: url(../../../../_images/type/_common/check_p.gif);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.class-select .select-item .item_data_list > li > dl > dd{
	padding: 20px;
	font-size: 17px;
	font-weight: 700;
}

/*生地について*/
.class-select .select-item .item_data_list > li.list_kiji{
	align-items: flex-end;
}
.class-select .select-item .item_data_list > li.list_kiji dl:before{
	border-right: 40px solid #62e2ec;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -55px;
	margin: auto;
}
/*カラーについて*/
.class-select .select-item .item_data_list > li.list_color{
	align-items: flex-start;
}
.class-select .select-item .item_data_list > li.list_color dl:before{
	border-left: 80px solid #62e2ec;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -95px;
	margin: auto;
}
/*サイズについて*/
.class-select .select-item .item_data_list > li.list_size{
	align-items: flex-end;
}
.class-select .select-item .item_data_list > li.list_size dl:before{
	border-right: 80px solid #62e2ec;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -95px;
	margin: auto;
}


/*----- デザイン -----*/
.class-design{
	margin: 50px auto;
}
.class-design > ul{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	max-width: 1050px;
	margin: 30px auto;
}
.class-design > ul > li{
	width: calc((100% - 40px) / 2);
	background-color: #fffae8;
	padding: 30px 25px;
	border-radius: 15px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	position: relative;
}
.class-design > ul > li:before{
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-color: #7ac5ff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.class-design > ul > li > dl dt{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	background-color: #fff;
	color: #0c95ff;
	margin-bottom: 20px;
	padding: 5px 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	border-radius: 10px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
	position: relative;
}
.class-design > ul > li > dl dt:before,
.class-design > ul > li > dl dt:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #0c95ff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.class-design > ul > li > dl dt:before{
	left: 20px;
}
.class-design > ul > li > dl dt:after{
	right: 20px;
}

.class-design > ul > li > dl dd img{
	margin-bottom: 15px;
	border-radius: 15px;
}

/**/
.class-design > ul + p{
	max-width: 1000px;
	margin: 15px auto 0;
}
.class-design > ul + p a{
	color: #0e19ae;
	transition: all .3s ease;
}
.class-design > ul + p a:hover{
	background-color: #e1e3ff
}



/*-----------------------------------------------
よくある質問
------------------------------------------------*/
.faqBox {
	margin-bottom: 70px;
}
.faqBox dl {
	margin: 30px auto;
}
.faqBox dl dt{
	background-color: #f0edd8;
	padding: 15px;
	padding-left: 60px;
	font-size: 15px;
	font-weight: 600;
	position: relative;
}
.faqBox dl dt:before{
  content: url(../../../../_images/guide/qa/icon_q.gif);
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.faqBox dl dd{
	margin-top: 15px;
	padding-left: 110px;
	position: relative;
}
.faqBox dl dd:before{
	content: url(../../../../_images/guide/qa/a_product.gif);
	position: absolute;
	top: 0;
	left: 40px;
}

.faqBox dl a{
	background-color: #ffe92d;
}
.faqBox dl a:hover{
	background-color: #fffacc;
}


/**/
.faqBox .linkBtn{
	text-align: center;
}
.faqBox .linkBtn a{
	display: inline-block;
	width: 70%;
	background-color: #00a2ff;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
	box-shadow: 0 3px 0 #bde7ff;
	transition: all 0.3s ease-out;
}
.faqBox .linkBtn a:hover{
	opacity: 0.6;
}



