@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ul,li{
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/* HTML5
-------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* all
-------------------------------------------------- */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-wrap: break-word;
  overflow: hidden;
  word-break: normal;
}

a {
  display: block;
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  text-decoration: none;
  color: #2B3F8D;
  font-family: 'TsukuARdGothic-Regular', sans-serif;
}
a:focus, a:active, a:hover {
  outline: 0;
}

* {
  box-sizing: border-box;
}

p{
  font-size: 14px;
  color: #434343;
  font-family: 'TsukuARdGothic-Regular', sans-serif;
}
h1, h2, h3, h4, h5, h6{
  color: #2B3F8D;
  font-weight: bold;
  font-family: 'TsukuARdGothic-Regular', sans-serif;
}

/* clear
-------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* header
-------------------------------------------------- */
header {
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.header_text{
    background: #2B3F8D;
    color: #ffffff;
    padding: 0.2rem 200%;
    margin: 0 -200%;
    text-align: center;
}
.header_area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 9px 30px 0 10px;
}
.header_logo img{
  height: 2rem;
}
.header_btn_area{
    display: flex;
    align-items: center;
    margin-left: 9px;
    margin-right: 26px;
}
.header_btn_area img{
    height: 1.8rem;
    margin: 0 2px;
}
.hamburgermenu img{
    height: 1.5rem;
    margin-left: 5px;
}


/* text
-------------------------------------------------- */
.text_bold{
    font-weight: 600;
}
.text_center{
    text-align: center;
}
.text_small{
    font-size: 0.5rem;
}
.text7{
    font-size: 0.7rem;
    line-height: 1.1rem;
}
.text8{
    font-size: 0.8rem;
}
.text9{
    font-size: 0.9rem;
    line-height: 1.3rem;
}
.text10{
    font-size: 1rem;
}
.text11{
    font-size: 1.1rem;
}
.text13{
    font-size: 1.3rem;
}
.textpink{
    color: #FF417C;
}
.annotation_01{
    text-align: right;
}
.annotation_02{
    text-align: left;
    margin-top: 20px;
}
.text_margin-bottom{
    margin-bottom: 20px;
}
.text_margin-bottom_2{
    margin-bottom: 10px;
}
.text_letter{
    letter-spacing: 1px;
}
.right{
    text-align: right;
}
.title_borderline{
    border-bottom: 2px solid #2b3f8d;
    padding: 0 200% 5px;
    margin: 0 -200% 30px;
}
.text-align-right{
    text-align: right;
}
.text_blue{
    color: #2B3F8D;
}


/* contents
-------------------------------------------------- */
#content{
    max-width: 900px;
    padding: 0 10px;
    margin: 0 auto;
}
.contents{
    margin: auto;
    padding: 50px 0;
}
.contents_mv{
    position: relative;
    padding: 0;
}
.contents_blue{
    background-image: url(../img/background.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat;
    margin:0 -200%;
    padding: 50px 200%;
}
.contents_inner{
    padding: 0 5px;
}
.contents img{
    width: 100%;
}
.main_visual{
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.contents_title{
    margin: auto;
    margin-bottom: 10px;
}
.contents_img{
    margin: auto;
    padding: 0;
    text-align: center;
}
.img_margin-bottom img{
    margin-bottom: 20px;
}
.img_margin-top img{
    margin-top: 20px;
}
.margin-top{
    margin-top: 20px;
}
.margin-top-2{
    margin-top: 50px;
}
.margin-top-3{
    margin-top: 70px;
}
.border-bottom{
    border-bottom: 1px dashed #2d4178;
    padding-bottom: 20px;
}
.logo_small{
    width: 60%;
    margin: auto;
}
.size35{
    width: 35%;
}
.padding-top{
    padding-top: 50px;
}

.contents_mypage{
    margin: 30px auto 20px;
}
.contents_mypage img{
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    margin-right: 6px;
}
.text_mypage{
    display: inline-block;
    vertical-align: middle;
}

.contents_toppage{
    display: flex;
    align-items: center;
    margin: 10px 0 30px;
    gap: 10px;
}
.contents_toppage img{
    width: 37%;
}

.contents_toppage_priceimage{
    display: flex;
    align-items: center;
    margin: 10px 0 30px;
    gap: 5px;
    align-items:flex-start
}
.contents_toppage_priceimage img{
    width: 100%;
    filter: drop-shadow(2px 2px 8px #00000017);
}

.contents_feature{
    display: flex;
    flex-wrap: wrap;
}
.list_feature{
    width: 50%;
    padding: 0 5px 30px;
}
.title_feature{
    font-size: 0.9rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.3rem;
    color: #2b3f8d;
    margin-bottom: 5px;
}
.about_feature{
    font-size: 0.7rem;
    line-height: 1rem;
}

.anshinsupport{
    background: #EDF4FA;
    padding: 20px 15px;
    border-radius: 5px;
}
.anshinsupport ol{
    padding: 10px 10px 10px 23px;
    font-size: 0.8rem;
    background: #ffffff;
    margin-bottom: 10px;
}
.anshinsupport ol li{
    list-style: auto;
}

.link_terms{
    text-align: center;
}
.link_terms li{
    font-size: 0.9rem;
    line-height: 1.9rem;
}

.contents_mail{
    background: #edf4fa;
    padding: 20px 15px;
    margin: 30px 0;
}
.contents_mail{
    font-size: 0.7rem;
}
.mailaddress{
    color: #2B3F8D;
    font-size: 1.2rem;
    font-weight: bold;
}
.mailaddress a{
    display: inline-block;
}

.whiteBlock{
    background: #ffffff;
    margin: 10px auto;
    padding: 20px;
    width: 70%;
}

.linearea{
    background: #ffffffc2;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0%;
    width: 100%;
    z-index: 10000;
}
.linearea p{
  display: inline-block;
  font-weight: bold;
}
.linearea a{
  display: inline-block;
}
.line_btn{
    background: #00B70E;
    padding: 5px 15px 8px;
    text-align: center;
    border-radius: 100px;
}
.line_btn p{
  color: #ffffff;
  font-size: 0.8rem;
}

.gmo_contents a{
  display: inline;
}
.newsarea p{
    color: #ffffff;
    background: #FFAF2E;
    padding: 5px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}
.newsarea ul{
    background: #FFF6E6;
    padding: 5px 15px;
}
.newsarea li{
    font-size: 0.8rem;
    margin: 10px 0;
}
.newsarea a{
    color: #434343;
}
.payment p{
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2b3f8d;
}
.payment img{
margin-bottom: 20px;
}

.contents_kinds{
  margin: 20px auto;
}
.contents_kinds img{
  margin: 5px auto;
  filter: drop-shadow(4px 4px 6px #ddd);
}
.contents_serverkinds h3{
  background-color: #2D4178;
  color: #ffffff;
  text-align: center;
  padding: 6px;
}
.gradation_blue{
  padding: 10px 0;
  text-align: center;
  background: linear-gradient(180deg, rgb(234 244 250), rgb(255 255 255));
}




/* ボタン */
.btn_area_mv{
    margin: 0 auto;
    position: absolute;
    top: 76%;
    width: 72%;
    display: flex;
}
.btn_area_mv a{
  margin-right: 5px;
}
.btn_area{
    text-align: center;
    margin: 20px auto 0;
}
.btn_area_special{
    background: #FFFDE5;
    padding: 20px 10px;
}
.btnarea_text{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.btnarea_text p{
    background: #ffffff;
    padding: 12px 10px;
    margin: 10px 0 0;
    font-size: 0.8rem;
}
.btn_cv{
    width: 100%;
}
.btn_area_login{
    text-align: center;
}
.btn_area_login img{
    width: 27%;
}
.btn_transition{
    border: 1px solid #2b3f8d;
    border-radius: 100px;
    text-align: center;
    padding: 11px;
    background: #ffffff;
    margin: 15px 0 0;
    box-shadow: 1px 2px 6px #2b3f8d42;
}
.btn_transition a{
  font-weight: bold;
  color: #2b3f8d;
}

/*ホバーリンク*/

a,a img{
    transition: 0.5s;
}
a:hover,a img:hover{
    opacity: 0.5;
}


/* table */
.serverkinds_about table {
    width: 94%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.4;
    margin: 10px auto;
    color: #263247;
}
.serverkinds_about table tr th {
    width: 30%;
    font-size: 13px;
    letter-spacing: -.05em;
    background-color: #2d4178;
    border: 1px solid #2d4178 !important;
    border-bottom-color: #e9f6ff !important;
    padding: 12px 2% 10px !important;
    color: #ffffff;
}
.serverkinds_about table tr td:first-of-type {
    text-align: left;
}
.serverkinds_about table tr td {
    width: 70%;
    padding: 12px 3% 10px!important;
}
.back_yellow{
    font-size: 0.9rem;
    font-weight: bold;
    background: #ffff4f;
    padding: 10px;
    margin: 10px 10px;
}




/* ハンバーガー
-------------------------------------------------- */
/* hamburgerここから */
	/* inputを非表示 */
.input-hidden{
	display: none;
}
	/* label */
.hamburger-demo-switch{
	cursor: pointer;
	position: absolute;
  right: 0;
  top: 2%;
	z-index: 9999;
	width: 4em; /* アイコン（クリック可能領域）の幅 */
	height: 4em; /* アイコン（クリック可能領域の）高さ */
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo1:checked ~ .hamburger-demo-switch{
	position: fixed;
}
/* ハンバーガーアイコン */
.hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after{
	width: 25px;
	height: 3px;
	background: #2B3F8D; /* ハンバーガーアイコンの色 */
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .3s;
	content: "";
}
.hamburger-switch-line1{
		transform: translate(-50%, -50%);
}
.hamburger-switch-line1:before{
	transform: translate(-50%, -300%);
}
.hamburger-switch-line1:after{
	transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
	width: 0;
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:before{
	transform: rotate(45deg) translate(-40%, 325%);
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:after{
	transform: rotate(-45deg) translate(-40%, -325%);
}
/* メニューエリア */
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: #fafafa; /* メニューエリアの背景色 */
	padding: 5em 3% 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
	top: 0;
	left: 100%;
	width: 70%;
}
/* メニューリスト */
.hamburger-demo-menulist{
	margin-right: 3%;
	padding-left: 5% !important; /* !important不要な場合もあり */
	list-style: none;
}
.hamburger-demo-menulist li a{
	text-decoration: none;
	color: #2B3F8D; /* メニューリストの文字色 */
	display: block;
	padding: .5em 0;
  font-weight: bold;
}
/* メニューエリア･アニメーション */
	/* 右から */
#hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
	left: 30%;
}
	/* コンテンツカバー */
#hamburger-demo1:checked ~ .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}

/* プルダウン（マスク）
-------------------------------------------------- */

/*全体*/
.hidden_box_02 {
    margin: 1em 0 0;
    padding: 0;
    text-align: center;
}

/*ボタン装飾*/
.hidden_box_02 label {
    font-weight: bold;
    cursor :pointer;
    color: #2b3f8d;
}
.hidden_box_02 label p{
    color: #2b3f8d;
    font-size: 1.1rem;
    text-align: center;
}
.hidden_box_02 label img{
    width: 100%;
}

/*ボタンホバー時*/
.hidden_box_02 label :hover {
    filter: opacity(70%);
}

/*チェックは見えなくする*/
.hidden_box_02 input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box_02 .hidden_show_02 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    text-align: left;
}

/*クリックで中身表示*/
.hidden_box_02 input:checked ~ .hidden_show_02 {
    padding: 15px 0;
    height: auto;
    opacity: 1;
    text-align: left;
}




/* footer
-------------------------------------------------- */
.company_footer{
    padding: 50px 0 10px;
    text-align: center;
}
.company_footer p{
    font-size: 0.7rem;
}
.company_footer a p{
    font-size: 0.9rem;
    font-weight: bold;
    color: #2b3f8d;
}
.footerlink{
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 2rem;
}


/* PC用
-------------------------------------------------- */
@media screen and (min-width:746px) {

.sp{
    display: none;
}
header{
    position: relative;
}
.contents{
    padding: 70px 0;
}
.contents_mv{
    padding: 0;
}
.contents_blue{
    padding: 70px 200%;
}
.main_visual{
    max-width: 900px;
    margin: auto;
}
.header_logo img{
    height: 3rem;
}
.header_btn_area img{
    height: 3rem;
}
.btn_area{
    width: 100%;
    top: 70%;
    left: 2%;
}
.btn_area_mv{
    top: 69%;
    left: 0%;
    width: 46%;
}
.btn_area_login img{
    width: 17%;
}
.contents_toppage img{
    width: 30%;
}
.contents_toppage_priceimage{
    gap: 4%;
}
.text_toppage h3{
    text-align: left;
    margin-bottom: 20px;
}
.btn_transition{
    margin: 40px auto 0;
    font-size: 20px;
    max-width: 530px;
}
.contents_mypage img{
    width: 20%;
}
.comic_area{
    text-align: center;
    margin-bottom: 60px;
}
.comic_area img,.btn_area img{
    width: 70%;
}
.company_footer{
    padding: 70px 200% 10px;
}
.footerlink{
    display: flex;
    justify-content: center;
}
.footerlink a{
    margin: 0 20px;
}

.text_bold{
    font-weight: 600;
}
.text_center{
    text-align: center;
}
.text_small{
    font-size: 0.5rem;
}
.text7{
    font-size: 17px;
    line-height: 1.7rem;
}
.text8{
    font-size: 20px;
    line-height: 1.6rem !important;
}
.text8_pc{
    font-size: 16px;
}
.text9{
    font-size: 1.6rem;
    line-height: 2rem;
}
.text10{
    font-size: 25px;
}
.text11{
    font-size: 1.8rem;
}
.text13{
    font-size: 33px;
}
.width_adjust{
    padding: 0 60px;
}
.text_margin-bottom{
    margin-bottom: 50px;
}
.hamburger-demo-switch{
    right: 2%;
    top: 25%;
}
.header_btn_area{
    margin-right: 60px;
}
#hamburger-demo1:checked ~ .hamburger-demo-switch{
    position: absolute;
}
#hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
    left: 65%;
}

.list_feature{
    width: 33%;
    padding: 0 5px 30px;
}
.title_feature{
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.5rem;
    color: #2b3f8d;
    margin-bottom: 10px;
}
.about_feature{
    font-size: 0.8rem;
    line-height: 1.2rem;
}
.contents_price{

}
.contents_price h3,
.option_about h3{
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.option_support{
    display: flex;
}
.option_support img{
    width: 50%;
    padding: 10px;
}
.anshinsupport h3{
    font-size: 1rem;
}
.price_about{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 60px;
}
.contents_step{
    text-align: center;
}
.contents_step img{
    width: 80%;
}
.contents_mail {
    text-align: center;
}

.hidden_box_02 label img{
    width: 70%;
}
.gmo_contents img{
    width: 60%;
    display: block;
    margin: 0 auto;
}
.btn_area_special{
    padding: 20px 10px;
}
.btnarea_text{
    width: 70%;
    margin: auto;
}
.btnarea_text p{
    width: 40%;
}
.payment{
    display: flex;
}
.newsarea{
    max-width: 770px;
    margin: 0 auto;
}
.contents_kinds{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.contents_kinds a{
  width: 48%;
}
.contents_kinds img{
  margin: 10px auto;
}
.size50{
  width: 50% !important;
}
.size70{
  width: 70% !important;
}
.gradation_blue img{
  width: 50%;
}
.subimg{
  width: 50% !important;
  margin: 40px auto 0;
}
.border-bottom{
    padding-bottom: 20px;
}
}


/* SP用
-------------------------------------------------- */
@media screen and (max-width:745px) {

  .pc{
      display: none;
  }

  .price_about{
      margin-bottom: 50px;
  }

}
