/*
Theme Name: RDSGN ORIGINAL									
*/


/**********************************************
    PC版 CSS
**********************************************/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');

.pc{
	display:none;
}

.navi{
	background-color:#FFEB00;
	padding:5px;
	line-height:100%;
	font-size:10px;
	text-align:right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/**************************************************************
全体
**************************************************************/
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, font, 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 {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    font: 500 16px/1.75 "Noto Sans JP", sans-serif;
    color: #000;
    text-align: left;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 13px;

    margin: 0px;
    text-align: center;
    line-height: 180%;
}
/**************************************************************
リンク
**************************************************************/
a:link {
    color: #000;
    text-decoration: none;
	transition: 1.0s ;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
/**************************************************************
アウトライン
**************************************************************/
#outline {
    margin: 0px auto;
    padding: 0px;
    width: 980px;
    background: #FFFFFF;
}
/**************************************************************
Humberger
**************************************************************/

.global-header {
  background: #007cd8;
  color: #fff;
  background-image: url("image/base/hbg.jpg");
}

.nav-inner {

}

.logo {
	width:50%;
	padding:10px;
	text-align:center;
	margin:0 auto;

}
.logo img{
    height: auto;
    width: 100%;
}

.menu-btn {
    position: fixed;
    top: 7px;
    right: 15px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    border-radius: 5px;
	z-index:120;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
    transition: all 0.3s;
}

.menu-btn span::before {
    bottom: 8px;
}

.menu-btn span::after {
    top: 8px;
}

#menu-btn-check {
    display: none;
}

/* アイコンがチェック時に変化する部分 */
#menu-btn-check:checked + label.menu-btn span {
    background-color: transparent;
}

#menu-btn-check:checked + label.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked + label.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* メニューの表示設定 */
.menu-content {
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #fee000;
    transition: left 0.5s ease; /* メニュー表示アニメーション */
	z-index:100;
}

/* チェック時にメニューが表示される */
#menu-btn-check:checked ~ .menu-content {
    left: 40%;
}

.menu-content a {
    padding: 10px;
    display: block;
    border-bottom: dotted 1px #fff;
	display:flex;
}

.menu-content a img{
	width:20px;
	height:auto;
	margin-right:25px;
}
.menu-content h3{
	padding-top:15px;
}
.menu-content h3 img {
	width:50%;
	height:auto;
}

.main-nav{
	display:none;
}


.main-visual{
    background-image: url("image/home/mv.webp");
    background-size: 200%;
    height: 400px;
    background-position: bottom;
    position: relative;
}
@media screen and (min-width: 1000px) and (max-width: 1800px) {
  .main-visual {
    height: 700px;
  }
}
.main-visual .catch{
    position: absolute;
    bottom: 15px;
    left:15px;
    text-align: left;
}
.main-visual .catch h2{
    font-size: 20px;
    color: #fff;
    line-height: 195%;
    margin-bottom: 25px;
	
}
.main-visual span{
    background-color: #000;
    padding: 10px;
}
.main-visual .catch h3{
    font-size: 13px;
    color: #fff;
    line-height: 195%;
    margin-bottom: 15px;
}

/*************************************
TOP message
*******************************************************/

.low-cost-web {
  background: #fff;

}

.text-area {
  flex: 1 1 60%;
}

.image-area {
	text-align:center;
}

.image-area img {
  max-width: 80%;
  height: auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* ←ここが追加ポイント！ */
  border: solid 2px #fff;
}

.low-cost-web h2 span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 20px;
    color: #007cd8;
}

.low-cost-web .lead {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
    color: #007cd8;
}

.low-cost-web .desc,
.low-cost-web .conclusion {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 20px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.low-cost-web .conclusion br{
	display:none;
}

.low-cost-web .desc br{
	display:none;
}

.needs-list {
  background: #fdf9e9;
  border-left: 6px solid #007bba;
  padding: 15px 10px;
  margin-bottom: 20px;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.2;
}

.needs-list li::before {
  content: "✔";
  color: #007bba;

  margin-right: 8px;
}

.top-message{
	padding:20px;
    text-align: left;
    margin: 0 auto;
}

/***************************************************
TOPプラン
****************************/
.inner{

    margin: 0 auto;
}

.top-plan{
    background-color: #EEF0F1;
    padding: 40px 20px;
}
.top-plan h2{
    font-size: 20px;
    color: #007cd8;
    line-height: 100%;
    margin-bottom: 25px;
}
.top-plan h3 span{
    font-size: 14px;
    padding: 5px 10px;
    line-height: 100%;
    color: #fff;
}
.top-plan h3 span{
    background-color: #007cd8;
    border-radius: 5px;
}

.top-plan h4{
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin-top: 20px;
	text-align:left;
}
.top-plan-flex{

    margin: 30px 0;
}
.top-plan-flex .box{

    margin: 1%;
    padding: 20px 10px;
    background-color: #fff;
    box-sizing: border-box;
	margin-bottom:15px;
}
.top-plan-flex .box h5{
    font-size: 18px;
    color: #F95757;
	text-align:center;
}

.top-plan-flex .box .detail a{
    display: block;
    padding: 10px;
    color: #000;
    background-color: #ffdc00;
    font-size: 12px;
    line-height: 100%;
    border-radius: 5px;
}

.top-plan-flex .box .detail a:hover{
    background-color: #005CBD;
    color: #fff;
}

.top-plan-flex .box h5 span{
    font-size: 24px;
    
}
.top-plan-flex .price{
    padding: 15px;
    background-color: #fdeaea;
    color: #000;
    font-size: 13px;
    line-height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.top-plan-flex .bg-blu{
    background-color: #d5f2ff!important;
}
.top-plan-flex .textbg-blu{
    color: #1B76FE!important;
}

.top-plan-flex .bg-gr{
    background-color: #caf2df!important;
}
.top-plan-flex .textbg-gr{
    color: #09aa5c!important;
}

.top-plan-flex .bg-or{
    background-color: #ffe2b8!important;
}
.top-plan-flex .textbg-or{
    color: #fe7200!important;
}



.top-plan-flex .op{
    display: flex;
    margin: 20px 0;
    justify-content: center;
}
.top-plan-flex .op p{
    font-size: 10.5px !important;
    background-color: #EDEDED;
    padding: 5px;
    margin: 3px;
    line-height: 160% !important;
    text-align: center !important;
}
.top-plan-flex .op p span{
    font-size: 18px;
}

.top-plan-flex .price span{
    font-size: 26px;
    padding: 0 5px;
}
.top-plan-flex .box p{
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    text-align: left;
    line-height: 160%;
}


/*************************************************************
TOPよくある質問
*************************************/

.top-faq{
    padding: 60px 0;
}
.faq {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
    margin-bottom: 40px;
}

.faq h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
    color: #007cd8;


}

.faq h2 span {
  font-size: 20px;
  color: #4a90e2;
}

.faq-item {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  background: #f8faff;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  font-size: 18px;
  text-align: left;
  background: #e4f0ff;
  border: none;
  cursor: pointer;
  position: relative;
  font: 600 14px/1.75 "Noto Sans JP", sans-serif;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.3s ease;
  padding: 0 20px;
    text-align: left;
    font-size: 14px;
    line-height: 210%;
}

.faq-answer p {
  margin: 15px 0;
	font-size:13px;
	line-height:160%;
}

.page-link {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-link a {
  width: 80%;

  padding: 12px 0 9px 0;
  border-radius: 10px;
  background-color: #0082d7;
  color: #fff;
  display: block;
  font-size: 13px;
  border-bottom: solid 5px #0058ab;
  text-align: center;
}

.page-link a:hover {
    transform: translateY(5px);

}

.faq-pt{
	font-size:18px!important;
	font-weight:800;
}
.faq-pt2{
	font-size:18px!important;
	font-weight:800;
	margin-top:55px;
}



#faq-page .faq-answer p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif!important;
	font-size:13px!important;
}


/**************************************************************
Footer
**************************************************************/
#bottom {
	margin: 0px;
	position: relative;
	text-align: center;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	width: 100%;
	color: #fff;
	background-image: linear-gradient(rgba(0, 88, 171, 0.6), rgba(0, 88, 171, 0.6)), url("image/base/hbg.jpg");
	background-color: #0058ab;
	background-size: cover;
	background-position: center;
}
#bottom .f-company{
    text-align: center;
}
#bottom .f-company img{
    width: 60%;
    height: auto;
    margin-bottom: 25px;
}
#bottom .f-company p{
    line-height: 150%;
    text-align: center;
    margin-bottom: 30px;
}

#bottom-inner{

}

.bottom-box{
margin:20px;}

#bottom a:link, #bottom a:visited {
	color: #fff;
	font-size: 14px;

}
#bottom a:hover, #bottom a:active {
	color: #FFF900;
}

.bottom-tt{
	font-size:16px;
	color:#fff;
	border-bottom:solid 1px #fff;
	margin-bottom: 10px;
	padding: 5px 0;
}

.bottom-line{
	padding:3px;
	margin-bottom:1px;
	border-bottom:dotted 1px #fff;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	font-size:13px;
}


.top-return{position:fixed;
bottom: 10px; 
right: 0px; 
z-index: 1500;}

.privacy-con{
	    float: right;
	width: 550px;}

#bottom .sns{
	padding-top:15px;
}
#bottom .sns img{
	width:50px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
}

.footer-raijou a{
	padding:10px;
	display:block;
	background-color:#FFE500;
	font-size:16px!important;
    font-weight: 600;
	border-radius:5px;
    color: #000!important;
}
.footer-raijou a:hover{
	background-color:#fff;
	color:#000;
}


.footer-panf a{
	padding:15px;
	display:block;
	background-color:#ffa208;
	font-size:20px;
	border-radius:5px;
	margin-top:10px;
    color: #000!important;
}
.footer-panf a:hover{
	background-color:#ffbc08;
	color:#000;
}

.gototop a{
	z-index:99999999;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  text-decoration: none;
  background-color: #fed200;
  display: block;
  text-align: center;
  border-radius: 24px;
}

.gototop a::before {
  content: '\f062';
  font-family: 'Font Awesome 6 Free';
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 48px;
}

.copy{
    background-color: #00318E;
    color: #fff;
    padding: 15px;
    font-size: 11px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 100%;
}



/****************************************************
下層ページ
*********************************************/

.sub-tt{
    padding: 15px;
    background-color: #0045AB;
    color: #fff;
    font-size: 18px;
    font-weight: 600;

}

/****************************************************
plan
*********************************************/
#plan{
    padding:20px;
}

.center-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 10px auto;
}

.center-wrapper2{
	margin-top:60px;
}

.speech-box {
  background-color: #2f80ed;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
	width:80%;
  margin-bottom: 20px;
}

.speech-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 10px 0;
  border-style: solid;
  border-color: #2f80ed transparent transparent;
}

.plan-heading span {
  font-size: 14px;
  font-weight: bold;
  color: #2f80ed;
  display: block;
  margin-bottom: 5px;
}

.plan-heading h2 {
  font-size: 20px;
  font-weight: bold;
  color: #2f80ed;
  margin: 0;
    margin-top: 10px;
}

.plan-price{
    font-size: 20px;
    font-weight: 800!important;
    margin-top: 20px;
    margin-bottom: 10px;
}
.plan-price span{
    font-size: 36px;
    color: #ff6000;
    letter-spacing: 1px;
}
.plan-price-zei{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.plan-cau{
    margin: 0 auto;
    padding: 20px;
    background-color:#f6f6f6;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    line-height: 195%;
    box-sizing: border-box;
    margin-top: 30px;
    text-align: left;

    background-position: right;
    background-repeat: no-repeat;
	margin-bottom:25px;
}

.plan-naiyo{
    width: 1000px;
    margin: 0 auto;
    border: solid 5px #EDEDED;
    padding: 25px;
    margin-top: 30px;
    box-sizing: border-box;
}

.plan-detail{
    margin: 0 auto;
}
.plan-tt{
    background-color: #FF5356;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    margin-top: 40px;
    border-radius: 10px;
}
.plan-tt2{
    background-color: #00a691;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    margin-top: 40px;
    border-radius: 10px;
}
.plan-tt3{
    background-color: #909090;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    margin-top: 40px;
    border-radius: 10px;
}

.plan-detail-flex{
    margin: 30px 0;
	justify-content:center;
	flex-wrap:wrap;
	display:flex;
}
.plan-detail-flex .f-box{
	width:48%;
    margin: 1%;
    border: solid 3px #EBEBEB;
    box-sizing: border-box;
    padding: 10px;
}
.plan-detail-flex .f-box .pic{

    margin: 0 auto;
    margin-bottom: 5px;
}
.plan-detail-flex .f-box .pic img{
    width: 100%;
    height: auto;
}
.plan-detail-flex .f-box h3{
    font-size:13px; 
    font-weight: 600;
    margin-bottom: 10px;
}
.plan-detail-flex .f-box p{
    font-size:12px; 
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 140%;
}

img.gray {
  filter: grayscale(100%);
}


/**************************
プラン扉
*************/

.dd-links{
    display: flex;
    justify-content: center;
}

.dd-links a{
    background-color: #FF7272;
    color: #fff;
    display: block;
    padding: 10px;
    line-height: 100%;
    border-radius: 5px;
    margin: 5px;
}
.dd-links a:hover{
    background-color: #ea4c4c;
}
.dd-links2 a{
    background-color: #0E9B84!important;
}
.dd-links2 a:hover{
    background-color: #117c6b!important;
}
.dd-links3 a{
    background-color: #d6702c!important;
}
.dd-links3 a:hover{
    background-color: #b25516!important;
}
.dd-links4 a{
    background-color: #0082f0!important;
}
.dd-links4 a:hover{
    background-color: #0066bc!important;
}

#plan .top-plan-flex .box{
    border: solid 1px #ccc;
}


/**************************************************
オプション
********************/

.price-table {
  width: 100%;

  margin: 30px auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.plan-header {
  background-color: #e8f4fc;
  padding: 20px;
  text-align: center;
}

.plan-header h2 {
  margin: 0;
  font-size: 14px;
  color: #0a5fb4;
	text-align:left;
}
.plan-header h2 br{
	display:none;
}

.plan-header .price {
  font-size: 14px;
  color: #d10000;
  margin-top: 10px;
}

.plan-header .price span {
  font-size: 24px;
  font-weight: bold;
}

  .price-table table,
  .price-table tbody,
  .price-table tr,
  .price-table td {
    display: block;
    width: 100%;
  }

  .price-table table tr {

    border-bottom: 1px solid #ccc;
  }

  .price-table table td {
    border: none;
    padding: 8px 12px;
	  box-sizing:border-box;
  }

  .price-table table td:first-child {
    font-weight: bold;
    background: #f8f8f8;
  }

.price-table .icon {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.price-table .icon.check {
  color: #2196F3;
}

.price-table .icon.cross {
  color: #e53935;
}

.price-table small {
  color: #555;
  font-size: 13px;
}

.price-table table td span{
    font-size: 18px;
    font-family: "Patua One", serif;
    font-weight: 400;
    font-style: normal;  color: #555;
}

/********************************************
リスティング広告×LPプラン
**********************************/

.lead-text {
  background: #e7f3ff; /* やさしい背景色 */
  padding: 40px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.lead-text .patua{
	font-size:16px;
}

.lead-text h2 {
  font-size: 20px;
  color: #222;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}

.lead-text p {
  font-size: 13px;
  color: #444;
  line-height: 1.7;

  margin: 0 auto;
}
.lead-text p br{
	display:none;
}

.lead-text strong {
  color: #ff5e5e;
  font-weight: 700;
    font-size: 18px;
}

.listing-plan {
  background: #fff;
  padding: 40px 20px;
  border: 8px solid #e7e7e7;
    box-sizing: border-box;
	margin-top:40px;
}


.listing-plan h3 {
    font-size: 18px;
    border-bottom: 5px solid #ffdc00;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.listing-plan h4 {
  font-size: 13px;
  color: #333;
  margin-top: 20px;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    line-height: 100%;
    margin-bottom: 15px;
}

.listing-plan .table-left p,
.listing-plan .table-right p {
  line-height: 1.9;
  margin-bottom: 10px;
    font-size: 14px;
    text-align: left;

    font-weight: 600;
}

.listing-plan .red {
  color: #d63031;
  font-weight: bold;
}

.listing-plan .box {
  background: #e9f7ef;
  border-left: 5px solid #27ae60;
  padding: 15px;
  margin-top: 15px;
	box-sizing:border-box;
}

.listing-plan .box strong {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #2c3e50;
}

.listing-plan .box ul {
  margin: 0;

    text-align: left;
}

.listing-plan .box ul li {
  list-style: disc;
  margin-bottom: 8px;
    font-size: 13px;
	margin-left:20px;
}

.listing-plan .small {
  font-size: 13px;
  color: #555;
}

.plan-table img{
    width: 100%;
    height: auto;
}

/**************************************
ご利用の流れ
***********************************/

.step-flow {

  padding: 80px 20px;

	text-align:center;
	font-size:15px;
}

.step-flow .lead {
  font-size: 14px;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.8;
	text-align:left;
  font-family: "Yu Gothic", sans-serif;
}

.step-container {

  background: linear-gradient(to right, #0d47a1, #29b6f6);
  padding: 30px 20px;
  border-radius: 8px;
}

.step-box {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  flex: 1;
	text-align:center;
	margin-bottom:20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.step-title {
  font-size: 18px;
  color: #0d47a1;
  font-weight: bold;
  margin-bottom: 10px;
}

.step-box img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.step-text {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.step-box .tx{
	font-size:12px;
	 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height:150%;
	margin-top:15px;
}

/*************************************
プライバシーポリシー
**********************************/
#privacy{
	margin:0 auto;
	padding:20px;
	box-sizing:border-box;
	text-align:left;
}

#privacy h1 {
    font-size: 18px;
    color: #008dff;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
	margin-bottom:25px;
}
#privacy h2 {
    font-size: 16px;
    margin-top: 30px;
    color: #0d47a1;
}
#privacy p {
    margin: 10px 0;
	font-size:13px;
	line-height:180%;
	 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#privacy ul {
    margin-left: 1em;
}
#privacy .section {
    margin-bottom: 40px;
}
#privacy .contact {
    background: #e3f2fd;
    padding: 20px;
    border-radius: 8px;
}

/************************
 * 特商
 * **************************/
#tokusho{
	margin:0 auto;
	padding:30px 20px;
}

#tokusho h1 {
      font-size: 18px;
      color: #008dff;
      margin-bottom: 50px;
    }

#tokusho .law-item {
      background: #fff;
      border-left: 5px solid #0d47a1;
      padding: 10px;
      margin-bottom: 20px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      border-radius: 6px;
	display:flex;
	text-align:left;
    }

#tokusho .law-item h2 {
      font-size: 14px;
      margin-bottom: 10px;
      color: #0d47a1;
	width:35%;
	margin-right:5%;
	box-sizing:border-box;
    }
#tokusho .law-item p{
	width:60%;
	box-sizing:border-box;
}
#tokusho .law-item p,
#tokusho .law-item li {
      font-size: 13px;
      line-height: 1.7;
    }

#tokusho .law-item ul {
      margin: 10px 0 0 20px;
      padding: 0;
    }





/***********************************
お問い合わせ
*********************/

#contact{
	margin:0 auto;
	padding:30px 20px;
}

.contact-frame{
    background-color: #fff;
    margin-top: 30px;
    border: solid 5px #fcc800;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
}

.contact-frame .c-l{
    padding: 10px 5px;
    border-bottom: dashed 1px #ccc;
    text-align: left;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.contact-frame .c-l .tt{
    font-weight: 500;
	margin-bottom:8px;
	font-size:13px;
}
.contact-frame .c-l .mm{
}

.hissu{
    background-color: #CB0003;
    font-size: 10px;
    padding: 3px;
    line-height: 100%;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
}



.contact-frame .c-l input[type=checkbox] {
	width:			13px;
	height:			13px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
	margin-bottom:15px;
	margin-right:10px;
}



.wpcf7-text{
  padding: 10px;
  width: 90%;
  color: #636063;
  font-size: 13px;
  background-color:#fff;
  border:solid 1px #CCCCCC;
	margin-bottom:5px;
  }

.wpcf7-text:focus{
  background-color:#fff;
  }

.wpcf7-textarea{
  padding: 10px;
  width: 90%;
  height: 200px;
  color: #636063;
  font-size: 13px;
  background-color:#fff;
  border:solid 1px #CCCCCC;
  }

.wpcf7-textarea:focus{
  background-color:#FFFFCC;
  }

.wpcf7-form-control.wpcf7-submit {
    display: block;
	width:100%;
    border: none;
    padding: 10px;
    background-color: #0072ff;
    color: #fff;
	font-size:14px;
	border-radius:10px;
	margin-top:50px;
	border-bottom:solid 5px #005dd1;
	font-family: Helvetica ,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
}

.wpcf7-form-control.wpcf7c-btn-confirm {
    display: block;
    width: 200px;
    border: none;
    padding: 10px;
    background-color: #fff;
    color: #fff;
}

.wpcf7-form-control.wpcf7c-btn-back{
    display: block;
    width: 200px;
    border: none;
    padding: 10px;
    background-color: #fff;
    color: #fff;
    margin-bottom:10px;
}

.wpcf7-form-control.wpcf7-submit:hover{
  filter: alpha(opacity=80);
  opacity: .6;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  }

span.wpcf7-list-item {
display: block!important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em!important;
}

select{
  padding: 5px;
  width: 260px;
  color: #636063;
  font-size: 13px;
  background-color:#fff;
  border:solid 1px #CCCCCC;
}

.kibouday{
	padding:5px;
}

 .clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }

 .clearfix{
  overflow:hidden;
  }

.wpcf7-date{
	padding:5px;  border:solid 1px #CCCCCC;
	margin-right:15px;
}

.ap-chui{
	font-size:16px;
	margin-top:20px;
}

.cc-chui{
	font-size:13px;
	font-weight:normal;
	    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/**********************************
サンキュー画面
**************************/

#thx{

	margin:0 auto;
	padding:30px 20px;
	margin-bottom:100px;
}

#thx h2{
	font-size:18px;
	color:#005dd1;
	margin-bottom:30px;
}
#thx p{
	font-size:14px;
}

.grecaptcha-badge { visibility: hidden; }