@charset "utf-8";

/*
Template:nageppa
Theme Name:nageppa-child
Theme URI:https://nageppa.jp
Description:nageppa
Author:aiosl
Author URI:https://corp.aiosl.jp/
Version:1.1.2
*/

/*固定ページヘッダーBUG*/
#page_header_inner .rich_font_type3 { 
	font-family: 'Noto Sans JP', 'Montserrat', sans-serif;
	font-weight:600;
}

/*固定ページ*/
#page_header_wrap #page_header {
	height: 300px;
}

/*テーブル関連*/
.post_content table.border,
.post_content table.border th,
.post_content table.border td {
  border: 0;
  background: none;
  box-shadow: none;
}
.post_content table.border th {
  border-bottom: 1px solid #000;
  text-align: left;
}
.post_content table.border td {
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.post_content table.border th {
   /*display: table-cell;*/
   font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.post_content table:not(.not_resp) th,
	.post_content table:not(.not_resp) td {
  	display: block;
	}
	.post_content table:not(.not_resp) th {
  	border-top: 0;
  	border-bottom: 0;
	}
	.zip input[type="text"],
	.s_size input[type="text"] {
	  width: 30%;
	}
	.scroll table{
	width:100%;
	}
	.scroll{
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 30px;
	}
	.scroll::-webkit-scrollbar{
	 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
}

/*見出し関係*/

h3.styled_h3 {
    font-size: 22px !important;
}

.post_content h3 span {
	color: #ccc;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
}

.sub_catch {
	padding: 20px 0;
}

.sub_catch span{
	background: linear-gradient(transparent 60%, rgba(255, 153, 171, .6) 60%);
    font-size: 20px;
    font-weight: 700;
}

 /*全体の指定*/
/*
p,
dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

dt {
    display: block;
    line-height: 1.6;
    padding: 6px 0;
}

dd {
    margin-inline-start: 40px;
}
ul,
ol {
    padding-inline-start: 40px;
}

.post_content li {
    margin-inline-start: -60px;
}*/

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
     width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
	width: 70%;
}

.w80 {
    width: 80%;
}

.w100 {
    width: 100%;
}
@media screen and (max-width: 768px) {
.w30, .w40, .w50, .w60, .w70 {
    width: 100%;
	}
}
/*その他共通して指定している要素*/

.post5_box div {
	box-sizing: border-box;
	display: inline-block;
	padding: 20px;
    letter-spacing: normal;
    vertical-align: top;
}

p.txt_l {
    text-align: left;
}

.line_box {
	border: 2px solid #eee;
	border-radius: 6px;
	margin: 30px 0;
    padding: 40px;
}

.flexbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flexbox {
    flex-direction: column;
  }
}
/*各セクション*/

.section {
	margin: 30px 0;
	text-align: center;
}
.section p.section-description {
	line-height: 1.6;
    margin: 0 auto;
}
.section-headbox {
    padding: 30px 0;
}


/*選ばれる理由*/

.post5_box {
	background: #fafafa;
	letter-spacing: -0.4em;
    padding: 30px 0;
    text-align: center;
}

.post5_box h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.post5_box p {
    text-align: left;
}

.post5_box span.fa-stack {
	margin-bottom: 16px;
    vertical-align: top;
}

.post5_box span.fa-stack i:first-child {
    color: #2199EE;
}

/*コスト比較*/

.cost {
	background: #fff;
    text-align: center;
}

.cost dt,
.cost dd {
	line-height: 1.6;
    padding: 8px;
    margin: 0;
}

.cost dt {
	background: #0B3774;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.cost dt span {
	display: block;
    font-weight: 400;
    font-size: 12px;
}

.cost dd:nth-child(even) {
    background: #efefef;
}

.cost dd p.price_block {
    font-size: 20px;
    font-weight: 600;
	margin: 0;
}

.cost dd p.price_block span {
	color: #666;
    font-size: 16px;
    font-weight: 400;
}

.cost dd.cost_txt {
	color: #000;
    font-family: 'Noto Sans JP', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.cost dd.cost_txt span {
    color: red;
    font-size: 32px;
}

.cost dd.cost_txt span span {
    color: #000;
    font-size: 16px;
}

.cost.cost_n {
    border: 3px solid red;
}

.cost.cost_n dt {
    background: #e6b549;
}
/*ご利用の流れ*/

.flow_box ul {
	list-style-type:none;
    margin: 0;
    padding:0;
    text-align :center;
}

.flow_box ul li {
	background: #fafafa;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 1%;
    position:relative;
    padding: 0 0 40px;
    vertical-align: top;
    width: 16%;
}

.flow_box.step3 ul li {
    width: 25%;
}

.flow_box ul li h4 {
    font-size: 20px;
    margin: 30px 0 10px;
}

.flow_box ul li span {
	background: #FF8400;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    position: relative;
    padding: 12px;
    text-align: center;
}

.flow_box ul li span:before {
	border-color: #FF8400 transparent transparent transparent;
	border-style: solid;
	border-width: 14px 20px 0 20px;
	content:'';
	left: calc(50% - 20px);
    position: absolute;
    top: 44px;
}

.flow_box ul li h4.reg {
    margin: 40px 0 28px;
}

/*.flow_box ul li:first-child span {
    background: #da968a;
}

.flow_box ul li:first-child span:before {
    border-color: #da968a transparent transparent transparent;
}

.flow_box ul li:nth-child(2) span {
    background: #e6b549;
}

.flow_box ul li:nth-child(2) span:before {
    border-color: #e6b549 transparent transparent transparent;
}

.flow_box ul li:nth-child(3) span {
    background: #669999;
}

.flow_box ul li:nth-child(3) span:before {
    border-color: #669999 transparent transparent transparent;
}

.flow_box ul li:nth-child(4) span {
    background: #056ab7;
}

.flow_box ul li:nth-child(4) span:before {
    border-color: #056ab7 transparent transparent transparent;
}*/

.flow_box ul li .fas {
    color: #ccc;
}

.flow_box ul li h4.reg {
    margin: 40px 0 40px;
}
@media screen and (max-width: 768px) {
.flow_box ul li, .flow_box.step3 ul li {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
	}
}
/*プラン*/

dl.plan {
	background: #fff;
    text-align: center;
}

dl.plan dt, dl.plan dd {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin: 0;
    padding: 16px;
}
dl.plan  {
    border-bottom: 1px solid #eee;
}
dl.plan dt {
    color: #fff;
    font-weight: 500;
}
dl.plan dd.price_block {
	border-bottom: 1px solid #eee;
    padding: 40px 16px;
}
dl.plan dd.price_block span {
    display: block;
}
dl.plan dd.price_block .price {
	color: #000;
    font-family: 'Noto Sans JP', 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 600;
}
dl.plan dd.price_block .monthly {
	color: #666;
    font-size: 12px;
}
dl.plan dd.plan_txt {
    font-weight: 600;
}
dl.plan dd.plan_txt p {
    margin-bottom: 6px;
}
dl.plan dd.plan_txt span {
    display: block;
    font-size: 12px;
}
dl.plan a.plan_bt {
	background: #d5864e;
    color: #fff;
    padding: 8px;
    text-align: center;
}
dl.plan dd:last-child {
    padding-bottom: 40px;
}
dl.plan.plan1 dt {
    background: #00a2ff;
}
dl.plan.plan2 dt {
    background: #15c87a;
}
dl.plan.plan3 dt {
    background: #ff9c00;
}

/*対応可能業務*/

.service_box {
    background: #fafafa;
    padding: 30px 0;
    letter-spacing: -0.4em;
    text-align: center;
}

.service_box div {
	box-sizing: border-box;
	display: inline-block;
	letter-spacing: normal;
    padding: 20px;
    vertical-align: top;
    width: 25%;
}

.service_box img {
	height: auto;
	width: 60%;
}

.service_box p {
    font-size: 14px;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
  	.service_box div {
  	width: 50%;
  }
}
/*お問合せ・資料請求*/
.post_content p.tel_box {
	margin-bottom: 0;
}
.tel_box span {
    font-size: 240%;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.tel_box span {
    	display: block;
	}
}
/*お問合せ・資料請求フォーム*/
/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
vertical-align:middle;
width:100%;
line-height:35px;
height:35px;
padding:5px;
margin-bottom: 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#ffffff;
box-sizing: border-box;
}
textarea{
height:auto;
line-height:1.5;
}
select {
padding: 8px 5px;
}
input[type="submit"],input[type="reset"],input[type="button"]{
padding:8px 15px;
border: none !important;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
height:48px;
	margin:30px auto 0;
	background-color:#333333; 
	cursor:pointer;
	text-align:center; 
	text-decoration:none;
	line-height:1.5;
	outline:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm { 
	position:relative;
	width:225px;
}
.wpcf7 form,.wpcf7 {
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
}
.wpcf7 p {
	font-size: inherit !important;
}
.wpcf7 a {
	text-decoration: underline;
}
*:first-child+html input[type="submit"]{padding:3px;}

span.yubin,
form input[type="submit"], input[type="reset"], input[type="button"] {
  margin: 0 auto;
  padding: 10px 20px;
  background: #1262D1;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120%;
  color: #fff;
  cursor: pointer;
}
span.yubin,
span.yubin:hover { font-size: 80%;padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
  background: #2199EE;
}
#searchform input[type="submit"] {
    line-height: 1;
    padding: 6px;
    vertical-align: top;
}
.submit-button{
  text-align:center;
}
/* 確認画面用CSS */
/*枠線消す*/
form .wpcf7c-conf {
  background-color: transparent !important;
  border: none !important;
}
.wpcf7-form table p {
  padding-bottom: 5px;
}
textarea.wpcf7-form-control {
  max-height: 100px;
}
.wpcf7 .wpcf7-submit {
	background-color: #094f94 !important;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #1373a3 !important;	
}
/*確認画面でradioが見え難い*/
input[type="hidden"] + span {
  font-weight: bold;
}
/*確認画面セレクトボックスヤジルシ消す*/
select.wpcf7c-conf {
   -webkit-appearance: none;
   -moz-appearance:    none;
   -ms-appearance:    none;
   appearance:         none;
   /*Firefox用*/
    text-indent: .01px; 
    text-overflow: "";
}
select.wpcf7c-conf::-ms-expand {
  display: none;
}
.wpcf7-form table p {
    padding-bottom: 0;
}
.zip input[type="text"],
.s_size input[type="text"] {
  width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  width: 40%;
}
span.required {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 6px;
    background: red;
    color: #fff;
    font-size: 90%;
    line-height: 1.2;
    text-align: center;
    margin: 0 4px;
}
@media screen and (max-width: 768px) {
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  width: 100%;
	}
}	
/*ADD*/
.post_content p {
	line-height: 1.8;
	margin: 0 0 1em;
}
/*見出しフォント*/
.main-txtarea h1 span, .main-txtarea h2 span {
	font-family: 'Noto Sans JP', 'Montserrat', sans-serif;
}
#pre h2 {
	font-family: 'Noto Sans JP', 'Montserrat', sans-serif;
	/*font-size: .56rem;*/
	font-size: .50rem;
}
#pre h2 span {
	font-size: .30rem;
	display: block;
	text-align: center;
}
#pre .pre-txt1,
#reason h2,
#reason .reason-contents dl dt,
#reason .price dl dt,
#example h2,
#works h2,
#works .flex div h3,
#reason .price .price-contents .flex div h3, dl.plan dt,
.main-txtarea .main-link li a {
	font-family: 'Noto Sans JP', 'Montserrat', sans-serif;
}
@media screen and (max-width: 768px) {
  #pre h2 {
    font-size: 0.27rem;
  }
	#pre h2 span {
		font-size: .17rem;
	}
}
/*ヘッダー*/
header, header.header-back {
    background: #1262D1;
	z-index: 101;
}
/*#page_header_wrap {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	#page_header_wrap {
	margin-top: 50px;
	}
}*/
/*フッター*/
footer .sns_box dd {
	font-size: .2rem;
	display: inline-block;
    width: 28%;
}
footer .sns_box dd:before {
	content: none;
    display: inline-block;
    padding-right: 0;
}
#f-contents {
	padding: 0;
}
.mail {
	z-index: 100;
}
@media screen and (max-width: 768px){
	.main-txtarea .sp-txt div{
		background: rgba(17, 98, 209,.5);
		width: 2.1rem;
	}
	.main-txtarea .sp-txt div p{
		padding-left: 20px;
	}
}
/*reCAPTCHA*/
.grecaptcha-badge { visibility: hidden; }
.recaptcha {
	padding: 30px 0;
	text-align: center;
}
/*Contact*/
.page-template-page-form #main_contents {
	padding: 90px 0 140px;
}
/*20210609ADD*/
.page-id-193 #page_header {
	display: none;
}
.well-x {
	padding: 2em 1.1em;
    border-radius: 6px;
    background-color: #fafafa;
	text-align: center;
}
.well-x .sub_catch {
	padding: 0;
}
.well-xt {
	padding: 2em 1.1em;
	border-radius: 6px;
	border: 1px solid #fff;
	text-align: center;
	margin: 1.1em 0 0;
}
.well-xt .sub_catch {
	padding: 0;
}
.well-xt .sub_catch span {
	background: linear-gradient(transparent 60%, rgba(153,249,255,0.3) 60%);
}
#reason .price .price-contents .well-xt p {
	font-size: .14rem;
}
br.sp_only {
		display: none;
	}
@media screen and (max-width: 750px) {
	br.sp_only {
		display: inline;
	}
}
/*20210621ADD*/
.post_content .voice_header h2 {
	color: #000;
	font-size: 22px;
	font-family: 'Noto Sans JP', 'Montserrat', sans-serif;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
	.post_content .voice_header h2 {
		font-size: 18px;
	}
}
.post_content .styled_h4 {
	color: #1262D1;
	border-bottom: 2px solid #1262D1;
	padding: 8px 0px 8px 8px !important;
}
.page-template-default #main_contents {
	padding-bottom: 0;
}
.post_content .voice_list a {
	display: block;
}
.post_content .voice_list a:hover {
	opacity: .6;
}
.post_content .voice_list h2 {
	font-size: 18px;
}
/*20220105*/
#example #blog_list .title a {
	color: #000;
}
#example #blog_list .title a:hover {
	color: #ff8400;
}
/*パンくず*/
.aioseo-breadcrumbs {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 8px 0;
	font-size: 92%;
}
@media screen and (max-width: 768px) {
	.aioseo-breadcrumbs {
		margin: 0 50px;
	}
}
@media screen and (max-width: 750px) {
	.aioseo-breadcrumbs {
		margin: 0 20px;
	}
}
#blog_single {
	margin-top: 60px;
}
/*20220420*/
#page_header .desc {
	font-weight: normal;
}
/*20220421コピー後*/
#header_logo img {
	max-height: 60px;
	width: auto;
}
#menu_button span {
	background: #fff !important;
}
@media screen and (max-width: 1251px) {
	#header_logo .mobile_logo_image {
		max-width: inherit;
	}
}
/**20220525*/
.post_content .styled_h5 {
	padding-left: 10px !important;
	border-bottom: 1px solid #000 !important;
}
.post_content table ul, .post_content table ol {
	margin-bottom: 0;
}
/*20230922キャンペーン*/
.inner .cam_bn {
	position: absolute;
	right:0.5rem;
	bottom: 0;
	text-align: right;
}
.inner .cam_bn img {
	width: 100%;
	height: auto;
}
.main .cam_bn_sp {
	display: none;
}
.inner .cam_bn a {
	/*display: block;
	background: #fff;*/
}
.inner .cam_bn img:hover, .main .cam_bn_sp img:hover {
	opacity: 0.8;
}
.inner .cam_bn img, .main .cam_bn_sp img {
      transition: 0.5s;
}
    
@media screen and (max-width: 1251px) {
	.inner .cam_bn img {
		width: 80%;
		height: auto;
	}
}
@media screen and (max-width: 750px) {
	.inner .cam_bn {
		display: none;
	}
	.main .cam_bn_sp {
		display: block;
	}
	.main .cam_bn_sp img {
		width: 100%;
		height: auto;
	}
}

/*20231016 add news*/
span.nsred-word01 {
color:red;
}
table.news-contbl01 td {
padding:10px 25px;
}
#news_list .image {
	display:none;
}
#news_list .title_area {
	border-left:1px solid #ddd;
	width:100%;
	float:none;
}

body#body.post-type-archive-news #page_header .catch,
 body#body.post-type-archive-news #page_header .desc{
	webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
    animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;	
}
 body#body.post-type-archive-news #page_header .catch{
	font-weight:600;
}

.news-contblbox01 {
	margin-top:20px;
}
@media screen and (max-width: 767px) {
table.news-contbl01  {

}
table.news-contbl01 th,
table.news-contbl01  td {
		display:block;
		width:auto;
		text-align:center;
}
	#news_list .title_area,
	#news_list .image_wrap {
		width:100% !important;
	}
	#news_archive #main_col {
		margin:0 0 40px !important;
	}
	#news_list .title_area{
		border-left:none;
	}

	table.news-contbl01 th {
		border-top: 1px solid #ccc !important;
	}
}

/*20240301 add*/

body#body.archive.post-type-archive.post-type-archive-support #page_header .catch{
	webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
    animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;	
}
 body#body.post-type-archive-news #page_header .catch{
	font-weight:600;
}

.exel-contextbox01 {
	margin-top:30px;
}
.exel-contextbox01 p {
	margin-left:5px !important;
	margin-right:5px !important;
	padding-bottom:15px;
}
.exel-conintextbox0101 {
	margin-left:5px;
	margin-right:5px;
}

.exel-coninimg0101,
.exel-coninimg0201{
	text-align:center;
	padding-bottom:15px;
	padding-top:15px;
}

.exel-conintextbox0201 {
	padding-top:15px;
	padding-bottom:15px;
}

.exel-box ul {
	list-style:disc;
	padding-left:10px;
}

.exel-conbox02 {
	padding-top:30px;
	padding-bottom:30px;
}
.exel-coninbox0201,
.exel-coninbox0202 {
	display:flex;
}

.exel-coninimg0201,
.exel-coninimg0202,
.exel-conintext0201,
.exel-conintext0202 {
	width:50%;
	margin:5px;
}
.exel-coninimg0201,
.exel-coninimg0202{
	display:flex;
	justify-content:center;
	align-items:center;
}
.exel-box dl {
padding-left:10px;
padding-right:10px;
}
.exel-box dt {
	margin-bottom:15px;
}

nav#global_menu > ul > li > a{
	padding: 0 12px !important;
}
@media screen and (max-width: 1251px)  {
	
	.exel-coninbox0201,
	.exel-coninbox0202{
		flex-direction: column;
	}
	.exel-coninimg0201,
.exel-coninimg0202,
.exel-conintext0201,
	.exel-conintext0202{
		width:auto;
	}
		.exel-coninimg0201,
	.exel-coninimg0202{
		order:-1;
		padding-bottom:15px;
	}
	
	.exel-conintext0201,
	.exel-conintext0202{
		order:1;
	}
	#global_menu > ul > li > a{
		padding:0 15px !important;
	}
}

body#body.archive.post-type-archive.post-type-archive-support #header_category_button_wrap {
	top:0 !important;
}

span.span-wordred01 {
	color:red;
}
/*20250802_column_fbox*/
#main_contents .column_fbox {
	margin: 30px auto;
}
#main_contents .column_fbox h5 {
	color: #ff0000;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
#main_contents .column_fbox h5 span{
	font-size: 32px;
	display: block;
}
#main_contents .column_fbox p.catch {
	font-size: 22px;
	text-align: center;
}
#main_contents .column_fbox .btn_wrap {
	text-align: center;
	margin-bottom: 20px;
}
#main_contents .column_fbox .btn_wrap p {
	margin-top: 10px;
}
#main_contents .column_fbox .well_blue {
	background: #EDF2FA;
	padding: 20px;
	margin-bottom: 30px;
}
#main_contents .column_fbox .well_blue .post_col {
	margin-bottom: 5px;
	text-align: center;
}
#main_contents .column_fbox .well_blue .btn_wrap {
	margin-bottom: 0;
}
#main_contents .column_fbox ul.flex_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0;
	list-style: none;
}
#main_contents .column_fbox ul.flex_wrap li {
	width: calc(33.33% - 2px);
	padding: 8px;
	margin: 3px 0;
	color: #1162d1;
	background: #fff;
	border: 5px solid #EDF2FA;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	line-height: 1.6;
}
#main_contents .column_fbox ul.flex_wrap li:nth-child(2) {
	margin: 3px;
}
@media screen and (max-width: 767px) {
	#main_contents .column_fbox ul.flex_wrap li,
	#main_contents .column_fbox ul.flex_wrap li:nth-child(2) {
		width: 100%;
		margin: 6px 0;
	}
}
@media screen and (min-width: 768px) {
	#main_contents .column_fbox .sp_only {
		display: none;
	}
}
