@charset "utf-8";
/* CSS Document */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
ul, li {
	list-style-type: none;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
#contents ul, li {
	list-style-type: none;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
#contents h4 {
	color: #000;
}

@media (min-width: 768px) {
* {
}
.layout {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -700px;
	z-index: -1;
	opacity: 0.3;
	width: 1400px;
	display: none;
}
body {
	overflow-x: auto !important;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
img.pc{
	margin-right:auto;
	margin-left:auto;
}
header{
	display:none !important;
}
#contents {
	font-family: "roboto", "noto sans jp", "メイリオ", "Meiryo", "ヒラギノ角ゴ pro w3", "ms pgothic", sans-serif;
	font-size: 16px;
	text-align: center;
	min-width: 1250px;
}
section#head {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 0 0;
	background: #fff;
}
section#head h1 {
	height: 600px;
	margin: 0;
}
section#head h1 img {
	height: 600px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -946px;
}
/*--  --*/

#nav{
	background:#000;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	position:fixed;
	top:0;
	width:100%;
	z-index:10;
	height:80px;
	min-width:1100px;
}
#nav p{
	margin:0;
}
#nav ul{
	padding:0;
	padding-left:15px;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
}
#nav ul li a{
	color:#fff !important;
	display:block;
	line-height:80px !important;
	padding:0 10px;
}
#nav  .nav_date{
	padding:0 15px 0 15px;
	
}
#nav  .nav_btn a{
	background:#FC7597;
	display:block;
	line-height:80px !important;
	padding:0 10px;
}
#nav  .nav_btn a img{
	position:relative;
	top:7px;
}
/*--  --*/
#contents {
	padding-top:0;
}
#contents .entrybanner{
	background:#FC7597;
	padding:14px 0 10px;
}
#contents .entrybanner a{
	display:inline-block;
	margin:0;
	margin-left:20px;
	
}
/*--  --*/

#contents .h2_wrap{
	margin:100px 0 50px;	
}
#contents h2 {
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#000;
	
}
#contents h2 span{
	color:#62C7EE;
	font-size:20px;
	display:inline-block;
	padding-left:20px;	
	font-family: oswald,roboto,noto sans jp,メイリオ,Meiryo,ヒラギノ角ゴ pro w3,ms pgothic,sans-serif;
}
#contents .h2_wrap .line span{
	margin-bottom:6px;
	display:block;
}
#contents .h2_wrap .line span:nth-child(1){
	border-bottom: 3px solid #000000;
}
#contents .h2_wrap .line span:nth-child(2){
	border-top:solid 0px #FF4B5A;
}
#contents .h2_wrap .line span:nth-child(3){
	border-top:solid 0px #CDCF3D;
}
/*--  --*/

#contents #about .recommend_wrap{
	background:#020001;
	padding:50px 0 40px;
	margin:80px 0 0;
}
#contents #about .recommend_wrap h3{
	margin-bottom:50px;
	font-size:26px;
	color:#fff;
	line-height:2 !important;
}
/*--  --*/

#contents  .block_wrap{
	margin-top:100px;
}
#contents  .block_wrap .block{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	margin-bottom:80px;
}
#contents  .block_wrap .pic{
	width:380px;
}
#contents  .block_wrap .pic img{
	width:100%;
	
}
#contents  .block_wrap .block:nth-child(4) .pic img{
	width:200px;
}
#contents  .block_wrap h3 img{
	height:135px;
	
}
#contents  .block_wrap .article{
	width:520px;
}
#contents  .block_wrap .article p{
	text-align:left;
}
#contents  .block_wrap .article p.caution{
	font-size:10px;
}
#contents  .block_wrap .block.left .pic{
	margin-left:100px;
}
#contents  .block_wrap .block.right .pic{
	margin-right:100px;
}
/*--  --*/
#contents #feature  .block_wrap h3,
#contents #garmin  .block_wrap h3{
	text-align:left;
	margin-bottom:30px;
	
}
/*--  --*/

#contents #schedule .fig_schedule img{	
}

#award{
	text-align:center;
	background:#fff;
	padding:50px 0;
}
#award h2{
	font-size:30px;
	color:#000;
	margin:0 0 50px;
}
#reward .fig_reward{
	background:#EAEAEA;
	padding:60px 0;
	
}
#online .fig_online{
	background:#EAEAEA;
	padding:60px 0;
	
}

/* _________________________________________*/
#info{
	text-align:center;
	background:#fff;
	padding:50px 0;
}
#info h2{
	font-size:30px;
	color:#000;
	margin:0 0 50px;
}
#info .clm_wrap{	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
}
#info .clm_wrap .clm{
	width:400px;
	
}
#info .clm_wrap .clm:first-child{
	margin-right:60px;
	
}
#info .clm_wrap .clm{
	font-size:13px;
	text-align:left;
}
/*--  --*/
#contents .fig_category{
	background:#BAE3F9;
	padding:80px 0;
}
/*--  --*/
#expo{
	text-align:center;
	background:#fff;
	padding:50px 0;
}
#expo h2{
	font-size:30px;
	color:#000;
	margin:0 0 50px;
}
#expo .booth_wrap{
	background:#EAEAEA;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	padding:30px 0 30px;
}
#expo .booth_wrap .booth{
	width:390px;
	background:#fff;
	padding:20px 30px;
	margin:0 15px 30px;
	
}
#expo .booth_wrap .booth .logo{
	
}
#expo .booth_wrap .booth .logo img{
	width:320px;
}
#expo .booth_wrap .booth h4{
	font-size:28px;
	font-weight:bold;
	
}
#expo .booth_wrap .booth .event span{
	background:#6CB0D7;
	color:#fff;
	padding:2px 10px;
	font-size:13px;
	display:inline-block;
	margin:0 5px;
	
}
#expo .booth_wrap .booth .exp{
	
}
#expo .booth_wrap .booth .btn_detail {
	margin-top:20px;
}
#expo .booth_wrap .booth .btn_detail a{
	border:solid 1px #000;
	padding:5px;
	display:block;
	color:#000;
	font-size:13px;
	
}
#expo .fig_expo{
	margin-bottom:60px;
}
/*--  --*/

#contents #master .clm_wrap{	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	
}
#contents #master .clm_wrap .clm{
	width:300px;
	padding:0 30px;
}
#contents #master .clm_wrap .clm .pic img{
	width:100%;
}
#contents #master .clm_wrap .clm .title{
	margin-top:20px;
}
#contents #master .clm_wrap .clm .name{
	font-size:20px;
}
#contents #master .clm_wrap .clm .exp{
	font-size:12px;
	text-align:left;
}
#contents #master .clm_wrap_guest{
	margin-bottom:80px;
	margin-top:30px;
}
/*--  --*/
#contents #campaign .bg{
	background:#EAEAEA;
	padding:50px 0 0;
}
#contents #campaign .booth_wrap{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	padding:0 0 30px;
}
#contents #campaign h3{
	font-weight:bold;
	margin:30px 0 10px;
}
#contents #campaign h5{
	background:#000;
	color:#CDCF3D;
	font-weight:bold;
	font-size:18px;
	padding:5px 0;
	
}
#contents #campaign .booth{
	width:390px;
	background:#fff;
	padding:20px 30px;
	margin:50px 15px 0px;
	position:relative;
	
}
#contents #campaign .booth .badge_num{
	width:75px;
	position:absolute;
	right:-30px;
	top:-30px;	
}
#contents #campaign .booth .badge_num img{
	width:100%;
}
#contents #campaign .booth.booth_garmin {
	width:800px;
	margin:0 auto;
}
#contents #campaign .booth.booth_garmin .in{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	
}
#contents #campaign .booth.booth_garmin .article{
	width:400px;
	
}
#contents #campaign .booth .logo{
	width:300px;
	height:300px;
	margin:0 auto;
	
}
#contents #campaign .booth.booth_garmin .logo{
	margin-left:0;
	
}
#contents #campaign .booth:nth-child(6) .logo{
	height:200px;	
}
#contents #campaign .booth .logo img{

	width: 100%;
	height: 100%;
	object-fit: contain;
}
#contents #campaign .booth h4{
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
	
}
#contents #campaign .booth .event span{
	background:#6CB0D7;
	color:#fff;
	padding:2px 10px;
	font-size:13px;
	display:inline-block;
	margin:0 5px;
	
}
#contents #campaign .booth .exp{
	font-size:13px;
	text-align:left;
	
}
#contents #campaign .booth .btn_detail {
	margin-top:20px;
}
#contents #campaign .booth .btn_detail a{
	border:solid 1px #000;
	padding:5px;
	display:block;
	color:#000;
	font-size:13px;
	
}
#contents .btn_detail a{
	transition: all 0.2s;
	cursor:pointer;
}
#contents .btn_detail a:hover{
	background:#000;
	color:#fff !important;
}
/*--  --*/
#contents #partner ul{
}
#contents #partner ul li{
	margin-bottom:50px;
	
}
.mfp-content{
	background:#fff;
	padding:50px;
	width:600px !important;
}
.mfp-content p{
	line-height:2 !important;
}
/* _________________________________________*/
#contents #lesson .item_wrap{
	margin-top:40px;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
}
#contents #lesson .item_wrap .item{
	width:300px;
	margin:0 20px;
}
#contents #lesson .item_wrap .item .pic img{
	width:100%;
}
#contents #lesson .item_wrap .item .title{
	font-size:20px;
	font-weight:bold;
	color:#6CB0D7;
	
}

/*--  --*/
#contents #online .booth_wrap{
	background:#EAEAEA;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	padding:30px 0 30px;
}
#contents #online .booth_wrap .booth{
	width:390px;
	background:#fff;
	padding:40px 30px 20px;
	margin:0 15px 30px;
	
}
#contents #online .booth_wrap .booth h4{
	font-size:28px;
	font-weight:bold;
	margin-bottom:30px;
	
}
#contents #online .booth_wrap .booth h4 img{
	max-width:100%;
}
#contents #online .booth_wrap .booth .exp{
	
}
#contents #online .booth_wrap .booth .online3{
	font-size:13px;
	text-align:left;
}
#contents #online .booth_wrap .booth .online3 em{
	font-style:normal;
	color:red;
	font-size:10px;
}
#contents #online .booth_wrap .booth .caution{
	font-size:11px;
}
#contents #online .booth_wrap .booth .btn_detail {
	margin-top:20px;
}
#contents #online .booth_wrap .booth .btn_detail a{
	border:solid 1px #000;
	padding:5px;
	display:block;
	color:#000;
	font-size:13px;
	
}
#contents #online .fig_expo{
	margin-bottom:60px;
}
/*--  --*/
#contents #guide h3{
	font-weight:bold;
}
#contents #guide .btn_setup{
	margin-top:20px;
	margin-bottom:30px;
}
#contents #guide .btn_setup a{
	display:inline-block;
	padding:15px 30px;
	background:#FC7597;
	color:#fff;
	font-size:15px;
}
#contents #guide .btn_setup a:hover{
	opacity:0.7;
}

/*--  --*/
#contents #video10 {
	position: relative;
	margin-top: 0;
	background: #222;
	padding: 60px 0 1px;
}
#contents #video10 h2 {
	color: #fff;
	font-size: 27px;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 20px;
}
#contents #video10 .item_wrap.video10 {
	text-align: center;
	margin: 40px 0 60px;
	padding: 0 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
#contents #video10 .item_wrap.video10 .item {
	width: 250px;
	margin-left: 20px;
	padding: 0 0;
	position: relative;
}
#contents #video10 .item_wrap.video10 .item:first-child {
	margin-left: 20px;
}
#contents #video10 .item_wrap.video10 .item .bg {
	background: none;
	padding: 0 0 0;
}
#contents #video10 .item_wrap.video10 .item .thum {
	margin-bottom: 20px;
}
#contents #video10 .item_wrap.video10 .item .thum img {
	width: 100%;
}
#contents #video10 .item_wrap.video10 .item .title {
	display: none;
	font-size: 13px;
	margin-bottom: 5px;
	color: #fff;
}
#contents #video10 .item_wrap.video10 .slick-next, #contents #video10 .item_wrap.video10 .slick-prev {
	color: #000;
	z-index: 5;
	top: 75px;
}
#contents #video10 .item_wrap.video10 .slick-prev {
	left: 25px;
}
#contents #video10 .item_wrap.video10 .slick-next {
	right: 25px;
}
#contents #video10 .item_wrap.video10 .slick-next:before, #contents #video10 .item_wrap.video10 .slick-prev:before {
	background-repeat: no-repeat;
	height: 60px;
	width: 30px;
	display: block;
	content: "";
	background-size: contain;
}
#contents #video10 .item_wrap.video10 .slick-next:before {
	background-image: none;
}
#contents #video10 .item_wrap.video10 .slick-prev:before {
	background-image: none;
}
/* _________________________________________*/

.bar_time {
	padding: 0 0 15px;
	display:block;  display: flex;
}
.bar_time p {
	font-family: arvo, roboto, noto sans jp, メイリオ, Meiryo, ヒラギノ角ゴ pro w3, ms pgothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	margin: 0;
	letter-spacing: 0.02em;
}
.bar_time p.start span{
	font-size:12px;
	font-weight:normal;
}
.bar_time p.now {
	background-repeat: no-repeat;
	color: #D33F03;
	margin: 0 0 !important;
	font-size: 14px;
	line-height:42px !important;
	text-align:left;
}
.bar_time p.now span.time{
	
	padding:0px 10px;
	font-size: 25px;
	margin-left:10px;
	position:relative;
	top:3px;
	background:#71C7F5;
}

/*-- popup --*/

#contents .popup {
	display: none;
}
.mfp-content {
	background: #fff;
	width: 800px !important;
	margin: 30px auto;
	padding: 40px;
}
.mfp-content .popup .item_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
}
.mfp-content .popup .item_wrap .pic {
	width: 300px;
}
.mfp-content .popup .item_wrap .pic img {
	width: 100%;
}
.mfp-content .popup .item_wrap .info {
	width: 350px;
	width: 100%;
}
.mfp-content .popup .item_wrap .info p.title {
	font-size: 17px;
	font-weight: bold;
	line-height: 2 !important;
}
.mfp-content .popup .item_wrap .info p.exp {
	font-size: 15px;
	line-height: 2 !important;
}
/*--  --*/
#previous .pic_wrap,
#previous_expo .pic_wrap {
	width:980px;
	margin:0 auto;
}
#previous .pic_wrap img,
#previous_expo .pic_wrap img{
	width:300px;
	padding:0 10px 20px;	
}
#previous_expo .h2_wrap{
	margin-top:0px;
}

/* _________________________________________*/
#news{
	text-align:center;
	background:#fff;
	padding:50px 0;
}
#news h2{
	font-size:30px;
	color:#000;
	margin:0 0 50px;
}
#news .item_wrap .item{
}
#news .item_wrap .item .date{
	margin-right:20px;
}
#index-activity-content a {
	
	color:#fff !important;
}

#news .h2_wrap{
	margin-top:40px;
}
/* _________________________________________*/
#cource{
	text-align:center;
	background:#fff;
	padding:50px 0;
}
#cource h2{
	font-size:30px;
	color:#000;
	margin:0 0 50px;
}
#cource h3{
	margin-top:30px;
}
#cource .fig_cource img{
	width:700px;
}
/* _________________________________________*/
#notice_shirt{
	background:#F5F5F5;
	width:980px;
	padding:40px 60px 40px;
	margin: 10px auto 60px;	
}
#notice_shirt p{
	font-size:14px;
}
#notice_shirt p.h{
	font-size:20px;
	font-weight:bold;
}

/*---------------------------------- かんたん比較 ----------------------*/
#contents #simple_compare {
	background:#F5F5F5;
	border-radius:10px;
	padding:50px 30px 30px;
	width:980px;
	margin:0 auto 80px;
}
.simple_compareh{
	font-size:20px;
	margin:0 0 30px;
	font-weight:bold;
}
.btn_detail_fr {
	margin-top:20px;
}
.btn_detail_fr a{
	display:inline-block;
	padding:10px 20px;
	text-decoration:none;
	color:#000 !important;
	font-size:14px;
	border:solid 1px #000;
}
#contents #simple_compare h2 {
	padding: 40px 0 0;
	font-size: 26px;
	font-weight: normal;
}
#contents #simple_compare table {
	width: 980px;
	margin: 0 auto;
}
#contents #simple_compare table th, #contents #simple_compare table td {
	border: none;
	text-align: center;
	background: none;
	font-weight: normal;
	padding-left:5px;
	padding-right:5px;
}
#contents #simple_compare table th p {
	font-size: 13px;
	display: inline-block;
	color: #666 !important;
	background: #fff;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
#contents #simple_compare table th p a {
	color: #666 !important;
}
#contents #simple_compare table th:after {
	content: "";
	width: 100%;
	display: block;
	position: relative;
	top: -10px;
	height: 1px;
	border-top: solid 1px #ddd;
	z-index: 1;
}
#contents #simple_compare table th p span {
	display: inline-block;
	border: solid 1px #37BBB7;
	color: #37BBB7 !important;
	margin-left: 10px;
	line-height: 1 !important;
	padding: 2px;
	border-radius: 20px;
	font-size: 10px !important;
	margin: 0 0 0 10px;
	transition: all 0.2s;
}
#contents #simple_compare table th a:hover span {
	background: #37BBB7;
	color: #fff !important;
}
#contents #simple_compare table a img {
	transition: all 0.2s;
}
#contents #simple_compare table a:hover img {
	transform: scale(1.05);
	transform-origin: center center;
}
#contents #simple_compare table .for{
	margin-bottom:20px;
}
#contents #simple_compare table .name {
	font-family: oswald, "Knockout 30", "Knockout 28", "Roboto", "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	font-size: 20px;
	margin: 10px 0 5px;
	color: #666;
}
#contents #simple_compare table td {
	font-size: 14px;
	padding: 15px 0 20px;
}
#contents #simple_compare table td span {
	background: #D6DB53;
	color: #000;
	display: inline-block;
	font-size: 10px;
	padding: 3px 10px;
	border-radius: 30px;
	margin-left: 10px;
}
#contents #simple_compare .btn_detail {
	margin: 20px 0 0;
}
#contents #simple_compare .btn_detail a {
	color: #666;
	border: solid 1px #666;
	display: inline-block;
	font-size: 13px;
	padding: 7px 30px;
	border-radius: 30px;
	margin-left: 10px;
	transition: all 0.2s;
}
#contents #simple_compare .btn_detail a:hover {
	background: #666;
	color: #fff;
}
#contents #simple_compare .btn_detail a img.arrow_down_g {
	width: 14px;
	margin-left: 10px;
}
.cptitle img{
	width:700px;
}
#guide .guideimg a{
	display:inline-block;
	margin:0 10px;
}
#guide .guideimg a img{
	width:170px;
}
/* _________________________________________*/
#relay{
	text-align:center;
	background:#fff;
	padding:80px 0;
}
#relay .item_wrap{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	
}
#relay .item_wrap .pic{
	width:300px;
}
#relay .item_wrap .info{
	width:500px;
	margin-left:60px;
	text-align:left;
}
#relay .item_wrap .info h3{
	
}
#relay .item_wrap .info h3 span{
	color:#70CFF4;
	font-size:30px;
	padding-right:20px;	
}
#relay .item_wrap .pic img{
	width:100%;
}

/* _________________________________________*/
#entry{
	text-align:center;
	background:#eee;
	padding:50px 0;
}
#entry h2{
	font-size:30px;
	color:#000;
	margin:0 0 50px;
}
#entry .item_wrap{
	width:980px;
	margin:0 auto 0;
}
#entry .f_wrap{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
}
#entry .item_wrap .item{
	background:#fff;
	padding:30px 50px;
	margin-bottom:30px;
	text-align:center;
}
#entry .item_wrap .item:nth-child(3){
}
#entry .item_wrap .item h3{
	font-size:20px;
	margin-bottom:10px;
}
#entry .item_wrap .item h3 span{
	color:#70CFF4;
	font-size:17px;
	padding-left:15px;	
}
#entry .item_wrap .item .limited{
	text-align:center;
	font-size:13px;
	margin-bottom:15px;
	color:#666;
}
#entry .item_wrap .item .spe{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
#entry .item_wrap .item .spe span{
	font-size:14px;
	font-weight:normal;
}
#entry .item_wrap .clm_l{
	width:350px;
}
#entry .item_wrap  img{
	width:100%;
}
#entry .item_wrap .clm_r{
	width:500px;
}
#entry .item_wrap .clm_r p,
#entry .item_wrap .clm_l p{
	font-size:14px;
	text-align:left;
}
#entry .item_wrap .caution{
	font-size:12px !important;
	color:#666;
	text-align:center !important;
}

/* _________________________________________*/
#feature{
	text-align:center;
	background:#fff;
	padding:50px 0;
}
#feature h2{
	font-size:30px;
	color:#000;
	margin:0 0 50px;
}
#feature .item_wrap{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items:flex-start;
	align-items: center;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	width:980px;
	margin:0 auto;
}
#feature .item_wrap .item{
	width:235px;
	background:#F5F5F5;
	padding:0 0 20px;
}
#feature .item_wrap .item .pic{
	padding:0 0 0;
}
#feature .item_wrap .item .pic img{
	width:100%;
}
#feature .item_wrap .item h3{
	font-size:20px;
	margin-bottom:15px;
	padding:10px 30px 0;
}
#feature .item_wrap .item h3 span{
	color:#70CFF4;
	font-size:17px;
	padding-left:15px;	
}
#feature .item_wrap .item p{
	font-size:14px;
	text-align:left;
	padding:0 30px;
}
/* _________________________________________*/
#category{
	text-align:center;
	background:#fff;
	padding:50px 0;
}
#category h2{
	font-size:30px;
	color:#000;
	margin:0 0 0;
}
/*--  --*/
#contact{
	text-align:center;
	background:#fff;
	padding:50px 0;
}
#contact h2{
	font-size:30px;
	color:#000;
	margin:0 0 50px;
}
/* _________________________________________*/
#index-intro h3 span{
	font-size:30px;
	display:block;
	margin-bottom:20px;
}
}
