@charset "UTF-8";

@import url(base.css);

img {
	display: inline-block;
	max-width:100%;
	max-height: 100%;
    vertical-align:top;}

html {
    scroll-padding-top: 80px; /* 固定ヘッダの高さ分 */}

.sp,.pc845 {
	display: none !important;}

p {
    font-size: 100%;
    line-height: 1.4em;
    padding: 0;}

/*-------------------------------------------------
	++ container
-------------------------------------------------*/
#container {
	margin:0 auto;
	text-align: center;
	position:relative;
    width: 100%;
	min-width:1200px;}

.cInner {
	display:block;
	clear:both;
	width:1000px;
    padding: 40px 0;
	margin:0 auto;
	text-align: left;
    margin-inline: auto;}
.cInner2 {
	display:block;
	clear:both;
	width:800px;
    padding: 40px 0;
	margin:0 auto;
	text-align: left;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
    background-color: #FFFFFF;}
#header .Inner {
    width: 1200px;
	height:80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
#header .logo {
    margin: 0;
    width: 300px;}
#header .logo img {
    width: 100%;}

a.company:link,a.company:visited {color:#5A5C57;text-decoration:none;}
a.company:hover,a.company:active {color:#5A5C57;text-decoration:none;}

#menu {
	position:relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;}
#menu nav ul {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;}
#menu nav li {
	font-size: 100%;
    line-height: 2.3em;
	text-align: center;
	margin: 0;
    padding-right: 2em;
    color: #000000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #005bff;
    width: 100%;
    padding: 0px;}
#menu nav li.entry {
    background-color: #ff9000;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.contact {
    background-color: #ff0000;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    margin-right: 1em;
    color: #FFFFFF;}
#menu nav li.contact a,
#menu nav li.entry a {
    display: block;
    color: #FFFFFF;
    padding: 0px 20px;
    font-weight: bold;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
    background-color: #2196f3;}
#title .dairiten {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998;}
.titleInner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1200px;
    margin: 2% auto;}
.mainImg {
    order: 2;
    width: 550px;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 650px;
    margin: 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 680px;
    margin: -100px 0 0 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;}
.mainTxt2 img {width: 180px;}
.catch {
    font-size: 55px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2em;
    margin: 3% 0 0 0;}
.catch span {font-size: 25px;display: block;}
.catchS {
    color: #ffec00;
    font-size: 25px;
    font-weight: bold;}

.campaignBtn {
    float: left;
    margin: 0 0 0 0;
    padding: 15px 20px;
    background-color: #ff9601;
    border-radius: 50px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;}
.campaignBtn a:link,.campaignBtn a:visited {color:#ffffff;text-decoration:none;}
.campaignBtn a:hover,.campaignBtn a:active {color:#ffffff;text-decoration:none;}


/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 780px;
    margin: 40px auto 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.btnContact {width: 300px;}
.btnEntry {width: 450px;}
.btnContact a,
.btnEntry a {
    display: block;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnContact a {background-color: #ff0000;}
.btnEntry a {background-color: #ff9000;}
.btnContact a:link,.btnContact a:visited,.btnContact a:hover,.btnContact a:active,
.btnEntry a:link,.btnEntry a:visited,.btnEntry a:hover,.btnEntry a:active {text-decoration:none;}

.btnOrange {
    margin: 3% auto;
    text-align: center;}
.btnOrange a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 500px;
    padding: 15px 0px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #ff9600;}
.btnOrange a:hover {
    text-decoration: none;}
.btnOrange a:link,.btnOrange a:visited {color:#FFF;text-decoration:none;}
.btnOrange a:hover,.btnOrange a:active {color:#FFF;text-decoration:none;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.bgGray {background-color: #f6f6f6;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #2196f3;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5em;
margin: 0 auto 0.5em auto;}

h3.orange {
font-size: 150%;
line-height: 1.5;
color:#ff9600;
text-align:center;
line-height:2.3em;
background-position:left bottom;
background-repeat: repeat-x;
margin-top:20px;
margin-bottom:20px;
}
h4 {
    color: #fff;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.5em;
    padding: 8px 0;
    margin: 0 auto 0.5em auto;
background-color: #2196f3;}

h5 {
    font-size: 135%;
    color: #ff9600;
    text-align: center;
    line-height: 1.5em;
    border-bottom: 1px #ff9600 solid;
    margin-top: 20px;
    margin-bottom: 15px;}
h6 {
    font-size: 120%;
    color: #355088;
    line-height: 2.5;
    font-weight: bold;
    text-align: left;}

.banner {margin-bottom: 20px;}

.serviceBox {
    display: flex;
    justify-content: space-between;
    margin: 0px;}
.serviceItem {
    display: flex;
    flex-direction: column;
    width: 32%;
    border: 2px #2196f3 solid;
    background-color: #fff;
    border-radius: 10px;}
.serviceItem div {padding: 4%;}
.serviceItem h4 {
    padding: 10px 0;
    margin: 0;
    font-size: 120%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #2196f3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.serviceItem .lnkbtn {
    display: block;
    width: 80%;
    margin: auto auto 20px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    background-color: #ff9600;}

.priceBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;}
.priceItem {
    width: 48%;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0;}
.priceItem h5 {
    color: #fff;
    background-color: #355088;
    text-align: center;
    font-size: 130%;
    padding: 8px 0;
    margin: 0;
    font-weight: bold;
    border-bottom: none;}
.priceItem h5 span {
    display: inline-block;
    background-color: #ff9600;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.4em;
    border-radius: 20px;
    padding: 2px 15px;
    margin-right: 0.5em;
    font-size: 90%;
    border-bottom: none;}
.priceItem .Inner {padding:3%;}
.priceTxt {
    text-align: center;
    font-size: 110%;
    font-weight: normal;}
.priceTxt span {
    color: #355088;
    font-weight: bold;
    display: block;}
.priceTxtRed {
    text-align: center;
    color: #f03748;
    font-size: 200%;
    font-weight: bold;
    line-height: 1em;
    margin: 3% 0;}
.priceTxtRed span {
    display: block;
    color: #000000;
    font-weight: normal;
    font-size: 60%;}
.detail_txt {
    font-size: 100%;
    text-align: left;
    line-height: 1.3em;
    font-weight: normal;
    padding: 0px;}

.securityBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 4%;}
.securityItem {
    width: 24%;
    height: 100px;
    margin: 0 0.5% 1% 0.5%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2196f3;}
.securityItem.red {background-color: #ff0000;}
.securityItemL {
    width: 48%;
    background-color:transparent;}
.securityItem p {
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    line-height: 1.3em;
    text-align: center;}
.securityItem p span {
    display: block;
    font-size: 80%;
    font-weight: normal;}


.securityItem2 {
    width: 100%;
    margin: 0 0 2% 0;
    display: flex;
    justify-content: space-between;}
.securityImg {width: 360px;}
.securityTxt {width: 620px;}

/* youtube/pdf */
.youtubeBox {
	width:800px;
	text-align:left;
	margin:0px auto 30px auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:5px 0px;}
.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;}

.BtnPDF {
    margin: 20px auto;
    text-align: center;}

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: normal;
    font-size: 100%;
	line-height: 1.4em;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}
.listDisc li span {color: #005bff;}

.privacy {
    color: #000000;
    font-size: 90%;
    text-align: center;
    margin: 10px auto 0 auto;}
.privacy a:link,.privacy a:visited {color: #000000;text-decoration:underline;}
.privacy a:hover,.privacy a:active {color: #000000;text-decoration:none;}

.W440 {
	width:460px;
	float:left;
	margin:10px 0px 10px 30px;
	display: inline-block;}
.W440_ph {
	text-align:center;
	margin:15px auto;}

.W400 {
	width:410px;
	float:left;
	margin:10px 30px;
	display: inline-block;
	position:relative;}
.arrow_change {
	position:absolute;
	top:30px;
left:-45px;}

.txt_blue {
font-size: 115%;
color:#355088;
line-height: 1.5;
font-weight:bold;
	text-align:center;
	margin:20px 0;
}
.W100 {
	width:90px;
	float:left;
	margin:0px 0px 10px 10px;
	display: inline-block;}
.W100_ph {
	text-align:center;
	margin:5px auto;}

/*-------------------------------------------------
	++ SLIDER
-------------------------------------------------*/
#functionSlider {
    width: 100%;
    margin: 2% auto;}
.slider{
  	display: none;}
.slider.slick-initialized {
  	display: block;}
.slider li {
	position: relative;}
.slider li span {
    margin-top: 5px;}
.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 5px;}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
	left:50%;
    display: block;
    width: 34px;
    height: 58px;
	margin-top:-29px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 9;}
.slick-prev {
    background: url(../img/icon_arrowGL.svg) center center no-repeat;
    background-size: 65%;
	margin-left:-505px;}
.slick-next {
    background: url(../img/icon_arrowGR.svg) center center no-repeat;
    background-size: 65%;
	margin-left:473px;}

.slick-dots {
    display: block;
    width: 100%;
    padding: 5px 0 8px 0;
    margin: 0;
    list-style: none;
    text-align: center;}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	background-color: #999999;
    border-radius: 10px;
    opacity:0.8;}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	background-color: #e0e0e0;
    border-radius: 10px;}
.slick-dots li.slick-active {
	background-color:#999999;}
.slick-dots li.slick-active button {
	background-color:#999999;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #2196f3;
    color: #FFF;
    padding: 40px 0;}
#footer .copy {
    margin: 0px;}
#footer .copy a {
    color: #FFF;}

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#pageTop img {
	display:block;}
