@charset "UTF-8";
.main{
	width: 1200px;
	margin:  0 auto;
	font-size: 20px;
	text-align: center;
}
.main_1000{
	width: 1000px;
	margin:  0 auto 100px;
	font-size: 20px;
	text-align: center;
}
.main p{
	color: #305bf9;
}
.MV{
	background-image: url("images/bg-ditto.png");
	padding-bottom: 70px;
}
.MV_2{
	background-image: url(images/bg-ditto-cloud.png);
    padding: 10px 0 120px;
    top: 80px;
    position: relative;
	margin-bottom: 200px;
}

.SP{
	display: none;
}
.l-local-header__logo {
    height: 100%;
    width: 300px;
    line-height: 80px;
    float: left;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: 
ease;
    -o-transition-timing-function: ease;
    transition-timing-function: 
ease;
}
.l-local-header.active .l-local-header__logo {
    width: 300px;
    line-height: 80px;
}
.sp_br {
  display: none;
}
div .PC img{
	width: 100%;
}
.breadcrumbs {
    position: relative;
    top: 80px;
    display: flex;
    padding: 10px 0 10px 20px;
    background-color: #1c42ae;
    font-weight: bold;
    line-height: 1.1;
}
.breadcrumbs li a{
	color: #fff;
}
.breadcrumbs li a ::after{
	color: #fff;
}
.p-common-breadcrumbs__item::after{
	color: #fff;
}
.p-rental-bg--light {
    background-color: #fff;
}
.clearfix-dummy{
	clear: both;
}
.major-heading{
	font-size: 40px;
	color: #ffffff;
	font-family: 'Zen Maru Gothic', sans-serif;
  	font-weight: 700;
	padding: 20px;
}
h2{
	text-align: center;
	font-size: 34px;
	padding: 10px;
	display: inline-block;
	color: #305bf9;
	margin-bottom: 30px;
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
  	font-weight: 700;
}


h3{
	text-align: center;
    font-size: 25px;
    padding: 10px;
    display: inline-block;
    color: #305bf9;
	margin-bottom: 30px;
}
.section-title {
  /* 親要素を基準に配置するため */
  position: relative; 
  
  /* テキストの余白（棒とテキストの間隔） */
  padding-left: 20px; 
  
  /* テキストの見た目 */
  font-size: 30px;
  color: #3366ff; /* 画像と同じような青色 */
  display: flex; /* テキストと棒を縦方向で揃えるため */
  align-items: center; /* 縦方向の中央揃え */
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;	
  width: 78%;
  margin: 0 auto 30px;
}

/* ★ ここからが左側の角丸の棒を作るCSS！ */
.section-title::before {
  content: ''; /* 必ず必要 */
  position: absolute; /* 親要素（.section-title）を基準に配置 */
  
  /* 棒の位置とサイズ */
  top: 50%;             /* 親要素の縦の中心に配置 */
  left: 0;              /* 親要素の左端に配置 */
  width: 8px;           /* 棒の太さ */
  height: 80%;          /* 棒の高さ（親要素の高さの80%） */
  
  /* 縦方向で中央に揃える魔法 */
  transform: translateY(-50%); 
  
  /* ★ 棒の色と角丸 */
  background-color: #3366ff; /* 棒の色 */
  border-radius: 4px;         /* 棒の角丸（widthの半分にすると完全な半円になる） */
}
h4{
	font-size: 40px;
	font-weight: bold;
	color: #305bf9;
	margin-top: 10px;
	text-align: center;
}
.left-text{
	text-align: left;
	font-size: 18px;
	line-height: 1.5em;
	width: 80%;
    margin: 0 auto;
}
.left-text b{
	text-align: left;
	font-size: 18px;
	line-height: 1.5em;
	width: 80%;
    margin: 0 auto;
}
.table-wrapper{
	border-radius: 25px;
    overflow: hidden;
    border: 4px solid #1c42ae;
	width: 80%;
    margin: 0 auto;
}
table , td, th {
	border: 1px solid #6c8bff;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
td, th {
	padding: 15px;
	width: 30px;
	height: 25px;
	font-weight: bold;
	line-height: 1.5em;
	vertical-align: middle;
	font-size: 18px;
}
th {
	background: #305bf9;
	color: #ffffff;
}
.remarks{
	font-weight: normal;
	text-align: left;
	font-size: 16px;
}
.title-option{
	background: #d3e3fd;
    color: #305bf9;
    padding: 10px;
}
.spec-title{
	background-color: #fffbbd;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}
.orange{
	color: #ff4e00;
}
.blue{
	color: #1c42ae;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.note{
	font-size: 13px;
	text-align: left;
	width: 80%;
	margin: 30px auto;
}
.graph{
	text-align: center;
    margin: 30px auto;
}
.graph img{
	width: 80%;
}
#plan{
	margin: 100px 0;
}
.plan_fee {
    display: flex;
    margin: 50px auto;
    width: 80%;
}
.plan_fee a{
	display: block;
	width: 50%;
}
.plan_fee li{
	background-color: #305bf9;
    width: 380px;
	height: 720px;
	margin: 0 auto;
	border-radius: 25px;
	padding: 10px 3px 3px;
}
.plan_fee li h4{
	color: #ffffff;
	margin-bottom: 10px;
}
.plan_fee li .fee{
	font-weight: bold;
	color: #ff4e00;
	font-size: 40px;
	background-color: #ffffff;
	padding: 30px 20px;
}
.plan_fee li .fee span{
	font-size: 20px;
	color: #ff4e00;
}
.plan_fee li .application{
	padding: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
.arrow-icon::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 30px;
    top: 35%;
}
.arrow-icon_2::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 40px;
    top: 42%;
}
.arrow-icon_3::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
    right: 40px;
    top: 42%;
}
.arrow-icon_5::after {
	content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1c42ae;
    border-right: 2px solid #1c42ae;
    transform: rotate(45deg);
    right: 40px;
    top: 42%;
}
.arrow-icon-white::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    right: 40px;
    top: 42%;
}
.plan_fee li dl dt{
	background-color: #e5e5e5;
	color: #305bf9;
	font-weight: bold;
	padding: 5px;
	font-size: 20px;

}
.plan_fee li dl dd{
	background-color: #fff;	
	color: #305bf9;
	font-weight: bold;
	padding: 25px 20px;
	font-size: 25px;
}
.step{
	display: flex;
	width: 100%;
	margin: 30px auto 50px;
}
.step li{
	width: 18%;
	margin: 25px;
}
.step li h4{
	font-size: 25px;
    text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
  	font-weight: 600;
	margin: 20px 0 10px;
}
.step li img{
	width: 100%;
}
.step li p{
	font-size: 18px;
	text-align: left;
	color: #305bf9;
	line-height: 1.5em;
}
.step li p a{
	color: #ff6927;
	font-weight: bold;
}

.arrow_right{
   width: 0;
   height: 0;
   border-style: solid;
   border-top: 20px solid transparent;
   border-bottom: 20px solid transparent;
   border-left: 30px solid #305bf9;
   border-right: 0;
   top: 110px;
   position: relative;
}
.arrow_right_2{
   width: 0;
   height: 0;
   border-style: solid;
   border-top: 7px solid transparent;
   border-bottom: 7px solid transparent;
   border-left: 12px solid #333333;
   border-right: 0;
   display: inline-block;
}

h3{
	text-align: left;
}
.flex-area {
    position: relative;
    display: flex;
    background-color: #fff469;
    padding: 40px 40px 30px;
    border: solid 6px #1c42ae;
    border-radius: 25px;
    width: 1000px;
    margin: -74px auto 0;
    z-index: 1;
}
#features{
	background-color: #fff9ad;
	padding: 150px 0 20px;
	margin-top: 100px;
}
.flex-area_2 {
    display: flex;
    margin: 0 auto 100px;
}
.support-flex-area {
    position: relative;
    display: flex;
    width: 1000px;
    margin: 30px auto;
}
.faq-flex-area {
	position: relative;
    display: flex;
    margin: 30px auto;
    flex-wrap: wrap; 
    justify-content: flex-start;
    padding: 0 10px; 
}
.features-box{
	text-align: left;
	width: 70%;
}
.features-box h3{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;	
}
.features-text{
	color: #305bf9;
	font-size: 18px;
}
.features-image{
	width: 30%;
}
.features-image img{
	width: 70%;
}
.flex-left,.flex-right{
	width: 45%;
    margin: 0 auto;
}
.flex-left img{
	width: 100%;
}
.btn-area a:hover , .btn-area_2 a:hover , .btn-area_3 a:hover , .btn-area_4 a:hover, .btn-area_5 a:hover{
	opacity: 0.8;
}

.mv_block{
	max-width: 1460px;
	margin: 80px auto 0;
}
.mv_block_2{
	max-width: 1000px;
	margin: 80px auto 0;
}
.btn-area{
    text-align: center;
    background-image: url("images/bg-ditto.png");
	width: 100%;
	margin-top: -170px;
    padding: 260px 0 150px;	
}
.btn-area_3{
    text-align: center;
    background-image: url("images/bg-ditto.png");
	width: 100%;
    padding: 150px 0;
	margin-top: 150px;
}
.btn-area_2{
	text-align: center;
	display: inline-block;
}
.btn-area_4{
	text-align: center;
	display: inline-block;
	width: 50%;
}
.btn-area_5{
	text-align: center;
    width: 700px;
    margin: 60px auto 100px;
}
.btn-area .btn , .btn-area_3 .btn{
	width: 700px;
}
.btn-area_2 .plan-btn , .btn-area_2 .spec-btn{
	width: 600px;
	margin-bottom: 20px;
}
.btn-area p , .btn-area_3 p{
	color: #ff4e00;
	font-size: 20px;
	font-weight: bold;
}
.btn{
    margin: 0 auto;
}

.btn a{
	display: block;
    background-color: #ff4e00;
    padding: 25px 30px 25px 25px;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: solid 4px #1c42ae;
    border-bottom: solid 10px #1c42ae;
    width: 95%;
    position: relative;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
.btn-2 a{
	display: block;
    background-color: #fff664;
    padding: 25px 30px 25px 25px;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 25px;
    color: #1c42ae;
    font-weight: bold;
    text-align: center;
    border: solid 4px #1c42ae;
    border-bottom: solid 10px #1c42ae;
    width: 95%;
    position: relative;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
.support-btn{
	width: 45%;
	margin: 0 auto;
}
#faq-list{
	background-color: #fff9ad;
    padding: 60px 0 30px;
    margin-top: -140px;
	margin-bottom: 100px;
}
.faq-btn{
	justify-content: flex-start; /* ★ 最後のアイテムを左寄せにしたい場合はこれが最適 */
    gap: 1%; /* アイテム間の隙間を均等に設定 */
	flex-grow: 1;
	flex: 0 0 calc(20% - 20px); /* ★ 10pxの左右マージン(計20px)を引く */
	margin: 10px; /* ★ 上下左右に10pxのマージンを設定 */
	flex-grow: 1; /* ★ 画面が余ったときにアイコンの幅が広がるようにする */	
}
.support-btn a{
	display: block;
	background-color: #4870fd;
	padding: 25px 10px;
	margin: 0 auto;
	border-radius: 100px;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 6px #1c42ae;
	border-bottom: solid 10px #1c42ae;
	width: 90%;
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	margin: 0 auto;
	padding-right: 30px;
}
.faq-btn a{
	display: block;
	background-color: #4870fd;
	padding: 25px 10px;
	margin: 0 auto;
	border-radius: 25px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 6px #1c42ae;
	border-bottom: solid 10px #1c42ae;
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	margin: 0 auto;
	line-height: 1.2em;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;	
}
.faq-btn a img{
	width: 45%;
}
.plan-btn a , .spec-btn a{
	display: block;
	background-color: #fff;
	padding: 15px 10px;
	margin: 0 auto;
	border-radius: 100px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	border: solid 6px #7881a4;
	border-bottom: solid 10px #7881a4;
	width: 100%;
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}
.btn a:hover , .support-btn a:hover , .faq-btn a:hover{
	border-bottom: solid 6px #1c42ae;
	border-top: solid 10px #1c42ae;
	opacity: 0.8;
}
.plan-btn a:hover , .spec-btn a:hover{
	border-bottom: solid 6px #7881a4;
	border-top: solid 10px #7881a4;
	opacity: 0.8;
}
.btn-area p , .btn-area_3 p{
	font-weight: bold;
	font-size: 30px;
	white-space: nowrap;
}
.btn-area p span , .btn-area_3 p span{
	font-size: 42px;
	color: #ff7d27;
}
.btn-area , .btn-area_3{
	display: block;
	font-size: 30px;
	font-weight: bold;
}
#comparison{
	margin: 100px 0;
}
#trial-step{
	background-color: #dee1ec;
	padding: 100px 0;
	/* ★ ここが魔法のclip-path！ */
  clip-path: polygon(
    0% 0%,       /* 左上 */
    100% 0%,      /* 右上 */
    100% 80%,     /* 右下から少し上 */
    50% 100%,     /* ★ 真ん中のとがった部分（底辺の中央） */
    0% 80%        /* 左下から少し上 */
  );
}	

#pageTop a {
    background-color: #f26100;
}
.material-icons {
    color: #1c42ae;
}
.other-features-wrapper{
	display: flex;
	width: 80%;
    margin: 0 auto;
}
.other-features-box{
	background-color: #305bf9;
	border: solid 6px #1c42ae;
	border-radius: 25px;
	padding-top: 10px;
	width: 45%;
	margin: 30px auto;
}
.other-features-box img{
	width: 50px;
}
.other-features-box h4{
	color: #ffffff;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
	font-size: 30px;
	margin: 10px 0 20px;
}
.other-features-box .function-list{
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
	border-radius: 0 0 20px 20px;
	height: 290px;
    padding-top: 20px;
}
.function-list li{
	font-size: 16px;
	list-style: disc;
	margin: 10px 0 10px 30px;
	line-height: 1.5em;
}
.p-vps-bg--light {
    background-color: #ffffff;
}
.section-box {
    width: 1200px;
    margin: 70px auto;
    text-align: center;
}
#postCnt {
    width: 95%;
    margin: 0 auto;
}
#postCnt ul {
    display: flex;
    margin: 40px 0 20px 0;
    padding: 12px 0;
}
#postCnt ul li {
    list-style: none;
    position: relative;
    padding: 0;
    line-height: 1.1;
    margin-bottom: 15px;
}
ul.formFlow{
	display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 60px 0 30px;
    padding: 0;
}
ul.formFlow li.active {
    background: #ff6600;
    color: #fff;
    position: relative;
}
ul.formFlow li.active:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left: 20px solid #ff6600;
}
ul.formFlow li {
    display: inline-flex;
    justify-content: center;
    flex: 1 0 33.333%;
    background: #ECEDF5;
    color: #3E3A39;
    list-style: none;
    padding: 0;
    margin: 0 !important;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    position: relative;
}
#formArea .required {
    text-align: left;
    color: #FF0004;
    font-weight: normal;
}
#formArea dl {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
#formArea dl dt, #formArea dl dd {
    min-height: 60px;
}
#formArea dl dd {
    background-color: #e9f1ff;
    padding: 10px;
    flex-basis: calc(100% - 5px - 30%);
    max-width: calc(100% - 5px - 30%);
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}
textarea , input {
    font-size: 0.8em;
    width: 100%;
    padding: 10px 15px;
}
#formArea dl dt {
    background-color: #439bf1;
    font-weight: bold;
    padding: 10px;
    flex-basis: 30%;
    max-width: 30%;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
#formArea dl dt label {
    color: #fff;
    background-color: #305bf9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
:placeholder-shown {
    color: #bbb;
    font-weight: 500;
}
#contact p {
    color: #333;
    font-weight: bold;
}
.send {
    width: 250px;
    padding: 20px 0 20px 20px;
    font-size: 20px;
    margin: 30px 30px 0;
}
.submit-btn {
	display: block;
	background-color: #ff4e00;
	padding: 20px 10px;
	margin: 30px auto 0;
	border-radius: 100px;
	font-size: 20px;
	color: #1c42ae;
	font-weight: bold;
	text-align: center;
	border: solid 6px #1c42ae;
	border-bottom: solid 10px;
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}
.submit-btn:hover{
	border-bottom: solid 6px;
	border-top: solid 10px;
	opacity: 0.8;
}
.trial-lead{
	background-color: #fff9ad;
	padding: 30px;
	border-radius: 25px;
	width: 80%;
	margin: 0 auto 100px;
	color: #305af9;
	font-size: 18px;
}
.trial-lead span{
	font-size: 20px;
	font-weight: bold;
	color: #ff6927;
}
.trial-howto{
	width: 80%;
	margin: 0 auto;
	padding-left: 30px;
}
.trial-howto li{
	text-align: left;
	font-size: 18px;
	list-style: auto;
	line-height: 1.5em;
}
.trial-howto li img{
	width: 100%;
	border: solid 1px #333;
}
.qa{
	margin-bottom: 50px;
}
.question{
	background-color: #d1d7fc;
	padding: 20px;
	border-radius: 25px;
	color: #305af9;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	display: flex;
    align-items: center;
	position: relative;
	line-height: 1.5em;
}
.question::before {
    content: 'Q';
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #fff;
    color: #305bf9;
    padding: 9px 10px 14px 11px;
    margin-right: 15px;
    font-size: 24px;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;	
}
.toggle-button {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff; 
    border: none; 
    padding: 0;
    border-radius: 0;
    position: relative;
    background-color: #fff; 
	margin: 0 auto;
}
.arrow-icon-2::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #305bf9;
    border-right: 2px solid #305bf9;
    transform: rotate(135deg);
    margin-left: 10px;
    right: 30px;
    top: 40%;
}
.answer{
	text-align: left;
	display: block;
	align-items: center;
	padding: 20px;
	line-height: 1.5em;
}
.answer-text{
	font-size: 18px;
	line-height: 1.5em;
}
.answer-content::before {
    content: 'A';
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #305bf9;
    color: #fff;
    padding: 8px 10px 14px 11px;
    margin-right: 15px;
    font-size: 24px;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;	
}
.answer-content {
    display: flex; 
    font-size: 18px;
    line-height: 1.5em;
}
.card-brands-wrapper {
  padding-left: 55px;
  font-size: 18px;
  line-height: 1.5em;	
}
.card-brands-wrapper b , .card-brands-wrapper span{
  font-size: 18px;
  line-height: 1.5em;		
}
.card-brands-wrapper img {
    display: inline-block; /* 画像のinline-blockは維持 */
    height: auto;
}
#service,#trouble,#application,#contract,#management-screen,#trial,#no-trial,#login-start,#specify-file,#restore-from-history{
	padding-top: 100px;
	margin-top: -100px;
}
.section-title-white{
	position: relative;
    padding-left: 20px;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    width: 78%;
    margin: 0 auto 30px;
}
.section-title-white::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 80%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
}
.c-section-box2-item {
    float: none;
    width: 70%;
    padding: 50px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 25px;
}
.c-section-box2__btn {
     float: none; 
    width: 174px;
    margin-right: 8px;
}
.p-index-news-item__wrap{
	text-align: left;
}
.p-index-news-item {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
    border-top: none;
    display: block;
}
.p-index-news-title{
	color: #666;
	margin: 0;
}
.cancel-capture img{
	width: 80%;
	border: solid 1px #333;
}
.anchor_link_area{
	background-color: #fff9ad;
	margin: -120px auto 100px;
	padding: 50px 0;
}
.anchor_link_list {
	display: flex;
	width: 1200px;
    margin: 0 auto;
}
.anchor_link_list .support-btn{
	display: inline-block;
}
.anchor_link_list .support-btn a{
	font-size: 18px;
	width: 300px;
	line-height: 1.5em;
}
.submit-btn {
    display: inline-block;
    background-color: #ff4e00;
    padding: 20px 10px;
    margin: 30px 30px 0;
    border-radius: 100px;
    font-size: 20px;
    color: #1c42ae;
    font-weight: bold;
    text-align: center;
    border: solid 6px #1c42ae;
    border-bottom: solid 10px;
    position: relative;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
.arrow-icon_4::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1c42ae;
    border-right: 2px solid #1c42ae;
    transform: rotate(225deg);
    left: 40px;
    top: 42%;
}
.upload-no-list-box {
	background-color: #fff9ad;
	padding: 30px;
	border-radius: 25px;
	width: 75%;
	margin: 0 auto;
}
.upload-no-list-box b{
	font-size: 20px;
	line-height: 1.5em;
}
.upload-no-list li{
	list-style: disc;
	margin-left: 20px;
	font-size: 18px;
	text-align: left;
	line-height: 1.5em
}
.terms-list li , .terms-section , .terms-point {
	text-align: left;
}
.terms-list{
	padding-left: 20px;
}
.c-section p{
	text-align: left;
	color: #333333;
	font-size: 1rem;
	line-height: 1.75em;
}
.c-section h2{
	line-height: 1.5em;
}
.c-section{
    width: 100%;
    margin: 0 auto;
	padding: 0;
    background-color: #fff;
}
.terms-point{
	font-size: 1.0rem;
}
.footer-line{
	background-color: #1c42ae;
	height: 30px;
	margin-top: 100px;
}
@media screen and (max-width: 1065px){
.main{
	width: 95%;
	margin: 0 auto;
} 
.flex-area{
	width: 90%;
}	
	
}

@media screen and (max-width: 1200px)
{
.main{
	width: 90%;
    margin: 0 auto;	
}

.main p b{
		font-size: 16px;
}

.MV img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
 }
	
.pc{
	display: none;
}
div .PC{
	display: none;
}
div .PC img{
		display: none;
	}		
.SP{
	display: block;
	text-align: center;
}
.SP img{
	width: 95%;
}	
h2 {
	font-size: 25px;
	text-align: center
}
h2 span {
    font-size: 18px;
}	
	
h3{
	font-size: 25px;
}	
p{
	font-size: 16px;
}
.left-text {
    padding: 0;
}	
.flex-area {
    position: relative;
    display: block;
    background-color: #fff469;
    padding: 30px 20px 20px;
    border: solid 4px #1c42ae;
    border-radius: 25px;
    width: 80%;
    margin: -74px auto 0;
    z-index: 1;
}
.flex-area_2 {
    display: flex;
    margin: 0 auto 100px;
    flex-direction: column;
}
.support-flex-area {
    position: relative;
    display: block;
    border-radius: 25px;
    width: 90%;
}	
.support-btn {
	width: 100%;
	margin: 30px auto;
}
	
.flex-left, .flex-right {
    width: 100%;
    margin: 0 auto 10px;
	text-align: center;
}
	.flex-left img{
		width: 90%;
	}	
.features-image {
    width: 100%;
    order: 1;
    margin-right: 0;
    margin-bottom: 10px;
}	
.features-box {
    text-align: left;
    order: 2;
    width: 100%;
    max-width: 100%;
}	
.plan_fee {
    display: block;
    margin: 50px auto;
}	
.plan_fee a {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.plan_fee li{
	width: 100%;
	height: auto;
}
	
#features {
    padding: 100px 0 10px;
	margin: 100px 0 30px;
}
.features-image img {
    width: 40%;
}	
#comparison {
    margin: 60px 0;
}

#trial-step {
    background-color: #dee1ec;
    padding: 100px 0;
    clip-path:
	polygon(
    0% 0%,       /* 左上 */
    100% 0%,      /* 右上 */
    100% 95%,     /* 右下から少し上 */
    50% 100%,     /* ★ 真ん中のとがった部分（底辺の中央） */
    0% 95%        /* 左下から少し上 */
	)	}
.btn-area img , .btn-area_3 img, .btn-area_5 img{
	width: 200px;
}
.btn-area_4{
	width: 100%;
}	
.btn-area .btn , .btn-area_3 .btn , .btn-area_4 .btn{
    width: 90%;
}
.btn {
    margin: 0 auto;
    width: 90%;
}	
.step {
    display: block;
}
.step li {
    width: 40%;
    margin: 25px auto;
}
.arrow_right{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #305bf9;
  border-bottom: 0;
  margin: 0 auto;
  top: 0px;	
}
.btn a {
    width: 90%;
	font-size: 20px;
	padding: 15px 20px 15px 15px;
	border: solid 4px #1c42ae;
    border-bottom: solid 10px #1c42ae;
}
.btn-2 a {
    width: 80%;
	font-size: 20px;
	padding: 15px 20px 15px 15px;
	border: solid 4px #1c42ae;
    border-bottom: solid 10px #1c42ae;
}	
.support-btn a {
    width: 90%;
	font-size: 20px;
	padding: 15px 20px 15px 15px;
	border: solid 4px #1c42ae;
    border-bottom: solid 8px#1c42ae;
}
.anchor_link_list .support-btn a {
    font-size: 18px;
    width: 85%;
    padding-right: 30px;
}

.plan-btn a, .spec-btn a{
	width: 90%;
	font-size: 18px;
}
.btn-area_2 {
	width: 100%;
}	
.btn-area_2 .plan-btn, .btn-area_2 .spec-btn {
	width:95%;
	margin: 0 auto 20px;
}
.arrow-icon_2::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    right: 20px;
    top: 45%;
}
.arrow-icon_3::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
    right: 20px;
    top: 45%;
}
.arrow-icon_5::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    right: 20px;
    top: 45%;
}	
.arrow-icon-white::after {
	content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    right: 20px;
    top: 45%;
	}		
.sp_br {
    display: block;
  }	
.block {
	width: 90%;
    margin: 0 auto;
}	
.p-common-sub-kv {
    margin-top: 70px;
}
.l-global-footer__logo img {
    height: auto;
    vertical-align: middle;
	width: 100%;
}	
.btn-area {
   width: 100%;
   margin: 50px auto 0;
   padding: 270px 0 100px;
   margin-top: -220px;
}
.btn-area_3	 {
   width: 100%;
   margin: 50px auto 0;
   padding: 100px 0;
}
.btn-area_5	 {
   width: 100%;
   margin: 50px auto 100px;
}	
.btn-area a  , .btn-area_3 a{
    font-size: 22px;
}
	
.MV{
	width: 100%;
    margin: 0 auto;
	padding-top: 30px;
	}

.mv_block{
	padding-top: 0; 
}
.btn-area p {
    font-size: 14px;
    margin: 0 auto;
}
.btn-area p span{
	font-size: 28px;
}
.plan .new-price{
	margin-bottom: 20px;
}	


.btn-area .btn01{
	font-size: 20px;
}	
.btn01 a, .btn02 a{
		width: 76%;
}
.section-box {
    width: 100%;
}
.anchor_link_list {
	display: block;
	width: 80%;
    margin: 0 auto;
}
 .anchor_link_list  .support-btn {
    width: 100%;
    margin: 10px auto;
 }	
}
@media screen and (max-width: 1000px){
.main_1000 {
    width: 100%;
}
.mv_block_2 {
    max-width: 100%;
}
}
@media screen and (max-width: 997px){
.mv_block {
    margin: 140px auto 0;
}	
.breadcrumbs {
        top: 160px;
    }	
.features-image img {
    width: 50%;
}
.MV_2 {
    top: 160px;
}
.other-features-wrapper {
    display: block;
}
.other-features-box {
    width: 100%;
}
.other-features-box .function-list {
    height: auto;
}
 #faq-list {
	padding: 130px 0 10px;
}
.anchor_link_area {
    background-color: #fff9ad;
    margin: -50px auto 100px;
    padding: 50px 0;
}	
}

@media screen and (max-width: 1200px) {
    .faq-flex-area {
        padding: 0 10px; /* 左右に余白 */
        justify-content: flex-start; /* 最後のアイテムを左寄せにする */
    }

    .faq-btn {
        /* 2列を目標とする */
        /* 100%を2で割る (50%) から、アイテム間のマージン(例: 10px)を引く */
        flex: 0 0 calc(50% - 20px); /* ★ 50%の幅から左右のマージン(計20px)を引く */
        margin: 10px; /* 上下左右に10pxのマージンを設定 */
    }

    /* 文字が小さくならないように、フォントサイズを調整（あれば） */
    .faq-btn a {
        font-size: 14px; 
    }
}

@media screen and (max-width: 48em){
.l-local-header__logo {
        height: 100%;
        width: 250px;
        line-height: 60px;
    }	
.mv_block {
    margin: 60px auto 0;
}
.MV_2 {
        top: 60px;
 }	
.breadcrumbs {
    top: 60px;
 }	
.PC{
	display: none;
}
h2 {
    font-size: 30px;
    text-align: center;
 }
.section-title{
	font-size: 25px;
}
.section-title-white{
	font-size: 25px;
}	
h4{
	font-size: 30px;
}
.plan_fee {
    display: block;
    margin: 50px auto;
    width: 100%;
}	
.step li {
    width: 70%;
    margin: 25px auto;
}	
	
.btn-area a {
    font-size: 20px;
}	
.l-footer {
    background-color: #ffffff;
}	
.l-global-footer {
        width: 90%;
        height: auto;
        padding: 0;
        line-height: 0;
        margin: 40px auto;
    }	
#formArea dl dt, #formArea dl dd {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        min-height: 35px;
    }
.l-footer img{
	width: 100%;
}
.question {
   padding-right: 60px; 
 }
.arrow-icon-2::after {
    right: 20px; 
 }
.answer {
    padding: 40px;
}
    #faq-list {
        padding: 30px 0 10px;
    }
    .anchor_link_area {
        background-color: #fff9ad;
        margin: -140px auto 100px;
        padding: 50px 0;
    }	
}
@media screen and (max-width: 480px){
.step li {
	width: 60%;
}	
.graph{
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.graph img{
	width: 200%;
}
.faq-flex-area {
    padding: 0px 0;
}
 #faq-list {
    padding: 20px 0 10px;
}	
}
@media screen and (max-width: 375px){
td, th {
    padding: 7px;
}	
}
@media screen and (max-width: 320px){
 .faq-btn a {
    font-size: 11px;
}	
}	
	
	
