@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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
outline: 0;
vertical-align: baseline;
list-style: none;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
* {
box-sizing: border-box;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
html {
font-size: 62.5%;
}
body {
position: relative;
font-size: 1.4rem;
line-height: 1.5;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
}
a {
color: inherit;
text-decoration: none;
}
a:hover {
color: inherit;
text-decoration: none;
}
p:empty {display: none;
}
img {
max-width: 100%;
height: auto;
}
input {
border: none;
/* Google Chrome, Safari, Opera 15+, Android, iOS */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
input:placeholder-shown {
color: #a8a8a8;
}
input::-webkit-input-placeholder {
color: #a8a8a8;
}
input:-moz-placeholder {
color: #a8a8a8;
opacity: 1;
}
input::-moz-placeholder {
color: #a8a8a8;
opacity: 1;
}
input:-ms-input-placeholder {
color: #a8a8a8;
}
textarea {
/* Google Chrome, Safari, Opera 15+, Android, iOS */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
textarea:placeholder-shown {
color: #a8a8a8;
}
textarea::-webkit-input-placeholder {
color: #a8a8a8;
}
textarea:-moz-placeholder {
color: #a8a8a8;
opacity: 1;
}
textarea::-moz-placeholder {
color: #a8a8a8;
opacity: 1;
}
textarea:-ms-input-placeholder {
color: #a8a8a8;
}

@media screen and (min-width: 769px) {
.sp {
display: none !important;
}
}

@media screen and (max-width: 768px) {
.pc {
display: none !important;
}
}
.area-all{
position: relative;
width: 100%;
height: 100%;
}

/*-- header --*/
.area-header {
padding: .2rem 1rem 1rem;
background-color: #fff;
position: fixed;
top: 0; left: 0; right: 0;
z-index: 99;
}
.prt-headertext {
max-width: 980px;
margin: 0 auto .3rem;
color: #555;
font-size: 1.2rem;
}
.prt-header2col {
max-width: 980px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.prt-header2col__col1 {
display: flex;
align-items: center;
}
.prt-header2col__col1 img {
display: block;
}
.prt-header2col__col2 {
margin: 0px 0 0 0;
}
.prt-headerlogo {
margin: -2px 0 -9px 0;
}
.prt-headerlogo img{
width: 100%;
max-width: 165px;
height: auto;
}
.prt-headerlogo .company_name{
color: #003282;
font-size: 13px;
font-weight: bold;
}
.prt-headerbnrs {
display: flex;
align-items: center; 
margin: 0 0 -5px 0;
}
.prt-headerbnrs__item {
border-radius: 6px;
}
.prt-headerbnrs__item img {
margin: 0 auto;
display: block;
}
.prt-headerbnrs__item a:hover {
opacity: .7;
}
.prt-headerbnrs__item + .prt-headerbnrs__item {
margin-left: 0.8rem;
}
.prt-headerbnrs__item.tel {
box-shadow: 4px 4px #00569b;
}
.prt-headerbnrs__item.contact {
box-shadow: 4px 4px #aa0000;
}
.prt-headerbnrs__item.chatwork {
box-shadow: 4px 4px #89304c;
}
.prt-headerbnrs__item.line {
box-shadow: 4px 4px #008400;
}
.prt-headerbnrs__item .btn {
position: relative;
display: block;
overflow: hidden;
cursor: pointer;
}
.prt-headerbnrs__item .btn img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
display: block;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
.prt-headerbnrs__item .btn:hover img:nth-of-type(2) {
opacity: 0;
}
.prt-headerbnrs__item.tel .btn,
.prt-headerbnrs__item.contact .btn,
.prt-headerbnrs__item.line .btn,
.prt-headerbnrs__item.chatwork .btn {
width: 190px;
height: 57px;
}
.prt-headertel {
display: flex;
align-items: center; 
padding: 0 5px;
}
.prt-headertel__box {
width: 50px;
height: 50px;
background-color: #fb7300;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.6;
text-align: center;
}
.prt-headertel__content {
margin-left: .8rem;
}
.prt-headertel__caption {
margin-bottom: .8rem;
padding: .5rem .5rem;
background-color: #00a3f1;
color: #fff;
display: inline-block;
font-size: 1.2rem;
font-weight: bold;
line-height: 1;
}
.prt-headertel__tel {
padding-left: 2.0rem;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/tel.png') no-repeat left center/1.5rem auto;
color: #333;
font-size: 1.7rem;
font-weight: bold;
line-height: 1;
}
.prt-headertel__tel span {
color: red;
display: inline-block;
font-size: .6em;
font-weight: bold;
}
.prt-estab {
margin-top: 1.5rem;
padding: 0 1rem;
font-size: 1.3rem;
line-height: 1.25;
}
.prt-estab__inner {
max-width: 980px;
margin: 0 auto;
display: flex;
justify-content: center;
}
.prt-estab .date {
color: #ffe400 ;
margin: 0 1rem;
display: inline-block;
font-size: 1.25em;
font-weight: bold;
}
.prt-estab .temporary {
color: #ffe400 ;
margin: 0 1rem;
display: inline-block;
font-size: 1.25em;
font-weight: bold;
}

@media screen and (max-width: 768px) {
.area-header {
padding: 0;
box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.prt-headertext {
margin-bottom: 0;
font-size: 10px;
color: #fff;
background: #02266f;
padding: 3px 0.5rem;
width: 100%;
}
.prt-header2col {
flex-wrap: wrap;
}
.prt-header2col__col1 {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.prt-header2col__col2 {
width: 100%;
margin-top: 1rem;
}
.prt-headerlogo {
width: calc((100% - .5rem) / 2);
margin: 0;
}
.prt-headertel {
width: calc((100% - .5rem) / 2);
}
.prt-headersp {
display: flex;
justify-content: space-between;
align-items: center;
height: 60px;
}
.prt-headersp__logo img {
width: 120px;
height: auto;
padding: .5rem 0rem .5rem 1rem;
display: block;
}
.prt-headicons {
display: flex;
align-items: center;
width: 72%;
max-width: 360px;
justify-content: flex-end;
margin-right: 0.2rem;
}
.prt-headicons__item {
width: 20%;
margin: .4rem;
}
.prt-headicons__item.line {
width: 35%;
}
.prt-headicons__item a {
display:flex;
justify-content:center;
align-items:center;
width: 100%;
height: 50px;
border-radius: 5px;
}
.prt-headicons__item.tel a {
background-color: #1170bc;
box-shadow: 3px 3px #00569b;
}
.prt-headicons__item.contact a {
background-color: #f00;
box-shadow: 3px 3px #aa0000;
}
.prt-headicons__item.line a {
padding: 0 5px;
background-color: #00b900;
box-shadow: 3px 3px #008400;
}
.prt-headicons__item.chatwork a {
background-color: #fff;
border: 1px solid #f00;
box-shadow: 3px 3px #89304c;
}
.prt-headicons__item a img{
width: 100%;
max-width: 55px;
height: auto;
}
.prt-headicons__item a img.small{
max-width: 40px;
}
.prt-headicons__item.line a img{
max-width: 80px;
}
.prt-estab {
font-size: 1.1rem;
margin: 0;
}
.prt-estab__inner {
padding: .8rem 0;
}
.prt-estab .date {
margin: 0 .8rem;
}
.prt-estab .temporary {
margin: 0 .8rem;
}
.prt-estab__text2 {
margin-top: .8rem;
}
}

@media screen and (max-width: 340px) {
.prt-headersp__logo.saitama img {
height: 40px;
}
}

/*-- mv --*/
.area-mv {
padding-top: 126px;
padding-bottom: 5rem;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/mv/bg_mv-3.webp') no-repeat center top/100% auto;
background-color: rgba(133,175,193);
position: relative;
}
.area-mv::before {
content: "";
position: absolute;
bottom: 0; left: 0; right: 0;
border-top: 100px solid transparent;
border-left: 50vw solid #f7f7f9;
border-right: 50vw solid #f7f7f9;
}
.area-mv__catch {
margin: -4rem auto 3rem;
color: #f00;
font-size: 4.4rem;
font-weight: bold;
position: relative;
text-align: center;
text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.area-mv__catch__em {
font-size: 1.4em;
font-weight: bold;
}
.area-mv__caption {
width: 100vw;
margin:1rem calc(50% - 50vw) -1rem;
background-color: #0e2f92;
color: #fff;
font-size: 2rem;
line-height: 1;
}
.area-mv__caption p {
max-width: 980px;
margin: 0 auto;
padding: 0.3rem 0 0.6rem 0;
font-weight: bold;
}
.area-mv__mainimg img {
margin: 60px auto 40px auto;
transform: translateY(13px);
display: block;
width: 100%;
max-width: 980px;
height: auto;
}
.prt-mvtextbox {
max-width: 900px;
margin: 0 auto;
display: flex;
position: relative;
}
.prt-mvtextbox__col1 {
width: 250px;
background-color: #ffd800;
}
.prt-mvtextbox__h {
height: 100%;
padding: 1rem;
color: red;
display: flex;
justify-content: center;
align-items: center;
font-size: 2.4rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
}
.prt-mvtextbox__col2 {
padding: 2rem 2rem 2rem 2.5rem;
flex-grow: 1;
background-color: #fff;
border: 3px solid #ffd800;
}
.prt-mvtextbox__catch {
margin-bottom: 1.4rem;
color: black;
font-size: 2.4rem;
font-weight: bold;
line-height: 1.5;
text-decoration: none;
}
.prt-mvtextbox__catch .red{
color: red;
font-weight: bold;
text-decoration: underline;
}
.prt-mvtextbox__list {
color: #000;
font-size: 2.0rem;
line-height: 1.5;
}
.prt-mvtextbox__list__item + .prt-mvtextbox__list__item {
margin-top: 1rem;
}
.prt-mvtextbox__list__item .underline {
font-weight: bold;
text-decoration: underline;
}

@media screen and (max-width: 768px) {
.area-mv {
padding-bottom: 10px;
background-color: #f7f7f9;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/mv/bg_mv_sp-3.webp') no-repeat center bottom;
background-size: 110%;
position: relative;
}
.area-mv::before {
display: none;
}
.area-mv__mainimg img {
margin: 0px auto 0px auto;
}
.area-mv__catch {
margin: -3rem auto 2rem;
font-size: 2.6rem;
}
.prt-estab .date,
.prt-estab .temporary {
color: #003280 ;
}
.prt-estab__inner {
display: block;
text-align: center;
height: 4rem;
}
.area-mv__caption {
background-color: #fff;
margin: 0px;
height: 45px;
}
.area-mv__caption p {
color: #000 ;
padding: 0px 0 4px 0;
font-size: 1.1rem;
line-height: 1.0;
}
.prt-mvtextbox {
flex-wrap: wrap;
}
.prt-mvtextbox__col1 {
width: 100%;
}
.prt-mvtextbox__col2 {
width: 100%;
padding: 1rem;
border-top: none;
}
.prt-mvtextbox__h {
padding: 1rem;
font-size: 1.6rem;
}
.prt-mvtextbox__catch {
margin-bottom: 1rem;
font-size: 1.6rem;
}
.prt-mvtextbox__list {
font-size: 1.4rem;
}
.prt-mvtextbox__list__item + .prt-mvtextbox__list__item {
margin-top: .7rem;
}
}

@media screen and (max-width: 340px) {
.area-mv {
padding-bottom: 4rem;
}
}

/*-- target --*/
.area-target {
margin: 0;
padding: 4rem 1.6rem 0;
background: linear-gradient(#f7f7f9, #7f848d);
overflow: hidden;
}
.area-target__h {
max-width: 840px;
margin: 0 auto 3rem;
text-align: center;
font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 4rem;
font-weight: bold;
border-bottom: 4px solid #fe0000;
line-height: 1.25;
}
.area-target__caption {
max-width: 760px;
margin: 0 auto 2rem;
padding: 1.6rem 0 3.5rem;
background-image: url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/target/arrow.png");
background-position: top center;
background-repeat: no-repeat;
background-size: 250px;
color: #04317e;
font-size: 28px;
font-weight: bold;
}
.prt-target2col {
max-width: 980px;
margin: 0 auto;
display: flex;
justify-content: space-between;
position: relative;
}
.prt-target2col__col1 {
padding-top: 0rem;
position: absolute;
top: 0;
left: 0;
width: 306px;
height: auto;
text-align: right;
z-index: 1;
}
.prt-target2col__col1 img{
width: 100%;
height: auto;
}
.prt-target2col__col2 {
z-index: 2;
padding-left: 300px;
padding-bottom: 10rem;
}
.prt-targetlist {
z-index: 2;
padding: 8rem 6rem 6rem;
width: 100%;
background: url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/target/section01_list_bk_pc.webp") no-repeat center;
background-size: 100% 100%;
}
.prt-targetlist__item {
padding-left: 4rem;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/fail/icon_check.png') no-repeat left center;
font-size: 2rem;
line-height: 1.3;
}
.prt-targetlist__item .red {
color: red;
font-weight: bold;
}
.prt-targetlist__item__inner {
padding: 3px 0;
border-bottom: 1px dashed #9a9a9a;
display: block;
font-weight: bold;
}

@media screen and (max-width: 768px) {
.area-target {
margin: 280px 0 0 0;
padding: 2rem 1rem 5rem;
position: relative;
}
.area-target::before {
content: "";
position: absolute;
top: 2rem;
bottom: 0;
left: 0;
width: 120px;
}
.prt-target2col {
max-width: 360px;
}
.prt-target2col__col1 {
position: absolute;
top: -150px;
left: 0;
width: 120px;
}
.area-target__h {
margin: 0 0px 0 0px;
padding-bottom: .5em;
padding-left: 90px;
font-size: 18px;
font-weight: bold;
}
.area-target__caption {
margin: 0 0 0 90px;
padding-bottom: 3rem;
background-size: 150px;
font-size: 13px;
text-align: center;
}
.prt-target2col__col2 {
padding: 0;
}
.prt-targetlist {
z-index: 2;
height: auto;
padding: 3rem;
background-size: 450px;
}
.prt-targetlist__item {
font-size: 1.3rem;
}
}

/*-- iraisaki --*/
.area-iraisaki {
padding-bottom: 5.8rem;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/iraisaki/bg_iraisaki.png');
}
.area-iraisaki__h {
max-width: 900px;
padding: 2.0rem;
margin: 0px auto 0px auto;
background-color: #003280;
color: #fff;
font-size: 3.2rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
}
.area-iraisaki__h .yellow {
color: #ffe400;
font-weight: bold;
}
.area-iraisaki__img {
margin: 2.8rem auto 0 auto;
}
.area-iraisaki__img img {
margin: 0 auto;
display: block;
}
.prt-iraisakitable {
width: 100%;
max-width: 900px;
margin: 0 auto;
border-collapse: collapse;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
font-size: 1.6rem;
line-height: 1.3;
}
.prt-iraisakitable th {
padding: 1.6rem 1.2rem;
background-color: #eee;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
font-weight: bold;
text-align: left;
vertical-align: middle;
}
.prt-iraisakitable td {
padding: 1.6rem 1.2rem;
background-color: #fff;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
text-align: center;
vertical-align: middle;
}
.prt-iraisakitable td.orange {
background-color: #fff1d7;
}
.prt-iraisakitable td.blue {
font-size: 1.8rem;
background-color:#D6EDF8;
}
.prt-iraisakitable td span {
font-weight: bold;
color: #666666;
}
.prt-iraisakitable td span.blue {
color: #003280;
}
.prt-iraisakitable td span.red {
color: #f00;
}
.prt-iraisakitable td span.purple {
color: purple;
}
.prt-iraisakitable tr td:last-child {
border-left: 5px solid #0e4f92;
border-right: 5px solid #0e4f92;
}
.prt-iraisakitable tr:first-child td:last-child {
border-top: 5px solid #0e4f92;
}
.prt-iraisakitable tr:last-child td:last-child {
border-bottom: 5px solid #0e4f92;
}
.prt-iraisakitable__thimg {
margin-top: 1rem;
}
.prt-iraisakitable__thimg img {
height: auto;
margin: 0 auto;
display: block;
}
.prt-iraisakitable__thimg2 {
margin-bottom: 1rem;
}
.prt-iraisakitable__thimg2 img {
height: auto;
margin: 0 auto;
display: block;
}
.prt-iraisaki_message {
width: 100%;
max-width: 900px;
margin: -20px auto 30px auto;
font-size: 1.8rem;
}
.prt-iraisaki_message p{
padding: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
.area-iraisaki__h {
margin-bottom: 2.4rem;
font-size: 2.2rem;
padding: 1rem;
line-height: 1.4;
}
.prt-iraisakitable {
max-width: 700px;
}
.prt-iraisakitable img {
width: 30px;
height: auto;
}
.prt-iraisakitable th {
width: 7%;
font-size: 1.1rem;
padding: 1rem 0.5rem;
line-height: 1.1;
text-align: center;
}
.prt-iraisakitable th .block {
display: block;
}
.prt-iraisakitable .prt-iraisakitable__thimg img {
width: 90%;
}
.prt-iraisakitable td {
width: 22%;
font-size: 1.2rem;
padding: 1rem 0.5rem;
}
.prt-iraisakitable td.orange {
width: 27%;
}
.prt-iraisakitable td.blue {
font-size: 1.4rem;
}
.prt-iraisaki_message {
width: auto;
margin: -40px 10px 10px 10px;
font-size: 1.5rem;
}
.prt-iraisaki_message p{
padding: 0 0 15px 0;
}
}

/*-- sonshite --*/
.area-sonshite {
margin: 0px 0 0 0;
padding-bottom: 5.8rem;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/iraisaki/bg_iraisaki.png');
}
.area-sonshite__h {
margin-bottom: 5.6rem;
}
.prt-sonshite-text {
max-width: 980px;
margin: 0 auto 5.5rem;
font-size: 1.6rem;
line-height: 1.8;
}
.prt-sonshite-text2 {
max-width: 980px;
margin: 20px auto 10px auto;
font-size: 1.6rem;
line-height: 1.8;
}
.prt-sonshite-text2 .blue{
font-weight: bold;
color: #003280;
}
.prt-sonshite-text2 .red{
font-weight: bold;
color: red;
}
.prt-sonshitelist {
max-width: 980px;
margin: 0 auto 1rem;
display: flex;
justify-content: center;
}
.prt-sonshitelist__item {
width: calc((100% - 20rem) / 3);
position: relative;
}
.prt-sonshitelist__label {
position: absolute;
top: 3rem;
width: 100%;
color: #0e2f92;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.prt-sonshitelist__label .red {
color: red;
font-weight: bold;
}
.prt-sonshitelist__label.many-text {
top: 2.5rem;
font-size: 1.7rem;
}
.prt-sonshitewhy {
margin: 4.4rem 0;
}
.prt-sonshitewhy__h {
margin: 0 auto 2.8rem;
display: block;
width: 100%;
height: auto;
}
.prt-sonshitewhy__why {
margin: 4rem 0 2.8rem;
padding: 1.5rem 0 2.6rem;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/sonshite/arrow.png') no-repeat center/auto 100%;
color: red;
font-size: 3.2rem;
font-weight: bold;
text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
text-align: center;
}
.prt-sonshitewhy__h3{
max-width: 900px;
padding: 2.0rem;
margin: 0px auto 30px auto;
background-color: #003280;
color: #fff;
font-size: 3.2rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
}
.prt-sonshitewhy__catch {
margin: 30px 0 0 0;
font-size: 3.4rem;
font-weight: bold;
text-align: center;
}
.prt-sonshitewhy__catch .bgyellow {
padding: 3px;
background-color: #ffed4a;
font-weight: bold;
}
.prt-sonshitewhy__catch .red {
color: red;
font-weight: bold;
}
.prt-sonshitewhy__img {
margin: 4rem auto 3rem;
display: block;
}
.prt-sonshitegraph {
max-width: 900px;
margin: 4rem auto;
}
.prt-sonshitegraph__2col {
display: flex;
justify-content: space-between;
}
.prt-sonshitegraph__2col__col {
width: calc((100% - 3rem) / 2);
}
.prt-sonshitegraph__text {
padding: 2rem;
background-color: #fff;
border: 3px solid #0e2f92;
font-size: 2.8rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.prt-sonshitegraph__text2 {
padding: 6rem 0 10rem;
color: red;
font-size: 2.8rem;
font-weight: bold;
text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
text-align: center;
}
.prt-sonshitegraph__text2.lazyloaded {
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/sonshite/arrow_yellow.png') no-repeat center/auto 100%;
}
.prt-sonshitegraph__img {
position: absolute;
margin: 30px 0 0 0;
}
.prt-sonshitegraph__img img{
width: 150px;
height: auto;
}
.prt-sonshitegraph__catch {
margin-top: -2rem;
padding: 2.4rem;
background-color: #000000;
text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
color: #FF0004;
font-size: 3.6rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.prt-sonshitebox {
overflow: hidden;
position: relative;
max-width: 900px;
margin: 0 auto 5rem auto;
padding: 3rem;
background-color: #fff;
border: solid 2px #8ab7e9;
outline: solid 10px #fff;
}
.prt-sonshitebox__h {
font-size: 3rem;
color: #003280;
font-weight: bold;
text-align: center;
border-bottom: 1px solid #8ab7e9;
}
.prt-sonshitebox__text {
font-size: 1.6rem;
line-height: 2;
margin: 2rem 1rem;
}
.prt-sonshitebox__text .red {
color: red;
font-weight: bold;
}
.prt-sonshitebox__catch {
margin-bottom: 2rem;
color: #003280;
font-size: 3.2rem;
font-weight: bold;
text-align: center;
}
.prt-sonshitebox__catch .red {
color: red;
font-weight: bold;
}
.prt-sonshitebox__catch .bgyellow {
background-color: yellow;
}
.prt-sonshitebox__catch2 {
padding: 20px 0 0 0;
font-size: 3.0rem;
color: #000;
font-weight: bold;
text-align: center;
}
.prt-sonshitebox__catch2 .bgyellow {
background-color: yellow;
font-weight: bold;
}
.prt-sonshitebox__catch2 .red {
color: red;
font-weight: bold;
}
.prt-sonboxlist {
max-width: 820px;
margin: 3rem auto;
padding: 2rem;
background-color: #fffbed;
border: 2px dotted #ff7f00;
}
.prt-sonboxlist__item {
font-size: 2.4rem;
color: #000;
font-weight: bold;
}
.prt-sonboxlist__item .red {
list-style: disc;
color: red;
font-weight: bold;
}

@media screen and (max-width: 768px) {
.area-sonshite__h {
margin-bottom: 2.4rem;
}
.prt-sonshite-text {
width: calc(100% - 2rem);
margin: 0 auto 3rem;
}
.prt-sonshitelist {
margin-bottom: 2rem;
flex-wrap: wrap;
justify-content: center;
}
.prt-sonshitelist__item {
width: calc((100% - 1rem) / 2);
text-align: center;
}
.prt-sonshitewhy__catch {
font-size: 2rem;
}
.prt-sonshitelist__label {
font-size: 1.5rem;
top: 2rem;
left:0;
}
.prt-sonshitelist__label.many-text {
top: 1.5rem;
font-size: 1.4rem;
}
.prt-sonshitegraph {
padding: 0 1.6rem;
}
.prt-sonshitegraph__2col__col {
width: calc((100% - 1.6rem) / 2);
}
.prt-sonshitegraph__text {
height: 66px;
padding: 0 1.4rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.6rem;
}
.prt-sonshitegraph__text2 {
height: 140px;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.6rem;
}
.prt-sonshitegraph__img {
margin: 55px 0 0 0px;
}
.prt-sonshitegraph__img img{
width: 90px;
}
.prt-sonshitegraph__catch {
margin-top: -1rem;
padding: 1.8rem;
font-size: 2rem;
}
.prt-sonshitewhy {
margin: 0 0 4.4rem 0;
}
.prt-sonshitewhy__why {
margin-bottom: 1rem;
padding-bottom: 2rem;
font-size: 2rem;
}
.prt-sonshitebox {
padding: 2rem;
width: calc(100% - 2rem);
margin: 0 auto 30px auto;
border: none;
outline: none;
position: relative;
}
.prt-sonshitebox::before {
content: "";
position: absolute;
top: 6px; bottom: 6px; left: 6px; right: 6px;
border: solid 2px #8ab7e9;
pointer-events: none;
}
.prt-sonshitebox__h {
padding-bottom: .5rem;
font-size: 2.2rem;
}
.prt-sonshitebox__catch__sp {
font-size: 1.8rem;
font-weight: bold;
}
.prt-sonshitebox__text {
margin: 2rem 0;
line-height: 1.6;
}
.prt-sonshitebox__catch {
font-size: 1.8rem;
}
.prt-sonshitebox__catch2 {
padding-bottom: .5rem;
font-size: 2.2rem;
}
.prt-sonshitebox__catch2__sp {
font-size: 1.8rem;
font-weight: bold;
}
.prt-sonboxlist {
margin-top: 0;
padding: 2rem 1rem 1rem;
}
.prt-sonboxlist__item {
font-size: 1.6rem;
}
}

/*-- fail --*/

.area-fail {
padding: 4.8rem 0 5.8rem 0;
}
.area-fail.lazyloaded {
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/fail/bg_fail.webp') no-repeat center top/cover;
}
.area-fail__h {
margin-bottom: 3.6rem;
}
.area-fail__h .dot {
background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/ic_dot.png');
background-position: top center;
background-repeat: no-repeat;
background-size: 10px;
padding: 15px 0 0 0;
font-weight: bold;
}
.prt-failbox {
max-width: 900px;
margin: 0 auto 2rem;
padding: 3rem 2rem;
background-color: #fff;
border: solid 2px #8ab7e9;
outline: solid 10px #fff;
}
.prt-failbox__h {
font-size: 3rem;
color: #003280;
font-weight: bold;
text-align: center;
border-bottom: 1px solid #8ab7e9;
}
.prt-failbox__text {
font-size: 1.6rem;
line-height: 2;
margin: 2rem 1rem;
}
.prt-failbox__text .red {
color: red;
font-weight: bold;
}
.prt-failbox__catch {
margin-bottom: 2rem;
color: #000;
font-size: 2.8rem;
font-weight: bold;
text-align: center;
}
.prt-failbox__catch .red {
color: red;
font-weight: bold;
}
.prt-failbox__catch .bgyellow {
background-color: yellow;
}
.prt-failbox__catch2 {
margin-bottom: 3.4rem;
font-size: 2.2rem;
color: #000;
font-weight: bold;
text-align: center;
}
.prt-failbox__catch3 {
margin-bottom: 1.4rem;
font-size: 3.4rem;
color: #003280;
font-weight: bold;
text-align: center;
}
.prt-failbox__catch4 {
margin-bottom: 5rem;
font-size: 3.0rem;
color: #000;
font-weight: bold;
text-align: center;
}
.prt-failbox__catch4 .bgyellow {
background-color: yellow;
font-weight: bold;
}
.prt-failbox__catch4 .red {
color: red;
font-weight: bold;
}
.prt-faillist {
max-width: 600px;
margin: 0 auto 4rem;
padding: 2rem;
background-color: #fffbed;
border: 2px dotted #ff7f00;
}
.prt-faillist__item {
max-width: 432px;
margin: 0 auto;
padding-left: 3rem;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/fail/icon_check.png') no-repeat left center;
color: #000;
font-size: 2rem; }
.prt-faillist__item span {
padding: .8rem 0;
border-bottom: 1px dashed #ccc;
display: block;
font-weight: bold;
}

@media screen and (max-width: 768px) {
.area-fail {
padding: 0rem 0 4.8rem 0;
}
.area-fail__h {
margin-bottom: 2.4rem;
}
.area-fail__h .dot {
background-size: 6px;
padding: 10px 0 0 0;
}
.prt-failbox {
padding: 2rem;
width: calc(100% - 2rem);
margin: 0 auto;
border: none;
outline: none;
position: relative;
}
.prt-failbox::before {
content: "";
position: absolute;
top: 6px; bottom: 6px; left: 6px; right: 6px;
border: solid 2px #8ab7e9;
pointer-events: none;
}
.prt-failbox__h {
padding-bottom: .5rem;
font-size: 2.2rem;
}
.prt-failbox__catch__sp {
font-size: 1.8rem;
font-weight: bold;
}
.prt-failbox__text {
margin: 2rem 0;
line-height: 1.6;
}
.prt-failbox__catch {
font-size: 2.2rem;
}
.prt-failbox__catch2 {
margin-bottom: 2.4rem;
font-size: 1.8rem;
}
.prt-failbox__catch3 {
font-size: 2.2rem;
}
.prt-failbox__catch4 {
margin-bottom: 2rem;
font-size: 2.2rem;
}
.prt-faillist {
margin-bottom: 2rem;
padding: 1rem;
}
.prt-faillist__item {
font-size: 1.6rem;
}
}

/*-- tsuyomi --*/
.area-tsuyomi {
padding: 2.8rem 0 5.8rem 0 ;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/iraisaki/bg_iraisaki.png');
}
.area-tsuyomi__catch {
padding: 25px 0 10px 0;
font-size: 3.5rem;
text-align: center;
font-weight: bold;
line-height: 1.2;
margin-bottom: 2rem;
}
.area-tsuyomi__catch .red {
font-weight: bold;
color: red;
margin: 0 0.5rem;
}
.area-tsuyomi__img {
max-width: 900px;
margin: 0px auto 0 auto;
text-align: center;
}
.area-tsuyomi__img img{
width: 100%;
height: auto;
}

@media screen and (max-width: 768px) {
.area-tsuyomi {
padding: 0 0 3.8rem 0 ;
}
.area-tsuyomi__h {
margin-bottom: 2.4rem;
font-size: 2.2rem;
padding: 1rem;
line-height: 1.4;
}
.area-tsuyomi__catch {
font-size: 2.2rem;
}
}

/*-- omoi --*/
.area-omoi {
padding: 2.8rem 0 5.8rem 0;
}
.area-omoi__h {
margin-bottom: 3.6rem;
padding: 2.4rem;
background-color: #003280;
color: #fff;
font-size: 4.2rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.area-omoi__h .yellow {
color: #ffe400;
font-weight: bold;
}
.area-omoi__2col {
position: relative;
max-width: 900px;
margin: 3rem auto;
padding: 0 1.6rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.area-omoi__content {
font-size: 1.6rem;
}
.area-omoi__text {
line-height: 1.8;
}
.area-omoi__text + .area-omoi__text {
margin-top: 2rem;
}
.area-omoi__text2 {
font-size: 2.8rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
max-width: 980px;
margin: 4rem auto 2rem auto;
}

@media screen and (max-width: 768px) {
.area-omoi {
padding: 0;
}
.area-omoi__h {
margin-bottom: 2.4rem;
font-size: 2.2rem;
padding: 1rem;
line-height: 1.4;
}
.area-omoi__2col {
flex-wrap: wrap;
}
.area-omoi__2col img {
margin: 0 auto 2rem;
display: block;
}
.area-omoi__content {
width: 100%;
margin: 0;
}
.area-omoi__text + .area-omoi__text {
margin-top: 2rem;
}
.area-omoi__text2 {
font-size: 1.8rem;
margin: 2rem 2rem 4rem 2rem;
}
}

/*-- consul --*/
.area-consul {
padding: 4.5rem 1.6rem 5.8rem;
overflow: hidden;
position: relative;
}
.area-consul::before {
content: "";
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
background: linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.15)), url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/consul/bg.webp') no-repeat center/cover;
filter: blur(8px);
}
.area-consul__bg {
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/consul/bg.webp') no-repeat center/100% auto;
}
.area-consul__catch {
margin-bottom: 2.4rem;
color: #fff;
font-size: 3.6rem;
font-weight: bold;
line-height: 1.25;
text-align: center;
text-shadow: 0px 2px 5px rgba(0,0,0,.5), 0px -2px 5px rgba(0,0,0,.5);
position: relative;
}
.area-consul__catch2 {
max-width: 850px;
min-height: 150px;
margin: 0 auto 1rem;
padding-left: 17.2rem;
display: flex;
flex-direction: column;
justify-content: center;
line-height: 1.25;
position: relative;
text-align: center;
}
.area-consul__catch2::before {
content: "無料";
position: absolute;
top: 50%; left: 0;
transform: translateY(-50%);
width: 150px;
height: 150px;
border-radius: 50%;
background-color: red;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 5.5rem;
text-align: center;
}
.area-consul__catch2__sm,
.area-consul__catch2__lg,
.area-consul__catch3,
.area-consul__catch4 {
text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px, 0px 4px 6px rgba(0,0,0,.5), 0px -4px 6px rgba(0,0,0,.5);
text-align: center;
}
.area-consul__catch2__sm {
color: #23b334;
font-size: 4rem;
font-weight: bold;
text-align: center;
}
.area-consul__catch2__lg {
font-size: 6.4rem;
}
.area-consul__catch3 {
margin-bottom: 2.6rem;
color: #ff6300;
font-size: 7.5rem;
line-height: 1;
position: relative;
text-align: center;
}
.area-consul__catch4 {
margin-bottom: 1.6rem;
color: #992300;
font-size: 3.4rem;
line-height: 1;
position: relative;
text-align: center;
}
.area-consul__caption {
color: #fff;
font-size: 1.6rem;
text-align: center;
}

@media screen and (max-width: 768px) {
.area-consul {
padding: 3rem 1rem 5rem;
}
.area-consul.lazyloaded {
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/consul/bg_sp.webp') no-repeat top 30% center/cover;
}
.area-consul::before {
display: none;
}
.area-consul__catch {
font-size: 1.6rem;
line-height: 1.6;
}
.area-consul__catch2 {
min-height: unset;
margin-bottom: 1rem;
padding-left: 80px;
}
.area-consul__catch2::before {
width: 72px;
height: 72px;
font-size: 2.4rem;
font-weight: bold;
}
.area-consul__catch2__sm {
margin-bottom: .4rem;
font-size: 1.6rem;
}
.area-consul__catch2__lg {
font-size: 2.6rem;
}
.area-consul__catch3 {
margin-bottom: 1rem;
font-size: 4rem;
font-weight: bold;
line-height: 1.25;
}
.area-consul__catch4 {
font-size: 1.8rem;
font-weight: bold;
line-height: 1.25;
}
}

/*-- thanks --*/
.area-thanks {
height: 100vh;
}
.area-thanks__box {
width: 100%;
padding: 0 1.6rem;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.area-thanks__catch {
font-size: 2.4rem;
font-weight: bold;
}
.area-thanks__text {
margin-top: 2.4rem;
font-size: 1.8rem;
}
.area-thanks__back {
max-width: 140px;
margin: 3.2rem auto 0;
padding: 1rem 2rem;
background-color: #0e2f92;
color: #fff;
display: block;
font-size: 1.8rem;
font-weight: bold;
transition: opacity .4s;
}
.area-thanks__back:hover {
color: #fff;
opacity: .8;
}

/*-- price --*/
.area-price {
padding: 5rem 1.6rem 8rem;
background-color: #eef3f5;
}
.prt-pricetable-h {
max-width: 900px;
margin: 0 auto;
padding: 1.6rem;
background-color: #003280;
color: #fff;
font-size: 3.6rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.prt-pricetable {
width: 100%;
max-width: 900px;
margin: 1.5rem auto 4rem auto;
border-top: 1px solid #7c7c7c;
border-left: 1px solid #7c7c7c;
border-collapse: collapse;
color: #666666;
font-size: 1.6rem;
}
.prt-pricetable th {
padding: 1rem;
background-color: #f5f5f5;
border-bottom: 1px solid #7c7c7c;
border-right: 1px solid #7c7c7c;
text-align: left;
}
.prt-pricetable td {
padding: 1rem;
background-color: #fff;
border-bottom: 1px solid #7c7c7c;
border-right: 1px solid #7c7c7c;
text-align: left;
}
.prt-pricetable th.yellow,
.prt-pricetable td.yellow {
background-color: #ffea39;
}
.prt-pricetable th.orange {
background-color: #ff4800;
color: #fff;
font-size: 1.6rem;
font-weight: bold;
}
.prt-pricetable th.blue {
padding: 1rem 0;
background-color: #0e4f92;
color: #fff;
font-size: 1.8rem;
font-weight: bold;
}
.prt-pricetable td.orange {
background-color: #ffecd0;
}
.prt-pricetable td.blue {
color: #000000;
background-color: #D6EDF8;
}
.prt-pricetable .total {
font-weight: bold;
}
.prt-pricetable .black {
font-size: 19px;
color: #000000;
}
.prt-pricetable .col1 {
width: 18%;
text-align: center;
}
.prt-pricetable .col2 {
width: 27%;
background-color: #ffffff;
text-align: center;
}
.prt-pricetable .col3 {
width: 27%;
background-color: #ffffff;
text-align: center;
}
.prt-pricetable .col4 {
width: 28%;
text-align: center;
}
.prt-pricetable .strong {
font-size: 1.8rem;
font-weight: bold;
}
.prt-pricetable .center {
display: block;
width: 60%;
padding: 0 10px 0 0;
margin: auto;
text-align: right;
}
.prt-pricetable .waku_right .center {
padding: 0 10px 0 0;
}
.prt-pricetable .em {
color: red;
font-size: 2.0rem;
font-weight: bold;
}
.prt-pricetable td.waku_right{
border-left: 5px solid #0e4f92;
border-right: 5px solid #0e4f92;
}
.prt-pricetable td.waku_top{
border-top: 5px solid #0e4f92;
}
.prt-pricetable td.waku_bottom{
border-bottom: 5px solid #0e4f92;
}
.prt-pricetable th.waku_right{
border-left: 5px solid #0e4f92;
border-right: 5px solid #0e4f92;
}
.prt-pricetable th.waku_top{
border-top: 5px solid #0e4f92;
}
.prt-priceimdk {
margin-bottom: 2.4rem;
color: #000;
font-size: 3.2rem;
text-align: center;
}
.prt-priceimdk__text {
padding: 0 8rem;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/price/bl_l_pc.png') no-repeat left center, url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/price/bl_r_pc.png') no-repeat right center;
display: inline-block;
font-weight: bold; }
.prt-priceimdk__em {
color: #000000;
display: block;
font-size: 5.0rem;
font-weight: bold;
}
.prt-pricebox {
max-width: 900px;
margin: 3rem auto 6rem auto;
background-color: #fff;
border: 1px solid #7c7c7c;
}
.prt-pricebox__h2 {
height: 85px;
background-color: #013181;
color: #FFF;
text-align: center;
line-height: 85px;
font-size: 35px;
font-weight: bold;
margin: 0px 0 0px 0;
}
.prt-pricebox__h2 .yellow{
font-weight: bold;
color: yellow;
}
.prt-pricebox__h {
padding: 1.6rem;
background-color: #003280;
color: #fff;
font-size: 3.6rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.prt-pricebox__h .yellow{
color: yellow;
font-weight: bold;
}
.prt-pricebox__content {
position: relative;
padding: 2.4rem 4rem 3rem;
}
.prt-pricebox__h4 {
margin: 1.5rem 0;
padding-left: 2.2rem;
font-size: 2.2rem;
font-weight: bold;
line-height: 30px;
position: relative;
cursor: pointer;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/faq/icon_plus.png') no-repeat right 20px center; }
.prt-pricebox__h4.plus-none {
background: none;
cursor: auto;
margin: 2rem 0 1rem;
}
.prt-pricebox__h4::before {
content: "";
position: absolute;
top: 0; bottom: 0; left: 0;
width: 10px;
background-color: #003280;
}
.prt-pricebox__text {
margin-bottom: 1rem;
font-size: 1.6rem;
}
.prt-pricebox__text .yellow{
background-color: yellow;
}
.prt-pricebox__catch {
margin-top: 1.4rem;
margin-bottom: 3.8rem;
color: red;
font-size: 3.4rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.prt-pricebox__catch__em {
margin-left: 1.6rem;
display: inline-block;
font-size: 5rem;
font-weight: bold;
}
.prt-pricetable th.prt-pricetable__th-orange {
background-color: #ff7f00;
text-align: center;
font-weight: bold;
color: #fff;
}
.prt-pricetable .small {
font-size: 1.3rem;
}
.prt-pricebox__item {
overflow: hidden;
padding-bottom: 2rem;
}
.prt-pricebox__item.pc-plus-50 {
max-height: 50px;
}
.prt-pricebox__item.open {
max-height: 1500px;
}
.prt-pricebox__item + .prt-pricebox__item {
margin-top: 1rem;
}
.prt-pricebox__item .red {
color: red;
}
.prt-pricebox__text-q {
height: 40px;
display: flex;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/faq/icon_q.png') no-repeat left 10px center/2.3rem;
background-color: #ebebf0;
align-items: center;
font-size: 1.6rem;
font-weight: bold;
padding-left: 4rem;
}
.prt-pricebox__text-a {
font-size: 1.6rem;
padding-top: 1.5rem;
}
.prt-pricebox__item-title {
height: 40px;
font-size: 1.6rem;
font-weight: bold;
background-color: #ebebf0;
padding: 1rem 0 0 1rem;
}
.prt-pricebox__item-line {
text-decoration: underline;
font-weight: bold;
margin-top: 1rem;
font-size: 1.7rem;
}
.prt-pricebox__item-text {
margin-top: 1rem;
font-size: 1.6rem;
}
.prt-pricebox__item-textbox {
margin-top: 2rem;
}
.prt-pricebox__item-list {
margin: 1rem 2rem 2rem;
font-size: 1.6rem;
}
.prt-pricebox__item-big {
font-size: 1.6rem;
margin-bottom: 1rem;
}
.prt-pricebox__item-big2 {
font-size: 1.6rem;
font-weight: bold;
}
.prt-pricebox__item-big2.plus {
height: 40px;
font-size: 1.6rem;
font-weight: bold;
padding: 1rem 0 0 1rem;
background-color: #ebebf0;
}
.prt-pricebox_blockquote {
border: solid 1px #dfdfdf;
background-color: #ffffff;
max-width: 900px;
width: 100%;
margin: 30px auto 0px auto;
padding: 30px;
}
.prt-pricebox_blockquote_text {
padding: 20px 20px;
font-size: 14px;
}
.prt-priceframe {
margin-bottom: 4rem;
padding: 1.6rem;
background-color: #fffbed;
border: 2px dotted #ff7f00;
line-height: 1.4;
}
.prt-priceframe__catch {
margin-bottom: 1.6rem;
color: #003280;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
}
.prt-priceframe__item {
max-width: 690px;
margin: 0 auto 1rem;
font-size: 1.8rem;
}
.prt-priceframe__item .red {
color: red;
}
.prt-priceframelist {
max-width: 690px;
margin: 0 auto;
padding-left: 2.4rem;
font-size: 1.6rem;
font-weight: bold;
}
.prt-priceframelist__item + .prt-priceframelist__item {
margin-top: .7rem;
}
.prt-priceframelist__item .red {
color: red;
}
.prt-priceframelist-title {
max-width: 690px;
margin: 0 auto 0.5rem;
font-size: 1.6rem;
padding-left: 2rem;
margin-top: 1rem;
}

@media screen and (max-width: 768px) {
.area-price {
padding-bottom: 5rem;
}
.prt-pricetable-h {
font-size: 2.2rem;
padding: 1rem;
line-height: 1.4;
}
.prt-pricetable {
margin: 0.8rem auto 3rem auto;
font-size: 1.2rem;
}
.prt-pricetable th {
padding: .7rem .3rem;
vertical-align: middle;
}
.prt-pricetable td {
padding: .7rem .3rem;
vertical-align: middle;
}
.prt-pricetable th.orange,
.prt-pricetable th.blue,
.prt-pricetable .em {
font-size: 1.2rem;
}
.prt-pricetable .center {
width: 100%;
padding: 0 0px 0 0;
}
.prt-pricetable .strong {
font-size: 15px;
}
.prt-pricetable .waku_right .center {
padding: 0 0px 0 0;
}
.prt-pricetable .black {
font-size: 14px;
}
.prt-pricebox__h {
margin-bottom: 2.4rem;
font-size: 2.2rem;
padding: 1rem;
line-height: 1.4;
}
.prt-priceimdk__text {
padding: 0 2rem;
display: block;
font-size: 1.4rem;
margin-bottom: 2rem;
background-size: 3rem auto;
}
.prt-priceimdk__em {
font-size: 2.2rem;
}
.prt-pricebox {
margin: 10px 10px 4rem 10px;
}
.prt-pricebox__catch {
margin-top: 0rem;
margin-bottom: 1rem;
font-size: 2rem;
}
.prt-pricebox__catch__em {
font-size: 2.6rem;
}
.prt-pricebox__item.sp-plus-80 {
min-height: 80px;
}
.prt-pricebox__item.sp-plus-60 {
min-height: 60px;
}
.sp-plus-60 .prt-pricebox__item-big2 {
padding-right: 3rem;
}
.prt-pricebox__item .prt-pricebox__text-q {
height: 80px;
padding-right: 3rem;
}
.prt-pricebox__item-list {
margin: 1rem 1rem 0;
font-size: 1.4rem;
}
.prt-pricebox__h4 {
padding-left: 1.5rem;
font-size: 1.8rem;
background-position: right 1rem center;
}
.prt-pricebox__item-big2.plus {
height: 60px;
background-position: right 1rem center;
}
.prt-pricebox__text-a {
font-size: 1.4rem;
margin: 0 1rem;
}
.prt-pricebox__text {
font-size: 1.4rem;
margin: 0 1rem;
}
.prt-pricebox__item-line {
font-size: 1.5rem;
}
.prt-pricebox__item-text {
font-size: 1.4rem;
margin: 0 1rem;
}
.prt-pricebox__item-big {
font-size: 1.5rem;
line-height: 1.3;
margin: 0 1rem 1rem;
}
.prt-pricebox__item-title {
background-position: right 1rem center;
}
.prt-pricebox__text-q {
background-position: left 1rem center,right 1rem center;
}
.prt-pricebox_blockquote {
width: auto;
margin: 30px 10px 0px 10px;
padding: 20px;
}
.prt-priceframe {
padding: 1rem;
}
.prt-priceframe__catch {
font-size: 2.2rem;
}
.prt-priceframe__item {
font-size: 1.6rem;
}
.prt-priceframelist {
font-size: 1.6rem;
padding-left: 1.5rem;
}
.prt-priceframelist-title {
font-size: 1.5rem;
padding-left: 1rem;
}
.prt-priceframelist__item {
font-size: 1.5rem;
}
.prt-pricebox__content {
padding: 1rem 1rem 2rem;
}
}

/*-- reason --*/
.area-reason {
padding: 4.8rem 1.6rem 6.8rem 1.6rem;
background-color: #fff;
}

.area-reason__h {
margin-bottom: 3rem;
padding: 20px 0 0 0;
color: #003280;
font-size: 4.8rem;
text-align: center;
}
.area-reason__h span {
padding: 1.6rem 5.4rem;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/reason/reason_l_pc.png') no-repeat left center, url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/reason/reason_r_pc.png') no-repeat right center;
display: inline-block;
font-weight: bold;
}
.area-reason__img img {
max-width: 900px;
width: 100%;
height: auto;
margin: 0 auto;
display: block;
}

@media screen and (max-width: 768px) {
.area-reason {
padding: 10px 10px 4.8rem 10px;
}
.area-reason__h {
margin-bottom: 1rem;
font-size: 2.2rem;
}
.area-reason__h span {
padding: 1.6rem 3rem;
background-size: 2.4rem auto;
}
}

/*-- reason2 --*/
.area-reason2 {
padding: 40px 0 70px 0;
}
.area-reason2__h {
height: 85px;
background-color: #013181;
color: #FFF;
text-align: center;
line-height: 85px;
font-size: 35px;
font-weight: bold;
margin-bottom: 5.6rem;
}
.area-reason2__h .yellow{
font-weight: bold;
color: yellow;
}
.area-reason2__inner {
max-width: 940px;
margin: 3rem auto;
padding: 0 1.6rem;
font-size: 1.7rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.area-reason2__inner img {
width: 20%;
height: auto;
}
.area-reason2__text-box {
margin-left: 5rem;
}
.area-reason2__text {
margin-bottom: 3rem;
}
.area-reason2__text2 {
margin-bottom: 3rem;
font-size: 20px;
font-weight: bold;
color: red;
}
.area-reason2__text:last-child {
margin-bottom: 0;
}
.area-reason2_blockquote {
border: solid 1px #dfdfdf;
max-width: 900px;
width: 100%;
margin: 50px auto 0 auto;
padding: 30px;
}

@media screen and (max-width: 768px) {
.area-reason2 {
padding: 0px 0 50px 0;
}
.area-reason2__h {
margin-bottom: 1rem;
font-size: 2.2rem;
height: 50px;
line-height: 50px;
}
.area-reason2__inner {
display: block;
margin: 0 auto;
}
.area-reason2__inner img {
display: block;
margin: 3rem auto 3rem;
width: 40%;
}
.area-reason2__text-box {
margin-left: 0;
}
.area-reason2__text2 {
font-size: 16px;
}
.area-reason2_blockquote {
margin: 30px 10px 0 10px;
padding: 20px;
width: auto;
}
}

/*-- nintei --*/
.area-nintei__h {
margin: 0px 0 10px 0;
height: 85px;
background-color: #013181;
color: #FFF;
text-align: center;
line-height: 85px;
font-size: 35px;
font-weight: bold;
}
.area-nintei__h .yellow{
color: yellow;
font-weight: bold;
}
.area-nintei__sub {
height: 65px;
background-color: #003280;
color: #FFF;
text-align: center;
line-height: 65px;
letter-spacing: 0.05em;
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
font-size: 25px;
font-weight: bold;
}
.area-nintei {
padding: 6rem 1.6rem 4rem;
background-color: #ffe2c5;
}
.area-nintei__inner {
max-width: 940px;
margin: 0 auto;
}
.area-nintei_blockquote {
border: solid 1px #dfdfdf;
background-color: #ffffff;
max-width: 900px;
width: 100%;
margin: 30px auto 0px auto;
padding: 30px;
}
.prt-nintei2col {
display: flex;
}
.prt-nintei2col__catch {
margin-bottom: 2.2rem;
font-size: 2.6rem;
font-weight: bold;
}
.prt-nintei2col__col1 {
flex-grow: 1;
}
.prt-nintei2col__col2 {
width: 300px;
}
.prt-nintei2col__catch2 {
margin-bottom: 2.2rem;
display: block;
}
.prt-nintei2col__caption {
font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
.area-nintei__h {
height: 55px;
line-height: 55px;
font-size: 22px;
}
.area-nintei__sub {
height: 45px;
line-height: 45px;
letter-spacing: 0.00em;
font-size: 16px;
}
.area-nintei {
padding: 3rem 1rem;
}
.area-nintei_blockquote {
width: auto;
margin: 30px 0px 0px 0px;
padding: 20px;
}
.prt-nintei2col {
flex-wrap: wrap;
}
.prt-nintei2col__catch {
font-size: 1.6rem;
text-align: center;
}
.prt-nintei2col__col1 {
width: 100%;
}
.prt-nintei2col__col2 {
width: 100%;
margin-top: 2rem;
}
.prt-nintei2col__col2 img {
max-width: 260px;
margin: 0 auto;
display: block;
}
}

/*-- voice --*/
.area-voice {
background-color: #ffeeca;
}
.area-voice__h {
padding: 2.4rem;
background-color: #003280;
color: #fff;
font-size: 4.2rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.area-voice__h .yellow{
color: yellow;
font-weight: bold;
}
.prt-voicelist {
max-width: 980px;
margin: 0 auto;
padding: 2.8rem 1.6rem 6.6rem;
}
.prt-voicelist__item {
padding: 2rem;
background-color: #fff;
display: flex;
}
.prt-voicelist__item + .prt-voicelist__item {
margin-top: 2.2rem;
}
.prt-voicelist__img {
min-width: 300px;
}
.prt-voicelist__img img{
width: 100%;
min-width: 300px;
height: auto;
}
.prt-voicelist__content {
padding-left: 3rem;
flex-grow: 1;
}
.prt-voicelist__name {
margin-bottom: 1.4rem;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.25;
}
.prt-voicelist__catch {
margin-bottom: 1.4rem;
color: #ff6700;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.25;
}
.prt-voicelist__text {
font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
.area-voice__h {
margin-bottom: 2.4rem;
font-size: 1.6rem;
padding: 1rem;
line-height: 1.4;
}
.prt-voicelist__item {
flex-wrap: wrap;
}
.prt-voicelist__content {
width: 100%;
padding: 0;
}
.prt-voicelist__content img {
margin: 0 auto 2rem;
display: block;
}
}

/*-- flow --*/
.area-flow {
padding-bottom: 5rem;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/iraisaki/bg_iraisaki.png');
}
.area-flow__h {
margin-bottom: 5.6rem;
padding: 2.4rem;
background-color: #003280;
color: #fff;
font-size: 4.2rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.area-flow__img img {
margin: 0 auto;
display: block;
}
.area-flow__img {
margin-top: 3.6em;
padding: 0 1.6rem;
}
.area-flow__img__inner {
width: 890px;
margin: 0 auto;
position: relative;
}
.prt-flow {
position: relative;
}
.prt-flow__saitan {
position: absolute;
top: 220px;
bottom: 70px;
right: 24px;
width: 70px;
background-color: rgba(255, 117, 0, .9);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 4.4rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
z-index: 3;
}
.prt-flow__saitan::before {
content: "";
position: absolute;
top: 100%; left: 0; right: 0;
border-top: 28px solid rgba(255, 117, 0, .9);
border-left: 35px solid transparent;
border-right: 35px solid transparent;
}
.prt-flow__end {
width: calc(100% - 100px);
height: 130px;
margin: 2.4rem 0 0 auto;
background-color: #fff;
border: 4px solid #e09712;
border-radius: 15px;
color: red;
display: flex;
justify-content: center;
align-items: center;
font-size: 5.8rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.prt-flow__end.lazyloaded {
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/flow/bg_end.webp') no-repeat center bottom/100% auto;
}
.prt-flow__end span {
padding: 0 7.5rem;
background: url(https://keiei-support-plus-a.com/kaisha-setsuritsu/images/flow/end_left.png) no-repeat left center/auto 100%, url(https://keiei-support-plus-a.com/kaisha-setsuritsu/images/flow/end_right.png) no-repeat right center/auto 100%;
font-weight: bold;
}
.prt-flow__end_img {
position: absolute;
margin: -155px 0 0 150px;
width: 110px;
}
.prt-flow__end_img img {
width: 110px;
height: auto;
}
.prt-flowlist {
position: relative;
}
.prt-flowlist__item {
padding-left: 100px;
}
.prt-flowlist__item + .prt-flowlist__item {
margin-top: 2.4rem;
}
.prt-flowlist__item.red {
position: relative;
}
.prt-flowlist__item.red::before {
content: "お客様";
position: absolute;
top: 50%; left: 0;
width: 86px;
height: 86px;
background-color: red;
border-radius: 50%;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.8rem;
font-weight: bold;
line-height: 1;
transform: translateY(-50%);
}
.prt-flowlist__item__inner {
border: 1px solid #003280;
display: flex;
}
.prt-flowlist__item__inner.heightfix {
height: 220px;
}
.red .prt-flowlist__item__inner {
border-color: red;
border-width: 2px;
}
.prt-flowlist__num {
width: 50px;
background-color: #003280;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 2.4rem;
font-weight: bold;
}
.red .prt-flowlist__num {
background-color: red;
}
.prt-flowlist__content {
width: calc(100% - 50px);
padding: 1.6rem 13rem 1.6rem 1.6rem;
background-color: #fff;
display: flex;
align-items: center;
}
.prt-flowlist__content.first-child {
padding-right: 1.6rem;
justify-content: space-between;
}
.prt-flowlist__text {
color: #003280;
font-size: 2.6rem;
font-weight: bold;
}
.prt-flowlist__text.small {
font-size: 2rem;
}
.prt-flowlist__exbox {
margin-left: 2rem;
line-height: 1.6;
}
.prt-flowlist__exbox__text {
font-size: 1.3rem;
}
.prt-flowlist__exbox__text1 {
font-size: 1.5rem;
color: green;
margin: 0.2rem 0 0 0;
}
.prt-flowlist__exbox__text2 {
margin: 0.2rem 0 0.2rem 0;
color: green;
font-size: 2.6rem;
font-weight: bold;
}
.prt-flowlist__exbox__text3 {
color: red;
font-size: 2.0rem;
font-weight: bold;
text-align: left;
}
.prt-flowlist__exbox__text4 {
color: red;
font-size: 1.4rem;
font-weight: bold;
text-align: left;
}
.prt-flowlist__exbox2 {
float: right;
padding: 1.4rem 0rem 1.4rem 0rem;
background-image: url(https://keiei-support-plus-a.com/kaisha-setsuritsu/images/flow/fukidashi.png);
background-position: left center;
background-size: contain;
background-repeat: no-repeat;
color: #fff;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.prt-flowlist__exbox2_img {
margin-right: -40px;
width: 150px;
}
.prt-flowlist__exbox2_img img{
width: 150px;
height: auto;
}
.prt-flowlist__exbox2 p {
font-weight: bold;
padding: 0 10px 0 20px;
}
.prt-flowlist__exbox2 .caption {
font-size: .8em;
font-weight: bold;
}
.prt-flowbnr {
width: 210px;
}
.prt-flowbnr__item {
border-radius: 7px;
box-shadow: 3px 3px 7px rgba(0,0,0,.5);
}
.prt-flowbnr__item + .prt-flowbnr__item {
margin-top: .6rem;
}
.prt-flowbnr__item img{
width: 100%;
height: auto;
}

/*-- faq --*/
.area-faq {
padding-bottom: 7.5rem;
background-color: #eef3f5;
}
.area-faq__h {
margin-bottom: 5.6rem;
}
.prt-faqlist {
max-width: 980px;
margin: 0 auto;
}
.prt-faqlist__item {
max-height: 130px;
transition: max-height .4s;
overflow: hidden;
}
.prt-faqlist__item.open {
max-height: 3500px;
}
.prt-faqlist__item + .prt-faqlist__item {
margin-top: 2rem;
}
.prt-faqlist__category {
z-index: 10;
margin: 30px 0 0px 0;
}
.prt-faqlist__category h3{
position: absolute;
padding: 8px 15px;
margin: -20px 0 0px 0px;
background-color: #003280;
color: #ffffff;
font-size: 1.7rem;
font-weight: bold;
}
.prt-faqlist__q {
height: 130px;
padding: 0 6rem 0 7rem;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/faq/icon_q.png') no-repeat left 1.6rem center, url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/faq/icon_plus.png') no-repeat right 1.6rem center;
background-color: #fff;
cursor: pointer;
display: flex;
align-items: center;
font-size: 1.8rem;
font-weight: bold;
}
.prt-faqlist__a {
padding: 2rem 6rem 2rem 7rem;
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/faq/icon_a.png') no-repeat left 1.6rem center;
background-color: #fff;
font-size: 1.8rem;
font-weight: normal;
}
.prt-faqlist__a_text {
margin-top: 2rem;
font-weight: normal;
}
.prt-faqlist__a_text span{
text-decoration: underline;
font-weight: bold;
}
.faq_blockquote {
width: 100%;
margin: 30px auto 30px auto;
padding: 0px;
font-size: 15px;
}
.faq_blockquote blockquote{
padding: 0 0 20px 0;
}
.faq_blockquote table{
margin: 20px 0;
border-collapse: collapse;
border-spacing: 0;
}
.faq_blockquote td{
padding: 10px;
border: solid 1px #dfdfdf;
}
.faq_blockquote td.td_nom{
width:50px;
}
.faq_blockquote td.td_attachment{
width: 25%;
}
.faq_blockquote td p{
padding: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
.area-flow__h {
margin-bottom: 2.4rem;
font-size: 2.2rem;
padding: 1rem;
line-height: 1.4;
}
.area-flow__img {
margin-top: 1.6em;
padding: 0 1rem;
}
.area-flow__img__inner {
width: 100%;
max-width: 355px;
}
.prt-flow__saitan {
top: 320px; right: 15px;
width: 40px;
font-size: 2.4rem;
}
.prt-flow__saitan::before {
border-top: 15px solid rgba(255, 117, 0, .9);
border-left: 20px solid transparent;
border-right: 20px solid transparent;
}
.prt-flow__end {
width: 100%;
height: 80px;
margin-top: 1.6rem;
padding: 1.6rem;
border-width: 3px;
font-size: 3rem;
}
.prt-flow__end span {
padding: 0 4rem;
}
.prt-flow__end_img {
display: none;
}
.prt-flowlist__item__inner.heightfix {
height: 320px;
}
.prt-flowlist__item {
padding-left: 0;
}
.prt-flowlist__item + .prt-flowlist__item {
margin-top: 1.4rem;
}
.prt-flowlist__item.red {
padding-left: 35px;
}
.prt-flowlist__item.red::before {
width: 25px;
height: 100%;
border-radius: 15px;
font-size: 1.4rem;
text-align: center;
}
.prt-flowlist__content {
width: calc(100% - 25px);
padding: 1rem 6.5rem 1rem 1rem;
flex-direction: column;
align-items: flex-start;
}
.prt-flowlist__num {
width: 25px;
font-size: 1.4rem;
}
.prt-flowlist__text,
.prt-flowlist__text.small {
font-size: 1.6rem;
}
.prt-flowlist__exbox {
margin: .8rem 0 0;
}
.prt-flowlist__exbox__text {
font-size: 1.4rem;
}
.prt-flowlist__exbox2 {
background-color: #00a5f3;
border-radius: 20px;
background-image: none;
width: auto;
margin: .8rem 0 0;
padding: 0rem 0;
font-size: 1.4rem;
}
.prt-flowlist__exbox2 p{
padding: 1rem;
}
.prt-flowlist__exbox2_img {
display: none;
}
.prt-flowbnr {
width: 100%;
margin: .8rem auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.prt-flowbnr__item {
width: 100%;
}
.prt-flowbnr__item.w49 {
width: 49%;
}
.prt-flowbnr__item + .prt-flowbnr__item {
margin-top: 1rem;
}
.area-faq__h {
margin-bottom: 2.4rem;
}
.prt-faqlist {
padding: 0 1rem;
}
.prt-faqlist__item {
max-height: 100px;
}
.prt-faqlist__item + .prt-faqlist__item {
margin-top: 1.4rem;
}
.prt-faqlist__category {
margin: 28px 0 0px 0;
}
.prt-faqlist__category h3{
padding: 6px 10px;
margin: -16px 0 0px 0px;
font-size: 1.2rem;
font-weight: normal;
}
.prt-faqlist__q {
height: 100px;
font-size: 1.2rem;
padding: 0 3rem 0 5rem;
background-size: 3rem auto, 1.8rem auto;
background-position: left 1rem center, right 1rem center;
}
.prt-faqlist__a {
font-size: 1.2rem;
padding: 2rem 3rem 2rem 5rem;
background-size: 3rem auto;
background-position: left 1rem center;
}
.faq_blockquote {
margin: 20px auto 0px auto;
width: auto;
font-size: 14px;
}
}

/*-- access --*/
.area-access {
padding-bottom: 6.5rem;
background-color: #eef3f5;
}
.area-access__h {
margin-bottom: 5.6rem;
padding: 2.4rem;
background-color: #003280;
color: #fff;
font-size: 4.2rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.prt-access2col {
max-width: 900px;
margin: 30px auto 0 auto;
display: flex;
justify-content: space-between;
}
.prt-access2col__col {
width: calc((100% - 0rem) / 1);
}
.prt-access2col__h {
margin-bottom: 1.6rem;
padding-left: 2rem;
font-size: 2.6rem;
font-weight: bold;
position: relative;
}
.prt-access2col__h::before {
content: "";
position: absolute;
top: 0; bottom: 0; left: 0;
width: 10px;
background-color: #003280;
}
.prt-access2col__text {
margin-bottom: 2.4rem;
font-size: 1.6rem;
}
.prt-access2col__map {
height: 380px;
}
.prt-access2col__map iframe {
width: 100%;
height: 100%;
}

@media screen and (max-width: 768px) {
.area-access__h {
margin-bottom: 2.4rem;
font-size: 2.2rem;
padding: 1rem;
line-height: 1.4;
}
.prt-access2col {
padding: 0 1rem;
flex-wrap: wrap;
}
.prt-access2col__col {
width: 100%;
}
.prt-access2col__col +.prt-access2col__col {
margin-top: 3rem;
}
.prt-access2col__h {
font-size: 2rem;
}
}

/*-- company --*/
.area-company {
padding: 0rem 0 5.5rem 0;
background-color: #eef3f5;
}
.area-company__h {
margin-bottom: 5.6rem;
padding: 2.4rem;
background-color: #003280;
color: #fff;
font-size: 4.2rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.area-company__img {
max-width: 700px;
margin: 40px auto 4rem;
}
.area-company__img img{
width: 100%;
height: auto;
}
.prt-companytable {
width: 100%;
max-width: 900px;
margin: 0 auto;
border-top: 1px solid #7c7c7c;
border-left: 1px solid #7c7c7c;
border-collapse: collapse;
font-size: 1.4rem;
}
.prt-companytable th {
width: 180px;
padding: 1.2rem;
background-color: #ebebf0;
border-bottom: 1px solid #7c7c7c;
border-right: 1px solid #7c7c7c;
text-align: left;
}
.prt-companytable td {
padding: 1.2rem;
background-color: #fff;
border-bottom: 1px solid #7c7c7c;
border-right: 1px solid #7c7c7c;
}
.prt-companytable td br.br_sp{
display: none;
}
.prt-companytable a{
color: #003280;
text-decoration: underline;
}

@media screen and (max-width: 768px) {
.area-company__h {
margin-bottom: 2.4rem;
font-size: 2.2rem;
padding: 1rem;
line-height: 1.4;
}
.area-company__img {
margin: 20px auto 20px auto;
padding: 0 1rem;
}
.prt-companytable {
width: calc(100% - 2rem);
margin: 0 auto;
}
.prt-companytable th {
width: 100px;
vertical-align: middle;
}
.prt-companytable td {
vertical-align: middle;
}
.prt-companytable td br.br_sp{
display: block;
}
}

/*-- omoi2 --*/
.area-omoi2 {
padding: 20px 0 30px 0;
background-color: #fff4df;
}
.area-omoi2__h {
margin-bottom: 5.6rem;
}
.area-omoi2__r {
padding: 2.0rem;
max-width: 940px;
margin: 0px auto;
background-color: #003280;
color: #fff;
font-size: 3.2rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
}
.prt-omoibox {
max-width: 900px;
height: 100%;
margin: 0 auto 30px auto;
padding: 2.6rem;
background-color: #fff;
}
.prt-omoibox__h {
margin-bottom: 4rem;
color: #003280;
font-size: 3rem;
font-weight: bold;
text-align: center;
}
.prt-omoibox__cr {
font-size: 2.4rem;
font-weight: bold;
line-height: 1;
text-align: right;
}
.prt-omoibox__cr .sm {
margin-bottom: 1rem;
display: block;
font-size: 1.6rem;
font-weight: bold;
}
.prt-omoibox__cr2 {
font-size: 1.4rem;
font-weight: bold;
line-height: 1;
text-align: right;
}
.prt-omoibox__img {
margin-bottom: 3rem;
}
.prt-omoibox__text {
margin-bottom: 3rem;
}
.prt-omoibox2 {
display: flex;
max-width: 900px;
height: 100%;
margin: 0 auto 30px auto;
padding: 2.6rem;
background-color: #fff;
}
.prt-omoibox2__img {
width: 48%;
}
.prt-omoibox2__textarea {
width: 52%;
}
.prt-omoibox2__cr2 {
padding: 0 0 0 30px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1;
text-align: right;
}
.prt-omoibox2__text {
padding: 0 0 0 30px;
margin-bottom: 3rem;
}
.prt-floatbox {
font-size: 1.6rem;
overflow: hidden;
}
.prt-floatbox img {
margin: 0 0 2rem 2rem;
float: right;
}
.prt-floatbox__text {
margin-bottom: 3rem;
}
.prt-omoi22col {
max-width: 900px;
margin: 2rem auto 3rem auto;
display: flex;
justify-content: space-between;
}
.prt-omoi22col__col {
width: calc((100% - 2rem) / 2);
}
.prt-omoi22col__col2 {
width: 100%
}

@media screen and (max-width: 768px) {
.area-omoi2 {
padding: 10px 10px 10px 10px;
}
.area-omoi2 .bar_h3{
margin-left:10px;
margin-right:10px;
}
.area-omoi2__h {
margin-bottom: 2.4rem;
font-size: 2.2rem;
padding: 1rem;
line-height: 1.4;
}
.area-omoi2__r {
padding: 1.6rem;
margin: 0px 10px 0px 10px;
font-size: 1.6rem;
line-height: 1.4;
}
.prt-floatbox img {
max-width: 260px;
margin: 0 auto 2rem;
display: block;
float: none;
}

.prt-omoibox {
width: calc(100% - 2rem);
margin: 0 auto 30px auto;
padding: 1.4rem;
}
.prt-omoibox__h {
margin-bottom: 2rem;
padding: 0 1.6rem;
font-size: 1.7rem;
}
.prt-omoibox__rolesp {
margin-bottom: 2rem;
font-size: 1.6rem;
font-weight: bold;
text-align: center;
}
.prt-omoibox2 {
display: block;
margin: 0 auto 30px auto;
padding: 1.4rem;
}
.prt-omoibox2__img {
width: 100%;
}
.prt-omoibox2__textarea {
width: 100%;
}
.prt-omoibox2__cr2 {
padding: 0 0 0 0px;
}
.prt-omoibox2__text {
padding: 30px 0 0 0px;
}

.prt-omoi22col {
flex-wrap: wrap;
}
.prt-omoi22col__col {
width: 100%;
}
.prt-omoi22col__col + .prt-omoi22col__col {
margin-top: 2rem;
}
}

/*-- merit --*/
.area-merit {
padding-bottom: 5.8rem;
}
.area-merit__h {
margin-bottom: 5.6rem;
padding: 2.4rem;
background-color: #003280;
color: #fff;
font-size: 4.2rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.area-merit__h .yellow {
color: #ffe400;
font-weight: bold;
}
.area-merit__img img {
margin: 0 auto;
display: block;
}

@media screen and (max-width: 768px) {
.area-merit__h {
margin-bottom: 2.4rem;
font-size: 2.2rem;
padding: 1rem;
line-height: 1.4;
}
.prt-merittable {
width: 100%;
max-width: 700px;
}
.prt-merittable th {
width: 2%;
padding: 0.6rem;
font-size: 1.1rem;
line-height: 1.3;
}
.prt-merittable td {
width: 24%;
padding: 1rem 0.6rem;
vertical-align: top;
font-size: 1.3rem;
}
.prt-merittable td.orange {
width: 26%;
}
}

/*-- saiyou --*/
.area-saiyasu {
position: relative;
}
.area-saiyasu.lazyloaded {
background: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/saiyasu/bg_saiyasu.webp') no-repeat center top/cover;
}
.area-saiyasu::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-top: 100px solid transparent;
border-left: 50vw solid #eef3f5;
border-right: 50vw solid #eef3f5;
}
.area-saiyasu__img img {
width: 100%;
max-width: 999px;
height: auto;
margin: 0 auto;
display: block;
}

@media screen and (max-width: 768px) {
.area-saiyasu {
padding-bottom: 2rem;
}
.area-saiyasu::before {
border-top: 60px solid transparent;
}
.area-saiyasu__img {
padding: 0 1rem;
}
}

/*-- form --*/
.area-form {
background-color: #eef3f6;
padding-bottom: 3rem;
}
.area-form__h {
height: 85px;
background-color: #f70503;
color: #FFF;
text-align: center;
line-height: 85px;
font-size: 35px;
font-weight: bold;
}
.area-form__caption {
text-align: center;
padding: 40px 0 30px;
font-size: 0.9em;
}
.prt-form {
max-width: 840px;
margin: 0 auto;
padding: 25px;
background-color: #FFF;
border: 1px solid #bccbd5;
}
.prt-form__item {
display: flex;
justify-content: center;
font-size: 0.9em;
}
.prt-form__th {
min-height: 30px;
width: 35%;
text-align: right;
padding-right: 10px;
line-height: 25px;
}
.prt-form__th__tel {
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: -18px;
}
.prt-form__th__tel__label {
display: flex;
flex-direction: column;
}
.prt-form__td {
width: 65%;
}
.prt-form__item {
margin-bottom: 13px;
}
.prt-form__item__supple {
font-size: 0.8em;
line-height: 5px;
margin-right: -5px;
}
.prt-form__item input[type="radio"] {
margin-bottom: 13px;
}
.prt-form__item input[type="text"],
.prt-form__item input[type="tel"],
.prt-form__item input[type="email"],
.prt-form__item textarea{
border: 1px solid #acbcc8;
line-height: 25px;
width: 100%;
border-radius: 3px;
}
.prt-form__item input.input_day{
margin: 0px 5px 0 0;
width: 15%;
}
.prt-form__item input.input_time{
margin: 0px 0 0 0;
width: 50%;
}
.prt-form__item .form_comments{
margin: 3px 0 0 0;
float: left;
}
.prt-form__item .input_way{
margin: 3px 0 0 0;
float: left;
}
::placeholder{
color:#999999;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
input:focus::-ms-input-placeholder {
color: transparent;
}
input:focus::placeholder {
color: transparent;
}
.prt-form__require {
display: inline-block;
line-height: 14px;
margin-left: 5px;
min-width: 30px;
font-size: 0.8em;
background-color: #fe0000;
color: #FFF;
border-radius: 2px;
text-align: center;
}
.prt-form__input__supple {
font-size: 0.8em;
line-height: 5px;
}

.prt-form__submit {
display: block;
margin: 30px auto 0;
background-size: 100% auto;
cursor: pointer;
width: 250px;
height: 61px;
border: none;
}
.prt-form__submit.lazyloaded{
background: no-repeat url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/form/btn_confirm.png");
background-size: 100% auto;
}
.prt-form__submit:hover {
opacity: .8;
}

.radio02-input {
display: none;
}
.radio02-input + label{
padding-left: 22px;
padding-top: 1px;
position:relative;
margin-right: 20px;
line-height: 25px;
}
.radio02-input + label::before{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 13px;
height: 13px;
border: 1px solid #a0b2c0;
border-radius: 50%;
}
.radio02-input:checked + label::before{
border: 1px solid #01337f;
}
.radio02-input:checked + label::after{
content: "";
display: block;
position: absolute;
top: 3px;
left: 3px;
width: 9px;
height: 9px;
background: #01337f;
border-radius: 50%;
}

@media screen and (max-width: 768px) {
.area-form__h {
height: auto;
margin-bottom: 2.4rem;
font-size: 2.2rem;
padding: 1rem;
line-height: 1.4;
}
.area-form__caption {
margin-bottom: 2rem;
padding: 0 1.6rem;
font-size: 1.6rem;
}
.prt-form {
width: calc(100% - 2rem);
margin: 0 auto;
padding: 1.4rem;
}
.prt-form__item {
flex-wrap: wrap;
}
.prt-form__item input.input_day{
margin: 0px 0 0 0;
width: 100px;
}
.prt-form__item input.input_time{
margin: 5px 0 0 0;
width: 100%;
}
.prt-form__item .form_comments{
margin: 3px 0 0 0;
float: left;
}
.prt-form__item span.input_way{
width: 100%;
float: none;
display: block;
}
.prt-form__th {
width: 100%;
padding: 0;
justify-content: flex-start;
text-align: left;
}
.prt-form__th__tel {
margin-top: 0;
}
.prt-form__th__tel__label {
flex-direction: row;
align-items: center;
}
.prt-form__td {
width: 100%;
padding: 0;
}
}

/*-- copyright --*/

.prt-copyright {
background-color: #003280;
color: #fff;
font-size: 1.2rem;
}
.prt-copyright__inner {
max-width: 840px;
margin: 0 auto;
padding: 10px 1.6rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.prt-copyright__pp,.prt-copyright__media {
margin-right: 2rem;
}
.prt-copyright__pp {
text-decoration: none;
}
.prt-copyright__media {
text-decoration: none;
}

@media screen and (max-width: 768px) {
.prt-copyright__inner {
max-width: 400px;
justify-content: center;
text-align: center;
flex-wrap: wrap;
}
}

/*-- footer contents area new --*/

.footer_contents_new {
position: relative;
overflow: hidden;
width: auto;
padding: 40px 0 0 0;
background-color: #003280;
color: #ffffff;
font-size: 14px;
text-align: left;
line-height: 180%;
}
.footer_contents_new .footer_box{
position: relative;
overflow: hidden;
max-width: 900px;
width: auto;
margin: 0 auto;
}
.footer_contents_new .text_corporate{
font-size: 15px;
font-weight: bold;
}
.footer_contents_new .text_add01{
padding: 25px 0 0 0;
font-weight: bold;
}
.footer_contents_new .text_add02{
line-height: 180%;
}
.footer_contents_new .navi_area{
border-top: solid 1px rgba(255,255,255,.4);
border-bottom: solid 1px rgba(255,255,255,.4);
padding: 20px 0 25px 0;
margin: 25px 0 0 0;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap:         wrap;
}
.footer_contents_new .navi_box01_area{
width: 50%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap:         wrap;
}
.footer_contents_new .navi_box01{
width: 50%;
}
.footer_contents_new .navi_box02{
width: 50%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap:         wrap;
}
.footer_contents_new .navi_area .category{
position: absolute;
display: block;
width: 100%;
}
.footer_contents_new .navi_area ul{
padding: 35px 15px 0px 0;
}
.footer_contents_new .navi_area li{
padding: 6px 0 6px 12px;
line-height: 140%;
}
.footer_contents_new .navi_area .navi_box02 ul{
width: 50%;
}
.footer_contents_new .navi_area a:hover,
.footer_contents_new .navi_area a:active{
opacity: .7;
}
.footer_contents_new .copyright{
padding: 30px 0;
font-size: 12px;
}

@media screen and (max-width: 940px) {
.footer_contents_new .footer_box{
margin: 0 20px;
}
}

@media screen and (max-width: 768px) {
.footer_contents_new {
padding: 20px 0 0 0;
font-size: 13px;
}
.footer_contents_new .text_corporate{
font-size: 13px;
}
.footer_contents_new .text_add01{
padding: 20px 0 0 0;
}
.footer_contents_new .navi_area{
padding: 20px 0 15px 0;
margin: 25px 0 0 0;
}
.footer_contents_new .navi_box01_area{
display: block;
width: 50%;
}
.footer_contents_new .navi_box{
padding: 0 0 20px 0;
}
.footer_contents_new .navi_box01{
width: 100%;
}
.footer_contents_new .navi_box02{
width: 50%;
display: block;
}
.footer_contents_new .navi_area .category{
position: relative;
padding: 0 0 8px 0;
}
.footer_contents_new .navi_area ul{
padding: 0px 0 0px 0;
}
.footer_contents_new .navi_area li{
padding: 5px 0 5px 10px;
font-size: 12px;
}
.footer_contents_new .navi_area .navi_box02 ul{
width: 100%;
}
.footer_contents_new .copyright{
padding: 20px 0;
font-size: 10px;
}
}

/*-- other --*/

.prt-yarrow {
height: 0;
position: relative;
}
.prt-yarrow img {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
}


@media screen and (max-width: 768px) {
.prt-excap {
padding: 0 1rem;
font-size: 10px;
}
.prt-yarrow img {
width: auto;
height: 55px;
}
}

/* 設立するならどっち？ */
.which_back{
background-position: top center;
background-repeat: no-repeat;
background-size: 100%;
}
.which_back.lazyloaded{
background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/which_back.webp');
}
.which_img{
margin: auto;
padding: 0px 0 0px 0;
max-width: 966px;
text-align: center;
}
.which_area .img img{
width: 100%;
height: auto;
margin: auto;
}
.which_read{
margin: -60px auto 10px auto;
font-size: 22px;
text-align: center;
text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px; 
}
.which_area{
padding: 0px 0px 50px 0px;
margin: 0 auto 0 auto;
max-width: 950px;
}
.which_area .img{
margin: auto;
padding: 0 0 30px 0;
max-width: 950px;
text-align: center;
}
.which_area .img img{
width: 100%;
max-width: 700px;
margin: auto;
}
.which_area .text{
font-size: 22px;
text-align: center;
text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px; 
}
.which_list{
padding: 50px 0px 30px 0px;
margin: auto;
max-width: 950px;
}
.which_list .title{
padding: 0px 0px 20px 0px;
font-size: 30px;
font-weight: bold;
text-align: center;
}
.which_list table{
width: 100%;
max-width: 960px;
margin: 0 auto;
border-collapse: collapse;
border-top: 1px solid #000;
border-left: 1px solid #000;
font-size: 1.8rem;
line-height: 1.5;
}
.which_list tr{
padding: 1.6rem 1.2rem;
background-color: #eee;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
font-weight: bold;
vertical-align: middle;
}
.which_list td{
padding: 0.5rem 1.2rem;
background-color: #fff;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
text-align: left;
vertical-align: middle;
}
.which_list td{
width: 40%;
}
.which_list td.center{
width: 20%;
text-align: center;
}
.which_list td.waku_right{
border-left: 5px solid #003280;
border-right: 5px solid #003280;
}
.which_list td.waku_top{
border-top: 5px solid #003280;
}
.which_list td.waku_bottom{
border-bottom: 5px solid #003280;
}
.which_list tr.top td{
text-align: center;
border-bottom: 2px solid #003280;
}
.which_list .font_red{
font-size: 20px;
color: red;
font-weight: bold;
}
.which_list .font_blue{
font-size: 20px;
font-weight: bold;
color: #003280;
}
.which_list .icon {
margin: 1rem 1rem 1rem 0;
float: left;
}
.which_list .icon img {
margin: 0 auto;
display: block;
}
.which_list2{
padding: 50px 0px 80px 0px;
margin: auto;
max-width: 900px;
font-size: 16px;
text-align: center;
}
.which_list2 .bar {
margin-bottom:20px;
}
.which_list2 .title{
padding: 0px 0px 20px 0px;
font-size: 24px;
font-weight: bold;
text-align: center;
}
.which_list2 .box{
margin-top: 5px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap:         wrap;
align-items: stretch;
align-items: center;
}
.which_list2 .box_top{
margin-bottom: 10px;
}
.which_list2 .left{
position: relative;
display: flex;
align-self: stretch;
width: 30%;
border: 1px solid #dfdfdf;
padding: 15px 10px 15px 10px;
}
.which_list2 .left p{
display: block;
width: 100%;
}
.which_list2 .center{
display: flex;
flex: 1;
}
.which_list2 .center p{
display: table;
width: 60%;
margin: auto;
font-size: 14px;
}
.which_list2 .center span{
display: table-cell;
align-self: stretch;
vertical-align: middle;
height: 70px;
margin: 10px 10px;
background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/witch_arrow.png');
background-position: center;
background-repeat: no-repeat;
background-size: 90%;
color: #ffffff;
}
.which_list2 .right{
position: relative;
display: flex;
width: 30%;
border: 1px solid #dfdfdf;
padding: 15px 10px 15px 10px ;
}
.which_list2 .right p{
display: block;
width: 100%;
}
.which_list2 .icon01{
position: absolute;
width: 60px;
right: 10px;
margin: -40px 0 0 0;
}
.which_list2 .icon01 img{
width: 100%;
height: auto;
}
.which_list2 .icon02{
position: absolute;
width: 60px;
left: 10px;
margin: -45px 0 0 0;
}
.which_list2 .icon02 img{
width: 100%;
height: auto;
}
.which_list2 .icon01_02{
position: absolute;
width: 80px;
right: -85px;
bottom: 0;
margin: 0px 0 0 0;
}
.which_list2 .icon01_02 img{
width: 100%;
}
.which_list2 .icon02_02{
position: absolute;
width: 80px;
left: -85px;
bottom: 0;
margin: 0px 0 0 0;
}
.which_list2 .icon02_02 img{
width: 100%;
height: auto;
}
.which_list2 .box_top .left{
border: none;
background-color: #299700;
color: #ffffff;
}
.which_list2 .box_top .center{
flex: 1;
}
.which_list2 .box_top .right{
border: none;
background-color: #003280;
color: #ffffff;
}
.which_list2 .font_red{
font-size: 16px;
color: red;
font-weight: bold;
}
.which_list2 .font_blue{
font-size: 16px;
font-weight: bold;
color: #003280;
}
.which_list2 .icon {
margin: 0 auto 5px auto;
}
.which_list2 .icon img {
margin: 0 auto;
display: block;
width: 20px;
height: auto;
}

@media screen and (max-width: 768px) {
.which_img{
max-width: 350px;
margin: 0 auto;
padding: 10px 0 0px 0;
}
.which_read{
margin: -20px 20px 10px 20px;
font-size: 16px;
}
.which_area{
padding: 0px 10px 20px 10px;
}
.which_area .img{
padding: 0 20px 10px 20px;
}
.which_area .text{
font-size: 15px;
}
.which_list{
padding: 15px 0px 20px 0px;
}
.which_list .title{
font-size: 18px;
}
.which_list table {
font-size: 1.2rem;
}
.which_list th {
padding: .7rem;
}
.which_list td {
padding: .5rem .7rem;
}
.which_list .font_red{
font-size: 16px;
}
.which_list .font_blue{
font-size: 16px;
}
.which_list .icon {
margin: .5rem auto;
float: none;
}
.which_list .icon img {
width: 30px;
}
.which_list2{
padding: 20px 0px 30px 0px;
margin: 0 10px;
width: auto;
font-size: 14px;
}
.which_list2 .bar {
padding: 1.6rem;
margin: 0px 0px 10px 0px;
font-size: 1.6rem;
line-height: 1.4;
}
.which_list2 .title{
padding: 0px 0px 10px 0px;
font-size: 16px;
}
.which_list2 .left{
display: block;
width: 40%;
padding: 10px 10px 15px 10px ;
}
.which_list2 .center p{
width: 100%;
font-size: 13px;
}
.which_list2 .center span{
padding: 0px 0 5px 0;
background-position: bottom center;
background-repeat: no-repeat;
background-size: 80%;
color: #000000;
}
.which_list2 .center span.lazyloaded{
background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/witch_arrow_sp.png');
}
.which_list2 .right{
display: block;
width: 40%;
padding: 10px 10px 15px 10px ;
}
.which_list2 .right p{
clear: both;
}
.which_list2 .icon01{
width: 42px;
right: -15px;
margin: -23px 0 0 0;
}
.which_list2 .icon02{
width: 42px;
left: -15px;
margin: -23px 0 0 0;
}
.which_list2 .icon01_02{
position: relative;
width: 60px;
right: auto;
bottom: auto;
margin: 0 auto 5px auto;
}
.which_list2 .icon01_02 img{
width: 100%;
margin: auto;
}
.which_list2 .icon02_02{
display: block;
position: relative;
width: 60px;
left: auto;
bottom: auto;
margin: 0 auto 5px auto;
}
.which_list2 .icon02_02 img{
width: 100%;
margin: auto;
}
.which_list2 .font_red{
font-size: 14px;
}
.which_list2 .font_blue{
font-size: 14px;
}
}

/* なぜ法人化したいのでしょうか？ */
.why_read{
padding: 10px 0 0 0;
font-size: 22px;
text-align: center;
}
.why_area{
position: relative;
}
.why_area .box{
display: flex;
border-top: 1px solid #dfdfdf;
padding: 20px 0 0 0;
margin: 20px 0 0px 0;
}
.why_area .box_top{
border-top: none;
padding: 0px 0 0 0;
margin: 0px 0 0px 0;
}
.why_area .img{
width: 35%;
text-align: center;
}
.why_area .img img{
margin: auto;
}
.why_area .text_area{
width: 65%;
}
.why_area .rank01{
color: #fb7300;
padding: 30px 0 0 0;
}
.why_area .rank02{
color: #39b7cc;
padding: 10px 0 0 0;
}
.why_area .rank03{
color: #27449d;
padding: 90px 0 0 0;
}
.why_area .read{
font-size: 33px;
font-weight: bold;
}
.why_area ul{
padding: 10px 0 0 0;
}

.why_area li{
list-style: disc;
margin: 5px 0px 5px 25px;
font-size: 18px;
}

@media screen and (max-width: 768px) {
.why_read{
padding: 10px 0 0 0;
font-size: 15px;
}
.why_area{
padding: 0px 0 0 0;
}
.why_area .box{
display: block;
padding: 20px 0 0 0;
margin: 20px 0 0px 0;
}
.why_area .img{
width: 100%;
}
.why_area .img img{
width: 120px;
}
.why_area .text_area{
width: 100%;
text-align: center;
}
.why_area .rank01{
padding: 10px 0 10px 0;
}
.why_area .rank02{
padding: 10px 0 10px 0;
}
.why_area .rank03{
padding: 10px 0 10px 0;
}
.why_area .read{
font-size: 20px;
}
.why_area ul{
padding: 10px 0 0 0;
}
.why_area li{
margin: 5px 0px 5px 25px;
font-size: 15px;
text-align: left;
}
}

/* とぢらが得か？ */
.profit_area{
padding: 40px 0px 50px 0px;
margin: auto;
max-width: 900px;
background-color: #ffffff;
}
.profit_area .list_read{
font-size: 20px;
text-align: center;
padding: 0 0 20px 0;
}
.profit_area .list_title{
padding: 20px 0 0px 0;
font-size: 30px;
font-weight: bold;
text-align: center;
}
.profit_list{
padding: 30px 0px 20px 0px;
margin: auto;
max-width: 720px;
}
.profit_list table{
width: 100%;
max-width: 960px;
margin: 0 auto;
border-collapse: collapse;
border-top: 1px solid #000;
border-left: 1px solid #000;
font-size: 1.6rem;
line-height: 1.5;
}
.profit_list tr{
padding: 1.6rem 1.2rem;
background-color: #eee;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
font-weight: bold;
vertical-align: middle;
}
.profit_list td{
padding: 0.3rem 0.4rem;
background-color: #fff;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
text-align: right;
vertical-align: middle;
}
.profit_list td{
width: 25%;
}
.profit_list td.waku_right{
border-left: 5px solid #0e2f92;
border-right: 5px solid #0e2f92;
}
.profit_list td.waku_top{
border-top: 5px solid #0e2f92;
line-height: 1.3;
}
.profit_list td.waku_bottom{
border-bottom: 5px solid #0e2f92;
}
.profit_list tr.top td{
text-align: center;
background-color:#b6e7ff;
border-bottom: 2px solid #000;
font-weight: bold;
}
.profit_list tr.top .comment{
font-size: 11px;
font-weight: normal;
padding: 2px 0 0 0;
}
.profit_list tr.top .font_blue{
font-weight: bold;
color: #0e2f92;
}
.profit_list td.color01{
color: #ffffff;
}
.profit_list .font_red{
color: red;
font-weight: bold;
}
.profit_list .font_red span{
font-size: 14px;
font-weight: normal;
}
.profit_area .text_area{
margin: 20px auto 0 auto;
text-align: center;
}
.profit_area .text_area .text{
font-size: 16px;
padding: 0 0 20px 0;
text-align: left;
}
.profit_area .text_area .text .font_red{
color: red;
}
.profit_area .text_area .text .font_blue{
font-size: 28px;
font-weight: bold;
color: #003280;
}
.profit_attention_area{
margin: 20px auto 0 auto;
text-align: center;
}
.profit_attention_area .read_red{
font-size: 30px;
font-weight: bold;
color: red;
padding: 30px 0 30px 0;
margin: 50px 0 0 0;
text-align: center;
border-top: solid 1px #000000;
border-bottom: solid 1px #dfdfdf;
}
.profit_attention_area .read{
font-size: 21px;
font-weight: bold;
padding: 20px 0 20px 0;
text-align: left;
border-bottom: solid 1px #dfdfdf;
}
.profit_attention_area .read .font_blue{
font-weight: bold;
color: #003280;
}
.profit_attention_area .text{
clear: both;
display: block;
font-size: 16px;
padding: 20px 0 0 0;
text-align: left;
}
.profit_attention_area .text .font_blue{
font-size: 18px;
font-weight: bold;
color: #003280;
}
.profit_attention_area .text_top{
margin: 30px 0 0 0;
}
.profit_attention_area .text .font_red{
font-size: 18px;
font-weight: bold;
color: red;
}
.profit_attention_area .catch{
border-top: solid 1px #dfdfdf;
display: block;
font-size: 28px;
font-weight: bold;
margin: 50px 0 0 0;
padding: 30px 0 0px 0;
text-align: center;
}
.profit_attention_area .catch h4{
font-weight: bold;
}
.profit_attention_area .catch .img{
display: block;
padding: 0 0 10px 0;
}
.profit_attention_area .catch img{
width: 80px;
margin: 0px auto;
}
.profit_attention_area .contact{
border-top: solid 1px #dfdfdf;
font-size: 35px;
font-weight: bold;
margin: 50px 0 0 0;
padding: 50px 0 0px 0;
text-align: center;
}
.profit_img{
width: 100%;
max-width: 600px;
margin: 10px auto 0 auto;
text-align: center;
}
.profit_img img{
width: 100%;
height: auto;
}
.profit_case_box{
width: 100%;
max-width: 1000px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding: 30px 0 30px 0;
border: solid 1px rgba(0,0,0,0.08);
text-align: center;
}
.profit_case_box_first{
margin-top: 30px;
}
.profit_case_box p{
font-size: 20px;
font-weight: bold;
color: #003280;
text-align: center;
}
.profit_case_box img{
width: 100%;
max-width: 750px;
height: auto;
padding: 30px 0 0px 0;
margin: 0px auto 0 auto;
text-align: center;
}

@media screen and (max-width: 768px) {
.profit_area{
padding: 20px 10px 20px 10px;
}
.profit_area .list_read{
font-size: 14px;
padding: 0 0 20px 0;
}
.profit_area .list_title{
padding: 0px 0 10px 0;
font-size: 18px;
}
.profit_list{
padding: 0px 0px 20px 0px;
}
.profit_list table {
font-size: 1.2rem;
}
.profit_list th {
padding: .7rem;
}
.profit_list td {
padding: .5rem .2rem;
}
.profit_list td.waku_right{
border-left: 5px solid #0e2f92;
border-right: 3px solid #0e2f92;
}
.profit_list td.waku_top{
padding: 0.2rem 0.2rem;
border-top: 3px solid #0e2f92;
}
.profit_list td.waku_bottom{
border-bottom: 3px solid #0e2f92;
}
.profit_list tr.top .comment{
font-size: 11px;
letter-spacing: -0.05em;
padding: 0px 0 0 0;
}
.profit_area .text_area{
margin: 0px 10px;
text-align: left;
}
.profit_area .text_area .text{
font-size: 14px;
padding: 0 0 15px 0;
}
.profit_area .text_area .text .font_blue{
font-size: 18px;
}
.profit_attention_area{
margin: 0px 10px;
text-align: left;
}
.profit_attention_area .read_red{
font-size: 16px;
padding: 20px 0 20px 0;
margin: 30px 0 0 0;
}
.profit_attention_area .read{
font-size: 15px;
padding: 20px 0 20px 0;
}
.profit_attention_area .catch{
font-size: 16px;
margin: 30px 0 0 0;
padding: 20px 0 0px 0;
}
.profit_attention_area .catch img{
width: 60px;
height: auto;
}
.profit_attention_area .contact{
font-size: 16px;
margin: 30px 0 0 0;
padding: 20px 0 0px 0;
}
.profit_case_box{
width: auto;
margin-bottom: 20px;
padding: 20px 10px 10px 10px;
}
.profit_case_box_first{
margin-top: 10px;
}
.profit_case_box p{
font-size: 15px;
}
.profit_case_box img{
width: 100%;
max-width: 350px;
height: auto;
padding: 20px 0 0px 0;
margin: 0px 0px 0 0px;
}
}

/* LINEで気軽に */
.area-line__h {
height: 85px;
background-color: #01b901;
color: #FFF;
text-align: center;
line-height: 85px;
font-size: 35px;
font-weight: bold;
}
.line_slide{
padding: 20px 50px 1px 50px;
background-color: #0287cc;
}

@media screen and (max-width: 768px) {
.area-line__h {
font-size: 2.0rem;
height: 50px;
line-height: 50px;
}
.line_slide{  
padding: 0px 0px 1px 0px;
}
}

/* 株式会社と合同会社の違い */
.area-companyform {
padding-bottom: 5.5rem;
background-color: #eef3f5;
}
.area-companyform_contents {
padding: 30px 0px 0px 0px;
margin: auto;
max-width: 900px;
width: 100%;
}
.area-companyform__r {
margin-top: 40px;
margin-bottom: 30px;
}
.area-companyform .text01{
padding: 0 0 15px 0;
font-size: 1.6rem;
}
.area-companyform .text02{
padding: 30px 0 15px 0;
font-size: 1.6rem;
}
.area-companyform .box{
border: solid 2px #003280;
background-color: #ffffff;
padding: 30px;
margin: 20px 0 0 0;
}
.area-companyform .box .read{
padding: 8px 0 30px 65px;
color: #003280;
font-size: 2.4rem;
font-weight: bold;
}
.area-companyform .box .read .number{
position: absolute;
display: block;
margin: -8px 0 0 -65px;
padding: 10px 18px;
text-align: center;
background-color: #003280;
color: #ffffff;
font-size: 2.2rem;
}
.area-companyform_table {
width: 100%;
max-width: 960px;
margin: 0 auto 30px auto;
background-color: #fff;
border-collapse: collapse;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
font-size: 1.6rem;
line-height: 1.3;
}
.area-companyform_table th {
padding: 0.6rem 1.0rem;
background-color: #eeeeee;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
font-weight: bold;
text-align: left;
vertical-align: middle;
}
.area-companyform_table td {
width: 38%;
padding: 0.6rem 1.0rem;
background-color: #fff;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
font-weight: bold;
text-align: center;
vertical-align: middle;
}
.area-companyform_table td.orange {
background-color: #fff1d7;
}
.area-companyform_table th.blue {
background-color: #003280;
color: #ffffff;
}
.area-companyform_table th.white {
background-color: #ffffff;
}
.area-companyform_table td.blue {
background-color: #003280;
color: #ffffff;
}
.area-companyform_table td span {
font-weight: bold;
}
.area-companyform_table td span.blue {
color: #003280;
}
.area-companyform_table td span.red {
color: #f00;
}
.area-companyform_table td span.purple {
color: purple;
}
.area-companyform_table td span.price01 {
display: block;
padding: 0 0 2px 0;
font-size: 1.45rem;
}
.area-companyform_table td span.price02 {
display: block;
padding: 0 0 10px 0;
font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
.area-companyform {
padding-bottom: 4.5rem;
}
.area-companyform__h {
font-size: 2.0rem;
padding: 1rem;
line-height: 1.4;
}
.area-companyform__r {
padding: 1.6rem;
margin: 30px 10px 20px 10px;
font-size: 1.6rem;
line-height: 1.4;
}
.area-companyform .text01{
padding: 0 10px 10px 10px;
font-size: 1.3rem;
}
.area-companyform .text02{
padding: 20px 10px 10px 10px;
font-size: 1.3rem;
}
.area-companyform .box{
padding: 15px;
margin: 10px 10px 0 10px;
}
.area-companyform .box .read{
padding: 8px 0 20px 60px;
font-size: 1.6rem;
}
.area-companyform .box .read .number{
margin: -3px 0 0 -50px;
padding: 6px 10px;
width: 35px;
font-size: 1.4rem;
}
.area-companyform_table {
margin: 0 auto 20px auto;
max-width: 700px;
}
.area-companyform_table img {
width: 30px;
}
.area-companyform_table th {
font-size: 1.3rem;
padding: 1rem 0.5rem;
text-align: left;
}
.area-companyform_table th .block {
display: block;
}
.area-companyform_table td {
font-size: 1.3rem;
line-height: 1.6;
text-align: center;
}
.area-companyform_table td span.price01 {
padding: 0 0 1px 0;
font-size: 1.3rem;
font-weight: normal;
}
.area-companyform_table td span.price02 {
padding: 0 0 8px 0;
font-size: 1.3rem;
}
}

/* CVブロック - new */
.cv_block_back01{
background-color: #9cccea;
}
.cv_block_back02{
background-color: #A1D9CE;
}
.cv_block_back03{
background-color: #F0BD9B;
}
.cv_block_area{
overflow: hidden;
width: 100%;
max-width: 1100px;
margin: 0 auto;
}
.cv_block_img01{
background-image:url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/cv_img01.webp");
background-position:left bottom;
background-size:250px;
background-repeat:no-repeat;
}
.cv_block_img02{
background-image:url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/cv_img02.webp");
background-position:left bottom;
background-size:250px;
background-repeat:no-repeat;
}
.cv_block{
width: 100%;
max-width: 650px;
border: solid 3px #003280;
border-radius: 5px;
text-align: center;
box-shadow: 0px 5px 12px rgba(0,0,0,.2);
background-color: #ffffff;
}
.cv_block_center{
margin: 40px auto 100px auto;
}
.cv_block_left{
margin: 40px 0 100px 0;
}
.cv_block .cv_block_area{
padding: 15px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap:         wrap;
}
.cv_block .cv_block_area_left{
width: 50%;
margin: 0 -1px 0 0;
border-right: solid 1px #000000;
}
.cv_block .cv_block_area_right{
width: 50%;
}
.cv_block .title{
background-color: #003280;
padding: 10px;
font-size: 22px;
font-weight: bold;
color: #ffffff;
}
.cv_block .title span{
font-weight: bold;
color: #ffe400;
}
.cv_block .btn{
margin: 5px 0 10px 0;
text-align: center;
-webkit-transition: opacity 1.0s ease-out;
-moz-transition: opacity 1.0s ease-out;
-ms-transition: opacity 1.0s ease-out;
transition: opacity 1.0s ease-out;
transition: all 0.1s;
}
.cv_block .btn:hover,
.cv_block .btn:active{
margin: 9px 0 6px 0;
transition: all 0.1s;
}
.cv_block .btn a{
font-size:16px;
font-weight: bold;
letter-spacing: 0.06em;
color: #ffffff;
text-decoration: none;
display: block;
width: 100%;
padding: 12px 12px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-transition: opacity 1.0s ease-out;
-moz-transition: opacity 1.0s ease-out;
-ms-transition: opacity 1.0s ease-out;
transition: opacity 1.0s ease-out;
transition: all 0.1s;
}
.cv_block .btn a:hover,
.cv_block .btn a:active{
border-bottom: solid 1px rgba(0,0,0,.0);
transition: all 0.1s;
}
.cv_block .btn_contact a{ background-color: #ff0000; border-bottom: solid 1px #ff4040; box-shadow: 0px 4px 0px #cf0000; padding: 17px 12px;}
.cv_block .btn_contact a:hover,
.cv_block .btn_contact a:active{ background-color:#D00000; box-shadow: 0px 0px 0px #cf0000;}
.cv_block .btn_tel a{ background-color: #1170BC; border-bottom: solid 1px #4f9ad5; box-shadow: 0px 4px 0px #00569b;}
.cv_block .btn_tel a:hover,
.cv_block .btn_tel a:active{ background-color: #0059A1; box-shadow: 0px 0px 0px #00569b;}
.cv_block .btn_line a{ background-color: #0abf37; border-bottom: solid 1px #5bdc7b; box-shadow: 0px 4px 0px #008621;}
.cv_block .btn_line a:hover,
.cv_block .btn_line a:active{ background-color: #009B26; box-shadow: 0px 0px 0px #008621;}
.cv_block .btn_chatwork a{ border: solid 3px #000000; color: #000000; box-shadow: 0px 4px 0px #dfdfdf; padding: 12px 12px 15px 12px;}
.cv_block .btn_chatwork a:hover,
.cv_block .btn_chatwork a:active{ border: solid 3px #ff0000; box-shadow: 0px 0px 0px #dfdfdf;}
.cv_block .btn .ic{
background-position:left center;
background-size:30px;
background-repeat:no-repeat;
padding: 15px 5px 15px 44px;
}
.cv_block .btn span{
padding: 0 5px 0 0;
font-weight: bold;
}
.cv_block .btn span strong{
margin: 0 0 0 10px;
}
.cv_block .btn_contact .ic.lazyloaded{ background-image:url(https://keiei-support-plus-a.com/kaisha-setsuritsu/images/cv/icon_contact.png);}
.cv_block .btn_tel .ic.lazyloaded{ background-image:url(https://keiei-support-plus-a.com/kaisha-setsuritsu/images/cv/icon_tel.png);}
.cv_block .btn_line .ic.lazyloaded{ background-image:url(https://keiei-support-plus-a.com/kaisha-setsuritsu/images/cv/icon_line.png);}
.cv_block .btn_chatwork img{
width: 160px;
height: auto;
margin: 0 5px -8px 0;
}
.cv_block .contact_area{
margin: -5px 0px 0px 10px;
padding:0px 0px 0px 5px;
}
.cv_block .tel_area{
display: none;
margin: 0px 10px;
padding:10px 10px 0px 10px;
border-radius: 5px;
}
.cv_block .tel_area_pc{
margin: 0px 15px 10px 0px;
border-radius: 5px;
}
.cv_block .tel_area_pc .tel_title{
background-color: #003280;
padding: 10px;
font-size: 15px;
color: #ffffff;
}
.cv_block .tel_area_pc .tel{
padding: 5px 0 0 0;
font-size:25px;
font-weight: bold;
color: #000000;
}
.cv_block .tel_area_pc .tel span{
background-image:url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/cv/icon_tel_pc.png");
background-position:left center;
background-size:25px;
background-repeat:no-repeat;
padding: 0 0 0 30px;
font-weight: bold;
}
.cv_block .line_area_pc{
margin: 0px 10px 0px 0px;
padding:10px 10px 0px 0px;
border-radius: 5px;
}
.cv_block .line_area_pc .line_title{
background-color: #0abf37;
padding: 10px;
margin: 0 0 10px 0;
font-size: 15px;
font-weight: bold;
color: #ffffff;
}
.cv_block .line_area_pc .line_title img{
position: absolute;
width: 50px;
left: 50%;
margin: 5px 0 0 -355px;
}
.cv_block .line_area_pc .line_title span{
background-image:url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/cv/icon_line.png");
background-position:left center;
background-size:25px;
background-repeat:no-repeat;
padding: 5px 0 5px 30px;
font-weight: bold;
}
.cv_block .line_area_pc .qr{
width: 80px;
margin: 0 15px 0 30px;
float: left;
}
.cv_block .line_area_pc .qr img{
width: 100%;
height: auto;
}
.cv_block .line_area_pc .text{
padding: 8px 0 0 0;
text-align: left;
}
.cv_block .line_area .line_large{
font-size:17px;
font-weight: 600;
line-height: 25px;
}
.cv_block .line_area{
display: none;
margin: 0px 10px;
padding:10px 20px 0px 20px;
border-radius: 5px;
}
.cv_block .chatwork_area{
margin: 0px 0px 10px 10px;
padding:10px 0 10px 5px;
border-radius: 5px;
}
.cv_block .contact_area .catch{
font-size:22px;
font-weight: bold;
color: #000000;
}
.cv_block .contact_area .catch span.fukidashi_l{
background-image:url(https://keiei-support-plus-a.com/kaisha-setsuritsu/images/cv/contact_fukidashi_l.png);
background-position:left center;
background-size:25px;
background-repeat:no-repeat;
}
.cv_block .contact_area .catch span.fukidashi_r{
background-image:url(https://keiei-support-plus-a.com/kaisha-setsuritsu/images/cv/contact_fukidashi_r.png);
background-position:right center;
background-size:25px;
background-repeat:no-repeat;
padding: 12px 35px 12px 35px;
font-weight: bold;
}
.cv_block .tel_area .tel{
font-size:32px;
font-weight: bold;
color: #000000;
}
.cv_block .tel_area .tel span{
margin: 0 10px 0 0;
font-size:28px;
font-weight: bold;
}
.cv_block .tel_area .tel a{
font-weight: bold;
color: #000000;
}
.cv_block .line_area .icon{
width: 100%;
max-width: 500px;
margin: auto;
padding: 10px 0 0 0;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap:         wrap;
}
.cv_block .line_area .qr{
width: 50%;
}
.cv_block .line_area .qr img{
width: 100px;
margin: auto;
}
.cv_block .line_area .friends{
width: 50%;
padding: 25px 0 0 0;
}
.cv_block .line_area .friends img{
width: 150px;
margin: auto;
}

@media screen and (max-width: 768px) {
.cv_block_img01{
background-image:none;
}
.cv_block_img02{
background-image:none;
}
.cv_block{
width: auto;
border: solid 2px #003280;
box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}
.cv_block_center{
margin: 40px 10px 60px 10px;
}
.cv_block_left{
margin: 40px 10px 40px 10px;
}
.cv_block .title{
padding: 3px 10px 5px 10px;
font-size: 15px;
}
.cv_block .cv_block_area{
padding: 0px;
display: block;
}
.cv_block .cv_block_area_left{
display: none;
}
.cv_block .cv_block_area_right{
width: 100%;
}
.cv_block .btn a{
font-size:13px;
letter-spacing: -0.02em;
padding: 8px 12px;
border-radius: 500px;
}
.cv_block .line_area .btn a{
font-size:13px;
padding: 12px 0px 12px 5px;
}
.cv_block .btn .ic{
background-size:18px;
padding: 15px 5px 15px 26px;
}
.cv_block .btn_chatwork img{
width: 90px;
margin: 0 2px -5px 0;
}
.cv_block .text{
font-size:13px;
}
.cv_block .contact_area{
margin: 5px 5px 0px 5px;
padding:5px 5px;
background-color: #fff2cc;
border-radius: 5px;
}
.cv_block .tel_area{
display: block;
margin: 0px 5px;
padding:5px 5px 0px 5px;
}
.cv_block .line_area{
display: block;
margin: 0px 5px;
padding:5px 5px 0px 5px;
}
.cv_block .chatwork_area{
margin: 0px 5px 5px 5px;
padding:5px 0px;
}
.cv_block .chatwork_area br{
display: none;
}
.cv_block .contact_area .catch{
font-size:15px;
}
.cv_block .contact_area .catch span.fukidashi_l{
background-size:20px;
}
.cv_block .contact_area .catch span.fukidashi_r{
background-size:20px;
padding: 8px 30px 8px 30px;
}
.cv_block .tel_area .tel{
font-size:22px;
}
.cv_block .tel_area .tel span{
margin: 0 5px 0 0;
font-size:16px;
}
.cv_block .line_area .icon{
width: 100%;
max-width: 350px;
padding: 5px 0 0 0;
}
.cv_block .line_area .qr img{
width: 70px;
}
.cv_block .line_area .friends{
width: 50%;
padding: 15px 0 0 0;
}
.cv_block .line_area .friends img{
width: 120px;
}
}

/* ranking */
#ranking_box {
max-width: 980px;
width: 100%;
margin: 0 auto 40px auto;
padding: 3rem;
background-color: #fff;
border: solid 2px #8ab7e9;
outline: solid 10px #fff;
}
#ranking_area{
position: relative;
padding: 0 0 40px 0;
}
#ranking_area .img_rank{
width: 100%;
max-width: 500px;
margin: 350px auto 0 auto;
text-align: center;
}
#ranking_area .img_rank img{
width: 100%;
}
#ranking_area .box{
width: 330px;
height: 330px;
border-radius: 500px;
color: #ffffff;
display: table;
}
#ranking_area .box_1st{
z-index: 3;
position: absolute;
background-color: #d9b31a;
left: 50%;
margin: -320px 0 0 -165px;
}
#ranking_area .box_2nd{
z-index: 2;
position: absolute;
background-color: #99a297;
left: 0;
margin: -260px 0 0 0;
}
#ranking_area .box_3rd{
position: absolute;
background-color: #ce7745;
right: 0;
margin: -230px 0 0 0;
}
#ranking_area .text_area{
display: table-cell;
vertical-align: middle;
padding: 30px;
text-align: center;
}
#ranking_area .read{
font-size: 18px;
font-weight: bold;
}
#ranking_area ul{
padding: 10px 20px 0 20px;
text-align: left;
}
#ranking_area li{
list-style: disc;
margin: 5px 0px 5px 25px;
font-size: 14px;
}
#ranking_message_box {
max-width: 900px;
width: 100%;
margin: 0 auto 40px auto;
overflow: hidden;
background-color: #fffffe;
background-position:bottom right;
background-size:cover;
background-repeat:no-repeat;
text-align: center;
}
#ranking_message_box.lazyloaded {
background-image:url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/ranking_message_back.webp");
}
#ranking_message_box .waku{
border: solid 1px rgba(0,0,0,0.08);
margin: 10px;
}
#ranking_message_box ul{
padding: 40px 40px 30px 50px;
text-align: left;
}
#ranking_message_box ul li{
font-size: 15px;
}
#ranking_message_box ul span{
border-bottom: solid 1px rgba(0,0,0,0.08);
font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
line-height: 250%;
padding-right: 15px;
}
#ranking_message_box .name{
padding: 0px 80px;
font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
font-size: 16px;
line-height: 200%;
text-align: right;
}
#ranking_message_box .name span{
font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
font-size: 14px;
}
#ranking_message_box .img{
margin: 30px auto 60px auto;
width: 100%;
max-width: 500px;
}
#ranking_message_box .img img{
width: 100%;
height: auto;
}
#ranking_message_box .img p{
margin: 20px 0 0px 0;
}

@media screen and (max-width: 768px) {
#ranking_box {
padding: 0;
width: auto;
margin: 0 20px;
border: solid 2px #8ab7e9;
outline: solid 5px #fff;
position: relative;
}
#ranking_area{
padding: 0 0 20px 0;
}
#ranking_area .img_rank{
max-width: 300px;
margin: 0px auto 0 auto;
}
#ranking_area .box{
width: 300px;
height: 300px;
}
#ranking_area .box_1st{
position: relative;
left: auto;
margin: 10px auto 0 auto;
}
#ranking_area .box_2nd{
position: relative;
left: auto;
margin: 10px auto 0 auto;
}
#ranking_area .box_3rd{
position: relative;
right: auto;
margin: 10px auto 0 auto;
}
#ranking_area .text_area{
display: table-cell;
vertical-align: middle;
padding: 30px;
text-align: center;
}
#ranking_area .read{
font-size: 16px;
font-weight: bold;
}
#ranking_area ul{
padding: 10px 0px 0 0px;
}
#ranking_area li{
margin: 5px 0px 5px 25px;
}
#ranking_message_box {
padding: 0px;
width: auto;
margin: 20px 15px 0px 15px;
background-position:bottom right;
background-size:100%;
}
#ranking_message_box .waku{
margin: 5px;
}
#ranking_message_box ul{
padding: 20px;
-ms-writing-mode: lr-tb;
writing-mode: lr-tb;
text-align: left;
}
#ranking_message_box ul li{
font-size: 13px;
}
#ranking_message_box ul span{
border-right: none;
border-bottom: solid 1px rgba(0,0,0,0.08);
line-height: 170%;
padding-right: 0px;
}
#ranking_message_box .name{
padding: 0px 20px;
font-size: 14px;
}
#ranking_message_box .name span{
font-size: 12px;
}
#ranking_message_box .img{
margin: 20px 20px 60px 20px;
width: auto;
}
#ranking_message_box .img p{
margin: 10px 0 0px 0;
font-size: 13px;
}
}

/* ranking */
#ranking_box2 {
max-width: 880px;
width: 100%;
margin: 30px auto 40px auto;
padding: 3rem;
background-color: #fff;
border: solid 2px #8ab7e9;
outline: solid 10px #fff;
}
#ranking_area2{
position: relative;
padding: 0 0 0px 0;
}
#ranking_area2 .box{
display: table;
}
#ranking_area2 .box01 {
padding: 40px 0 70px 0;
color: #ba9e1f;
border-bottom: solid 1px rgba(0,0,0,0.08);
}
#ranking_area2 .box02 {
padding: 35px 0;
color: #979797;
border-bottom: solid 1px rgba(0,0,0,0.08);
}
#ranking_area2 .box03 {
padding: 30px 0 0 0;
color: #af864a;
}
#ranking_area2 .img{
display: table-cell;
vertical-align: middle;
width: 10%;
text-align: center;
}
#ranking_area2 .img img{
margin: auto;
height: auto;
}
#ranking_area2 .box01 .img img{width: 100%;}
#ranking_area2 .box02 .img img{width: 80%;}
#ranking_area2 .box03 .img img{width: 60%;}
#ranking_area2 .text_area{
display: table-cell;
vertical-align: middle;
width: 80%;
}
#ranking_area2 .text_area .read{
padding: 0 30px 0 30px;
font-weight: bold;
}
#ranking_area2 .box01 .text_area .read{font-size: 30px;}
#ranking_area2 .box02 .text_area .read{font-size: 22px;}
#ranking_area2 .box03 .text_area .read{font-size: 18px;}

#ranking_area2 .text_area ul{
padding: 10px 20px 0 20px;
text-align: left;
}
#ranking_area2 .text_area li{
list-style: disc;
margin: 2px 0px 2px 25px;
font-size: 15px;
}
#ranking_area2 .percent{
display: table-cell;
vertical-align: middle;
width: 6%;
text-align: right;
font-weight: bold;
}
#ranking_area2 .box01 .percent{font-size: 25px;}
#ranking_area2 .box02 .percent{font-size: 20px;}
#ranking_area2 .box03 .percent{font-size: 16px;}
#ranking_area2 .percent span{
margin: 0 10px 0 0;
font-weight: bold;
}
#ranking_area2 .box01 .percent span{font-size: 45px;}
#ranking_area2 .box02 .percent span{font-size: 35px;}
#ranking_area2 .box03 .percent span{font-size: 30px;}

@media screen and (max-width: 768px) {
#ranking_box2 {
padding: 0;
width: auto;
margin: 20px 20px 0 20px;
border: solid 2px #8ab7e9;
outline: solid 5px #fff;
position: relative;
}
#ranking_area2 .box{
display: block;
}
#ranking_area2 .box01 {
padding: 20px 0 20px 0;
}
#ranking_area2 .box02 {
padding: 20px 0 20px 0;
}
#ranking_area2 .box03 {
padding: 30px 0 20px 0;
}
#ranking_area2 .img{
display: block;
width: auto;
}
#ranking_area2 .box01 .img img{width: 100%; max-width: 100px;}
#ranking_area2 .box02 .img img{width: 100%; max-width: 80px;}
#ranking_area2 .box03 .img img{width: 100%; max-width: 60px;}
#ranking_area2 .text_area{
display: block;
width: auto;
padding: 10px 20px 0 20px;
}
#ranking_area2 .text_area .read{
padding: 0 0px 0 0px;
text-align: center;
}
#ranking_area2 .box01 .text_area .read,
#ranking_area2 .box02 .text_area .read,
#ranking_area2 .box03 .text_area .read{
font-size: 16px;
}
#ranking_area2 .text_area ul{
padding: 8px 0px 0 0px;
text-align: left;
}
#ranking_area2 .text_area li{
list-style: disc;
margin: 2px 0px 2px 20px;
font-size: 13px;
}
#ranking_area2 .percent{
display: block;
width: auto;
text-align: center;
padding: 10px 0 0 0;
}
#ranking_area2 .box01 .percent,
#ranking_area2 .box02 .percent,
#ranking_area2 .box03 .percent{
font-size: 16px;
}
#ranking_area2 .percent span{
margin: 0 5px 0 0;
}
#ranking_area2 .box01 .percent span,
#ranking_area2 .box02 .percent span,
#ranking_area2 .box03 .percent span{
font-size: 25px;
}
}

/* quiz */
.quiz_box{
max-width: 900px;
width: 100%;
margin: 0 auto 60px auto;
background-color: #fff;
border: solid 3px #003280;
}
.quiz_box .box{
padding: 0px 0px 30px 0px;
}
.quiz_box .title_area{
position: relative;
padding: 20px 0 30px 0;
color: #ffffff;
text-align: center;
border-bottom: solid 3px #003280;
background-color: #003280;
}
.quiz_box .icon{
position: absolute;
margin: 10px 10px 10px 30px;
}
.quiz_box .icon img{
width: 80px;
}
.quiz_box .title01{
padding: 10px 0 0 0;
font-size: 40px;
font-weight: bold;
}
.quiz_box .title01 .yellow{
font-weight: bold;
color: yellow;
}
.quiz_box .title02{
padding: 5px 0 0 0;
font-size: 32px;
font-weight: bold;
}
.quiz_box .quiz_case_area {
padding: 50px 0 0px 0;
}
.quiz_box .text_sns {
padding: 20px 10px 0 10px;
text-align: center;
}

@media screen and (max-width: 768px) {
.quiz_read{
width: auto;
padding: 0px 0 30px 0;
margin: 0 10px;
font-size: 14px;
}
.quiz_box{
width: auto;
margin: 0 10px 30px 10px;
}
.quiz_box .box{
padding: 0px 0px 20px 0px;
}
.area-fail .quiz_box{
width: auto;
margin: 0 0px 30px 0px;
}
.quiz_box .title_area{
padding: 0px 0 10px 0;
}
}

/* fail 追記 */
.fail_text_area{
border-top: solid 1px rgba(0,0,0,0.08);
padding: 40px 0 40px 0;
text-align: center;
}
.fail_text01{
padding: 0 0 15px 0;
font-size: 15px;
font-weight: bold;
}
.fail_read01{
padding: 0 0 15px 0;
font-size: 30px;
font-weight: bold;
}
.fail_read02{
padding: 0 0 15px 0;
font-size: 30px;
font-weight: bold;
color: red;
}

@media screen and (max-width: 768px) {
.fail_text_area{
padding: 20px 0 20px 0;
}
.fail_text01{
padding: 0 0 10px 0;
font-size: 14px;
}
.fail_read01{
padding: 0 0 10px 0;
font-size: 20px;
}
.fail_read02{
padding: 0 0 10px 0;
font-size: 20px;
}
}

/* footer sns */
.footer_sns  {
border-top: solid 1px rgba(0,0,0,0.08);
}
.footer_sns .sns_link {
max-width: 1000px;
width: 100%;
padding: 10px 0 10px 0;
margin: auto;
}
.footer_sns .sns_link ul{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap:         wrap;
}
.footer_sns .sns_link li{
width: 25%;
}
.footer_sns .sns_link li .btn{
margin: 5px;
}
.footer_sns .sns_link li .btn a{
padding: 10px;
display: block;
color: #ffffff;
border-radius: 3px;
text-align: center;
text-decoration: none;
}
.footer_sns .sns_link li a:hover {
opacity: .7;
}
.footer_sns .sns_link li .btn_facebook a{ background-color: #305097;}
.footer_sns .sns_link li .btn_twitter a{ background-color: #00aced;}
.footer_sns .sns_link li .btn_line a{ background-color: #00c300;}
.footer_sns .sns_link li .btn_hatena a{ background-color: #00a4de;}
.footer_sns .sns_link li .btn span{
padding: 8px 0 8px 0px;
background-position:left center;
background-size:22px;
background-repeat:no-repeat;
}
.footer_sns .sns_link li .btn_twitter span{ background-image:url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sns_icon_twitter.png"); padding: 8px 0 8px 30px;}
.footer_sns .sns_link li .btn_hatena span{ background-image:url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sns_icon_hatena.png"); padding: 8px 0 8px 30px;}

@media screen and (max-width: 768px) {
.footer_sns .sns_link {
padding: 5px;
}
.footer_sns .sns_link li{
width: 100%;
}
.footer_sns .sns_link li .btn{
margin: 3px;
}
}

/* procedure */
.procedure_area {
position: relative;
max-width: 900px;
width: 100%;
padding: 30px 0 0px 0;
margin: auto;
text-align: left;
line-height: 170%;
}
.procedure_area .read{
padding: 20px 0 50px 0;
color: #000000;
text-align: center;
font-size: 28px;
font-weight: bold;
line-height: 160%;
}
.procedure_area .read span {
display: block;
padding: 30px 0px 0 0px;
font-weight: bold;
}
.procedure_area .text{
padding: 0px 0 20px 0;
font-size: 16px;
}
.procedure_area .text .font_red{
font-size: 18px;
font-weight: bold;
color: red;
}
.procedure_text_area {
max-width: 900px;
width: 100%;
padding: 20px 0 60px 0;
margin: auto;
}
.procedure_text_area .text{
padding: 0px 0 20px 0;
font-size: 16px;
}
.procedure_text_area .text .font_red{
font-size: 18px;
font-weight: bold;
color: red;
}
.procedure_text_area .catch{
padding: 30px 0 0px 0;
color: #003280;
text-align: center;
font-size: 35px;
font-weight: bold;
line-height: 150%;
}

@media screen and (max-width: 768px) {
.procedure_area {
width: auto;
padding: 0px 10px 0px 10px;
}
.procedure_area .read{
padding: 0 0 20px 0;
font-size: 16px;
}
.procedure_area .read span {
display: block;
background-size: 40px;
padding: 10px 0px 0 0px;
}
.procedure_area .text{
padding: 0px 0 15px 0;
font-size: 14px;
}
.procedure_area .text .font_red{
font-size: 16px;
}
.procedure_text_area {
width: auto;
padding: 20px 20px 30px 20px;
}
.procedure_text_area .read span {
display: block;
background-size: 40px;
padding: 40px 0px 0 0px;
}
.procedure_text_area .text{
padding: 0px 0 15px 0;
font-size: 14px;
}
.procedure_text_area .catch{
padding: 10px 0 0px 0;
font-size: 20px;
}
}

/*=========================================*/
/* SCROLL NAVI */
/*=========================================*/
.scroll_point{
position: absolute;
margin-top: 40px;
}
.scroll_point02{
position: absolute;
margin-top: -120px;
}
.flow-navi__wrapper {
display:none;
}
#scroll_navi{
margin-top:52px;
position: fixed;
top: 0;
right: 0px;
height: 100%;
display: table;
z-index: 9999;
transition: all 0.65s;
}
#scroll_navi ul{
padding-top: 30px;
display: table-cell;
vertical-align: middle;
}
#scroll_navi li{
border-top: solid 1px rgba(255,255,255,0.07);
border-left: solid 1px rgba(255,255,255,0.07);
border-bottom: solid 1px rgba(255,255,255,0.07);
margin: 1px 0;
font-size:11px;
font-weight: bold;
letter-spacing: -0.02em;
text-align: left;
}
#scroll_navi .title{
width: 100%;
position: relative;
display: inline-block;
padding: 6px 6px 6px 9px;
font-size:11px;
color: #ffffff;
letter-spacing: 0.02em;
background-color: rgba(0,50,128,1.0);
}
#scroll_navi .title span.icon_top {
display: block;
padding: 2px 0 2px 19px;
background-position: left center;
background-repeat: no-repeat;
background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon_top.png');
background-size: 10px;
font-weight: normal;
}
#scroll_navi a{
width: 100%;
position: relative;
display: inline-block;
padding: 3px 3px 3px 3px;
margin: 0px 0;
color: #ffffff;
text-decoration:none;
background-color: rgba(0,50,128,0.9);
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
transition: all 1.0s;
}
#scroll_navi a:hover {
background-color: #d09f43;
transition: all 0.5s;
}
#scroll_navi a span {
display: block;
padding: 2px 0 2px 25px;
background-position: left center;
background-repeat: no-repeat;
background-size: 20px;
font-weight: normal;
}
#scroll_navi a span.icon01 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon01.png');}
#scroll_navi a span.icon02 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon02.png');}
#scroll_navi a span.icon03 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon03.png');}
#scroll_navi a span.icon04 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon04.png');}
#scroll_navi a span.icon05 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon05.png');}
#scroll_navi a span.icon06 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon06.png');}
#scroll_navi a span.icon07 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon07.png');}
#scroll_navi a span.icon08 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon08.png');}
#scroll_navi a span.icon09 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon09.png');}
#scroll_navi a span.icon10 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon10.png');}
#scroll_navi a span.icon11 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon11.png');}
#scroll_navi a span.icon12 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon12.png');}
#scroll_navi a span.icon13 { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/scroll_icon13.png');}

@media screen and (max-width: 768px) {
.scroll_point{
margin-top: 20px;
}
.scroll_point02{
margin-top: -130px;
}
.flow-navi__wrapper {
position: static;
}

#scroll_navi{
display: none;
}
}

/*-- SP Global navi --*/
.wrapper {
height: 100%;
overflow-x: hidden;
position: relative;
}
.overlay {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
top: 0;
left: 0;
z-index: 9999997;
opacity: 0;
transition: opacity .5s;
}
.overlay.open {
width: 100%;
height: 100%;
opacity: 1;
}
.main {
height: 100%;
min-height: 100vh;
transition: all .5s;
display: flex;
flex-direction: column;
justify-content: center;
}
.main.open {
transform: translateX(-100%);
}
.menu-trigger-waku {
background-image:url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_navi_trigger_back.png");
background-position:center right;
background-size:cover;
background-repeat:no-repeat;
display: none;
width: 96px;
height: 66px;
vertical-align: middle;
position: fixed;
bottom: 70px;
left: 0px;
z-index: 9999998;
}
.menu-trigger {
display: none;
width: 86px;
height: 66px;
vertical-align: middle;
cursor: pointer;
position: fixed;
bottom: 70px;
left: 0px;
z-index: 9999999;
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 66px;
/*   transform: translateX(0);
transition: transform .5s;
*/}
.menu-trigger p{
text-align: center;
font-weight: bold;
}
.menu-trigger p.open{
padding: 15px 0 0 0;
font-size: 13px;
font-weight: bold;
line-height: 18px;
}
.menu-trigger p.close{
display: none;
}
.menu-trigger.active p.open {
display: none;
}
.menu-trigger.active p.close {
display: block;
}
/* .menu-trigger.active {
transform: translateX(-250px);
}
*/
.menu-trigger span {
display: inline-block;
box-sizing: border-box;
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: #ffffff;
transition: all .5s;
}
.menu-trigger.active span {
background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
transform: translateY(10px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
top: 10px;
}
.menu-trigger.active span:nth-of-type(2) {
opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
transform: translateY(-9px) rotate(45deg);
}
nav.menu-list {
width: 0%;
height: 100%;
position: fixed;
top: 0;
left: -100%;
z-index: 9999997;
transform: translate(250px);
transition: all .5s;
}
nav.menu-list.open {
width: 100%;
height: 100%;
left: 0;
transform: translateZ(0);
}
* {
box-sizing: border-box;
}
nav.menu-list.open ul {
width:270px;
}
nav.menu-list ul {
width:0px;
height: 100%;
background-color: #ffffff;
margin: 0;
padding:5px 5px 0px 5px;
}
nav.menu-list li a {
display:block;
width:100%;
padding:6px 0px 6px 5px;
border-bottom: solid 1px rgba(0,0,0,0.07);
-webkit-box-sizing:border-box;
box-sizing:border-box;
position:relative;
color: #000000;
font-size:14px;
font-weight: 400;
letter-spacing: 0.04em;
text-align: left;
text-decoration: none;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
transition: all 0.5s;
}
nav.menu-list li a:hover,
nav.menu-list li a:active {
color: #d09f43;
font-weight: 400;
transition: all 1.5s;
}
nav.menu-list li a span{
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
transition: all 0.8s;
}
nav.menu-list li a:hover span,
nav.menu-list li a:active span {
transition: all 0.4s;
}
nav.menu-list a span {
display: block;
padding: 2px 0 2px 25px;
background-position: left center;
background-repeat: no-repeat;
background-size: 20px;
font-weight: normal;
}
nav.menu-list a span.icon01.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon01-2.webp');}
nav.menu-list a span.icon02.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon02-2.webp');}
nav.menu-list a span.icon03.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon03-2.webp');}
nav.menu-list a span.icon04.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon04-2.webp');}
nav.menu-list a span.icon05.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon05-2.webp');}
nav.menu-list a span.icon06.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon06-2.webp');}
nav.menu-list a span.icon07.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon07-2.webp');}
nav.menu-list a span.icon08.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon08-2.webp');}
nav.menu-list a span.icon09.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon09-2.webp');}
nav.menu-list a span.icon10.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon10-2.webp');}
nav.menu-list a span.icon11.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon11-2.webp');}
nav.menu-list a span.icon12.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon12-2.webp');}
nav.menu-list a span.icon13.lazyloaded { background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/sp_scroll_icon13-2.webp');}

@media screen and (max-width: 768px) {
.menu-trigger-waku {
display: block;
}
.menu-trigger {
display: block;
}
}

/*-- other img plus --*/
.img_plus01 {
position: absolute;
left: 50%;
margin: -65px 0 0 -470px;
width: 200px;
}
.img_plus01 img{
width: 100%;
max-width: 100px;
height: auto;
}
.img_plus01 p{
padding: 3px 0 0 0;
font-size: 12px;
color: #ffffff;
}
.img_plus02 {
position: absolute;
left: 50%;
margin: -85px 0 0 -435px;
width: 200px;
}
.img_plus02 img{
width: 100%;
max-width: 100px;
height: auto;
}
.img_plus02 p{
padding: 3px 0 0 0;
font-size: 12px;
color: #ffffff;
}
.img_plus03 {
position: absolute;
left: 0;
margin: -80px 0px 0 -25px;
width: 200px;
}
.img_plus03 img{
width: 100%;
max-width: 150px;
height: auto;
}
.img_plus03 p{
padding: 3px 0 0 0;
font-size: 12px;
color: #ffffff;
}
.img_plus04 {
position: absolute;
left: 0;
margin: -30px 0 0px -25px;
width: 200px;
}
.img_plus04 img{
width: 100%;
max-width: 150px;
height: auto;
}
.img_plus04 p{
padding: 3px 0 0 0;
font-size: 12px;
color: #ffffff;
}
.img_plus05 {
float: left;
left: 0;
margin: -100px 0px -20px -20px;
width: 150px;
text-align: center;
}
.img_plus05 img{
width: 100%;
height: auto;
}
.img_plus05 p{
padding: 3px 0 0 0;
font-size: 12px;
color: #000000;
}
.img_plus06 {
float: left;
left: 0;
margin: -180px 0px 0px -20px;
width: 130px;
text-align: center;
}
.img_plus06 img{
width: 100%;
height: auto;
}
.img_plus06 p{
padding: 3px 0 0 0;
font-size: 12px;
color: #000000;
}
.img_plus07 {
margin: 0px 20px 0px 0px;
width: 780px;
text-align: center;
}
.img_plus07 img{
width: 100%;
max-width: 750px;
height: auto;
}
.img_plus07 p{
padding: 3px 0 0 0;
font-size: 15px;
color: #000000;
}
.img_plus08 {
position: absolute;
left: 0;
margin: -15px 0 0 40px;
width: 180px;
text-align: center;
}
.img_plus08 img{
width: 100%;
max-width: 130px;
height: auto;
}
.img_plus08 p{
padding: 3px 0 0 0;
font-size: 12px;
color: #000000;
}
.img_plus09 {
position: absolute;
left: 0;
margin: -130px 0px 0px 20px;
width: 130px;
text-align: center;
}
.img_plus09 img{
width: 100%;
height: auto;
}
.img_plus09 p{
padding: 3px 0 0 0;
font-size: 12px;
color: #000000;
}
.img_plus12 {
position: absolute;
left: 0;
margin: 20px 0px 0px 0px;
width: 150px;
text-align: center;
}
.img_plus12 img{
width: 100%;
height: auto;
}

@media screen and (max-width: 768px) {
.img_plus01 {
position: relative;
float: left;
left: 0;
margin: -45px 0 0 0px;
width: 60px;
}
.img_plus01 img{
width: 100%;
}
.img_plus01 p{
padding: 0px 0 0 5px;
font-size: 11px;
line-height: 120%;
}
.img_plus02 {
position: relative;
float: left;
left: 0;
margin: -40px 0 0 0px;
width: 60px;
}
.img_plus02 img{
width: 100%;
}
.img_plus02 p{
padding: 0px 0 0 5px;
font-size: 11px;
line-height: 120%;
}
.img_plus03 {
display: none;
}
.img_plus04 {
display: none;
}
.img_plus05 {
float: none;
right: auto;
margin: 0px auto 0px auto;
width: 150px;
text-align: center;
}
.img_plus06 {
float: none;
right: auto;
margin: 0px auto 0px auto;
width: 150px;
text-align: center;
}
.img_plus07 {
float: none;
right: auto;
margin: 0px auto 30px auto;
width: 200px;
text-align: center;
}
.img_plus07 p{
padding: 0px 0 0 0;
margin: -10px 0px 0px 0px;
font-size: 12px;
color: #000000;
}
.img_plus08 {
position: relative;
padding: 0;
left: auto;
margin: -10px auto 20px auto;
width: 150px;
text-align: center;
}
.img_plus09 {
position: relative;
padding: 0;
left: auto;
margin: 10px auto 20px auto;
width: 150px;
text-align: center;
}
.img_plus12 {
position: relative;
padding: 0;
left: auto;
margin: 10px auto 0px auto;
width: 120px;
text-align: center;
}
}

/*-- low price --*/
.low_price_h {
padding: 2.4rem;
background-color: #003280;
color: #fff;
font-size: 4.2rem;
font-weight: bold;
line-height: 1;
text-align: center;
}
.low_price_h .yellow {
color: #ffe400;
font-weight: bold;
}
.low_price_area {
max-width: 900px;
width: 100%;
padding: 0px 0 50px 0;
margin: auto;
font-size: 16px;
text-align: center;
line-height: 170%;
}
.low_price_area .catch{
margin-top: 50px;
margin-bottom: 20px;
}
.low_price_area .read{
margin: 10px 0 10px 0;
color: #000000;
font-size: 3.0rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
}
.low_price_area .read .font_red{
margin: 0 10px;
color: red;
font-size: 4.5rem;
font-weight: bold;
}
.low_price_area .read .font_red2{
color: red;
}
.low_price_area .read .normal{
font-weight: normal;
}
.low_price_area .read_price01{
margin: 20px 0 0px 0;
font-size: 3.4rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
}
.low_price_area .read_price01 .font_red{
padding: 5px;
background-color: yellow;
font-weight: bold;
color: red;
}
.low_price_area .read_price02{
margin: 5px 0 15px 0;
color: #000000;
font-size: 2.5rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
text-decoration: underline;
}
.low_price_area .text_price{
font-size: 1.8rem;
line-height: 1.6;
}
.low_price_area .text_price .font_red{
color: red;
}
.low_price_area .text_price .underline{
text-decoration: underline;
}
.low_price_area .comments{
margin: 5px 0 10px 0;
line-height: 1.5;
}
.low_price_area .text{
font-weight: normal;
line-height: 1.5;
text-align: center;
}
.low_price_area .text01{
padding: 0 0 10px 0;
}
.low_price_area .price_list{
width: 100%;
padding: 10px 0 10px 0;
margin: auto;
line-height: 1.5;
}
.low_price_area .price_list table{
border-top: solid 1px rgba(0,0,0,1.0);
border-right: solid 1px rgba(0,0,0,1.0);
}
.low_price_area .price_list td{
padding: 10px 0;
border-bottom: solid 1px rgba(0,0,0,1.0);
border-left: solid 1px rgba(0,0,0,1.0);
vertical-align: middle;
}
.low_price_area .price_list td p{
padding: 0 10px;
}
.low_price_area .price_list td.left{
text-align: left;
}
.low_price_area .price_list td.top{
border-bottom: solid 1px #000000;
}
.low_price_area .price_list td.td01{
width: 12%;
}
.low_price_area .price_list td.td02{
width: 19%;
}
.low_price_area .price_list td.td03{
width: 19%;
}
.low_price_area .price_list td.td04{
width: 19%;
}
.low_price_area .price_list td.td05{
width: 22%;
}
.low_price_area .price_list td.td_vs{
width: 3%;
}
.low_price_area .price_list td.td_noline{
border-left: none;
}
.low_price_area .price_list td.back_blue{
background-color:#D6EDF8;
}
.low_price_area .price_list .font_black{
color: #000000;
font-weight: bold;
}
.low_price_area .price_list .font_red{
color: red;
font-size: 20px;
font-weight: bold;
}
.low_price_area .case_list{
padding: 20px 0 10px 0;
}
.low_price_area .case_list table{
border-right: solid 1px rgba(0,0,0,1.0);
border-top: solid 1px rgba(0,0,0,1.0);
}
.low_price_area .case_list td{
padding: 10px 0px;
width: 50%;
border-bottom: solid 1px rgba(0,0,0,1.0);
border-left: solid 1px rgba(0,0,0,1.0);
text-align: left;
}
.low_price_area .case_list td.back_blue{
background-color:#D6EDF8;
text-align: center;
}
.low_price_area .case_list p{
padding: 0px 10px;
}
.low_price_area .case_list .font_red{
color: red;
font-weight: bold;
}
.low_price_area .conversation_list{
padding: 0px 0 40px 0;
text-align: left;
}
.low_price_area .conversation_list li{
padding: 30px 0 0 0;
}
.low_price_area .conversation_list li .theme{
padding: 0px 120px 12px 120px;
margin: 0px;
font-size: 24px;
font-weight: bold;
color: #000000;
text-align: center;
}
.low_price_area .conversation_list .consultation{
padding: 5px 0;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.low_price_area .conversation_list .consultation .fukidashi{
flex: 1;
margin-right: 120px;
border: solid 3px #dfdfdf;
border-radius: 10px;
}
.low_price_area .conversation_list .consultation .triangle{
position: absolute;
margin: 20px 0 0 -19px;
border-top: 8px solid transparent;
border-right: 16px solid #dfdfdf;
border-bottom: 8px solid transparent;
}
.low_price_area .conversation_list .consultation .triangle_w{
position: absolute;
margin: 23px 0 0 -12px;
border-top: 5px solid transparent;
border-right: 12px solid #ffffff;
border-bottom: 5px solid transparent;
}
.low_price_area .conversation_list .consultation .img{
margin-right: 20px;
}
.low_price_area .conversation_list p{
padding: 10px 15px;
}
.low_price_area .conversation_list .img{
margin: -20px 0 0 0;
width: 100px;
}
.low_price_area .conversation_list .img img{
width: 100%;
height: auto;
}
.low_price_area .conversation_list .answer{
padding: 5px 0;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: row-reverse;
}
.low_price_area .conversation_list .answer .fukidashi{
flex: 1;
position: relative;
margin-left: 120px;
border: solid 3px #316c9c;
border-radius: 10px;
color: #316c9c;
}
.low_price_area .conversation_list .answer .triangle{
position: absolute;
right: 0;
margin: 20px -19px 0 0;
border-top: 8px solid transparent;
border-left: 16px solid #316c9c;
border-bottom: 8px solid transparent;
}
.low_price_area .conversation_list .answer .triangle_w{
position: absolute;
right: 0;
margin: 23px -12px 0 0;
border-top: 5px solid transparent;
border-left: 12px solid #ffffff;
border-bottom: 5px solid transparent;
}
.low_price_area .conversation_list .answer .img{
margin-left: 20px;
}
.low_price_flow{
padding: 30px 0 0 0;
margin: auto;
width: 640px;
text-align: center;
}
.low_price_flow ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
height: 200px;
}
.low_price_flow li{
height: 100%;
}
.low_price_flow li.point{
width: 140px;
text-align: center;
}
.low_price_flow li.point2{
width: 140px;
text-align: center;
}
.low_price_flow .point_text{
display: block;
writing-mode: vertical-rl;
padding: 0 45px;
margin: 0 0 0 10px;
height: 100%;
font-size: 18px;
font-weight: bold;
line-height: 1;
letter-spacing: 0.1em;
}
.low_price_flow .point_text2{
display: block;
padding: 10px 10px;
margin: 4px 0 4px 10px;
font-size: 15px;
font-weight: bold;
line-height: 20px;
letter-spacing: 0.05em;
vertical-align: middle;
}
.low_price_flow .point_text01{
background-color: #ffffff;
border: solid 1px #000000;
color: #666666;
}
.low_price_flow .point_text02{
background-color: #E40003;
border: solid 1px #E40003;
color: #ffffff;
}
.low_price_flow .point_text03{
background-color: #1170bc;
border: solid 1px #1170bc;
color: #ffffff;
}
.low_price_flow .point_text04_01{
background-color: #1170bc;
border: solid 1px #1170bc;
color: #ffffff;
}
.low_price_flow .point_text04_02{
background-color: #ba9e1f;
border: solid 1px #ba9e1f;
color: #ffffff;
}
.low_price_flow .point_text04_03{
background-color: #333333;
border: solid 1px #333333;
color: #ffffff;
}
.low_price_flow li.arrow{
width: 30px;
}
.low_price_flow li.arrow img{
display: block;
width: 30px;
height: auto;
margin: 0 auto 0 auto;
}

.low_price_flow li.arrow img.arrow01{
padding: 85px 0 0 0;
}
.low_price_flow li.arrow img.arrow02{
padding: 40px 0 25px 0;
}
.low_price_flow li.arrow img.arrow03{
padding: 22px 0 15px 0;
}
.low_price_flow li.icon{
width: 150px;
}
.low_price_flow li.icon img{
width: 100px;
height: auto;
margin: 0 20px 0 0;
}
.low_price_flow li.icon p{
margin: auto;
padding: 0 20px 20px 0;
}
.low_price_flow .comment{
padding: 15px 0 0 0;
text-align: center;
font-size: 18px;
color: red;
}
.low_price_contents{
padding: 40px 0 20px 0;
margin: auto;
width: 750px;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.low_price_contents ul{
width: 70%;
}
.low_price_contents li{
font-size: 16px;
color: #000000;
text-align: left;
border-radius: 10px;
margin: 0 20px 10px 0;
padding: 10px 15px;
background-color:#FFFCCE;
border: solid 1px #EBE6A5;
}
.low_price_contents li.top{
background-color:#D6EDF8;
border: solid 1px #BDDDED;
}
.low_price_contents .time{
width: 30%;
margin: 25px 0 0 0;
display: table;
}
.low_price_contents .time p{
display: table-cell;
vertical-align: middle;
height: 200px;
margin: 0 0 0 20px;
padding: 40px 0 0 30px;
background-position: left bottom;
background-repeat: no-repeat;
background-size: 26px;
}
.low_price_contents .time p.lazyloaded{
background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/low_price_kakko.png');
}
.low_price_contents .comment{
padding: 10px 0 0 0;
width: 100%;
text-align: center;
}

@media screen and (max-width: 768px) {
.low_price_h {
font-size: 2.2rem;
padding: 1rem;
line-height: 1.4;
}
.low_price_area {
padding: 0px 0 30px 0;
margin: 0 10px;
width: auto;
font-size: 14px;
}
.low_price_area .catch{
margin-top: 20px;
margin-bottom: 10px;
}
.low_price_area .read{
width: 300px;
padding: 0 20px 0 0;
margin: 5px auto 5px auto;
font-size: 1.5rem;
}
.low_price_area .read .font_red{
margin: 0 3px;
font-size: 2.0rem;
}
.low_price_area .read_price01{
margin: 10px 0 0px 0;
font-size: 2.0rem;
}
.low_price_area .read_price01 .font_red{
padding: 5px;
}
.low_price_area .read_price02{
margin: 5px 0 15px 0;
font-size: 1.6rem;
}
.low_price_area .text_price{
font-size: 1.5rem;
line-height: 1.5;
}
.low_price_area .price_list{
padding: 10px 0 10px 0;
font-size: 1.3rem;
line-height: 1.5;
}
.low_price_area .price_list td.td01{
width: 4%;
}
.low_price_area .price_list td.td02{
width: 22%;
}
.low_price_area .price_list td.td03{
width: 20%;
}
.low_price_area .price_list td.td04{
width: 20%;
}
.low_price_area .price_list td.td05{
width: 20%;
}
.low_price_area .price_list td p{
padding: 0 4px;
}
.low_price_area .price_list .font_red{
font-size: 15px;
}
.low_price_area .case_list{
padding: 10px 0 10px 0;
}
.low_price_area .case_list td{
padding: 8px 0px;
}
.low_price_area .case_list p{
padding: 0px 8px;
}
.low_price_area .conversation_list{
padding: 0px 0 30px 0;
}
.low_price_area .conversation_list li{
padding: 20px 0 0 0;
}
.low_price_area .conversation_list li .theme{
padding: 0px 0px 7px 0px;
font-size: 18px;
}
.low_price_area .conversation_list .consultation{
padding: 5px 0;
}
.low_price_area .conversation_list .consultation .fukidashi{
margin-right: 70px;
}
.low_price_area .conversation_list .consultation .triangle{
margin: 20px 0 0 -19px;
}
.low_price_area .conversation_list .consultation .triangle_w{
margin: 23px 0 0 -12px;
}
.low_price_area .conversation_list .consultation .img{
margin-right: 20px;
}
.low_price_area .conversation_list p{
padding: 10px 15px;
}
.low_price_area .conversation_list .img{
margin: 0px 0 0 0;
width: 50px;
}
.low_price_area .conversation_list .answer{
padding: 5px 0;
}
.low_price_area .conversation_list .answer .fukidashi{
margin-left: 70px;
}
.low_price_area .conversation_list .answer .triangle{
margin: 20px -19px 0 0;
}
.low_price_area .conversation_list .answer .triangle_w{
margin: 23px -12px 0 0;
}
.low_price_area .conversation_list .answer .img{
margin-left: 20px;
}
.low_price_flow{
padding: 20px 0 0 0;
width: 350px;
}
.low_price_flow ul{
height: 180px;
}
.low_price_flow li.point{
width: 50px;
text-align: center;
}
.low_price_flow li.point2{
width: 80px;
text-align: center;
}
.low_price_flow .point_text{
padding: 0 7px;
margin: 0 0 0 5px;
font-size: 15px;
}
.low_price_flow .point_text2{
padding: 7px 5px;
margin: 4px 0 4px 5px;
font-size: 14px;
font-weight: normal;
line-height: 20px;
}
.low_price_flow li.arrow{
width: 15px;
}
.low_price_flow li.arrow img{
width: 15px;
}
.low_price_flow li.arrow img.arrow01{
padding: 75px 0 0 0;
}
.low_price_flow li.arrow img.arrow02{
padding: 40px 0 25px 0;
}
.low_price_flow li.arrow img.arrow03{
padding: 26px 0 19px 0;
}
.low_price_flow li.icon{
width: 120px;
}
.low_price_flow li.icon img{
width: 80px;
margin: 5px 20px 0 0;
}
.low_price_flow li.icon p{
padding: 0 20px 15px 0;
font-size: 13px;
}
.low_price_flow .comment{
padding: 10px 0 0 0;
font-size: 14px;
}
.low_price_contents{
padding: 30px 0 0px 0;
width: 350px;
}
.low_price_contents ul{
width: 77%;
}
.low_price_contents li{
font-size: 13px;
margin: 0 5px 10px 0;
padding: 8px 5px;
}
.low_price_contents .time{
width: 23%;
margin: 0px 0 0 0;
display: table;
}
.low_price_contents .time p{
display: table-cell;
vertical-align: middle;
height: 220px;
margin: 0 0 0 15px;
padding: 40px 0 0 25px;
background-size: 27px;
font-size: 12px;
line-height: 1.5;
}
.low_price_contents .comment{
padding: 0px 0 0 0;
}
}

/*-- nintei --*/
.nintei_back {
background-color: #ffffff;
padding: 20px 0 60px 0;
}
.nintei_area {
display: flex;
max-width: 900px;
margin: auto;
padding: 30px 0 20px 0;
}
.nintei_area .img_area{
position: relative;
width: 30%;
}
.nintei_area .img_area img.img01 {
width: 100%;
height: auto;
margin: -30px 0 0 0;
box-shadow: 0px 3px 8px rgba(0,0,0,.1);
}
.nintei_area .img_area img.img02 {
position: absolute;
bottom: -30px;
left: -40px;
width: 100px;
height: auto;
border: solid 10px #ffffff;
box-shadow: 0px 3px 8px rgba(0,0,0,.1);
}
.nintei_area .text_area{
padding: 40px 0 0 0;
width: 70%;
}
.nintei_area .text_area p{
padding: 0 0 0 50px;
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.nintei_area .text_area .text{
font-size: 20px;
color: #000000;
}
.nintei_area .text_area .read{
margin: 25px 0 0 0;
font-size: 35px;
color: #000000;
}
.nintei_area .text_area .read span{
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
font-weight: bold;
font-size: 38px;
text-decoration: underline;
color: #003280;
}
.nintei_area .text_area .caption{
margin: 25px 0 0 0;
}

@media screen and (max-width: 768px) {
.nintei_back {
padding: 10px 10px 40px 10px;
}
.nintei_area {
display: block;
margin: 0 0px;
padding: 30px 10px 0px 10px;
}
.nintei_area .img_area{
width: 200px;
margin: auto;
}
.nintei_area .img_area img.img01 {
margin: 0px 0 0 0;
}
.nintei_area .img_area img.img02 {
bottom: -10px;
left: -10px;
width: 60px;
border: solid 10px #ffffff;
}
.nintei_area .text_area{
padding: 30px 0 0 0;
width: auto;
}
.nintei_area .text_area p{
padding: 0 0 0 0px;
}
.nintei_area .text_area .text{
font-size: 14px;
text-align: center;
}
.nintei_area .text_area .read{
margin: 15px 0 0 0;
font-size: 16px;
font-weight: bold;
text-align: center;
}
.nintei_area .text_area .read span{
font-size: 18px;
}
.nintei_area .text_area .caption{
margin: 15px 0 0 0;
}
}

/*-- hタグデザイン --*/
h2.bar_h2{
padding: 24px;
background-color: #003280;
color: #ffffff;
font-size: 42px;
font-weight: bold;
line-height: 1.2;
text-align: center;
}
h2.bar_h2 .yellow{
color: #ffe400;
font-weight: bold;
}
h2.bar_h2_02{
padding: 28px 24px;
background-color: #003280;
color: #ffffff;
font-size: 34px;
font-weight: bold;
line-height: 1;
text-align: center;
}
h2.bar_h2_02 .yellow{
color: #ffe400;
font-weight: bold;
}
h3.bar_h3{
max-width: 900px;
padding: 12px;
margin-left: auto;
margin-right: auto;
background-color: #003280;
color: #ffffff;
font-size: 32px;
font-weight: bold;
line-height: 1.5;
text-align: center;
}
h3.bar_h3 .yellow{
color: #ffe400;
font-weight: bold;
}
h3.bar_h3 .dot {
background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/ic_dot.png');
background-position: top center;
background-repeat: no-repeat;
background-size: 10px;
padding: 15px 0 0 0;
font-weight: bold;
}
h3.bar_h3 .dot_yellow {
background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/ic_dot_yellow.png');
background-position: top center;
background-repeat: no-repeat;
background-size: 10px;
padding: 15px 0 0 0;
font-weight: bold;
}
h3.bar_h3_02{
max-width: 900px;
padding: 12px 12px;
margin-left: auto;
margin-right: auto;
background-color: #003280;
color: #ffffff;
font-size: 32px;
font-weight: bold;
line-height: 1.5;
text-align: center;
}
h3.bar_h3_02 .yellow{
color: #ffe400;
font-weight: bold;
}
h4.bar_h4_01{
max-width: 900px;
padding: 12px;
margin-left: auto;
margin-right: auto;
background-color: #003280;
color: #ffffff;
font-size: 32px;
font-weight: bold;
line-height: 1.5;
text-align: center;
}

@media screen and (max-width: 768px) {
h2.bar_h2{
padding: 15px 0;
font-size: 18px;
line-height: 100%;
}
h2.bar_h2_02{
padding: 15px 0;
font-size: 18px;
line-height: 100%;
}
h3.bar_h3{
padding: 10px;
font-size: 16px;
}
h3.bar_h3 .dot {
background-size: 6px;
padding: 10px 0 0 0;
}
h3.bar_h3 .dot_yellow {
background-size: 6px;
padding: 10px 0 0 0;
}
h3.bar_h3_02{
padding: 10px;
font-size: 16px;
}
h4.bar_h4_01{
padding: 10px;
font-size: 16px;
}
}

/*-- 引用 --*/
.blockquote_box {
max-width: 900px;
width: 100%;
margin: 30px auto 0 auto;
}
.blockquote_box_space {
padding: 0 0 30px 0;
}
.blockquote_box blockquote {
position: relative;
padding: 30px 60px 35px 60px;
box-sizing: border-box;
background: #efefef;
color: #555;
line-height: 1.7;
}
.blockquote_box blockquote:before{
display: inline-block;
position: absolute;
top: -5px;
left: 15px;
content: "“";
font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color: #cfcfcf;
font-size: 60px;
line-height: 1.7;
}
.blockquote_box blockquote:after{
display: inline-block;
position: absolute;
bottom: -35px;
right: 15px;
content: "”";
font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color: #cfcfcf;
font-size: 60px;
line-height: 1.7;
}
.blockquote_box table{
margin: 20px 0;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
}
.blockquote_box td{
padding: 10px;
border: solid 1px #d3d3d3;
}
.blockquote_box td.td_nom{
width:50px;
}
.blockquote_box td.td_attachment{
width: 25%;
}
.blockquote_box td p{
padding: 0 0 10px 0;
}
.blockquote_box blockquote cite {
margin: 15px 0 0 0;
display: block;
text-align: left;
color: #888888;
font-size: 14px;
}
.blockquote_comments {
padding: 20px 0 20px 0;
font-size: 14px;
}

@media screen and (max-width: 768px) {
.blockquote_box {
width: auto;
margin: 20px 5px 0 5px;
}
.blockquote_box_space {
padding: 0 0 20px 0;
}
.blockquote_box blockquote {
padding: 20px 30px 25px 30px;
}
.faq_blockquote .blockquote_box blockquote {
padding: 20px 10px 25px 10px;
}
.blockquote_box blockquote:before{
top: 0px;
left: 10px;
font-size: 40px;
}
.blockquote_box blockquote:after{
bottom: -25px;
right: 10px;
font-size: 40px;
}
.blockquote_box td{
padding: 3px;
font-size: 13px;
}
}

/*-- 引用 --*/
.message_question_area{
max-width: 900px;
width: 100%;
padding: 20px 0 50px 0;
margin: auto;
font-size: 17px;
text-align: left;
line-height: 170%;
}
.message_question_area p{
padding: 15px 0 0 0;
}

@media screen and (max-width: 768px) {
.message_question_area{
padding: 0px 0 30px 0;
margin: 0 10px;
width: auto;
font-size: 14px;
}
}

/*-- 追記 --*/
.consultation_reason{
padding: 10px 0 20px 0;
}
.consultation_reason .box{
position: relative;
overflow: hidden;
padding:35px;
margin: 0px 0 30px 0;
border: 3px solid rgba(230, 230, 230, 1);
text-align: left;
}
.consultation_reason .theme{
padding: 0 0 5px 0;
font-size: 22px;
font-weight: bold;
text-decoration: underline;
}
.consultation_reason .img{
float: right;
width: 100%;
max-width: 350px;
margin: 15px 0 0 30px;
}
.consultation_reason .img img{
display: block;
width: 100%;
height: auto;
}
.consultation_reason .img_read{
padding: 25px 0 0 0;
font-size: 20px;
font-weight: bold;
}
.consultation_reason .img_read_second{
margin: 25px 0 0 0;
}
.consultation_reason .img_list{
width: 100%;
margin: 25px 0 0 0px;
}
.consultation_reason .img_list ul{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap:         wrap;
gap: 5px 5px;
}
.consultation_reason .img_list li{
width: calc(50% - 5px);
}
.consultation_reason .img_list img{
display: block;
width: 100%;
}
.consultation_reason .text{
padding: 15px 0 0 0;
font-size: 17px;
text-align: left;
}
.consultation_reason .text_wave{
padding: 25px 0 0 0;
font-size: 25px;
text-align: left;
}
.consultation_reason .red{
color: red;
}
.consultation_reason .wave{
background-image: url('https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/wave-red.png');
background-position: bottom;
background-repeat: repeat-x;
background-size: 15px;
padding: 0 0 5px 0;
}
.consultation_kuchikomi_title{
padding: 30px 0 0 0;
font-size: 20px;
text-align: center;
}
.consultation_kuchikomi_text{
padding: 10px 0 0 0;
font-size: 14px;
text-align: center;
color: #666666;
}
.consultation_kuchikomi_text a{
text-decoration: underline;
color: #003280;
}
.consultation_kuchikomi_link{
margin: -20px 0 0 0;
font-size: 14px;
text-align: center;
}
.consultation_kuchikomi_link a{
text-decoration: underline;
color: #003280;
}
ul.consultation_kuchikomi{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap:         wrap;
padding: 25px 0 0 0;
}
.consultation_kuchikomi li{
width: 50%;
}
.consultation_kuchikomi .kuchikomi{
border: 1px solid rgba(230, 230, 230, 1);
border-radius: 15px;
margin: 10px;
padding: 0px 5px 5px 5px;
text-align: left;
}
.consultation_kuchikomi img{
display: block;
width: 100%;
max-width: 384px;
height: auto;
margin: auto;
padding: 10px 0;
border-radius: 15px;
}
.consultation_kuchikomi img.name{
max-width: 197px;
height: auto;
margin: 0;
}
.consultation_kuchikomi .comments{
margin: 10px 10px 20px 15px;
font-size: 14px;
}
.consultation_kuchikomi_slide img.prev-arrow{
width: 25px;
height: 25px;
}
.consultation_kuchikomi_new{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap:         wrap;
justify-content: center;
align-items: center;
margin: 10px auto 30px auto;
background-image: url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/kuchikomi_side2.webp");
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
}
.consultation_kuchikomi_new img{
width: 100%;
max-width: 460px;
}

@media screen and (max-width: 800px) {
.consultation_kuchikomi_new{
max-width: 600px;
margin: 10px auto 30px auto;
background-size: 100%;
}
.consultation_kuchikomi_new img{
width: 100%;
max-width: 350px;
}
}

@media screen and (max-width: 768px) {
.consultation_reason{
padding: 10px 0 0px 0;
}
.consultation_reason .box{
padding:15px;
margin: 0px 0 10px 0;
border: 2px solid rgba(230, 230, 230, 1);
}
.consultation_reason .theme{
padding: 0 0 5px 0;
font-size: 16px;
}
.consultation_reason .img{
float: none;
width: 100%;
max-width: 350px;
margin: 10px 0 5px 0px;
}
.consultation_reason .img_read{
padding: 15px 0 0 0;
font-size: 15px;
}
.consultation_reason .img_read_second{
margin: 15px 0 0 0;
}
.consultation_reason .img_list{
margin: 10px 0 5px 0px;
}
.consultation_reason .text{
padding: 5px 0 0 0;
font-size: 15px;
text-align: left;
}
.consultation_reason .text_wave{
padding: 10px 0 0 0;
font-size: 18px;
line-height: 30px;
}
.consultation_kuchikomi_title{
padding: 20px 0 0 0;
font-size: 16px;
}
.consultation_kuchikomi_text{
padding: 5px 0 0 0;
font-size: 13px;
}
ul.consultation_kuchikomi{
display: block;
padding: 20px 0 0 0;
}
.consultation_kuchikomi li{
width: 100%;
margin: 0 0 10px 0;
}
.consultation_kuchikomi .kuchikomi{
margin: 0 5px;
padding: 5px;
}
.consultation_kuchikomi img{
padding: 0px 0;
}
.consultation_kuchikomi_new{
margin: 5px auto 30px auto;
background-size: 600px;
}
.consultation_kuchikomi_new img{
max-width: 350px;
}
}

@media screen and (max-width: 500px) {
.consultation_kuchikomi_new{
max-width: auto;
margin: 5px -10px 20px -10px;
background-image: url("https://keiei-support-plus-a.com/kaisha-setsuritsu/images/addition/kuchikomi_side_sp.webp");
background-size: 130%;
}
.consultation_kuchikomi_new img{
max-width: 85%;
}
}

/*-- 追記 --*/
.media_jisseki_read{
margin: 20px 0 -20px 0;
padding: 5px 0 8px 15px;
font-size: 22px;
font-weight: 800;
color: #113572;
border-left: 4px solid #113572;
}

.media_jisseki_box{
padding: 20px 0px 20px 0px;
margin-bottom: 50px;
}
.media_jisseki_box p.media_jisseki_text{
padding: 20px 0 20px 0;
font-size: 16px;
font-weight: 800;
color: #000000;
}
.media_jisseki_box p.sub_read{
margin: 30px 0 10px 0;
padding: 0 0 0 10px;
border-left: 4px solid #000000;
font-weight: 800;
line-height: 100%;
color: #000000;
}
.media_jisseki_box p.text{
padding: 0 0 10px 15px;
margin: 0;
font-size: 15px;
font-weight: 300;
}
.media_jisseki_box strong.text_yellow{
background-color: #fcf08b;
font-size: 17px;
color: #000000;
}
.media_jisseki_box p.text a{
text-decoration: underline;
-webkit-transition: opacity 1.0s ease-out;
-moz-transition: opacity 1.0s ease-out;
-ms-transition: opacity 1.0s ease-out;
transition: opacity 1.0s ease-out;
transition: all 0.1s;
}
.media_jisseki_box p.text a:hover,
.media_jisseki_box p.text a:active{
text-decoration: none;
transition: all 0.1s;
}
.media_jisseki_img{
position: relative;
border: 1px solid rgba(0,0,0,0.06);
background-color: #ffffff;
padding: 20px 20px 0 20px;
margin: 0 auto 20px auto;
}
.media_jisseki_img ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.media_jisseki_img li{
width: 49%;
text-align: center;
}
.media_jisseki_img li.single{
width: 60%;
margin: auto;
text-align: center;
}
.media_jisseki_img li.center{
width: 40%;
margin: auto;
}
.media_jisseki_img li.venture{
padding: 40px 0;
}
.media_jisseki_img li.news01_l{
width: 69%;
}
.media_jisseki_img li.news01_r{
width: 29%;
}
.media_jisseki_img li.news07_l{
width: 52.5%;
}
.media_jisseki_img li.news07_r{
width: 45.5%;
}
.media_jisseki_img img{
display: block;
max-width: 100%;
width: auto;
margin: 0 auto 20px auto;
}

@media screen and (max-width: 768px) {
.media_jisseki_read{
margin: 20px 0 0px 0;
padding: 0px 0 3px 12px;
font-size: 15px;
border-left: 3px solid #113572;
}
.media_jisseki_box{
padding: 0px 0px 10px 0px;
margin-bottom: 30px;
}
.media_jisseki_box p.media_jisseki_text{
padding: 10px 0 10px 0;
font-size: 15px;
}
.media_jisseki_box p.read_space_sp{
margin-top: 40px;
}
.media_jisseki_box p.sub_read{
margin: 10px 0 10px 0;
padding: 0 0 0 10px;
border-left: 3px solid #000000;
}
.media_jisseki_box p.text{
padding: 0 0 10px 0px;
margin: 0;
font-weight: 300;
}
.media_jisseki_box strong.text_yellow{
font-size: 15px;
}
.media_jisseki_img{
padding: 10px 10px 0 10px;
margin: 0 auto 10px auto;
}
.media_jisseki_img li.single{
width: 100%;
}
.media_jisseki_img li.venture{
padding: 20px 0;
}
.media_jisseki_img li.news01_l{
width: 63%;
}
.media_jisseki_img li.news01_r{
width: 35%;
}
.media_jisseki_img li.news07_l{
width: 52.5%;
}
.media_jisseki_img li.news07_r{
width: 45.5%;
}
.media_jisseki_img img{
margin: 0 auto 10px auto;
}
}

/*-- 追記 --*/
.others_btn{
width: 100%;
max-width: 380px;
margin: 0px auto 0px auto;
}
.others_btn_chuuiten{
padding: 0px 0 80px 0;
}
.others_btn_yarukoto{
padding: 40px 0 60px 0;
}
.others_btn a{
display: block;
padding: 20px 0 23px 0;
background-color: #003280;
color:white;
border-top: 4px solid #003280;
box-shadow: 0 3px 5px rgba(0,0,0,.15);
border-radius: 10px;
line-height: 1.25;
font-size: 18px;
text-align:center;
opacity:1.0;
-webkit-transition: opacity 1.0s ease-out;
-moz-transition: opacity 1.0s ease-out;
-ms-transition: opacity 1.0s ease-out;
transition: opacity 1.0s ease-out;
transition: all 0.3s;
}
.others_btn a:hover,
.others_btn a:active{
opacity:0.8;
transition: all 0.3s;
}

@media screen and (max-width: 768px) {
.others_btn{
max-width: 300px;
}
.others_btn_chuuiten{
padding: 0px 0 40px 0;
}
.others_btn_yarukoto{
padding: 15px 0 25px 0;
}
.others_btn a{
padding: 15px 0 18px 0;
font-size:15px;
}
}

/* voice index */
.area-member {
background-color: #eef3f5;
}

.voice_index_box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	align-items: stretch;
	max-width: 900px;
	margin: auto;
	padding: 20px 0 50px 0;
}

.voice_index_box .box{
	width: 20%;
	margin: 0px 0 8px 0;
}

.voice_index_box a{
	display: block;
	height: 100%;
	border-radius: 5px;
	margin: 0 4px;
	color: #333333;
    background-color: #fff;
	text-decoration: none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.5s;
}

.voice_index_box a:hover ,
.voice_index_box a:active {
	color: #003282;
	transition: all 0.3s;
}

.voice_index_box span{
	display: block;
}

.voice_index_box .photo{
	position: relative;
}

.voice_index_box .photo img{
	display: block;
	width: 100%;
    height: auto;
	border-radius: 5px;
}

.voice_index_box a .photo .icon{
	position: absolute;
    bottom: 0;
    right: 0;
	padding: 12px 16px;
	background-color: rgba(255,255,255,1.0);
	border-bottom-right-radius: 4px;
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
	line-height: 100%;
}

@media screen and (max-width:920px){
.voice_index_box{
    margin: 0 5px;
}

.voice_index_box .box{
	width: 25%;
}
}

@media screen and (max-width:640px){
.voice_index_box{
	padding: 10px 0 30px 0;
}

.voice_index_box .box{
	width: 33.333%;
	margin: 0 0 10px 0;
}

.voice_index_box a{
	margin: 0 4px 0 4px;
}

.voice_index_box a .photo .icon{
    bottom: -1px;
    right: -1px;
	padding: 10px 12px;
}
}


/* bottom link */
.bottomFooter {
    padding-bottom:130px;
}

.bottom_link {
    z-index: 999;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
	background-color: rgba(0,0,0,0.7);
}

.bottom_link_area{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:center;
	align-items:center;
	margin: 5px auto 5px auto;
	max-width: 980px;
}

.bottom_link_btn{
    flex: 1;
    margin: 0 2px;
}

.bottom_link_btn a{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:center;
	align-items:center;
    height: 60px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-ms-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
	transition: all 1.5s;
}

.bottom_link_btn a:hover,
.bottom_link_btn a:active{
    opacity: 0.8;
	transition: all 0.5s;
}

.bottom_link .contact a{
    background-color: #003282;
}

.bottom_link .line a{
    background-color: #009E2B;
}

.bottom_link_btn a br{
}

@media screen and (max-width:1024px){
.bottom_link_area{
	margin: 10px 5px 10px 5px;
	max-width: auto;
}
}

@media screen and (max-width:640px){
.bottomFooter {
    padding-bottom:100px;
}

.bottom_link {
    height: 56px;
}

.bottom_link_area{
	margin: 5px 3px 5px 3px;
}

.bottom_link_btn{
    flex: 1;
    margin: 0 2px;
}

.bottom_link_btn a{
    height: 46px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.bottom_link_btn a br{
	display: block;
}
}
