@charset "UTF-8";
/* ====================================
	共通スタイル
 ==================================== */

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media only screen and (max-width: 767px) {
 .pc {
display: none !important;
}
 .sp {
display: block !important;
}
}


main {
	padding-bottom: 0 !important;
}


main .base-width {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.title-block {
	display:block;
	margin-top: -80px;
	padding-top: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

h2.title {
	display:inline-block;
	justify-content: center;
	align-items: center;
	padding: 15px 80px;
	border-radius: 100vh;
	font-size: 167%;
	font-weight: 500;
	color: #fff;
	background: -webkit-linear-gradient(to right, rgb(54, 198, 184), #0068ae);
	background: linear-gradient(to right, rgb(54, 198, 184), #0068ae);
}

.max-400 {
	max-width: 400px !important;
}
.max-500 {
	max-width: 500px !important;
}



/*----------------
  #mainvisual
----------------*/

@media print, screen and (min-width: 1200px) {
 .main-wide {
display: block !important;
}
 .main-pc {
display: none !important;
}
 .main-sp {
display: none !important;
}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
 .main-wide {
display: none !important;
}
 .main-pc {
display: block !important;
}
 .main-sp {
display: none !important;
}
}
@media only screen and (max-width: 767px) {
 .main-wide {
display: none !important;
}
 .main-pc {
display: none !important;
}
 .main-sp {
display: block !important;
}
}


/*----------------
  bg
----------------*/

.bg-white {
	background: #fff;
	padding-bottom: 40px;
}
.bg-blue {
	background: #f2fafc;
	padding-bottom: 40px;
}
.bg-skyblue {
	background: #d2efff;
	padding-bottom: 40px;
}
.wrap {
	overflow: hidden;
}
.curve-white {
	background: #fff;
	border-bottom-left-radius: 1000px 200px;
	border-bottom-right-radius: 1000px 200px;
	height: 200px;
	margin-top: -80px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
}
.curve-blue {
	background: #f2fafc;
	border-bottom-left-radius: 1000px 200px;
	border-bottom-right-radius: 1000px 200px;
	height: 200px;
	margin-top: -80px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
}
.curve-skyblue {
	background: #d2efff;
	border-bottom-left-radius: 1000px 200px;
	border-bottom-right-radius: 1000px 200px;
	height: 200px;
	margin-top: -80px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
}

/*----------------
  read
----------------*/

.read {
	font-size: 123.1%;
	line-height: 150%;
	font-weight: 500;
	text-align: center;
	padding-top: 80px;
}

.col_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}

.col_link .col_link_s a:hover {
	text-decoration: none;
}

a .radius {
	width: 100%;
	border-radius: 10px;
	background-color: #f4f4f4;
	border: 2px solid #a5bac6;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	padding: 20px 10px 13px;
}
a .radius p {
	color: #0066ae;
	font-size: 123.1%;
	padding-bottom: 15px;
	font-weight: 500;
}
a .radius .dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #0066ae;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/*----------------
  contents
----------------*/

.read-sec {
	font-size: 116%;
	line-height: 150%;
	font-weight: 400;
	text-align: center;
	padding-top: 50px;
}


/*----------------
  type
----------------*/
.type-area {
	margin: 50px 0 0;
}
.type-area p {
	margin-top: 15px;
	margin-left: 70px;
}

.type-area h3 {
	font-size:167%;
	font-weight: 600;
}

[class^="type_"]:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 22px;
    background-position: center;
    background-size: contain;
}
.type_cyc:before {
    background-image: url('images/type-cyc.png');
}
.type_pack:before {
    background-image: url('images/type-pack.png');
}
.type_station:before {
    background-image: url('images/type-station.png');
}
.type_cyc_pack:before {
    background-image: url('images/type-cyc_pack.png');
}

.box-design {
	padding: 30px 30px 10px 30px;
}
.box-design.cyclone {
	border: 1px solid #2eb4ef;
}
.box-design.pack {
	border: 1px solid #00b579;
}
.box-design.station {
	border: 1px solid #e87e00;
}
.box-design-ttl {
	width: 500px;
	background-color: #00b579;
	color: #fff;
	border-radius: 100vh;
	padding: 10px 20px;
	margin: -55px 0 0 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-size: 131%;
	font-weight: bold;
	text-align: center;
}
.box-design.cyclone .box-design-ttl {
	background-color: #2eb4ef;
}
.box-design.pack .box-design-ttl {
	background-color: #00b579;
}
.box-design.station .box-design-ttl {
	background-color: #e87e00;
}

.box-design p {
	margin: 0;
}

.container_block {
	display: flex;
	padding: 20px 0 10px;
}
.container_block .contents_l {
	width : calc(100% - 61%);
}
.container_block .contents_r {
	flex: 1;
	width: 59%;
	margin-left: 2%;
}

.container_block2 {
	display: flex;
	padding: 20px 0 10px;
}
.container_block2 .contents_l {
	width : calc(100% - 46%);
}
.container_block2 .contents_r {
	flex: 1;
	width: 44%;
	margin-left: 2%;
}

/*----------------
  summary
----------------*/
.col_summary {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 80px 0; 
}

.tab-top {
	width: 100%;
	padding: 30px 10px;
	font-size: 138.5%;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	border-radius: 15px 15px 0 0;
}
@media only screen and (min-width:768px) and (max-width:820px){
.tab-top {
	font-size: 123.1%;
}
}

.tab-top.cyclone {
	background-color: #2eb4ef;
}
.tab-top.pack {
	background-color: #00b579;
}
.tab-top.station {
	background-color: #e87e00;
}

.tab-bottom {
	width: 100%;
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 0 0 15px 15px;
}
.tab-bottom.cyclone {
	border: 2px solid #2eb4ef;
}
.tab-bottom.pack {
	border: 2px solid #00b579;
}
.tab-bottom.station {
	border: 2px solid #e87e00
}
.tab-bottom_s {
	font-weight: 400;
	text-align: left;
	margin-right: auto;
	justify-content: left;
}

.type-com {
	padding-left: 1.6em;
	text-indent: -1.6em;
	margin-bottom: 1.4em;
}
.type-com:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 10px;
    background-position: center;
    background-size: contain;
}
.tab-bottom.cyclone .type-com:before {
    background-image: url('images/type-cyc.png');
}
.tab-bottom.pack .type-com:before {
    background-image: url('images/type-pack.png');
}
.tab-bottom.station .type-com:before {
    background-image: url('images/type-station.png');
}

.product_bottom {
	display:block;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.product_bottom img {
	max-width: 150px;
}

/*ボタン*/

.button a {
    background: #f9c900;
    border-radius: 100vh;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 0;
    max-width: 250px;
    padding: 10px 25px;
    color: #333;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	  border-bottom: 4px solid #bfaa4d;
}
.button a:hover {
    background: #f99e00;
    color: #fff;
	border-bottom: 4px solid #f99e00;
}
.button a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #bfaa4d;
    border-right: 3px solid #bfaa4d;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}


/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {

	h2.title {
		padding: 15px 50px;
		font-size: 131%;
	}

	/*----------------
	  bg
	----------------*/
	
	.bg-white {
		padding-bottom: 20px;
	}
	.bg-blue {
		padding-bottom: 20px;
	}

	/*----------------
	  read
	----------------*/
	
	.read {
		font-size: 108%;
		padding-top: 50px;
	}
	.col_link {
		margin-top: 50px;
	}
	.col_link .col_link_s {
		width : calc(50% - 10px);
		margin-right: 20px;
	}
	.col_link .col_link_s:nth-child(2n) {
		margin-right: 0;
	}
	.col_link .col_link_s:nth-child(n+3) {
		margin-top: 20px;
	}
	a .radius {
		padding: 15px 5px;
	}
	a .radius p {
		padding-bottom: 10px;
		font-size: 100%;
	}
	
	/*----------------
	  contents
	----------------*/
	.read-sec {
		font-size: 108%;
	}
	/*----------------
	  type
	----------------*/
	.type-area p {
		margin-top: 15px;
		margin-left: 0;
	}
	.type-area h3 {
		font-size:138.5%;
	}
	.box-design {
		padding: 30px 20px 10px 20px;
		margin: 70px auto 0;
	}

	.box-design-ttl {
		width: 300px;
		font-size: 108%;
		font-weight: bold;
		text-align: center;
		margin: -70px 0 0 0;
	}
	.container_block, .container_block2 {
		display: block;
		padding: 0 0 10px;
	}
	.container_block .contents_l, .container_block2 .contents_l {
		width: 100%;
	}
	.container_block .contents_r, .container_block2 .contents_r {
		width: 100%;
		margin-left: 0%;
		margin-top: 1.5rem;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}
	
	/*----------------
	  summary
	----------------*/
	.col_summary {
		margin: 50px 0; 
	}
	.col_summary .col_summary_s {
		width: 100%;
	}
	.col_summary .col_summary_s:nth-child(n+2) {
		margin-top: 30px;
	}
	
	.tab-top {
		padding: 15px 20px;
		font-size: 116%;
	}
	.tab-bottom {
		padding: 25px 20px;
	}
	.tab-bottom_s {
		margin-bottom: 30px;
	}
	[class^="type2_"] {
		margin-bottom: 1.0em;
	}
	.type-com {
		margin-bottom: 1.0em;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print, screen and (width >=768px) {
	 .bg-wide {
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 width: 100%;
		 height: 480px;
		 background-color: #fff;
	}
	.bg-wide span:first-child {
		 display: block;
		 width: 50%;
		 height: 480px;
		 flex: 0 0 50%;
		 background-image: url(images/main-bg1.png);
		 background-repeat: no-repeat;
		 background-size: cover;
		 background-position: right top;
	}
	 .bg-wide span:last-child {
		 display: block;
		 width: 50%;
		 height: 480px;
		 flex: 0 0 50%;
		 background-image: url(images/main-bg2.png);
		 background-repeat: no-repeat;
		 background-size: cover;
		 background-position: left top;
	}
	 .main-wide_l {
		 width: 600px;
		 height: 480px;
		 text-align: right;
		 margin-left: auto;
		 justify-content: right;
		 align-items: center;
		 display: flex;
		 justify-content: center;
	}
	.main-wide_l img {
		 width: 100%;
		 max-width: 480px;
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 pointer-events: none;
		 user-select: none;
		 -moz-user-select: none;
		 -webkit-user-select: none;
		 -ms-user-select: none;
	}
	.main-wide_r {
		 width: 600px;
		 height: 480px;
		 text-align: left;
		 margin-right: auto;
		 justify-content: left;
		 position: relative;
	}
	.main-wide_r img {
		 width: 100%;
		 max-width: 540px;
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 position: absolute;
		 bottom: 0;
		 pointer-events: none;
		 user-select: none;
		 -moz-user-select: none;
		 -webkit-user-select: none;
		 -ms-user-select: none;
	}
	
	.col_link > div:nth-child(n+4) {
		margin-top: 30px;
	}
	
	/*----------------
	  read
	----------------*/
	.col_link .col_link_s {
		width : calc(33.3333% - 15px);
		margin-right: 20px;
	}
	.col_link .col_link_s:nth-child(3n) {
		margin-right: 0;
	}
	.col_link .col_link_s:nth-child(n+4) {
		margin-top: 20px;
	}
	a:hover .radius {
		background: -webkit-linear-gradient(to right, rgb(54, 198, 184), #0068ae);
		background: linear-gradient(to right, rgb(54, 198, 184), #0068ae);
	}
	a:hover .radius p {
		color: #fff;
	}
	a:hover .radius .dli-chevron-down {
	  color: #fff;
	}
	
	/*----------------
	  type
	----------------*/	
	.box-design {
		margin: 60px 70px 20px;
	}
	.adjustment-70 {
		margin: 0 70px 0;
	}
	.container_block .contents_l, .container_block2 .contents_l {
		line-height: 200%;
	}
		
	/*----------------
	  summary
	----------------*/
	.col_summary .col_summary_s {
		width: 31.333%;
		margin-right: 3%;
	}
	.col_summary .col_summary_s:nth-child(3) {
		margin-right: 0;
	}
	.tab-bottom_s {
		height: 180px;
	}
}


@media screen and (768px <=width < 920px) {
	/*----------------
	  type
	----------------*/
	.tab-bottom_s {
		height: 200px;
	}
}

/* ====================================
	タブレット専用スタイル（768px～1080px）
===================================== */
@media screen and (768px <=width < 1080px) {
}
