@charset "utf-8";
/* CSS Document */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  line-height: 1.6;
  font-family: "AxisStd-Regular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
 @keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
#top-head {
  height: 85px;
}
.breadcrumb {
  padding-left: 0px;
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 12px;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding: 0 5px;
  color: #b5b5b6;
}
.breadcrumb li:last-child:after {
  content: '';
  padding: 0px;
}
.breadcrumb li:last-child {
  font-weight: 600;
}
.breadcrumb li a {
  color: #000;
}
.breadcrumb li i.fa-home {
  padding-right: 5px !important;
}
 @media screen and (max-width:750px) {
#top-head {
  height: 60px;
}
.breadcrumb {
  background-color: #f9f9f9;
  padding: 10px 5px 10px 10px;
}
}
/*--------------------------------------
共通
--------------------------------------*/
img {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
a {
  transition: 0.2s;
  cursor: pointer;
  color: #03b3d9;
  text-decoration: none;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
strong {
  font-size: 18px;
}
.f-emp {
  font-size: 18px;
  font-weight: 600;
}
.mt20 {
  margin-top: 20px;
}
.box::after {
  display: block;
  content: "";
  clear: both;
}
.ad-contents, .ad-item_detail {
  margin-bottom: 60px;
}
.ad-tab-group, .ad-top, .ad-top h1, .ad-sub_ttl h1, .ad-sub_ttl h2, .ad-list_item ul, .ad-list_item h3, .ad-item_detail h3, .ad-item_detail p, .ad-item_detail dl, .ad-item_txt {
  margin-bottom: 30px;
}
/***--------------------------------------------
#main
-----------------------------------------------*/

.ad-contents {
  width: 100%;
  padding: 0px;
}
.ad-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.f-container {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.f-item {
  flex-basis: 48%
}
/*bg*/
.bg-stripe {
  background-image: linear-gradient(-45deg, #fff 25%, #666666 25%, #666666 50%, #fff 50%, #fff 75%, #666666 75%, #666666);
  background-size: 4px 4px;
}
.bg-gray {
  background-color: #f8f8f8;
}
.bg-wh {
  background-color: #fff;
}
/**/
.cap {
  font-size: 12px !important;
  line-height: 1.4 !important;
}
.f-red {
  color: #F30;
}
/*tab*/
.ad-tab-group {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.ad-tab-group li {
  flex-grow: 1;
  list-style: none;
  text-align: center;
  margin-right: 5px;
  background-color: #ffffff;
}
.ad-tab-group li:last-child {
  margin-right: 0px;
}
.ad-tab-group li a {
  transition: none;
  display: block;
  padding: 10px 0px;
  background: #efefef;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.ad-tab-group li a.current {
  background-color: #fff;
}
.ad-tab-group li a:hover {
  background: #CCC;
}
/*main*/
.ad-top {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 920px;
}
.ad-top h1 {
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
}
.ad-top h1 span {
  color: #03b3d9;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.ad-guide {
  padding: 30px 0px;
}
.ad-sub_ttl h1, .ad-sub_ttl h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.ad-list_item {
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.highlight-ad {
  background-color: #e5f2f6;
  flex-basis: 68%;
}
.basic-ad {
  background-color: #f0f0f0;
  flex-basis: 28%;
}
.highlight-ad h3 {
  color: #1eaedc;
}
.basic-ad h3 {
  color: #7b7b7b;
}
.highlight-ad ul li {
  flex-basis: 45%;
}
.highlight-ad .ad-form {
  width: 50%;
  margin: 0 auto;
}
.ad-list_item ul {
  align-items: stretch;
  display: flex;
  justify-content: space-around;
}
.ad-list_item {
  text-align: center;
}
.ad-list_item h3 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  padding-bottom: 30px;
  border-bottom: 1px dotted #666;
}
.ad-list_item h3 span {
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.maru {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 10px;
  display: block;
}
/*ttl*/
.ttl-blue h2 {
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  background-color: #42bde4;
  color: #fff;
  margin-bottom: 20px;
}
.ttl-blue h2 span {
  display: inline-block;
  padding: 5px;
  border-radius: 10px;
  color: #F33;
  margin-left: 5px;
  background-color: #fff;
  font-size: 12px;
  vertical-align: top;
}
.ttl-gray h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-left: 5px solid #05b3de;
  font-weight: bold;
  background-color: #fafafa;
  line-height: 1.42857;
}
#HighlightsSpecial {
  position: relative;
}
#HighlightsSpecial .mark {
  position: absolute;
  top: -10px;
  left: 15.5em;
  width: 60px;
}
.ttl-blue dl dt {
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  padding: 5px;
  text-align: center;
  width: 6em;
  margin-bottom: 10px;
  font-size: 14px;
}
.ad_list {
  margin-left: 30px;
}
.ad-logo_col_item ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: flex-start;
}
.ad-logo_col_item ul li {
  background-color: #fff;
  padding: 12px 20px;
  margin-bottom: 10px;
}
.ad-logo_col_item ul li img {
  width: 100px;
}
.ad-item_txt {
  padding: 0 10px;
}
.ad-item_txt h3 {
  margin-bottom: 10px;
}
.ad-item_txt p {
  padding-left: 10px;
}
/*btn*/
.ad-form a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
  border-radius: 7px;
  padding: 10px 0px;
  display: block;
  border: 1px solid #a6a6a6;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.ad-form_1 a {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 7px;
  padding: 15px 0px;
  display: block;
  color: #42bde4;
  border: 3px solid #42bde4;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  width: 50%;
  margin: 0px auto;
}
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 768px) {
img {
  max-width: 100%;
  height: auto;
  width /***/: auto;
}
/*～以下、画面の横幅が768pxまでの場合のスタイル記入～*/
}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px) {
img {
  max-width: 100%;
  height: auto;
  width /***/: auto;
}
.ad-top, .ad-form_1 a, .highlight-ad .ad-form {
  width: 100%;
}
.highlight-ad, .basic-ad, .f-item {
  flex-basis: 100%;
}
.ad-inner {
  padding: 0 2%;
  box-sizing: border-box;
}
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
.f-left {
  float: none;
}
.f-right {
  float: none;
}
.ad-top h1 {
  font-size: 22px;
}
.ad-top h1 span, .ad-item_detail h3, .ad-sub_ttl h1, .ad-sub_ttl h2, .ad-list_item h3 span {
  font-size: 18px !important;
}
.ad-list_item h3 {
  padding-bottom: 10px;
}
.ad-tab-group li a {
  font-size: 12px;
  padding: 10px 0px;
  height: 5em;
  vertical-align: middle;
  display: block;
}
.ad-lead img {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ad-lead p {
  margin-top: 20px;
  text-align: left;
}
.highlight-ad, .ad-list_item ul {
  display: block;
}
.maru {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 2rem;
}
.ad-logo_col_item ul li img {
  width: 70px;
}
.ad-contents, .ad-item_detail {
  margin-bottom: 40px;
}
.ad-tab-group, .ad-top, .ad-top h1, .ad-sub_ttl h2, .ad-list_item ul, .ad-item_detail h3, .ad-item_detail p, .ad-item_detail dl, .ad-list_item, .ad-list_item ul li {
  margin-bottom: 20px;
}
.ad-list_item h3 {
  margin-bottom: 10px;
}
}
/**/
.toggle {
	display: none;
}
.faq {
  padding: 0px 30px 20px;
  margin: 0 80px;
  border: 1px solid #ddd;
  background-color: #fafbfc;
}
.faq-title {
  text-align: center;
  font-weight: bold;
  margin-left: -30px;
  margin-bottom: 20px;
  font-size: 20px;
  width: calc(100% + 60px);
  border-bottom: 3px solid #42bde4;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
}

.faq-title span {
  position: relative;
  line-height: 1.4;
  padding: 5px 40px;
  display: inline-block;
  top: 0;
}
.faq-list {
  position: relative;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}
.faq-q, .faq-a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.faq-q {
  padding: 15px 90px;
  display: block;
  color: #333;
  font-weight: bold;
  position: relative;
}
.faq-q::after, .faq-q::before {
  content: "";
  position: absolute;
  right: 4em;
  top: calc(50% - 8px);
  width: 4px;
  height: 16px;
  background-color: #000;
  transition: all 0.3s;
}
.faq-q::after {
  transform: rotate(90deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  position: relative;
  padding: 0 90px;
}
.faq-q > span:nth-child(1) {
  width: 90px;
  text-align: center;
  position: absolute;
  left: 0;
  font-size: 16px;
  letter-spacing: 1px;
  color: #03b3d9;
}
.faq-a > p:nth-child(1) {
  width: 90px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  letter-spacing: 1px;
  color: #FF8688;
}
.en1 {
  font-family: "Helvetica Now Text W01 Bold", '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  font-weight: bold;
}
.faq-q > span:nth-child(2), .faq-a > p:nth-child(2) {
  text-align: justify;
}
.faq-q > span:nth-child(2), .faq-a > p:nth-child(2) {
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.faq-a > p:nth-child(2) {
  padding-bottom: 20px;
}
.kerning {
  font-feature-settings: "palt";
}
.toggle:checked + .faq-q + .faq-a {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .faq-q::before {
  transform: rotate(90deg) !important;
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100%;
  }
  .faq {
    margin: 0px;
    padding: 0px 20px 20px;
  }
  .faq-title {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 5px 0px;
  }
  .faq-q::after, .faq-q::before {
    right: 2em;
  }
  .faq-q {
    padding: 1em 50px;
  }
  .faq-a {
    padding: 0 30px 0 50px;
  }
  .faq-q > span:nth-child(1), .faq-a > p:nth-child(1) {
    width: 50px;
  }
}
/***********************/
.plan-table {
  border-collapse: separate;
  border-spacing: 2px 0;
  position: sticky;
  top: 0;
  width: 100%;
}

.plan-table th {
  width: calc(100% / 3);
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
.plan-table th p {
	margin-bottom: 5px;
}
.plan-none {
  background-color: #ffffff !important;
  border-radius: 0px 0px 0 0 !important;
}
.plan-highlight {
  background-color:#3cb371  !important;
  border-radius: 10px 10px 0 0;
}
.plan-special {
  background: #03A9F4 !important;
  border-radius: 10px 10px 0 0;
	position:relative;
}
.plan-special:before{
content: '';
display: block;
width: 40px; 
height: 50px;
background-image: url(../../images/ad/mark.png);
background-size: contain;
background-repeat:no-repeat;
position:absolute;
top:-10px;
right:10px;}
.plan-special p{
transition: padding-right 0.3s;
}
.plan-h_i {
  color: #3cb371;
}
.plan-s_i {
  color: #03A9F4;
}
.btn-ad{
	
}
.btn-ad a {
  background: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  padding: 7px;
  transition: 0.3s ease-in-out;
  color: #000;
  margin-top: 5px;
}
.btn-ad a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn-ad a:hover {
  background: #333;
  color: #FFF;
}
.btn-ad a:hover:after {
  right: 1.4rem;
}
.plan-table-body{
	border-collapse: separate;
	border-spacing: 2px 0;
width: 100%;}
.plan-table-body thead th {
  display: none;
}
.plan-table-body th, .plan-table-body td {
  width: calc(100% / 3);
  padding: 10px;
  text-align: center;
	vertical-align: middle;
}
.plan-table-body tr:nth-child(even) th,
.plan-table-body tr:nth-child(even) td {
  background: #fff;
}
.plan-table-body tr:nth-child(odd) th, .plan-table-body tr:nth-child(odd) td {
  background: #f3f5f6;
}
.plan-table-body td:nth-child(3) {
	border-left: 1px solid #03A9F4;
	border-right: 1px solid #03A9F4;
}
.plan-table-body tr:last-child td:nth-child(3){
	border-bottom: 1px solid #03A9F4;
}
@media screen and (max-width: 700px) {
	.plan-none{
		display: none;
	}
	.plan-table th {
		width: calc(100% / 2);
	}
	.btn-ad{	
	}
	.plan-table-body{
		font-size: 14px;		
	}
	.plan-table-body th{
		width: 120px;
		text-align: left;
	}
	.btn-ad a:after {
		right: 1em;
	}
	
}