@charset "UTF-8";
/* CSS Document */

/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');


*{ box-sizing: border-box; word-break: break-all;}

html, button, input, select, textarea {
	letter-spacing: 0px;
}
html, body {
    overflow-x: hidden;
    width: 100%;
	font-size:14px;
}
body {
	margin: 0;
  font-family: 'Noto Sans JP', "Hiragino Sans", 'Nunito', sans-serif;
	/* YakuHanJP, */
	overflow:hidden;
	background: #fff;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:focus, a:active, a:hover {
    outline: none;
    text-decoration: none;
}
p { line-height: 1.6em; margin: 0;}

img{
	display: block;
	max-width: 100%;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.conts{
	position: relative;
	width: 86%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
}
.cs{
	opacity: 0.5 !important;
	pointer-events: none !important;
}
.clearfix:after {
  content: "";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; 
}

.clearfix {
  min-height: 1px;
}

img[src$=".svg"] {
	max-width: 100%;
	width: 100%; /* IE対応 */
	height: auto;
}


.effect{
	opacity: 0;
	transition-delay: 0.05s;
	transition-duration: 0.5s;
}
.effect_top{
	opacity: 0;
	transition-delay: 0.05s;
	transition-duration: 0.5s;
	position: relative;
	top: -15px;
}
.effect_bottom{
	opacity: 0;
	transition-delay: 0.05s;
	transition-duration: 0.5s;
	position: relative;
	top: 15px;
}
.ani01,
.ani02,
.ani03{
	opacity: 0;
	transition-delay: 0.05s;
	transition-duration: 0.5s;
}

.delay{
	transition-delay: 0.05s;
}

.delay2{
	transition-delay: 0.1s;
}

.delay3{
	transition-delay: 0.15s;
}

.delay4{
	transition-delay: 0.2s;
}

.delay5{
	transition-delay: 0.25s;
}

.delay6{
	transition-delay: 0.3s;
}

.delay7{
	transition-delay: 0.35s;
}

.delay8{
	transition-delay: 0.4s;
}

.delay9{
	transition-delay: 0.45s;
}

.delay10{
	transition-delay: 0.5s;
}

.delay11{
	transition-delay: 0.55s;
}

.delay12{
	transition-delay: 0.6s;
}


/* ==========================================================================
header
========================================================================== */

header {
    margin: 0 auto;
    padding: 10px;
    max-width: 980px;
}
header #site-id {
    float: left;
    margin: 0;
    line-height: 1;
}
header #site-id span {
    display: table-cell;
    margin: 0;
    height: 52px;
    vertical-align: middle;
}
header .sub {
    float: right;
    margin: 0;
}
header .utility {
    float: left;
    margin: 0;
		width: 187px;
}
header .utility > li {
    margin-bottom: 5px;
    font-size: 1.2rem;
    line-height: 1;
}
header .utility > li:last-of-type {
    margin-bottom: 0;
}
header .utility > li img {
    vertical-align: middle;
}

header .utility .contact {
	display: block;
	margin: 0 0 10px;
}

/* ==========================================================================
mainvisual
========================================================================== */

.mainvisual{
	margin: 0;
	padding: 0;
	background: #fff;
}
.mainvisual .conts{
	max-width: 1366px;
	width: 100%;
}
.mainvisual img{
	margin: 0;
	padding: 0;
}

/* ==========================================================================
button
========================================================================== */

.button a{
	padding: 0;
	margin: 20px auto 0;
	line-height: 57px;
	color: #fff;
	max-width: 320px;
	display: block;
	background: url("/cms/sc/img/security-free/btn_bg.png") repeat-x;
	/*background: url("../images/btn_bg.png") repeat-x;*/
	background-size: auto 100% ;
	border-bottom: 3px solid #005778;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	text-align: center;
	/*-webkit-transition: all 0.05s;
	-moz-transition: all 0.05s;
	-ms-transition: all 0.05s;
	-o-transition: all 0.05s;
	transition: all 0.05s;*/
}
.button a:hover{
	margin: 23px auto 0;
	line-height: 54px;
	border-bottom: 3px solid rgba(0,0,0,0);
}
.button a span{
	display: inline-block;
	padding: 0 30px 0 0;
	position: relative;
	font-size: 24px;
}
.button a span::after{
	content: "";
	position: absolute;
	top: 21px;
	right: 5px;
	height: 18px;
	width: 18px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	transition-duration: 0.2s;
}
.button a:hover span::after{
    right: -5px;
}


/* ==========================================================================
sec01
========================================================================== */

.sec01{
	margin: 0 auto;
	padding: 80px 0 60px;
	text-align: center;
	background: #fff;
	position: relative;
}
.sec01::after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 64px solid #fff;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.sec01 h2{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 35px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	color: #00a19e;
	font-weight: bold;
	letter-spacing: 0;
}
.sec01 h2 br{
	display: none;
}
.sec01 h2 br.sp{
	display: none;
}
.sec01 h2 p{
	font-size: 80%;
}
.sec01 .logoSet{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	max-width: 860px;
	margin: 2% auto;
}
.sec01 .logoSet .logo{
	width: 42%;
}
.sec01 .logoSet .closs{
	width: 6%;
	padding: 0 0 2%;
}
.sec01 .tx{
	max-width: 780px;
	margin: 0 auto 8%;
	text-align: left;
	line-height: 1.8em;
}
.sec01 .newsSet {
	margin: 80px 0 60px;
}
.sec01 .newsSet h2{
	margin: 0 0 0.75em;
	color: #df787c;
	font-size: 24px;
	font-weight: 900;
}
.sec01 .newsSet ul{
	padding: 0.5em;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}
.sec01 .newsSet ul li{
	padding: 1em 0;
	text-align: left;
	border-top: 1px solid #ddd;
}
.sec01 .newsSet ul li:first-of-type{
	border-top: none;
}
.sec01 .newsSet ul li a{
	position: relative;
	display: block;
	padding: 0 2.5em;
	color: #000;
}
.sec01 .newsSet ul li a::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0.5em;
	display: block;
	width: 1em;
	height: 1em;
	margin: -0.5em 0 0;
	background-color: #df787c;
}
.sec01 .newsSet ul li a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0.5em;
	display: block;
	width: 1em;
	height: 1em;
	margin: -0.5em 0 0;
	border-top: solid 3px #df787c;
	border-right: solid 3px #df787c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sec01 .newsSet ul li a:hover{
	color: #df787c;
}
.sec01 .bnSet{
	margin: 60px 0;
}
.sec01 .bnSet a{
	display: block;
	width: 66%;
	margin: 0 auto;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.sec01 .bnSet a:hover{
	transform: scale(1.05);
}
.sec01 .imgSet{
	position: relative;
	padding: 27% 0 0;
}
.sec01 .imgSet .img{
	width: 58%;
	margin: 0 auto;
}
.sec01 .imgSet .fukidashi1{
	position: absolute;
	top: 50%;
	left: 0;
	width: 27%;
}
.sec01 .imgSet .fukidashi2{
	position: absolute;
	top: 19%;
	left: 23%;
	width: 25%;
}
.sec01 .imgSet .fukidashi3{
	position: absolute;
	top: 26%;
	left: 49%;
	width: 23%;
}
.sec01 .imgSet .fukidashi4{
	position: absolute;
	top: 26%;
	left: 71%;
	width: 25%;
}
.sec01 .imgSet .fukidashi5{
	position: absolute;
	top: 60%;
	left: 72%;
	width: 28%;
}
.sec01 .imgSet .fukidashi6{
	position: absolute;
	top: 10%;
	left: 3%;
	width: 24%;
}
.sec01 .imgSet .fukidashi7{
	position: absolute;
	top: 0%;
	left: 38%;
	width: 22%;
}
.sec01 .imgSet .fukidashi8{
	position: absolute;
	top: 4%;
	left: 62%;
	width: 22%;
}
.sec01 .tx2{
	max-width: 780px;
	margin: 4% auto 4%;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: #30b2a9;
	line-height: 1.8em;
}


/* ==========================================================================
sec02
========================================================================== */

.sec02{
	margin: 0 auto;
	padding: 100px 0 90px;
	background: #d9f1f0;
	text-align: center;
}
.sec02 h2{
	width: 50%;
	margin: 0 auto 1%;
	padding: 0 0 30px;
	font-size: 44px;
	letter-spacing: 3px;
	color: #07224C;
	font-weight: 900;
}
.sec02 h3{
	margin: 0 auto 1em;
	padding: 0;
	font-size: 16px;
}
/*.sec02 h3 br{
	display: none;
}*/
.sec02 h4{
	margin: 6% auto 2%;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: #30b2a9;
	line-height: 1.8em;
}
.sec02 h5{
	margin: 15% auto 2%;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	color: #000;
	line-height: 1.8em;
}
.sec02 .tx{
	max-width: 780px;
	margin: 0 auto 4%;
	text-align: left;
	line-height: 1.8em;
}
.sec02 .pointSet{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 98%;
	margin: 2% auto 10%;
}
.sec02 .pointSet .point{
	width: 48%;
	margin: 2% 0;
	padding: 1em 2em;
	box-sizing: border-box;
	color: #2cb5a9;
	box-shadow: 5px 5px 5px rgba(0,0,0,.2);
	background: #fff;
}
.sec02 .pointSet .point p{
	font-size: 25px;
	font-weight: 700;
	border-bottom: 1px solid #2cb5a9;
}
.sec02 .pointSet .point span{
	display: block;
	padding-top: 0.5em;
	text-align: left;
}
.sec02 .pointSet .point2{
	width: 23%;
	margin: 2% 0;
}
.sec02 .pointSet .point2 .tx {
	position: relative;
	min-height: 6.5em;
	padding: 1em;
	box-sizing: border-box;
	line-height: 1.5em;
	color: #fff;
	background: #30b2a9;
}
.sec02 .pointSet .point2 .tx::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -15px;
  border-right: 15px solid transparent;
  border-top: 25px solid #30b2a9;
  border-left: 15px solid transparent;
}
.sec02 .pointSet .point2 .pict {
	width: 80%;
	margin: 12% auto 2%;
}
.sec02 .pointSet .point2 .name {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}
.sec02 .decision {
	margin: 10% 0 0;
	padding: 2.5em;
	box-sizing: border-box;
	box-shadow: 5px 5px 3px rgba(0,0,0,.3);
	border-radius: 12px;
	background: #fff;
}


/* ==========================================================================
contactSet
========================================================================== */
.contactSet{
	padding: 40px 0;
	background: #224355;
}
.contactSet .tx{
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}
.contactSet .tx br{
	display: none;
}


/* ==========================================================================
sec03
========================================================================== */

.sec03{
	margin: 0 auto;
	padding: 75px 0 93px;
	background: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.sec03 h2{
	margin: 10% auto 2%;
	padding: 0;
	font-size: 35px;
	letter-spacing: 3px;
	color: #30b2a9;
	font-weight: 900;
}
.sec03 h2 br{
	display: none;
}
.sec03 h2:nth-of-type(1){
	margin: 0 auto 4%;
}
.sec03 h2 span{
	font-size: 170%;
}
.sec03 .planSet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 5%;
}
.sec03 .planSet > div{
	width: 44%;
	margin: 0 3%;
}

.sec03 .serviceImg {
	
}


/* ==========================================================================
sec04
========================================================================== */
.sec04{
	margin: 0 auto;
	padding: 75px 0 93px;
	background: #d9f1f0;
	text-align: center;
}
.sec04 h2{
	margin: 10% auto 2%;
	padding: 0;
	font-size: 35px;
	letter-spacing: 3px;
	color: #30b2a9;
	font-weight: 900;
}
.sec04 h2 br{
	display: none;
}
.sec04 h2:nth-of-type(1){
	margin: 0 auto 4%;
}
.sec04 h2 span{
	font-size: 170%;
}



/* ==========================================================================
sec05
========================================================================== */

.sec05{
	margin: 0 auto;
	padding: 75px 0 93px;
	background: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.sec05 h2{
	margin: 10% auto 2%;
	padding: 0;
	font-size: 35px;
	letter-spacing: 3px;
	color: #30b2a9;
	font-weight: 900;
}
.sec05 h2 br{
	display: none;
}
.sec05 h2:nth-of-type(1){
	margin: 0 auto 4%;
}
.sec05 h2 span{
	font-size: 170%;
}

.sec05 .serviceWrap {
	position: relative;
}

.sec05 .serviceSet {
	padding: 40px 20px 0;
	box-sizing: border-box;
	border: 1px solid #eda355;
	background: #fdf4eb;
}

.sec05 .entrySet {
	border: 1px solid #127ca3;
	background: #e0f0f5;
}

.sec05 .entrySet h3 {
	width: 12em;
	margin: -18px auto 0;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	background: #127ca3;
}
.sec05 .basicSet h3 {
	width: 12em;
	margin: 50px auto -10px;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	background: #eda355;
}

.sec05 .serviceSet > div > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
}
.sec05 .chip {
	display: flex;
	align-items: center;
	width: 49.25%;
	margin: 0.75% 0;
	padding: 1em;
	box-sizing: border-box;
}
.sec05 .chip .pict {
	width: 20%;
}
.sec05 .chip .tx {
	width: 80%;
	padding: 0 0 0 1em;
	text-align: left;
}
.sec05 .chip .tx p {
	font-size: 17px;
	font-weight: 700;
}

.sec05 .otherSet {
	background: #f2f2f2;
}
.sec05 .otherSet::before {
	content: "+";
	display: block;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: #717071;
	background: #fff;
}
.sec05 .otherSet .chip {
	width: 70%;
	margin: 0 auto;
	padding: 20px;
}
.sec05 .otherSet .chip .pict {
	width: 13%;
}

.sec05 .serviceSet .entry {
	background: #fff;
}
.sec05 .serviceSet .basic {
	background: #fff;
}
.sec05 .serviceSet .other {
	background: none;
}

.sec05 .serviceSet .entry .tx p {
	color: #0082ad;
}
.sec05 .serviceSet .basic .tx p {
	color: #eda355;
}
.sec05 .serviceSet .other .tx p {
	color: #df787c;
}



/* ==========================================================================
sec06
========================================================================== */
.sec06{
	margin: 0 auto;
	padding: 75px 0 93px;
	background: #d9f1f0;
	text-align: center;
}
.sec06 h2{
	margin: 10% auto 2%;
	padding: 0;
	font-size: 35px;
	letter-spacing: 3px;
	color: #30b2a9;
	font-weight: 900;
}
.sec06 h2 br{
	display: none;
}
.sec06 h2:nth-of-type(1){
	margin: 0 auto 4%;
}
.sec06 h2 span{
	font-size: 170%;
}

.sec06 .portalSet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec06 .portalSet .row {
	width: 46%;
}
.sec06 h3 {
	margin: 0 0 0.5em;
	padding: 0.15em 0;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #30b2a9;
}
.sec06 .portalSet .card {
	padding: 0 0 2.5em;
	text-align: left;
	
}
.sec06 .portalSet .card > .img {
	margin-top: 2em;
}
.sec06 .portalSet .card .wrap {
	display: flex;
	justify-content: space-between;
}
.sec06 .portalSet .card .wrap > div {
	width: 48%;
}



/* ==========================================================================
sec07
========================================================================== */
.sec07{
	position: relative;
	margin: 0 auto;
	padding: 75px 0 93px;
	background: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.sec07 h2{
	margin: 10% auto 2%;
	padding: 0;
	font-size: 35px;
	letter-spacing: 3px;
	color: #30b2a9;
	font-weight: 900;
}
.sec07 h2 br{
	display: none;
}
.sec07 h2:nth-of-type(1){
	margin: 0 auto 4%;
}
.sec07 h2 span{
	font-size: 170%;
}

.sec07 .tableWrap {
	position: relative;
}
.sec07 table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	font-size: 14px;
	letter-spacing: 0;
}
.sec07 table caption {
	display: none;
}
.sec07 th {
	width: 33.33%;
	padding: 0;
}
.sec07 th p {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0.25em 0;
	color: #fff;
	background: #30b2a9;
}
.sec07 th:nth-of-type(n + 2) p {
	width: calc(100% - 10px);
	margin: 0 0 0 10px;
}
.sec07 td {
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	overflow: auto;
	border-top: 3px solid #fff;
}
.sec07 td:first-of-type {
	padding: 0.25em 0.25em 0.25em 1em;
	background: #d7f0ee;
}
.sec07 td br {
	display: none;
}
.sec07 td > p {
	margin: 0;
	padding: 0;
}
.sec07 .fukidashi {
	position: absolute;
	top: 57%;
	left: 22%;
	width: 10%;
}
.sec07 .price {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
.sec07 .price td {
	width: 50%;
	padding: 5px 10px;
	text-align: center;
	color: #000;
	border-top: none;
	background: #f0f5f5;
}
.sec07 .price td.new {
	background: #f0f5f5;
}
.sec07 .price td.month {
	background: #d7f0ee;
}
.sec07 td.cover {
	position: relative;
	overflow: auto;
	background: none;
}
.sec07 td.cover .price {
	float: left;
	width: calc((100% - 10px) / 2) ;
	margin: 2px 0 0;
}
.sec07 td.cover .price:nth-of-type(-n + 2) {
	margin-top: 0;
}
.sec07 td.cover .price:nth-of-type(even) {
	margin-left: 10px;
}
.sec07 td.cover .overLayer {
	position: absolute;
	top: 10px;
	left: 20px;
	width: calc(100% - 30px);
	height: calc(100% - 20px);
	background: rgba(48,178,169,0.75);
	z-index: 2;
}
.sec07 td.cover .overLayer p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: 0;
	padding: 0;
	color: #fff;
}
.sec07 td.cs {
	opacity: 1 !important;
}

.sec07 .cap {
	margin: 0.5em 0 0;
	font-size: 10px;
	text-align: left;
}

@media screen and (max-width:1200px) {
	.sec07 td br {
		display: inline;
	}
	.sec07 .fukidashi {
		top: 56%;
	}
}

@media screen and (max-width:1000px) {
	.sec07 .fukidashi {
		top: 61%;
		left: 85%;
		width: 13%;
	}
	.sec07 table caption {
		display: table-caption;
		width: 100%;
		padding: 0.25em 0;
		font-size: 85%;
		font-weight: 700;
		color: #30b2a9;
		background: rgba(48,178,169,0.35);
	}
	.sec07 tr.heading {
		display: none;
	}
	.sec07 th {
		display: none;
	}
	.sec07 td {
		display: block;
		margin: 0;
		padding: 0;
		text-align: center;
		font-weight: 700;
	}
	.sec07 td::after {
		content:attr(data-label2);
		display: block;
		color: #000;
		font-weight: 400;
		background: #d7f0ee;
	}
	.sec07 td:first-of-type {
		padding: 0.25em 0 0;
		color: #fff;
		border-top: 15px solid #fff;
		background: #30b2a9;
	}
	.sec07 td.cover {
		display: none;
	}
	.sec07 td.cs::after  {
		padding: 0.25em 0;
	}
	.sec07 td > p {
		padding: 0.25em 0;
	}
	.sec07 .price td {
		display: table-cell;
		padding: 0.25em;
		color: #000;
		font-weight: 400;
	}
	.sec07 .price td:first-of-type {
		border-top: none;
	}
	.sec07 td.cover td::before {
		display: none;
	}
	.sec07 td.cover td::after {
		display: none;
	}
	.sec07 td.cover .overLayer {
		left: 10px;
		width: calc(100% - 20px);
	}
}

@media screen and (max-width:800px) {
	.sec07 .fukidashi {
		top: 60%;
		left: 83%;
		width: 15%;
	}
}

@media screen and (max-width:480px) {
	.sec07 .fukidashi {
		top: 60%;
		left: 76%;
		width: 22%;
	}
}

/* ==========================================================================
footer
========================================================================== */

footer {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 980px;
}
footer a {
    color: #242424;
}
footer img {
	display: inline-block
}
footer .contents01 {
    position: relative;
    padding: 30px 0 15px 0;
}
footer .contents01 .logo {
    float: left;
}
footer .contents01 .logo p {
    padding-left: 65px;
    font-size: 12px;
    line-height: 1;
	margin: 0;
	margin-bottom: 20px;
}
footer .contents01 .utility {
    float: right;
    margin: 0;
		width: 187px;
}
footer .contents01 .utility > li {
    margin-bottom: 5px;
    font-size: 1.2rem;
    line-height: 1;
}
footer .contents01 .utility > li img {
    vertical-align: middle;
}
footer .contents01 .utility > li:last-of-type {
    margin-bottom: 0;
}
footer .contents01 .utility > li img {
    vertical-align: middle;
}
footer .contents01 .utility .contact {
	display: block;
	margin: 0 0 10px;
}
.only-sp {
    display: none;
}
footer .contents02 {
    padding: 20px 0 40px;
    border-top: 1px solid #c9cdce;
}
footer .contents02 .logo {
    float: right;
    margin: 0;
}
footer .contents02 ul {
    float: left;
    margin: 0;
}
footer .contents02 ul li {
    float: left;
    margin-right: 45px;
    font-size: 13px;
}
footer .contents02 .copyright {
    float: left;
    margin: 0;
    font-size: 11px;
}


/* ==========================================================================
media query
========================================================================== */

@media screen and (max-width:1280px){
	.sec03 table td.verify::after{
		position: relative;
		top: auto;
		right: auto;
		float: right;
		margin: 0.5em 0 0;
	}
}

@media screen and (max-width:1200px){
	.sec01 h2,
	.sec01 .tx2{
		font-size: 30px;
	}
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:1100px){
	.sec01 h2,
	.sec01 .tx2{
		font-size: 28px;
	}
	.sec02 .pointSet .point{
		width: 47%;
		margin: 2.5% 0;
	}
}

@media screen and (max-width:960px){
	/*.sec01 h2 br{
		display: inline;
	}*/
	.sec02 h4 {
		font-size: 4.5vw;
	}
	.sec02 h5 {
		font-size: 4.25vw;
	}
	.sec02 .pointSet .point p{
		font-size: 2.75vw;
	}
	.sec02 .pointSet .point2 {
		width: 45%;
		margin: 2.5%;
	}
	.sec02 .pointSet .point2 .tx {
		min-height: 5.5em;
	}
	.sec02 .pointSet .point2 .name {
		font-size: 20px;
	}
	.sec03 h2{
		font-size: 30px;
		letter-spacing: 0;
	}
}

@media screen and (max-width:800px){
	.sec02 .pointSet .point2 .tx {
		min-height: 6.5em;
	}
	.sec02 .pointSet .point2 .name {
		font-size: 18px;
	}
	.sec06 .portalSet .row {
		width: 100%;
	}
}

@media screen and (min-width:768px){
	.sp{ display: none;}
}

@media screen and (max-width:767px){
	.pc{ display: none;}
	
	.delay,
	.delay2,
	.delay3,
	.delay4,
	.delay5,
	.delay6,
	.delay7,
	.delay8,
	.delay9,
	.delay10,
	.delay11,
	.delay12{
		transition-delay: 0.3s;
	}
	
	/* ==========================================================================
	header
	========================================================================== */
	
	header {
		padding: 15px 20px;
	}
	header #site-id {
		margin: 0;
		width: 154px;
	}	
	header #site-id span {
		height: auto;
	}
	header #site-id img {
		width: 154px;
	}
	header .utility{
		width: 120px;
	}
	header .utility > li {
		margin-top: 2px;
		font-size: 1rem;
	}
	.only-pc {
		display: none;
	}
	img.only-sp {
		display: block;
	}
	
	.button a span {
    display: inline-block;
    padding: 0 30px 0 0;
    position: relative;
    font-size: 22px;
}
	
	/* ==========================================================================
	sec01
	========================================================================== */
	
	.sec01 {
		padding: 40px 0 30px;
	}
	.sec01 h2,
	.sec01 .tx2{
		padding: 0;
		font-size: 24px;
	}
	.sec01 .newsSet{
		margin: 40px 0 30px;
	}
	.sec01 .bnSet{
		margin: 30px 0;
	}
	.sec01 .bnSet a{
		width: 90%;
	}
	
	/* ==========================================================================
	sec02
	========================================================================== */

	.sec02 h2{
		width: 60%;
	}
	.sec02 img {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	
	
	/* ==========================================================================
	sec03
	========================================================================== */

	.sec03 {
			padding: 40px 0 38px;
	}
	.sec03 h2{
		font-size: 26px;
	}
	

	/* ==========================================================================
	sec05
	========================================================================== */
	.sec05 .chip,
	.sec05 .otherSet .chip {
		width: 100%;
		margin: 5px 0;
	}
	.sec05 .serviceSet > div > div {
		padding: 10px;
	}
	.sec05 .otherSet .chip .pict {
		width: 25%;
	}
	.sec05 .serviceSet {
		padding: 30px 10px 0;
	}
	.sec05 .serviceSet .e1 {
		order: 1;
	}
	.sec05 .serviceSet .e2 {
		order: 2;
	}
	.sec05 .serviceSet .e3 {
		order: 3;
	}
	.sec05 .serviceSet .e4 {
		order: 4;
	}
	.sec05 .serviceSet .e5 {
		order: 5;
	}
	.sec05 .serviceSet .e6 {
		order: 6;
	}
	.sec05 .serviceSet .e7 {
		order: 7;
	}
	.sec05 .serviceSet .b1 {
		order: 8;
	}
	.sec05 .serviceSet .b2 {
		order: 9;
	}
	.sec05 .serviceSet .b3 {
		order: 10;
	}
	.sec05 .serviceSet .b4 {
		order: 11;
	}
	.sec05 .other {
		order: 12;
	}
	
	
	
	/* ==========================================================================
	footer
	========================================================================== */

	footer {
		padding: 0 20px;
	}
	footer .contents01 {
		padding: 30px 0 50px;
	}
	footer .contents01 .logo img {
		width: 154px;
	}	
	footer .contents01 .logo p {
		display: none;
	}
	footer .contents01 .utility{
		width: 120px;
	}
	footer .contents01 .utility > li {
		margin-top: 2px;
		font-size: 1rem;
	}	
	footer .contents02 {
		margin: 0 -20px;
		padding: 15px 20px;
	}
	footer .contents02 .logo {
		float: none;
		margin: 0 0 15px;
		text-align: center;
	}
	footer .contents02 .logo img {
		width: 150px;
	}
	footer .contents02 ul {
		float: none;
		margin: 0 0 15px;
		text-align: center;
		letter-spacing: -.4em;
	}	
	footer .contents02 ul li {
		display: inline-block;
		float: none;
		margin: 0 10px;
		font-size: 10px;
		letter-spacing: normal;
	}	
	footer .contents02 .copyright {
		float: none;
		margin: 0;
		font-size: 10px;
		text-align: center;
	}
	
}

@media screen and (max-width:640px){
	.sec02 .pointSet .point2 {
		width: 100%;
		min-height: auto;
		margin: 3.5%;
	}
	.sec02 .pointSet .point2 .tx {
		min-height: auto;
	}
	.sec02 .pointSet .point2 .name {
		font-size: 17px;
	}
}

@media screen and (max-width:600px){
	.contactSet .tx br{
		display: inline;
	}
	.sec01 h2,
	.sec01 .tx2{
		font-size: 20px;
	}
	.sec02 h2{
		width: 70%;
	}
	.sec02 .pointSet .point {
		width: 100%;
	}	
	.sec02 .decision {
		padding: 1.25em;
	}
	.sec03 h2,
	.sec04 h2,
	.sec05 h2,
	.sec06 h2,
	.sec07 h2 {
		font-size: 24px;
	}
	.sec03 h2 br,
	.sec04 h2 br,
	.sec05 h2 br,
	.sec06 h2 br,
	.sec07 h2 br {
		display: inline;
	}
	.sec03 .planSet > div {
		width: 100%;
		margin: 3% 0;
	}

	.sec05 .label {
		position: relative;
		top: 0;
		right: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
		font-size: 13px;
	}
	.sec05 .label .entry,
	.sec05 .label .basic {
		width: 48%;
		margin: 0;
	}
}


@media screen and (max-width:480px){
	html, body {
		font-size:13px;
	}
	.sec01 h2,
	.sec01 .tx2{
		font-size: 18px;
	}
	.sec01 h2 br.sp{
		display: inline;
	}
	.sec02 h2{
		width: 80%;
	}
	.sec02 h3{
		margin: 0 auto 1em;
		padding: 0;
		font-size: 14px;
	}
	.sec02 h3 br{
		display: inline;
	}
	.sec02 .pointSet .point p{
		font-size: 20px;
	}
	.sec02 .pointSet .point2 .name {
		font-size: 16px;
	}
	.sec03 h2,
	.sec04 h2,
	.sec05 h2,
	.sec06 h2,
	.sec07 h2 {
		font-size: 20px;
	}
}

@media screen and (max-width:420px){
	.button a{
		max-width: 260px;
	}
	.button a span{
		font-size: 20px;
	}
	.contactSet .tx{
		font-size: 22px;
	}
}

/*@media screen and (max-width:400px){
	header .utility,
	footer .contents01 .utility{
		width: 240px;
		margin-top: 4%;
	}
	header .utility .contact,
	footer .contents01 .utility .contact{
		margin: 0 0 0 10px;
	}
	header .utility > li a,
	footer .contents01 .utility > li a{
		float: left;
		width: 110px;
		margin: 1% 0 0 10px;
	}
}*/


/* ==========================================================================
iphone se
========================================================================== */

@media screen and (max-width:330px){
	.conts {
		width: 90%;
	}
	.button a span {
		font-size: 20px;
	}
	.button a:hover span::after {
		right: 0;
	}
	.sec01 h2,
	.sec01 .tx2{
		font-size: 16px;
	}
	.sec02 h2 {
		font-size: 33px;
	}
	.sec03 .balloon {
		font-size: 20px;
	}
	.sec04 h2 {
		font-size: 30px;
	}
	.sec04 .txt p {
		font-size: 16px;
	}
}

















