@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.primary {
    font-family: 'Noto Sans JP', sans-serif;
}
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#container {
    width: 100%;
    margin: 0 auto;
}
.column2R #main {
    float: none;
    width: auto;
}
.boxShadow {
    box-shadow: 0 0 8px 0px #000;
}
.dropShadow {
    filter: drop-shadow(0 0 4px #161616);
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.lsPlus {
    letter-spacing: 1px;
}
.lsMinus {
    letter-spacing: -1px;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.pt20_0 {
    padding-top: 20px;
}
.mt40_0 {
    margin-top: 40px;
}
.mb100_60 {
    margin-bottom: 100px;
}
.pcOnly {
    display: block;
}
.pcOnlyIn {
    display: inline-block;
}
.spOnly {
    display: none;
}
.pc_br {
    display: block;
}
.sp_br {
    display: none;
}

@media screen and (max-width:479px) {
.lsPlus {
    letter-spacing: 0;
}
.lsMinus {
    letter-spacing: 0;
}
.pt20_0 {
    padding-top: 0;
}
.mt40_0 {
    margin-top: 0;
}
.mb100_60 {
    margin-bottom: 60px;
}
.mb30sp {
	margin-bottom: 30px !important;
}
.pcOnly {
    display: none !important;
}
.pcOnlyIn {
    display: none !important;
}
.spOnly {
    display: block !important;
}
.pc_br {
    display: none;
}
.sp_br {
    display: block;
}
.txtLeft {
    text-align: left;
}
.primary {
    width: 98% !important;
	margin: 0 auto !important;
}
}

/*-------------------------------------
　基本セクション
---------------------------------------*/
section {
    margin: 40px auto 40px;
}
section img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:479px) {
section {
    margin: 0 auto 10px;
}
}
/*-------------------------------------
　メインタイトル
---------------------------------------*/
section.titleSection .titleBox1col {
    position: relative;
}
section.titleSection h2 img {
    position: absolute;
	bottom: 30px;
	left: 18%;
	transform : translateX(-50%);
	filter: drop-shadow(0px 3px rgba(255, 255, 255, 0.8));
}
section.titleSection h2 img:hover {
	bottom: 28px;
	filter: drop-shadow(0px 3px rgba(255, 255, 255, 0));
}

section.titleSection .titleBox1col .app a{
    position: absolute;
    bottom: 80px;
    left: 45px;
    width: 423px;
    height: 131px;
    background: url("/5info/img/initial_setting_service_convinced/btn_application.png?$staticlink$") no-repeat;
    display: block;
    text-indent: -9999px;
}

section.titleSection .titleBox1col .app a:hover {
     width: 423px;
    height: 131px;
    background: url("/5info/img/initial_setting_service_convinced/btn_application_over.png?$staticlink$") no-repeat;
    display: block;
    text-indent: -9999px;
    opacity: 1;
}

@media screen and (max-width:479px) {
section.titleSection {
    margin-bottom: 30px;
}
section.titleSection h2 img {
    position: absolute;
	bottom: 5px;
	left: 50%;
	transform : translateX(-50%);
	filter: drop-shadow(0px 2px rgba(255, 255, 255, 0.8));
	width: 40%;
}
section.titleSection h2 img:hover {
	bottom: 14px;
}
section.titleSection .titleBox1col .app{
}
section.titleSection .titleBox1col .app a{
 position: static;
    background-size: 80%;
}
}
/*-------------------------------------
　コンテンツ
---------------------------------------*/
.section-inner {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
        margin-top: -50px;
}
.section-inner h2 {
    font-weight: 400;
    letter-spacing: .03em;
    font-size: 35px;
}

#about .service-price .price {
    color: #e00;
    font-weight: 400;
    letter-spacing: .1em;
    font-size: 26px;
    padding-left: .5em;
}
#about dl.about-detail {
    margin-top: 40px;
    font-size: 20px;
    list-style: none;
}
#about .service-price .tax {
    font-size: 15px;
    color: #e00;
    padding-left: .2em;
}
#about .service-price .tax2 {
    font-size: 15px;
    color: #605b5a important;
}

.section-inner h2::before {
    content: '-';
    padding-right: .5em;
}
.section-inner h2::after {
    content: '-';
    padding-left: .5em;
}



a.link-button:hover {
    opacity: .6;
}

.box1col {
    margin-bottom: 90px;
}
.box1col h4 {
    color: #fff;
    background-color: #00a5ee;
    font-size: 20px;
    padding: 2px 0 6px;
    font-weight: normal;
    height: 30px;
    margin-bottom: 20px;
}
.box1col h4 span {
    background-color: #084d9b;
    text-align: center;
    padding: 2px 60px 6px;
    margin-right: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    height: 30px;
}
.box1col p {
    font-size: 18px;
    margin-bottom: 30px;
}
.box1col p.caution {
    font-size: 20px !important;
    margin-bottom: 10px;
}
.box1col ul li {
    list-style-type: disc;
    font-size: 16px;
    margin-left: 2em;
}
.box1col div.cent {
    width: 100%;
text-align: center;
}


.boxTitle {
    margin-bottom: 1px;
	text-align: center;
}
.boxTitle2 {
    margin-bottom: 120px;
}
.boxTitle h2 {
    font-size: 36px;
	text-align: center;
    color: #0062b0;
    letter-spacing: 0.4rem;
	padding: 0.2em 40px;
	border-top: solid 3px #0062b0;
	border-bottom: solid 3px #0062b0;
	display: inline-block;
	margin-bottom: 40px;
}
.boxTitle h2.iconPoint {
	position: relative;
}
.boxTitle h2.iconPoint::before {
	position: absolute;
	top: -70px;
    left: -145px;
    width: 160px;
    height: 120px;
	content: '';
  display: inline-block;
  background-image: url(/5info/img/quickstart_service/icon_point.png?$staticlink$);
  background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(-16deg);
	box-shadow: 2px #fff;
}
.boxTitle2 h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.boxTitle h3 {
    font-size: 24px;
	margin-bottom: 20px;
}
.boxTitle2 h3 {
    font-size: 18px;
	margin-bottom: 20px;
	background-color: #eee;
	padding: 0.2em 10px 0.4em;
	font-weight: normal;
	position: relative;
}
.boxTitle2 h3::after, .boxTitle2 h3.gameBlack::after {
    content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 34%;
  height: 2px;
  background-color: #00a5ee;
}
.boxTitle2 h3.gameBlack::after {
  background-color: #1b1b1b;
	width: 20%;
}
.boxTitle p {
    font-size: 18px;
	margin-bottom: 10px;
}
.priceBox {
    margin-bottom: 60px;
    border: 2px solid #00a5ee;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.priceBox h4 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 30px;
	background-color: #00a5ee;
	padding: 4px 0 10px;
}
.priceBox.gameBlack {
	border: 2px solid #1b1b1b;
}
.priceBox.gameBlack h4 {
	background-color: #1b1b1b;
}
.priceBox p {
	font-size: 18px;
	margin-bottom: 10px;
}
.priceBox p.priceTxt {
	font-size: 52px;
	color: #f00;
	font-weight: bold;
}
.priceBox p.priceTxt span {
	font-size: 24px;
}
.priceBox p:last-child{
	font-size: 14px;
	margin-bottom: 30px;
}
.priceBtn {
	width: 26%;
	margin-right: 4%;
}
.priceBtn a {
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	display: block;
	background-color: #00a5ee;
	padding: 6px 0;
}
.priceBtn.gameBlack a {
	background-color: #1b1b1b;
}
.priceBtn a:hover {
	opacity: 0.6;
}
.priceBtn a:first-child {
	margin-bottom: 20px;
}
.priceBtn h5 {
	font-size: 18px;
	margin: 0 10px;
}
.priceBtn p {
	font-size: 20px;
	margin: 0 10px;
}
.flex2col, .flexCourse {
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 60px;
}
.flexLeft, .flexRight {
	width: 46%;
}
.flexCourse {
	align-items: center;
}
@media screen and (max-width:479px) {
.section-inner {
    margin: 40px 0 40px;
}

.box1col {
    margin-bottom: 30px;
}
.box1col h4 {
    font-size: 4vw;
    height: auto;
}

.boxTitle {
}
.boxTitle2 {
    margin-bottom: 20px;
}
.boxTitle h2, .boxTitle2 h2 {
    font-size: 5vw;
	margin-bottom: 30px;
}
.boxTitle h2 {
    padding: 0.2em 1em;
}
	.boxTitle h2.iconPoint::before {
		display: none;
	}
	p.iconPointImg {
		text-align: left;
		margin-bottom: 0;
	}
	p.iconPointImg img {
		width: 30%;
		transform: rotate(-16deg);
	}
.boxTitle2 h2 {
	margin-bottom: 10px;
}
.boxTitle h3 {
	font-size: 5vw;
	margin-bottom: 10px;
}
.boxTitle2 h3 {
    font-size: 4.6vw;
}
.boxTitle2 h3::after, .boxTitle2 h3.gameBlack::after {
  width: 100%;
}
.boxTitle p {
    font-size: 3.6vw;
}
.priceBox {
    margin-bottom: 30px;
	width: 100%;
}
.priceBox h4 {
	font-size: 6vw;
	margin-bottom: 20px;
}
.priceBox p {
	font-size: 3.6vw;
	margin-bottom: 0;
}
.priceBox p.priceTxt {
	font-size: 12vw;
}
.priceBox p.priceTxt span {
	font-size: 6vw;
}
.priceBox p:last-child{
	font-size: 2.6vw;
	margin-bottom: 20px;
}
.priceBtn {
    width: 60%;
    margin-right: 0;
}
.priceBtn h5, .priceBtn p {
    font-size: 4.4vw;
}
.flex2col, .flexCourse {
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
}
.flexLeft {
	width: 100%;
}
.flexRight {
	width: 80%;
	margin: 0 auto;
}
.flexCourse {
	margin-bottom: 60px;
}
}
/*---------------------------
　共通パーツ
---------------------------*/
.recommendBox {
	margin: 0 auto;
	width: 730px;
}
.recommendBox .cont-inner {
    width: 100%;
    margin: 15px auto 28px;
    font-size: 16px;
}
.recommendBox .point-list {
	margin-bottom: 60px;
}
.recommendBox .point-list li {
    width: 355px;
}
.recommendBox .point-list li.odd {
    margin-right: 15px;
}
.recommendBox .fs-s {
	font-size: 16px;
	margin-bottom: 28px;
}
@media screen and (max-width:479px) {

#about dl.about-detail {
    margin-top: 10px;
    font-size: 14px;
}  
.box1col p{
    font-size: 14px;
}  
.box1col span{
    font-size: 14px;
}

.recommendBox {
	width: 96%;
}
.recommendBox .point-list {
	margin-bottom: 30px;
}
.recommendBox .point-list li {
	display: block;
    width: 360px;
	margin-left: auto;
	margin-right: auto;
}
.recommendBox .point-list li.odd {
    margin-right: auto;
}
}
/*---------------------------
　ページTOPへ
---------------------------*/
#pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 55px;
}
#pagetop a {
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.pagetop {
    display: none;
}
/*---------------------------
　clearfix 
---------------------------*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*---------------------------
　サイドバナー 
---------------------------*/

.sidebannerLeft, .sidebannerRight {
    display: none;
}
/*---------------------------
　コピーライト 
---------------------------*/

#copyright {
    font-size: 10px;
    padding: 20px 110px 0 0;
    word-break: break-all;
}

/*.scroll {
	width: 610px;
}*/




/*---------------------------
　以下スマホ対応 
---------------------------*/
/* ウィンドウ幅が481〜768pxの場合に適用するCSS */				
@media screen and (max-width:769px) {
#menuBottomBox {
    left: 103%;
}
.pc {
    display: none;
}
}

/* ウィンドウ幅が770px〜の場合に適用するCSS */				
@media screen and (min-width:770px) {
.sp {
    display: none;
}
.w70 {
    width: 70%;
}
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
/*--------------------------
 レスポンシブ対応ヘッダ
----------------------------*/
body {
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
}
#Globalnavi, #Header #head_navi_menu, #Header #head_navi_menu_g, #Header .keyword, #Header #headsearchBox, #Header .wishBtn, #Header .btn, .leadSection .recomWin_black, .leadSectionInner {
    display: none;
}
#Header, #Header .inner, #Header h1 {
    width: 100%;
    height: auto;
}
#Header {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #fff;
}
#Header .logo {
    width: 90%;
    position: relative;
    top: 0px;
    padding: 0px 0px 12px 3px;
}
#Header h1 {
    display: none;
}
/*--------------------------
	 レスポンシブ対応フッタ
----------------------------*/
#pagetop {
    bottom: 10px;
    right: 10px;
}
.footerTagline {
    margin-bottom: 4px;
    padding: 0% 2%;
    text-align: left;
    font-size: 90%;
    line-height: 140%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.footerTagline, #footer, #footerNav2, #footerLinks #footerLinks_Nav, #footerLinks #footerLinks_NavParts, #footerCopy, #footerCopy p.copyright {
    width: 100%;
    min-width: 100%;
    font-size: 12px;
}
#footer {
    padding: 9px 0px 7px 0px;
}
#footerLinks {
    display: none;
}
#footerLinks ul {
    float: none;
}
#footerCopy p.copyright a {
    display: block;
    margin-bottom: 7px;
}
#footerLinks ul {
    margin: 12px 0px 0px 5px;
}
#footerLinks ul li {
    display: inline-table;
    width: 45%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#footerLinks ul li.catName, #footerLinks ul li.noLink {
    width: 90%;
}
#footerNav2 ul {
    margin: 0% 4%;
}
body #footerNav2 li {
    display: inline-table;
    width: 49%;
    margin: 0px 0px 9px 0px;
    padding: 0px;
    border-left: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#footerNav2 li:first-of-type {
    margin-bottom: 9px !important;
}
#splink_footer {
    display: none !important;
}
#footerCopy p.copyright {
    text-align: center;
    font-size: 80%;
}
body #footerCopy {
    min-width: 100%;
}
}

.fv_pic {
  margin: auto;
  width: 60%;
}
.p_about {
 margin: 20px 0 0 0;
}

.setting_example {
 font-weight: normal;
 font-size: 35px;
 color: #0062b0;
}
.info_pic_ul {
 display: flex;
 flex-wrap: wrap;
}
.info_pic_li {
  width: 48%;
 margin: 0 5px 20px;
}
p.caption_windows {
    text-align: center;
	font-size: 14px;
	margin-top: -8px;
}

@media screen and (max-width:479px) {
.section-inner h2 {
    font-size: 30px;
}

 .caption_windows,.setting_example {
  font-size: 15px;
 }
 .info_pic_li {
 width: 100%;
}
}