@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:1100px;
    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%;}

#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-left: 1em;
    padding: 0;
    color: #000000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #000000;
    width: 100%;
    padding: 0px;}
#menu nav li.Addon {
    background-color: #00923a;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.Inquiry {
    background-color: #ff9000;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.Addon a,
#menu nav li.Inquiry a {
    display: block;
    color: #FFFFFF;
    padding: 0px 20px;
    font-weight: bold;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
    height: 480px;
    margin-bottom: 50px;
    background-color: #03a9f5;}
#title .dairiten {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998;}
.titleInner {
    width: 1200px;
    height: 480px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;}

.slider2 {
  	display: none;}
.slider2.slick-initialized {
  	display: block;}
.slider2 li {
	position: relative;}
.slider2 li span {
    margin-top: 5px;}
.slider2 img {
    width: 1100px;
    object-fit: cover;
    margin: 0px auto;}
.slider2 .slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;}

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

.slider2 .slick-dots {
    display: block;
    width: 100%;
    padding: 5px 0 8px 0;
    margin: 0;
    list-style: none;
    text-align: center;}
.slider2 .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;}
.slider2 .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: #999999;
    border-radius: 10px;}
.slider2 .slick-dots li.slick-active {
	background-color:#005cff;}
.slider2 .slick-dots li.slick-active button {
	background-color:#005cff;}

.catch {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3em;
    margin: 5% 0 0 0;}

.mainBox {
    margin: 20px 0 0 0px;
    text-align: left;
    width: 350px;
    display: flex;
    flex-direction: column;}
.mainbtnAddon,
.mainbtnInquiry,
.mainbtnZenrin {
    width: 350px;
    margin-top: 10px;}
.mainbtnAddon a {
    display: block;
    background-color: #00923a;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 3em;}
.mainbtnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 3em;}
.mainbtnZenrin a {
    display: block;
    background-color: #365097;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 3em;}
.mainbtnAddon a:link,.mainbtnAddon a:visited,.mainbtnAddon a:hover,.mainbtnAddon a:active,
.mainbtnInquiry a:link,.mainbtnInquiry a:visited,.mainbtnInquiry a:hover,.mainbtnInquiry a:active,
.mainbtnZenrin a:link,.mainbtnZenrin a:visited,.mainbtnZenrin a:hover,.mainbtnZenrin a:active {text-decoration:none;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 930px;
    margin: 30px auto 5px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.btnAddon,
.btnInquiry,
.btnZenrin {
    width: 300px;}
.btnAddon a {
    display: block;
    background-color: #00923a;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnZenrin a {
    display: block;
    background-color: #365097;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnAddon a:link,.btnAddon a:visited,.btnAddon a:hover,.btnAddon a:active,
.btnInquiry a:link,.btnInquiry a:visited,.btnInquiry a:hover,.btnInquiry a:active,
.btnZenrin a:link,.btnZenrin a:visited,.btnZenrin a:hover,.btnZenrin a:active {text-decoration:none;}

.privacy {
    color: #000000;
    font-size: 100%;
    text-align: center;
    margin: 5px 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;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.cInner > .bgPurple {
    border-image: linear-gradient(#e7ddf5,#e7ddf5) fill 0//0 100vw 0 100vw;
    margin: 0;
    padding: 2vw 0;}
.bgBlue {
    background-color: #f3f4f8;
    margin: 0;
    padding: 0;}
.bgIntroduction {
    background: url(../img/bg.jpg) no-repeat 0 0 / cover;
    width: 100vw;
    margin: 0;
    padding: 2vw 0;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #365097;
    text-align: center;
    font-size: 170%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 auto 0.8em auto;}

/*-- feeTbl --*/
.feeTbl table {
	width:100%;
	margin:0px auto 10px auto;
    border:1px solid #cccccc;}
.feeTbl table tr th,
.feeTbl table tr td {
    width: 33%;
	border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
	padding:13px 10px;
	position:relative;
    font-weight: bold;
    font-size: 120%;
    text-align: center;}
.feeTbl table tr th {
    color: #FFFFFF;
    background-color: #005cff;}

/*-- feeTbl --*/
.youtubeBox {
    text-align: center;
    margin: 0px auto;}

/*-- addonBox --*/
.addonBox {
    display: flex;
    justify-content: space-around;}
.addonItem {
    width: 290px;
    color: #5B5B5B;}
.addonItem h4 {
    font-size: 120%;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0.4em auto 0.1em auto;}
.addonItem p {
    font-size: 100%;
    line-height: 1em;
    text-align: center;}

.TxtC {
    text-align: center;
    margin-bottom: 1.5em;}

.listDisc {margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: normal;
	line-height: 1.3em;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}

/*-------------------------------------------------
	++ tab&SLIDER
-------------------------------------------------*/
#functionSlider {
    width: 100%;
    margin: 0 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: #999999;
    border-radius: 10px;}
.slick-dots li.slick-active {
	background-color:#005cff;}
.slick-dots li.slick-active button {
	background-color:#005cff;}

.inlineBox,
.inlineBox2 {
	width: 100%;
    padding: 2% 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
	margin: 0 auto;}
.inlineBox li {
    width: 320px;
	margin: 0 20px 20px 0;
    padding: 0;
    display: inline-block;}
.inlineBox li:nth-of-type(3n) {
	margin: 0 0 20px 0;}
.inlineBox2 li {
    width: 500px;
	margin: 0 auto 20px auto;
    padding: 0;
    display: inline-block;}
.inlineBox li span,
.inlineBox2 li span {
    text-align: left;
    font-size: 90%;}
.inlineBox li img,
.inlineBox2 li img {
    width: 100%;}

.tabs {
    margin-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin: 0 auto;}
.tab_item {
    width: calc(98%/2);
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 110%;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    margin-right: 1%;
    text-align: center;
    font-weight: normal;
    transition: all 0.2s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;}
.tab_item:hover {
    opacity: 0.9;}
input[name="tab_item"] {
    display: none;}
.tab_content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
    border-top: 3px #005cff solid;}
#list:checked ~ #list_content,
#slide:checked ~ #slide_content {
    display: block;}
.tabs input:checked + .tab_item {
    color: #fff;
    background-color: #005cff;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #365097;
    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;}

