@charset "UTF-8";

/* COMPASS
 * ----------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
	text-decoration: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
	background-color: #fff;
	color: #1f2a34;
	font-family:"MS Pゴシック",sans-serif;
	box-sizing : border-box;
	
}





/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}



body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 1;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font: inherit;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display:none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
}

/* GENERAL
 * ----------------------------------------------- */
body {
  color: #1f2a34;
  font-family:"MS Pゴシック",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

strong {
  font-weight: normal;
}

.img {
  display: block;
  max-width: 100%;
}




.btn-wrapper {
  padding: 20px;
  text-align: center;
}

.check-box {
  margin-bottom: 20px;
}

.check {
  display: none;
}

.check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2em;
  position: relative;
}

.check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.3em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3em;
}

.check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.8);
  border-left: 3px solid rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 0.6em;
  left: 1%;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

.check:checked + span::after {
  opacity: 1;
}

.submit {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 1.5rem 0 1em 0;
  padding: 1em 6em;
  text-decoration: none;
}

.submit:hover,
.submit:focus {
  outline: none;
}

.submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}
.submit:disabled {
  cursor: default;
  opacity: 0.5;
}

.kiyaku_box_border {
	border: 1px solid #ccc;
	padding: 20px;
	width: 70%;
	height: 400px;
	margin: 30px auto ;

}

.kiyaku_box_border iframe {
	width: 100%;
	height: 350px;
}

.kiyaku_page {
	width: 100%;
	height: auto;
	margin:  0 auto;
}

.h1_tit_kiyaku {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.kiyaku_txt1 {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.kiyaku_txt2 {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}



/* RESPONSIVE
 * ----------------------------------------------- */
.sm,
.sp,
.tb {
  display: none !important;
}

@media (max-width: 900px) {
  body {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .wrapper {
    width: auto;
  }

  .md {
    display: none !important;
  }

  .tb {
    display: block !important;
  }
  
}
@media (max-width: 899px) {
  .pc {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .sm,
  .sp,
  .sm01 {
    display: block !important;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  html {
    font-size: 18.18182vw;
  }

  

  .wrapper {
    width: auto;
    margin: 0;
  }

  .img {
    width: 100%;
  }
}

/* PC用のスタイルシート */
header {
    padding: 15px 0;
    display: block;
}
header h1 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    color: #1f2a34;
}
header h1 > span {
    display: inline-block;
    padding: 8px 0 8px 40px;
    line-height: 1;
    background-image: url(../images/logo_pc.png);
    background-size: 35px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}
header h1 > span .name_catch {
    font-size: 14px;
    letter-spacing: 0;
}

.header_number {
	height: auto;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #4e2d85;
}

.mv {
	width: 100%;
	height: auto;
}

.mv .inner {
    position: relative;
    height: 60vw;
    background-image: url(../img/download.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.gentei_7mei_tit {
	margin-left: 15%;
	font-size: 35px;
	color:#1f2a34;
	letter-spacing: 0.1em;
}

.seven_only {
	font-size: 65px;
	color: #b40019;
	margin: 0 2px;
	font-weight: bold;
}

.fv_murasaki {
	color: #4e2d85;
	font-weight: 600;
}

.youwillbekonsaru {
	font-size: 30px;
	letter-spacing: 0.1em;
	color:#1f2a34;
	margin-left: 10%;
	margin-top: 40px;
	font-weight: 600;
}

.betushuunyuu1 {
	font-size: 45px;
	font-weight: 600;
	margin-left: 13%;
	margin-top: 15px;
	letter-spacing: 0.1em;
	color: #b40019;
	font-style: italic;
}

.betushuunyuu2 {
	font-size: 30px;
	font-weight: 500;
	color:#1f2a34;
	margin-left: 13%;
	margin-top: 20px;
}


.fv_tit_fukusu {
	font-size: 48px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color:#1f2a34;
	margin-left: 12%;
	margin-top: 17px;
	font-weight: 500;		
}

.please1day_tit {
	font-size: 30px;
	letter-spacing: 0.2em;
	color:#1f2a34;
	margin-left: 15%;
	margin-top: 35px;
	font-weight: 400;
}

.onedayonly {
	font-size: 40px;
	font-weight: 500;
}



.mv .inner h1{
	width: 200px;
	margin-left: 5%;
}

.mv .inner h1 img {
	width: 100%;
}

.saiyoudaikou_top_message {
	width: 80%;
	height: auto;
	margin-left: 5%;
	margin-top: 3%;
	letter-spacing: 0.1em;
}

.saiyoudaikou_top_message_small_1 {
	font-size: 25px;
	font-weight: bold;
	color: #1f2a34;;
	margin-bottom: 1%;
	line-height: 1.5;
}

.saiyoudaikou_top_message_big_1 {
	font-size: 25px;
	font-weight: bold;
	color: #1f2a34;;
	line-height: 1.5;
	margin-bottom: 1%;
}

.saiyoudaikou_top_message_small_2 {
	font-size: 25px;
	font-weight: bold;
	color: #1f2a34;;
	line-height: 1.5;
	margin-bottom: 2%;
}

.big_orange_txt {
	font-size: 45px;
	font-weight: bold;
	color:#4e2d85;
}

.big_orange_txt2022 {
	font-size: 45px;
	font-weight: bold;
	color:#b40019;
}

.tokuten_number {
	background-color: #b40019;
	padding: 5px;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
}

.marginb_50 {
	margin-bottom: 50px;
}




.agree_check_txt {
	margin-top: 15px;
	margin-left: 20px;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}

.chui_red {
	font-weight: bold;
	color: #ff0000;
}

.zeinuki_thum_s {
	font-size: 17px;
	font-weight: bold;
	color:#009d8a;
}

.big_orange_txt_honki {
	font-size: 45px;
	font-weight: bold;
	color:#fff;
}

.orange_txt {
	font-size: 25px;
	font-weight: bold;
	color: #009d8a;
}

.orange_color {
	color: #009d8a;
}

.orange_color222 {
	color: #df0000;
	font-weight: bold;
}

.saiyoudaikou_top_info_img {
	margin-left: 5%;
	width: 600px;
}

.saiyoudaikou_top_info_img img {
	width: 100%;
}

.main_info1_top_message {
	width: 80%;
	height: auto;
	margin: 0 auto 40px auto;
	text-align: center;
	font-size: 25px;
	color: #1f2a34;;
	line-height: 1.7;
	font-weight: bold;
}


.contents_box_saiyou1 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 40px;
	letter-spacing: 0.1em;
}

.contents_box_saiyou1 h2 {
	padding-top: 30px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #1f2a34;;
	letter-spacing: 0.1em;
}

.contents_box_saiyou1 h2::before, .contents_box_saiyou1 h2::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    width: 2px;
    height: 28px;
    background-color: #1f2a34;;
}

.fants_btn {
	width: 500px;
	height: auto;
	margin-top: 50px;
}

.fants_btn .btn,a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.fants_btn .btn--orange,a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.fants_btn .btn--orange:hover,a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.fants_btn a.btn--radius {
   border-radius: 100vh;
}



.contents_box_saiyou1 h2::before {
    margin-right: 32px;
    transform: rotate(-25deg);
}

.contents_box_saiyou1 h2::after {
    margin-left: 24px;
    transform: rotate(25deg);
}

.contents_box_saiyou2 {
	width: 100%;
	height: 50vw;
    background-image: url(../img/photo_main2-min.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.contents_box_saiyou2 h2 {
	padding-left: 5%;
	padding-top: 150px;
	font-size: 25px;
	line-height: 1.6;
	color:#fff;
	letter-spacing: 0.1em;
}

.contents_box_saiyou3 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #f6f6f6;
	padding-top: 80px;
	padding-bottom: 40px;
	letter-spacing: 0.1em;
}

.contents_box_saiyou3_presents {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 40px;
	letter-spacing: 0.1em;
}



.contents_box_saiyou3 h2 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #1f2a34;;
	letter-spacing: 0.1em;
}

.contents_box_saiyou3 h2::before, .contents_box_saiyou3 h2::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    width: 2px;
    height: 28px;
    background-color: #1f2a34;;
}

.contents_box_saiyou3 h2::before {
    margin-right: 32px;
    transform: rotate(-25deg);
}

.contents_box_saiyou3 h2::after {
    margin-left: 24px;
    transform: rotate(25deg);
}

.contact_tel_info {
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}

.formplease_info {
	font-size: 17px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 20px;
}

.gentei_campaign_box {
	background-color: #fff;
	width: 70%;
	height: auto;
	margin: 0 auto 40px auto;
	border: 3px solid #f2f1f0;
	padding: 0 30px 30px 30px;
}

.gentei_camppaign_name {
	width: 400px;
	height: auto;
	margin: -25px auto 30px auto;
	background-color: #baa671;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
}

.new_sentyaku_txt {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.2em;
}

.five_company {
	font-size: 30px;
	font-weight: bold;
	color: #ff0000;
}

.saiyou_no_txt {
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 15px;
}

.norisuku {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
}

.tesuryou3 {
	color: #009d8a;
	font-weight: bold;
}

.free_txt {
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 15px;
}

.muryou0 {
	font-size: 40px;
	letter-spacing: 0.2em;
	color: #ff0000;
	font-weight: bold;
}



.hisuu {
	font-size: 14px;
	color: #ff0000;
	margin-left: 5px;
}

.contact_tel_info_number {
	border: 1px solid #8b8b8b;
	width: 500px;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto 50px auto;
}

.contact_tel_info_number a {
	text-decoration: none;
}

.contact_tel_info_number a:hover {
	text-decoration: underline;
}


#formWrap {
	width:70%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:18px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:20px;
	font-size: 16px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

table.formTable td input{
	padding: 10px;
}

table.formTable td textarea{
	padding: 10px;
}





.btn-gradient-radius {
  display: inline-block;
  padding: 20px 20px;
  border-radius: 15px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
  margin-top: 30px;
  width: 50%;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}


.check_pp_policy {
	font-size: 15px;
}

.check_pp_policy a {
	text-decoration: underline;
}

.contents_box_saiyou4 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 60px;
	letter-spacing: 0.1em;
}

.contents_box_saiyou4 h2 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #1f2a34;;
	letter-spacing: 0.1em;
}

.contents_box_saiyou4 h2::before, .contents_box_saiyou4 h2::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    width: 2px;
    height: 28px;
    background-color: #1f2a34;;
}

.contents_box_saiyou4 h2::before {
    margin-right: 32px;
    transform: rotate(-25deg);
}

.contents_box_saiyou4 h2::after {
    margin-left: 24px;
    transform: rotate(25deg);
}




.contents_box_saiyou5 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #f2f1f0;
	letter-spacing: 0.1em;
	padding-top: 70px;
	padding-bottom: 60px;
}

.contents_box_saiyou5 h2 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #1f2a34;;
	letter-spacing: 0.1em;
}

.contents_box_saiyou5 h3 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #1f2a34;;
	letter-spacing: 0.1em;
}

.contents_box_saiyou5 h2::before, .contents_box_saiyou5 h2::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    width: 2px;
    height: 28px;
    background-color: #1f2a34;;
}

.contents_box_saiyou5 h2::before {
    margin-right: 32px;
    transform: rotate(-25deg);
}

.contents_box_saiyou5 h2::after {
    margin-left: 24px;
    transform: rotate(25deg);
}




.contents_box_saiyou5_2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #f2f1f0;
	letter-spacing: 0.1em;
	padding-top: 70px;
	padding-bottom: 10px;
}

.contents_box_saiyou5_2 h2 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #1f2a34;;
	letter-spacing: 0.1em;
}

.contents_box_saiyou5_2 h3 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #1f2a34;;
	letter-spacing: 0.1em;
}

.contents_box_saiyou5_2 h2::before, .contents_box_saiyou5_2 h2::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    width: 2px;
    height: 28px;
    background-color: #1f2a34;;
}

.contents_box_saiyou5_2 h2::before {
    margin-right: 32px;
    transform: rotate(-25deg);
}

.contents_box_saiyou5_2 h2::after {
    margin-left: 24px;
    transform: rotate(25deg);
}





.needs_catch {
	text-align: center;
	font-size: 20px;
	color: #1f2a34;;
	line-height: 1.7;
	margin-top: 30px;
}


.jinzai_lowcost {
	margin-top: 20px;
	text-align: center;
	line-height: 1.5;
	font-size: 25px;
	color: #1f2a34;;
	font-weight: bold;
	margin-bottom: 30px;
}

.jinzai_lowcost2 {
	margin-top: 20px;
	text-align: center;
	line-height: 1.5;
	font-size: 25px;
	color: #1f2a34;;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 45px;
}

.jinzai_lowcost3 {
	width: 80%;
	margin: 20px auto 0 auto;
	text-align:left;
	line-height: 1.8;
	font-size: 16px;
	color: #1f2a34;;
}

.jinzai_lowcost4 {
	width: 80%;
	margin:40px auto 0 auto;
	text-align:left;
	font-weight: 500;
	line-height: 1.8;
	font-size: 16px;
	color: #1f2a34;;
}

.chui_321_firstmember {
	width: 70%;
	height: auto;
	margin: 0 auto 50px auto;
	padding: 20px;
		font-size: 16px;
	line-height: 1.8;
	background-color: #efefef;
}


.saiyou_knowhow_box {
	width: 90%;
	height: auto;
	margin: 60px 5% 40px 5%;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	font-size: 18px;
	color:#1f2a34;
	font-weight: bold;
	line-height: 1.8;
	
}
.job_saiyoudaikou_box {
	width: 75%;
	height: auto;
	margin: 40px auto;
	background-color: #fff;
	padding: 30px 30px;
}

.job_saiyoudaikou_box h3 {
	font-size: 25px;
	color: #1f2a34;;
	text-align: center;
}

.job_saiyoudaikou_box2 {
	width: 70%;
	height: auto;
	margin: 40px auto;
	background-color: #f8efec;
	padding: 30px 20px;
}

.job_saiyoudaikou_box2 h3 {
	font-size: 25px;
	color: #1f2a34;
	text-align: center;
}

.trade_box_text {
	width: 70%;
    height: auto;
    margin: 50px auto 60px auto;
    background-color:#fff;
    padding: 20px;
    font-size: 16px;
    color: #1f2a34;;
    font-weight: 500;
    line-height: 1.7;
    
}

.masterspan_big {
	font-size: 20px;
}

.trade_box_text a {
	text-decoration: underline;
	color: #1a0dab;
}

.trade_box_text a:hover {
	text-decoration: none;
}

.masuter_shikaku_tit {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.masuter_shikaku_tit img {
	width: 100%;
}

.wanttojinzai_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	
}

.wanttojinzai_box2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.wanttojinzai_img {
	width: 35%;
	height: auto;
	float: left;
	margin-left: 3%;
}

.wanttojinzai_img img {
	width: 100%;
}

.wanttojinzai_txt {
	width: 62%;
	float: left;
	height: auto;
	margin-top:0;
	font-size: 18px;
	line-height: 1.7;
}

.wanttojinzai_txt2 {
	width: 100%;
	height: auto;
	margin-top:0;
	font-size: 18px;
	line-height: 1.7;
}


.nayami_kaiketu_box {
	width: 70%;
	height: auto;
	margin: 40px auto;
}

.nayami_kaiketu_box ul li {
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
}


.tanki_trade_jiseki_box {
	width: 80%;
	height: auto;
	margin: 0 auto 50px auto;
	background-color: #fff;
	padding: 30px;
	overflow: hidden;
}

.t_trade_left_box {
	width: 48%;
	height: auto;
	float: left;
	margin-right: 4%;
	margin-bottom: 50px;
}

.trade_info_txt {
	font-size: 15px;
	line-height: 1.8;
	
}

.t_trade_right_box {
	width: 48%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

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

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

.trade_name_1 {
	margin-top: 20px;
	font-size: 18px;
    color: #1f2a34;;
    font-weight: bold;
}

.trade_point {
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.8;
	font-weight: bold;
}

.trade_txt1 {
	font-size: 16px;
	margin-top: 15px;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px dotted #000;
}




.orange_color_bold {
	color: #b40019;
	font-weight: bold;
}

.orange_color_bold2 {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

.saiyou1ne_90per_box {
	width: 70%;
	height: auto;
	margin: 50px auto 0 auto;
	overflow: hidden;
}

.saiyou1ne_90per_left {
	width: 70%;
	margin-right: 3%;
	float: left;
}

.werecruit_women {
	margin-top: 90px;
}

.women_work_style_box {
	width: 70%;
	height: auto;
	margin: 50px auto 0 auto;
	overflow: hidden;
}

.gamen_no_image {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.gamen_no_image img {
	width: 100%;
}

.fants_tit {
	text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #1f2a34;;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

.fants_txt_info {
	width: 90%;
	margin: 20px auto 0 auto;
    font-size: 16px;
    line-height: 1.6;
}



.women_work_style1 {
	background-color: #fff;
	padding: 20px;
	width: 48%;
	height: auto;
	margin-right: 4%;
	float: left;
}

.women_work_style1 h4 {
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
	color: #1f2a34;;
}

.women_work_style2 h4 {
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
	color: #1f2a34;;
}

.women_work_txt {
	width: 100%;
	height: auto;
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.6;
}

.women_work_img {
	margin: 0 auto;
	width: 90%;
}

.women_work_img img {
	width: 100%;
}

.women_work_style2 {
	background-color: #fff;
	padding: 20px;
	width: 48%;
	height: auto;
	float: left;
}

.women_needs {
	font-size: 22px;
	line-height: 1.7;
	text-align: center;
	color: #1f2a34;;
	font-weight: bold;
	margin: 50px 0 0 0;
}

.saiyou_merit_jimoto {
	width: 70%;
	height: auto;
	margin: 80px auto 0 auto;
}

.saiyou_merit_jimoto h4 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.apuro_saiyou_merito {
	font-size: 17px;
	text-align: center;
}

.saiyou_jimoto_list {
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #fff;
	margin-top: 30px;
}

.saiyou_jimoto_list ul li {
    margin-bottom: 15px;
    font-size: 17px;
    padding-left: 15px;
}

.saiyou_jimoto_list ul li.last_saiyou {
	margin-bottom: 0;
}

.saiyou_jimoto_list ul li::before {
    content: "●";
    color: #009d8a;
    margin-right: 10px;
}


.saiyou1ne_90per_left h4 {
	width: 100%;
	height: auto;
	padding: 15px 20px;
	background-color: #1f2a34;;
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}

.saiyou_90per_list {
	font-size: 18px;
}

.saiyou_90per_list ul li {
	margin-bottom: 15px;
	padding-left: 15px;
}

.saiyou_90per_list ul li::before {
	content: "●";
	color: #009d8a;
	margin-right: 10px;
}

.saiyou_1nen_img {
	width: 27%;
	height: auto;
	float: left;
}

.saiyou_1nen_img img {
	width: 100%;
}


.strongpoint_box {
	width: 70%;
	height: auto;
	margin: 50px auto 70px;
	overflow: hidden;
}

.apurosucc_strong_contents {
	width: 32%;
	height: auto;
	margin-right: 2%;
	float: left;
	background-color: #fff;
	padding: 20px;
}

.apurosucc_strong_contents_last {
	width: 32%;
	height: auto;
	float: left;
	background-color: #fff;
	padding: 20px;
}

.shoukai_daikou_chigai_box {
	width: 70%;
	height: auto;
	margin: 50px auto 0 auto;
	overflow: hidden;
}

.jinzai_box {
	width: 48%;
	height: auto;
	float: left;
	margin-right: 4%;
}

.jinzai_box h3{
	width: 100%;
	height: auto;
	background-color: #f1f7f7;
	color: #1f2a34;;
	text-align: center;
	padding: 20px;
	font-weight: bold;
	font-size: 18px;
}

.saiyou_box {
	width: 48%;
	height: auto;
	float: left;	
}

.saiyou_box h3 {
	width: 100%;
	height: auto;
	background-color: #f8efec;
	color: #009d8a;
	text-align: center;
	padding: 20px;
	font-weight: bold;
	font-size: 18px;
}

.apuro_icon_txt_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.jinzai_naiyou {
	width: 100%;
	height: auto;
	margin-top: 10px;
	background-color: #f3f3f3;
	padding: 20px 15px;
}

.jinzai_naiyou h4 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.saiyou_price {
	width: 100%;
	height: auto;
	margin-top: 10px;
	background-color: #ffede7;
	padding: 20px 15px;
}

.saiyou_price h4 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.saiyou_naiyou {
	width: 100%;
	height: auto;
	margin-top: 10px;
	background-color: #ffede7;
	padding: 20px 15px;
}

.saiyou_naiyou h4 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.saiyou_info_txt {
	width: 70%;
	height: auto;
	margin: 50px auto 70px auto;
	font-size: 20px;
	line-height: 1.8;
	color: #1f2a34;;
	font-weight: bold;
}

.jinzai72_saiyou_price {
	margin-top: 90px;
	font-size: 25px;
	text-align: center;
	color: #285067;
	line-height: 1.7;
}

.saiyouprice_txt {
	font-size: 16px;
	line-height: 1.6;	
}

.saiyou_txt {
	font-size: 16px;
	line-height: 1.6;
}


.jinzainaiyou_txt {
	font-size: 16px;
	line-height: 1.6;
}

.jinzaiprice_txt {
	font-size: 16px;
	line-height: 1.6;	
}

.jinzai_price {
	width: 100%;
	height: auto;
	margin-top: 10px;
	background-color: #f3f3f3;
	padding: 20px 15px;	
}

.jinzai_price h4 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}


.apuro_icon {
	width: 30%;
	height: auto;
	margin-right: 4%;
	float: left;
}

.apuro_icon img {
	width: 100%;
}

.apuro_txt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	float: left;
	width: 66%;
	margin-top: 15px;
}

.apuro_strong_info_txt {
	width: 100%;
	height: auto;
	background-color: #fff1e7;
	padding: 10px;
	font-size: 15px;
	line-height: 1.5;
}

.apuro_strong_info_txt a {
	text-decoration: underline;
}

.apuro_strong_info_txt a:hover {
	text-decoration: none;
}

.saiyou_price_box {
	width: 70%;
	height: auto;
	background-color: #fff;
	padding: 30px;
	margin: 30px auto 0 auto;
}

.atukau_recruit_box {
	width: 70%;
	height: auto;
	margin: 20px auto 0 auto;
	background-color: #fff;
	overflow: hidden;
}

.custmer_voice_box {
	width: 70%;
	height: auto;
	margin: 80px auto 0 auto;
}

.custmer_voice_box h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #285067;
	font-weight: bold;
}


.customer_info_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.customer_photo {
	width: 50%;
	height: auto;
	float: left;
	margin-right: 4%;
}

.customer_photo img {
	width: 100%;
}

.customer_data {
	width: 46%;
	height: auto;
	float: left;
}

.customer_list {
	font-size: 18px;
	font-weight: bold;
	color: #1f2a34;;
	margin-bottom: 20px;
	line-height: 1.7;
}

.customer_want {
	font-size: 16px;
	line-height: 1.7;
}

.apurosuccess_box {
	width: 70%;
	height: auto;
	margin: 50px auto 0 auto;
}

.apuro_logo {
	width: 300px;
	height: auto;
	margin: 0 auto;
}

.apuro_logo img {
	width: 100%;
}

.apuro_info_contents {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}

.apuro_info_left {
	width: 45%;
	height: auto;
	float: left;
	margin-right: 10%;	
}

.apuro_info_left h3 {
	background-color: #d64b97;
	padding: 15px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 200px;
	margin-bottom: 20px;
}

.access__map {
	width: 100%;
	height: auto;
	margin-top: 40px;
}

.ceo_message {
	width: 70%;
	height: auto;
	margin: 30px auto 0 auto;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
}

.ceo_message_img_kaiinn {
	width: 300px;
	height: auto;
	margin: 50px auto 0 auto;
}

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

.kmember_interview_box {
	width: 70%;
	height: auto;
	margin: 60px auto 0 auto;
}

.interview_title1 {
	font-size: 22px;
	font-weight: bold;
	position: relative;
  padding-left: 60px;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

.interview_title1::before {
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 0;
  content: 'Q.';
  color: #c80021; /* 「Q」の文字色 */
}

.interview_message2 {
	font-size: 18px;
	position: relative;
	padding-left: 60px;
	width: 100%;
	margin-top: 20px;
	line-height: 1.7;
  height: auto;
  margin-bottom: 50px;
}

.interview_message2::before {
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  left: 15px;
  top: 0;
  content: 'A.';
  color: #009d8a; /* 「A」の文字色 */
}

.oku_shisan_message {
	font-size: 25px;
    color: #1f2a34;;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;

}


.jyogensha_profile_box_left {
	width: 100%;
	height: auto;
}

.jyogensha_profile_box_right {
	width: 45%;
	height: auto;
	float: left;
}

.jyogensha_name_txt {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.jyogensha_profile_txt {
	line-height: 2;
	width: 100%;
	font-size: 16px;
}

.ushiroda_p_img_2022 {
	width: 30%;
	float: left;
	height: auto;
	margin: 0 5% 0 0;
}

.koushiprofile2 {
	width: 65%;
	float: left;
}

.ushiroda_p_img_2022 img {
	width: 100%;
}



.ceo_message .okamoto_photo {
	float: right;
	width: 200px;
	margin-left: 25px;
}

.okamoto_photo img {
	width: 100%;
}


.apuro_info_right h3 {
	background-color: #d64b97;
	padding: 15px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 200px;
	margin-bottom: 20px;
}

.company_aouro_txt {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.apuro_info_right {
	width: 45%;
	height: auto;
	float: left;
}

.company_voice {
	width: 100%;
	height: auto;
	background-color: #f8efec;
	padding: 30px;
	margin-top: 20px;
}

.company_voice h4 {
	color: #e8389a;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.apuro_message {
	font-size: 15px;
	line-height: 1.8;
}

.contact_koumoku {
	display: block;
	margin-bottom: 10px;
}

.atukau_recruit_img {
	width: 20%;
	height: auto;
	float: left;
}

.atukau_recruit_img img {
	width: 100%;
	vertical-align: top;
}

.atukau_recruit_right {
	width: 80%;
	height: auto;
	float: left;
	padding-left: 20px;
}

.atukau_recruit_right h3 {
	margin-top: 20px;
	color: #1f2a34;;
    font-size: 18px;
    margin-bottom: 20px;
}

.atukau_shokushu {
	font-size: 16px;
	line-height: 1.7;
	margin-right: 20px;
}



.saiyou_price_box h3 {
	color: #1f2a34;;
	font-weight: bold;
	font-size: 20px;
}

.saiyou_price_box_last {
	width: 70%;
	height: auto;
	background-color: #fff;
	padding: 30px;
	margin: 30px auto 80px auto;
}

.saiyou_price_box_last h3 {
	color: #1f2a34;;
	font-weight: bold;
	font-size: 20px;
}

.price_orenge {
	font-size: 18px;
	font-weight: bold;
	color: #009d8a;
}

.saiyou_price_etc {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 1.6;
	margin: 15px auto 25px auto;
	
}




.contents_box_saiyou6_new {
	width: 100%;
	height: auto;
	margin: 100px auto 0 auto;
	letter-spacing: 0.1em;
	padding-top: 70px;
	padding-bottom: 60px;
	background-color: #f1f7f7;
}

.contents_box_saiyou6_new h2 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #1f2a34;;
	letter-spacing: 0.1em;
}

.contents_box_saiyou6_new h2::before, .contents_box_saiyou6_new h2::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    width: 2px;
    height: 28px;
    background-color: #1f2a34;;
}

.contents_box_saiyou6_new h2::before {
    margin-right: 32px;
    transform: rotate(-25deg);
}

.contents_box_saiyou6_new h2::after {
    margin-left: 24px;
    transform: rotate(25deg);
}







.contents_box_saiyou6 {
	width: 100%;
	height: auto;
	margin: 60px auto;
	letter-spacing: 0.1em;
}

.contents_box_saiyou6 h2 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #1f2a34;;
	letter-spacing: 0.1em;
}

.contents_box_saiyou6 h2::before, .contents_box_saiyou6 h2::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    width: 2px;
    height: 28px;
    background-color: #1f2a34;;
}

.contents_box_saiyou6 h2::before {
    margin-right: 32px;
    transform: rotate(-25deg);
}

.contents_box_saiyou6 h2::after {
    margin-left: 24px;
    transform: rotate(25deg);
}

.saiyou_step_box {
	width: 80%;
	height: auto;
	padding: 0 0 25px 0;
	margin: 30px auto 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.saiyoustep_img {
	width: 25%;
	height: auto;
	float: left;
}

.saiyoustep_img img {
	width: 100%;
vertical-align:top;
}

.saiyoustep_right_box {
	width: 70%;
	height: auto;
	float: left;
	padding-left: 5%;
}

.saiyoustep_right_box2023 {
	width: 100%;
	height: auto;
	float: none;
}

.step_number {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #808080;
}

.step_number_one {
	margin-left: 5px;
	font-size: 25px;
}

.saiyoustep_right_box h3 {
	margin-top: 20px;
	font-size: 18px;
}

.step_number_txt {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 25px;
	margin-right: 20px;
}

.stepsoudan_big {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.7;
}

.step_number_txt2 {
	font-size: 16px;
	line-height: 1.8;
	margin: 25px 20px 0 20px;
}

.saiyoustep_arrow {
	font-size: 40px;
	text-align: center;
	margin-top: 30px;
}

.saiyoustep_daikou {
	font-size: 20px;
	color: #285067;
	text-align: center;
	line-height: 1.7;
}

.saiyoustep_daikou a {
	font-size: 15px;
	color: #1A0DAB;
	text-decoration: underline;
}

.saiyoustep_daikou a:hover {
	text-decoration: none;
}


.mv .inner h2 {
	font-size: 35px;
	margin-left: 8%;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: normal;
}

.mv .inner h2 strong {
    background: linear-gradient(transparent 60%, #FF6 60%);
    font-weight:bold;
    font-size: 40px;
}

.allmihoudai {
	margin-left:8%;
	font-size: 25px;
	margin-top: 50px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.redtxt {
	color: #C91422;
	font-weight: bold;
}

.mv .entry {
    position: absolute;
    top:3%;
    bottom: 0;
    width: 100%;
}

.entry .montry2970mihoudai {
    margin-bottom: 12px;
    color: #1f2a34;;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.entry .montry2970mihoudai::before {
    margin-right: 32px;
    transform: rotate(-25deg);
}

.entry .montry2970mihoudai::after {
    margin-left: 24px;
    transform: rotate(25deg);
}

.entry .montry2970mihoudai::before, .entry .montry2970mihoudai::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    width: 2px;
    height: 28px;
    background-color: #1f2a34;;
}
.entry .btn_style_1 {
    margin: 0 auto;
    width: 500px;
    font-size: 22px;
    background-color: #009d8a;
    border: 5px solid #fff;
    border-radius: 45px;
}

.kkinvestment_logo {
	width: 400px;
	height: auto;
	margin: 50px auto 50px auto;
}

.kkinvestment_logo img {
	width: 100%;
}


.kisentry_movie {
	width: 70%;
	height: auto;
	margin: 0 auto 50px auto;
}


.entry .btn_style_1 a {
    display: block;
    padding: 18px 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.entry .btn_style_1:hover {
	opacity: .70;
}

.entry .btn_style_1 a i {
	font-size: 22px;
	margin-left: 10px;
}

.sairiyou_btn {
    margin: 0 auto 50px auto;
    width: 500px;
    font-size: 18px;
    background-color: #83111a;
    border: 5px solid #fff;
    text-align: center;
    border-radius: 45px;
    letter-spacing: 0.1em;
}
.sairiyou_btn a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
}
.sairiyou_btn:hover {
	opacity: .70;
}

.sairiyou_btn a i {
	font-size: 18px;
	margin-left: 10px;
}


.mv .contents_100 {
    position: absolute;
    right: 40%;
    bottom: 3%;
    transform: translateX(206%);
    width: 180px;
}

.mv .contents100_txt {
	position: absolute;
	right: 42%;
	width: 210px;
	transform: translateX(206%);
	bottom: -5%;
	font-size: 12px;
}

.page_thum_top {
	width: 60%;
	height: auto;
	margin: 50px auto 10px auto;
	padding-top: 30px;
}

.page_thum_top img {
	width: 100%;
}

.price_img {
	width: 65%;
	height: auto;
	margin: 0 auto 10px auto;
}

.price_img img {
	width: 100%;
}

.sairiyou_info {
	text-align: center;
	margin: 0 auto 20px auto;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}

.mv .contents_100 img {
	width: 100%;
}
.mv .bgph {
    height: 220px;
    background-image: url(../images/index_bg02_pc.png);
    background-size: 800px auto;
    background-position:50% -10%;
    background-repeat: no-repeat;
}

.cts {
    margin: 0 auto;
    width: 100%;
}

.mv .txt02 {
    color: #1f2a34;
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
}

.kv_wrap {
	margin-bottom: 100px;
    width: 100%;
    height: 230px;
    background: url(../images/kv_r.png) right center/50% no-repeat #f2f2f2;
}

.kv_wrap .kv_2 {
	position: relative;
    width: 100%;
    height: 230px;
    background: url(../images/kv_l.png) left center/50% no-repeat;
}


.kv_wrap .kv_2 h3 {
	font-size: 28px;
	line-height: 1.8;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    letter-spacing: 0.1em;
}

.contents_box1 {
	width: 100%;
	height: auto;
}

.contents_box1 h3 {
	font-size: 30px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: bold;	
}


.contents_box1 h3::before {
    content: '';
    display: block;
    background: #000;
    height: 3px;
    width: 60px;
    margin: 0 auto 30px auto;
}

.contents_box1 .txt1 {
	width: 70%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.contents_box1 .txt1 p {
	margin-bottom: 25px;
}

.contents_box1 .txt1 p strong {
	font-weight: bold;
	font-size: 20px;
}

.twoman_bg {
	width: 100%;
    height: 0;
    margin: 50px auto 0 auto;
    padding-top: calc(500 / 1300 * 100%);
    background: url(../images/twoman_fail.jpg) center center / cover no-repeat;
}

.succeccman_bg {
	width: 100%;
    height: 0;
    margin: 50px auto 0 auto;
    padding-top: calc(420 / 1300 * 100%);
    background: url(../images/success_toushika.jpg) center center / cover no-repeat;
}

.whatman_success {
	font-size: 28px;
    position: relative;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background: #0594b4;
    margin-top: 70px;
    font-weight: bold;
    margin-bottom: 40px;
}


.whatman_success:after {
    position: absolute;
    bottom: -20px;
    left: 47%;
    width: 0;
    height: 0;
    content: '';
    border-top: 25px solid #0594b4;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

.message1 {
	padding: 100px 0 0 0;
    background-image: url(../images/index_bg06_pc.png);
    background-size: 70% auto;
    background-position: 50% 20px;
    background-repeat: no-repeat;
}

.message1 h4 {
	text-align: center;
    color: #0594b4;
    font-size: 30px;
    font-weight: bold;
}

.kanae_profile_box {
	width: 80%;
	height: auto;
	margin: 30px auto;
	background-color: #eee;
	padding: 20px;
}

.kanaename {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.kanae_pro_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.kanae_pro_txt {
	width: 60%;
	height: auto;
	margin-right: 5%;
	float: left;
	font-size: 14px;
	line-height: 1.7;
}

.kanae_pro_photo {
	width: 35%;
	float: left;
}

.kanae_pro_photo img {
	width: 100%;
}


.kanae_books {
	width: 60%;
	height: auto;
	margin: 50px auto 0 auto;
}

.kanae_books img {
	width: 100%;
}

.contents_box2 {
	width: 100%;
	height: auto;
}

.contents_box2 h3 {
	font-size: 30px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: bold;	
}


.contents_box2 h3::before {
    content: '';
    display: block;
    background: #000;
    height: 3px;
    width: 60px;
    margin: 0 auto 30px auto;
}

.contents_box2 .txt1 {
	width: 70%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.contents_box2 .txt1 p {
	margin-bottom: 25px;
}

.contents_box2 .txt1 p strong {
	font-weight: bold;
	font-size: 20px;
}


.recommend_person_box {
	padding: 0 0 50px 0;
    background-color: #DBF0F5;
}

.recommend_person_box .whatman_success {
	margin-bottom: 70px;
}

.recommend_person_box h3 {
	margin-bottom: 20px;
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.recommend_person_box h3::before, .recommend_person_box h3::after {
    content: '―';
    margin-right: 8px;
}
.recommend_person_box h3::after {
    margin-left: 8px;
}

.recomend_list {
    margin: 0 auto;
    width: 70%;
} 

.recomend_list li {
	font-size: 17px;
    margin: 10px;
    padding: 5px 10px;
    display: inline-block;
    background-color: #fff;
}

.service_box {
	padding: 115px 0;
    background-color: #ECE8E3;
    background-image: url(../images/index_bg03_pc.png);
    background-size: 711px auto;
    background-position: 50% 115px;
    background-repeat: no-repeat;
}

.service_box h2 {
	text-align: center;
    color: #1f2a34;
    font-size: 30px;
    font-weight: bold;
}

.service_box .txt1 {
	width: 70%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.service_box .txt1 p {
	margin-bottom: 25px;
}

.service_box .txt1 p strong {
	font-weight: bold;
	font-size: 20px;
}

.service_cotents_box {
	width: 70%;
	height: auto;
	background-color: #fff;
	padding: 30px 20px;
	margin: 50px auto 0 auto;
}

.service_cotents_box h3 {
	margin-bottom: 20px;
    color: #0f9dbd;
    font-size: 25px;
    font-weight: bold;
}

.servic1_bg {
	width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: calc(357 / 800 * 100%);
    background: url(../images/service1.jpg) center center / cover no-repeat;
}

.txt1_image {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.txt1_image img {
	width: 100%;
}

.servic2_bg {
	width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: calc(520 / 800 * 100%);
    background: url(../images/service2.jpg) center center / cover no-repeat;
}

.servic3_bg {
	width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: calc(419 / 800 * 100%);
    background: url(../images/service3.jpg) center center / cover no-repeat;
}

.service_cotents_box .txt1 {
	width: 100%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.service_cotents_box .txt1 p {
	margin-bottom: 25px;
}

.service_cotents_box .txt1 p strong {
	font-weight: bold;
	font-size: 20px;
}

.letter_test {
	width: 100%;
	height: auto;
	margin: 50px auto 0 auto;
}

.btn_letter {
	text-align: center;
	margin: 0 auto;
    width: 400px;
    font-size: 18px;
    background-color: #C91422;
    border-radius: 40px;
}

.btn_letter a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
}

.btn_letter a i {
	margin-left: 10px;
}

.if_member {
	width: 70%;
	height: auto;
	margin: 50px auto 0 auto;
	font-size: 18px;
	line-height: 1.8;
}

.if_member strong {
	font-weight: bold;
	font-size: 20px;
}

.entry_txt_icon {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.8;
	color: #fff;
	text-align: center;
}

.entry_txt_koushi {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	color: #fff;
	text-align: center;
}

.entry_tel_box {
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.entry_tel_box_ss {
	font-size: 15px;
}

.telbox_new {
	width: 450px;
	height: auto;
	padding: 10px;
	color: #fff;
	text-align: center;
	margin: 20px auto 40px auto;
	border: 1px solid #fff;
	font-size: 18px;
}

.youbi {
	font-size: 15px;
}

.hachimeigentei_box {
	text-align: center;
	color: #fff;
	font-size: 22px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}

.nokorininzu {
	font-size: 35px;
	color: #ffde00;
	margin: 0 2px;
}



.telbox_new a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}


.entry-wrap {
	padding: 50px 0;
    background-color:#1f2a34;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.entry-wrap .entry_txt01 {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.entry-wrap .entry_txt01::before, .entry-wrap .entry_txt01::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    width: 2px;
    height: 28px;
    background-color: #fff;
}
.entry-wrap .entry_txt01::before {
    margin-right: 32px;
    transform: rotate(-25deg);
}

.entry-wrap .entry_txt01::after {
    margin-left: 24px;
    transform: rotate(25deg);
}

.entry-wrap .entry_style1 {
    margin: 0 auto;
    width: 500px;
    font-size: 22px;
    background-color: #ffde00;
    border: 5px solid #fff;
    border-radius: 45px;
    text-align: center;
}
.entry-wrap .entry_style1 a {
    display: block;
    padding: 18px 0;
    color: #1f2a34;;
    font-weight: bold;
}

.entry-wrap .entry_style1:hover {
	opacity: .70;
}

.entry-wrap .entry_style1 a i {
	font-size: 22px;
	margin-left: 10px;
}

.presents_box {
	padding: 100px 0;
    background-color: #ffffc8;
}

.presents_box h3 {
    font-size: 30px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.presents_box h3::before {
    content: '';
    display: block;
    background: #000;
    height: 3px;
    width: 60px;
    margin: 0 auto 30px auto;
}
.presents_box .txt1 {
	width: 70%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.presents_box .txt1 p {
	margin-bottom: 25px;
}

.presents_box .txt1 p strong {
	font-weight: bold;
	font-size: 20px;
}

.presentsbox_1 {
	width: 70%;
	height: auto;
	margin: 50px auto 0 auto;
	background-color: #fff;
	padding: 30px;
}

.freepresents_vol {
	text-align: center;
	margin-bottom: 30px;
	color: #C91422;
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 0.1em;
}

.free_thum {
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.free_thum img {
	width: 100%;
}

.presentsbox_1 h4 {
	font-size: 25px;
	line-height: 1.7;
	color:#0f9dbd;
	font-weight: bold;
	margin-top: 30px;
	text-align: left;
}

.presents_box .txt2 {
	width: 100%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.presents_box .txt2 p {
	margin-bottom: 25px;
}

.presents_box .txt2 p strong {
	font-weight: bold;
	font-size: 20px;
}

.greybg_setumei {
	width: 95%;
	height: auto;
	margin: 20px auto;
	padding: 20px;
	background-color: #eee;
}

.bold_setumei {
	font-size: 17px;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 10px;
}

.normail_setumei {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.contents_box3 {
	width: 100%;
	height: auto;
	margin-top: 100px;
}

.contents_box3 h3 {
	font-size: 30px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: bold;	
}


.contents_box3 h3::before {
    content: '';
    display: block;
    background: #000;
    height: 3px;
    width: 60px;
    margin: 0 auto 30px auto;
}

.contents_box3 .txt1 {
	width: 70%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.contents_box3 .txt1 p {
	margin-bottom: 25px;
}

.contents_box3 .txt1 p strong {
	font-weight: bold;
	font-size: 20px;
}

.contents_box3 .cts {
	padding: 0 120px;
	width: 100%;
	margin: 0 auto;
}

.contents_box3 ol {
	position: relative;
}

.contents_box3 ol li:nth-child(1) {
    background-image: url(../images/index_tx01.png);
}

.contents_box3 ol li:nth-child(2) {
    background-image: url(../images/index_tx02.png);
}
.contents_box3 ol li:nth-child(3) {
    background-image: url(../images/index_tx03.png);
}

.contents_box3 ol li {
    padding-top: 24px;
    padding-left: 96px;
    width: 60%;
    margin: 30px auto 0 auto;
    text-align: left;
    background-size: 78px auto;
    background-repeat: no-repeat;
    list-style: none;
}

section {
	display: block;
}

.contents_box3 ol li h5 {
    margin-bottom: 24px;
    color: #c91422;
    font-size: 24px;
    font-weight: bold;
}

.contents_box3 ol li p {
	font-size: 16px;
	margin-bottom: 20px;
}

.contents_box3 ol li p strong{
	font-size: 18px;
	font-weight: bold;
}
.contents_box3 ol li p.red_txt2 {
	font-size: 14px;
	color: #ff0000;
}


.why_unlimited {
	width: 70%;
	height: auto;
	margin: 30px auto 50px auto;
	background-color: #eee;
	font-size: 17px;
	line-height: 1.7;
	padding: 20px;
}

.why_unlimited p {
	margin-bottom: 20px;
}

.why_unlimited p.red_txt2 {
	font-size: 14px;
	color: #ff0000;
}

.contents_box4 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 100px 0 30px 0;
    background-color: #ece8e3;
}
.qa {
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.1em;
}

.contents_box4 ul {
    margin: 0 auto;
    width: 70%;
}

.contents_box4 ul li {
    margin-bottom: 30px;
    padding: 30px;
    font-weight: bold;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
}
.contents_box4 ul li dt {
    position: relative;
    font-size: 18px;
}

.contents_box4 ul li dd {
    margin-top: 30px;
    padding: 20px;
    background-color: #f0f0f0;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7;
}


.contents_box4 ul li dd .red_txt2 {
	font-size: 14px;
	color: #ff0000;
}

.contents_box5 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 100px 0 30px 0;
    background-color: #ece8e3;
}

.suisen_voice {
	margin-bottom: 48px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.1em;
}

.suisen_box {
	width: 70%;
	height: auto;
	margin: 0 auto 40px auto;
	border-bottom: 2px solid #0594b4;
	padding-bottom: 40px;
}

.suisen_box_last {
	width: 70%;
	height: auto;
	margin: 0 auto 40px auto;
}

.suisen_box h3 {
	font-size: 28px;
	color: #0594b4;
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.7;
}

.suisen_member {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;	
}

.suisen_photo {
	width: 125px;
	height: auto;
	margin-right: 20px;
	float: left;
}

.suisen_photo img {
	width: 100%;
}

.suisen_name{
	width: 610px;
	height: auto;
	float: left;
}

.suisen_name .katagaki {
	margin-bottom: 15px;
	font-size: 18px;
}

.suisen_name .honnin_name {
	font-size: 20px;
	font-weight: bold;
}

.suisen_txt {
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #fff;
	font-size: 15px;
	line-height: 1.7;
	margin: 30px auto 0 auto;
}

.suisen_txt p {
	margin-bottom: 20px;
}


.contents_box6 {
	width: 100%;
	height: auto;
	margin: 0 auto 50px auto;
}

.user_voice_box {
	width: 70%;
	height: auto;
	margin:50px auto 0 auto;
    padding: 30px;
    font-weight: bold;
    text-align: left;
    background-color: #eee;
    border-radius: 10px;
}

.user_voice_box h3 {
	font-size: 25px;
    color: #0594b4;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.7;
}

.user_voice_img {
	width: 550px;
	height: auto;
	margin: 0 auto;	
}

.user_voice_img img {
	width: 100%;
}

.user_voice_txt {
	width: 100%;
	height: auto;
	margin: 30px auto 0 auto;
	font-size: 16px;
	line-height: 1.7;
	font-weight: normal;
}

.fotter_link {
	text-align: center;
	width: 100%;
	height: auto;
	padding: 20px 0;
	font-size: 17px;
}

.fotter_link a {
	font-size: 17px;
}

.copyright {
	margin-top: 50px;
	background-color: #efefef;
	font-size: 15px;
	text-align: center;
	padding: 20px 0;
}

.kanryo_page_info {
	width: 100%;
	height: auto;
	background-color: #efefef;
	padding: 20px;
	line-height: 1.7;
	font-size: 16px;
}

.copyright_txt {
	font-size: 15px;
	margin-top: 30px;
}

.footer_link_box {
	text-align: center;
}

.footer_link_box a {
	color: #1f2a34;
	text-decoration: underline;
}




.footer-bar {
  position: fixed;
  z-index: 30000;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(51, 51, 51, 0.8);
  padding: 16px 0;
}
.footer-bar .btn {
  background: #000;
  width: 80%;
  line-height: 57px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 auto;
  
}




/* iPad用のスタイルシート */

@media (max-width: 1050px) {
	.footer-bar {
    padding: 10px 0;
  }
  .footer-bar .btn {
    width: 100%;
    line-height: 65px;
    font-size: 30px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .footer-bar .btn > span {
    margin-right: -17px;
    font-size: 26px;
  }
  .footer-bar .btn > span:after {
    margin-left: 25px;
  }


}





/* SP用のスタイルシート */
@media (max-width: 899px) {
	.footer-bar {
    padding: 0.1rem 0;
  }
  .footer-bar .btn {
    font-size: 0.2rem;
    width: 96%;
    float: left;
    margin: 0 1% 0 2%;
    padding: 0.1rem 0.05rem;
    line-height: 3;
  }
  .footer-bar .btn > span {
	font-size: 0.2rem;
    margin-right: 0;
    line-height: 1.7;

  }
  .footer-bar .btn > span:after {
    margin: 0 -0.12rem 0 0.1rem;
  }
  
  
 header {
    padding: 5px 0;
    display: block;
} 

.header_number {
	font-size: 0.2rem;
	padding: 10px;
	text-align: left;
}


.contents_box_saiyou2 {
	width: 100%;
	height: 100vw;
    background-image: url(../img/index_ph01_sp222.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
  
.mv .inner {
    position: relative;
    margin-bottom: 0;
    padding-top: 0;
    height: 190vw;
    background-image: url(../img/fv_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #ffde00;
}  

.mv .inner h1 {
	margin: 0 0 0 10%;
	width: 30%;
}

.mv .inner h1 img {
	width:100%;
}

.saiyoudaikou_top_message {
    width: 90%;
    height: auto;
    margin: 4% 0 0 10%;
    letter-spacing: 0.1em;
}

.saiyoudaikou_top_message_small_1 {
    font-size: 0.2rem;
    font-weight: bold;
    color: #1f2a34;;
    margin-bottom: 3%;
    line-height: 1.5;
    
}

.kkinvestment_logo {
    width: 50%;
    height: auto;
    margin: 1.3rem auto 0.2rem auto;
}

.kisentry_movie {
	width: 95%;
	height: auto;
	margin: 30px auto 50px auto;
}

.saiyoudaikou_top_message_big_1 {
    font-size: 0.2rem;
    margin-bottom: 4%;
}

.big_orange_txt {
    font-size: 0.3rem;
}

.saiyoudaikou_top_message_small_2 {
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom:0;
}

.copyright_txt {
	font-size: 0.15rem;
}

.orange_txt {
    font-size: 0.2rem;
}

.saiyoudaikou_top_info_img {
	width: 90%;
	margin: 0.1rem auto 0 auto;
}


.main_info1_top_message {
    width: 90%;
    margin: 0 auto 0.3rem auto;
    font-size: 0.22rem;
    text-align: left;
    line-height: 1.8;
}

.contents_box_saiyou1 h2 {
    padding-top: 0.4rem;
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    color: #1f2a34;;
    letter-spacing: 0.1em;
}

.nayami_kaiketu_box {
    width: 90%;
    height: auto;
    margin: 0.4rem auto;
}

.nayami_kaiketu_box ul li {
    padding: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    text-align: left;
}
.contents_box_saiyou1 {
    padding-bottom:0.2rem;
}

.contents_box_saiyou2 h2 {
    padding-left: 5%;
    padding-top: 0.3rem;
    font-size: 0.22rem;
}

.big_orange_txt_honki {
	font-size: 0.3rem;
}

.saiyou_knowhow_box {
    width: 90%;
    margin: 0.5rem auto;
    padding: 0.2rem;
    font-size: 0.17rem;
    background-color: rgba(255,255,255,0.8);
}

.orange_color_bold2 {
    font-size: 0.22rem;
}

.chui_321_firstmember {
	width: 90%;
	height: auto;
	margin: 0 auto 50px auto;
	padding: 20px;
		font-size: 16px;
	line-height: 1.8;
	background-color: #efefef;
}


.contents_box_saiyou3 h2 {
    font-size: 0.2rem;
}

.jinzai_lowcost {
    margin-top: 0.4rem;
    font-size: 0.25rem;
    margin-bottom: 0.35rem;
}

.jinzai_lowcost2 {
    margin-top: 0.4rem;
    font-size: 0.25rem;
    margin-bottom: 0.35rem;
}

.jinzai_lowcost3 {
    margin-top: 3%;
    font-size: 0.2rem;
    margin-bottom: 3%;
}

.jinzai_lowcost4 {
    margin-top: 3%;
    font-size: 0.2rem;
    margin-bottom: 2%;
}

.masuter_shikaku_tit {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.trade_box_text {
	width: 90%;
	margin: 0 auto;
	padding: 0.2rem;
	font-size: 0.2rem;
}

.masterspan_big {
    font-size: 0.2rem;
}


.tanki_trade_jiseki_box {
	width: 100%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding: 0.3rem;
}

.t_trade_left_box {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 0.35rem;
    
}

.t_trade_right_box {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 0.35rem;
}

.trade_point {
    font-size: 0.2rem;
    margin-top: 0.2rem;
    line-height: 1.8;
    font-weight: bold;
}

.trade_txt1 {
    font-size: 0.2rem;
    margin-top: 0.2rem;
    width: 100%;
    height: auto;
    padding-bottom: 0.2rem;
    border-bottom: 1px dotted #000;
}

.trade_info_txt {
    font-size: 0.16rem;
    line-height: 1.8;
}

.job_saiyoudaikou_box {
    width: 100%;
    height: auto;
    margin: 0.4rem auto 0 auto;
    background-color: #fff;
    padding: 0.2rem;
}


.job_saiyoudaikou_box h3 {
    font-size: 0.2rem;
}

.wanttojinzai_box {
    margin-top: 2%;
}

.wanttojinzai_img {
    width:90%;
    height: auto;
    float: none;
    margin: 0 auto;
}

.wanttojinzai_box2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 3%;
}


.wanttojinzai_txt {
    width: 100%;
    float: none;
    margin-top: 0;
    font-size: 0.2rem;
}

.wanttojinzai_txt2 {
    width: 100%;
    float: none;
    margin-top: 0;
    font-size: 0.2rem;
}

.big_orange_txt2022 {
	font-size: 0.3rem;
}


.tokuten_number {
	font-size: 0.22rem;
	margin-right: 0;
}

.contents_box_saiyou4 h2 {
    font-size: 0.2rem;
}

.needs_catch {
    font-size:0.2rem;
    margin-top: 0.3rem;
}

.job_saiyoudaikou_box2 {
    width: 90%;
    margin: 0.4rem auto;
    padding: 0.2rem
}

.job_saiyoudaikou_box2 h3 {
    font-size: 0.2rem;
}

.contents_box_saiyou5 h2 {
    font-size: 0.2rem;
}

.contents_box_saiyou5_2 h2 {
    font-size: 0.2rem;
}

.gamen_no_image {
	width: 100%;
}

.fants_tit {
    text-align: center;
    font-size: 0.22rem;
    font-weight: bold;
    color: #1f2a34;;
    letter-spacing: 0.1em;
    margin-top: 30px;
}



.strongpoint_box {
    width: 90%;
    margin: 0.5rem auto 0.6rem;
}

.apurosucc_strong_contents {
    width: 100%;
    height: auto;
    margin-right:0;
    margin-bottom: 2%;
    float: none;
    background-color: #fff;
    padding: 0.2rem;
}

.apurosucc_strong_contents_last {
    width: 100%;
    height: auto;
    margin-right:0;
    margin-bottom: 0;
    float: none;
    background-color: #fff;
    padding: 0.2rem;
}

.apuro_icon {
    width: 50%;
    height: auto;
    margin: 0 auto 2% auto;
    float:none;
}

.apuro_txt {
    font-size: 0.2rem;
    float: none;
    text-align: center;
    width: 100%;
    margin-top:0;
}


#formWrap {
	width:90%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:0;
	border-bottom:0;
}

table.formTable td, table.formTable th {
	border-bottom: 0;
}

table.formTable td.formlast {
	border-bottom: 1px solid #ccc !important;
}

table.formTable td a{
	color: #1A0DAB;
	font-size: 17px;
	text-decoration: underline;
}

table.formTable td.formlast a{
	color: #1A0DAB;
	font-size: 17px;
	text-decoration: underline;
}

.kiyaku_box_border {
	width: 100%;
	height: 300px;
	margin: 20px auto;
}

.kiyaku_box_border iframe {
    width: 100%;
    height: 270px;
}


input[type="text"], textarea {
	width:100%;
	padding:10px;
	font-size:0.18rem;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:auto;
	padding: 0.4rem 0;
	margin: 0.3rem 0 0 0; 
}

.btn-gradient-radius {
    display: inline-block !important;
    padding: 20px 20px 40px 20px;
    border-radius: 15px;
    text-decoration: none;
    color: #FFF;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
    margin-top: 30px;
    width: 100% !important;;
}


.kiyaku_page {
	width:100%;
	height: auto;
	margin: 30px auto;
}

.h1_tit_kiyaku {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.kiyaku_txt1 {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0.2rem;
}

.kiyaku_txt2 {
	font-size:14px;
	line-height: 1.5;
	margin-bottom: 0.2rem;
}




.apuro_strong_info_txt {
    padding:0.2rem;
    font-size: 0.2rem;
}

.contents_box_saiyou5 h3 {
    font-size: 0.22rem;
}

.contents_box_saiyou5_2 h3 {
    font-size: 0.22rem;
}

.fants_txt_info {
    width: 100%;
    margin: 20px auto 0 auto;
    font-size: 0.17rem;
    line-height: 1.6;
}


.saiyou1ne_90per_box {
    width: 90%;
    margin: 0.3rem auto 0 auto;
}

.saiyou1ne_90per_left {
    width: 100%;
    margin-right: 0;
    float:none;
}
.saiyou1ne_90per_left h4 {
    width: 100%;
    text-align: center;
    padding: 0.2rem;
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
}

.saiyou_90per_list {
    font-size: 0.17rem;
}

.saiyou_90per_list ul li {
    margin-bottom: 0.2rem;
    letter-spacing: 0;
    padding-left:0;
}
.saiyou_90per_list ul li::before {
    margin-right: 0.1rem;
}

.saiyou_1nen_img {
    width: 50%;
    height: auto;
    float: none;
    margin: 0 auto;
}

.werecruit_women {
    margin-top: 0.5rem;
}

.women_work_style_box {
    width: 90%;
    margin: 0.4rem auto 0 auto;
}

.women_work_style1 {
    padding: 0.2rem;
    width: 100%;
    margin-right:0;
    margin-bottom: 4%;
    float:none;
}

.women_work_style2 {
    padding: 0.2rem;
    width: 100%;
    margin-right:0;
    float:none;
}

.women_work_img {
    margin: 0 auto;
    width: 70%;
}

.women_work_style1 h4 {
    font-size: 0.2rem;
    margin-top: 0.3rem;
}

.women_work_style2 h4 {
    font-size: 0.2rem;
    margin-top: 0.3rem;
}

.women_work_txt {
    margin-top: 0.2rem;
    font-size: 0.17rem;
}

.women_needs {
	width: 90%;
	height: auto;
    font-size: 0.2rem;
    text-align: left;
    margin: 0.4rem auto 0 auto;
}
.contents_box_saiyou6 h2 {
    font-size: 0.2rem;
}

.shoukai_daikou_chigai_box {
    width: 90%;
    margin: 0.3rem auto 0 auto;
}

.jinzai_box {
    width: 100%;
    height: auto;
    float: none;
    margin-right:0;
    margin-bottom: 5%;
}

.saiyou_box {
    width: 100%;
    height: auto;
    float: none;
}

.jinzai_box h3 {
    padding: 0.2rem;
    font-size: 0.2rem;
}

.saiyou_box h3 {
    padding: 0.2rem;
    font-size: 0.2rem;
}

.jinzai_naiyou {
    margin-top: 0.1rem;
    padding: 0.2rem;
}

.saiyou_naiyou {
    margin-top: 0.1rem;
    padding: 0.2rem;
}

.jinzai_price {
    margin-top: 0.1rem;
    padding: 0.2rem;
}

.saiyou_price {
    margin-top: 0.1rem;
    padding: 0.2rem;
}


.jinzai_naiyou h4 {
    font-size: 0.2rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.saiyou_naiyou h4 {
    font-size: 0.2rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.saiyou_price h4 {
    font-size: 0.2rem;
    text-align: center;
    margin-bottom: 0.1rem;
}


.jinzai_price h4 {
    font-size: 0.2rem;
    text-align: center;
    margin-bottom: 0.1rem;
}


.jinzainaiyou_txt {
    font-size: 0.2rem;
}

.jinzaiprice_txt {
    font-size: 0.2rem;
}

.jinzai72_saiyou_price {
	width: 90%;
    margin:0.6rem auto 0.7rem auto;
    font-size: 0.2rem;
    text-align:left;
}

.saiyou_info_txt {
    width: 90%;
    margin: 0.5rem auto;
    font-size: 0.2rem;
    line-height: 1.8;
    color: #1f2a34;;
    font-weight: bold;
}








.mv .inner h2 {
    font-size: 0.28rem;
    background-color: rgba(255,255,255,0.8);
    margin-left: 0;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: normal;
    padding: 0 0.2rem;
}
.mv .inner h2 strong {
    background: linear-gradient(transparent 60%, #FF6 60%);
    font-weight: bold;
    font-size: 0.3rem;
}

.allmihoudai {
    margin-left: 0.3rem;
    font-size: 0.22rem;
    margin-top: 0.6rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
}  
.mv .contents_100 {
    position: absolute;
    right: 0;
    left:60%;
    bottom: 12%;
    transform: none;
    width: 35%;
}

.mv .contents100_txt {
	position: absolute;
	right: 0;
	left: 5%;
	width: 55%;
	transform: translateX(0);
	bottom: 16%;
	font-size: 0.14rem;
	line-height: 1.7;
}

  
.entry .montry2970mihoudai {
    margin-bottom: 0.2rem;
    color: #1f2a34;
    font-size: 0.2rem;
    font-weight: bold;
}  
.entry .btn_style_1 {
    margin: 0 auto;
    width: 90%;
    font-size: 0.22rem;
    background-color: #009d8a;
    border: 5px solid #fff;
    border-radius: 45px;
}



.mv .entry {
    position: absolute;
    width: 100%;
    bottom: 0;
    top:0;

}  
.mv .bgph {
    padding-top: 15vw;
    height: 55vw;
    background-image: url(../images/index_bg02_sp.png);
    background-size: 100% auto;
    background-position: 0 0;
}  
.mv .txt02 {
    color: #1f2a34;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
}  
.kv_wrap .kv_2 h3 {
    font-size: 0.2rem;
}


.gentei_7mei_tit {
    margin-left: 0;
    font-size: 0.3rem;
    color: #1f2a34;;
    margin-top: 5%;
    text-align: center;
    letter-spacing: 0.1em;
}

.seven_only {
    font-size: 0.5rem;
    color: #b40019;
    margin: 0 2px;
    font-weight: bold;
}

.fv_tit_fukusu {
    font-size: 0.35rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #1f2a34;;
    margin-left: 0;
    text-align: center;
    margin-top: 5%;
    font-weight: 500;
}

.please1day_tit {
    font-size: 0.25rem;
    letter-spacing: 0.1em;
    color: #1f2a34;;
    margin-left: 0;
    text-align: center;
    margin-top: 3%;
    font-weight: 400;
}

.onedayonly {
    font-size: 0.33rem;;
    font-weight: 500;
}

.youwillbekonsaru {
    font-size: 0.3rem;
    letter-spacing: 0.1em;
    color: #1f2a34;;
    margin-left: 0;
    text-align: center;
    margin-top: 5%;
    font-weight: 600;
}

.betushuunyuu1 {
    font-size: 0.4rem;
    font-weight: 600;
    margin-left: 0;
    text-align: center;
    margin-top: 2.5%;
    letter-spacing: 0.1em;
    color: #b40019;
    font-style: italic;
}

.betushuunyuu2 {
    font-size: 0.25rem;
    font-weight: 500;
    color: #1f2a34;;
    margin-left: 0;
    text-align: center;
    margin-top: 2%;
}


  
.contents_box1 h3 {
    font-size: 0.3rem;
}
.contents_box1 .txt1 {
    width: 95%;
    height: auto;
    font-size: 0.2rem;
    line-height: 1.7;
    margin: 0.5rem auto 0 auto;
}

.contents_box2 .txt1 {
    width: 95%;
    height: auto;
    font-size: 0.2rem;
    line-height: 1.7;
    margin: 0.5rem auto 0 auto;
}
  

.contents_box1 .txt1 p strong {
    font-weight: bold;
    font-size: 0.2rem;
}

.whatman_success {
    font-size: 0.25rem;
    position: relative;
    padding:0.2rem;
    text-align: left;
    color: #fff;
    background: #0594b4;
    margin-top: 0.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.whatman_success:after {
    left: 10%;
}

.message1 {
	padding: 20vw 0 0;
    background-image: url(../images/index_bg03_sp.png);
    background-size: 100% auto;
    background-position: 0 5vw;
    background-repeat: no-repeat;
}

.service_box {
    padding: 20vh 0 0;
    background-color: #ECE8E3;
    background-image: url(../images/index_bg03_sp.png);
    background-size: 100% auto;
    background-position: 0 10vw;
    background-repeat: no-repeat;
}


.message1 h4 {
    text-align: center;
    color: #0594b4;
    font-size: 0.28rem;
    font-weight: bold;
}

.kanae_profile_box {
	width: 90%;
	height: auto;
	margin: 0.3rem auto;
	background-color: #eee;
	padding: 0.2rem;
}

.kanaename {
	font-size: 0.22rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

.kanae_pro_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.kanae_pro_txt {
	width: 100%;
	height: auto;
	margin-right: 0;
	float: none;
	font-size: 0.17rem;
	line-height: 1.8;
}

.kanae_pro_photo {
	width: 70%;
	margin: 0.2rem auto 0 auto;
	float: none;
}


.kanae_books {
    width: 90%;
    height: auto;
    margin: 0.5rem auto 0 auto;
}
.contents_box2 .txt1 p strong {
    font-weight: bold;
    font-size: 0.2rem;
}

.recommend_person_box h3 {
	width: 100%;
	margin: 0 auto 0.3rem auto;
    text-align: center;
    font-size: 0.2rem;
    padding: 0 0.2rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.recommend_person_box h3::before, .recommend_person_box h3::after {
    content: '';
    margin-right: 0;
}
.recommend_person_box h3::after {
    margin-left:0;
}
.recomend_list {
    margin: 0 auto;
    width: 95%;
}
.recomend_list li {
    font-size: 0.2rem;
    margin: 0.1rem 0;
    padding: 0.1rem;
    display: inline-block;
    background-color: #fff;
}
.recommend_person_box {
    padding: 0 0 0.5rem 0;
    background-color: #DBF0F5;
}
.service_box h2 {
    text-align: center;
    color: #1f2a34;
    font-size: 0.28rem;
    font-weight: bold;
}
.service_box .txt1 {
    width: 100%;
    height: auto;
    font-size: 0.2rem;
    line-height: 1.7;
    margin: 0.3rem auto 0 auto;
}
.service_box .txt1 p strong {
    font-weight: bold;
    font-size: 0.2rem;
}
.service_cotents_box {
    width: 95%;
    height: auto;
    background-color: #fff;
    padding: 0.2rem;
    margin: 0.5rem auto 0 auto;
}

.txt1_image {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.txt1_image img {
	width: 100%;
}

.contact_tel_info {
	font-size: 0.2rem;
}

.contact_tel_info_number {
	width: 80%;
	font-size: 0.2rem;
}

.formplease_info {
	width: 90%;
	font-size: 0.2rem;
	text-align: left;
	margin: 0 auto 0.4rem auto;
}


.service_cotents_box h3 {
    margin-bottom: 0.2rem;
    color: #0f9dbd;
    font-size: 0.22rem;
    font-weight: bold;
}
.service_cotents_box .txt1 p {
    margin-bottom:0.22rem;
}

.contents_box1 .txt1 p {
    margin-bottom: 0.22rem;
}
.contents_box2 .txt1 p {
    margin-bottom: 0.22rem;
}
.letter_test {
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0 auto;
}
.btn_letter {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    font-size: 0.2rem;
    background-color: #C91422;
    border-radius: 40px;
}
.if_member {
    width: 90%;
    height: auto;
    margin: 0.5rem auto 0 auto;
    font-size: 0.2rem;
    line-height: 2;
    padding-bottom: 0.5rem;
}

.if_member strong {
    font-weight: bold;
    font-size: 0.2rem;
}

.entry-wrap {
    padding: 3% 0;
    background-color: #1f2a34;;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.entry_txt_icon {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
    line-height: 1.6;
}

.entry_txt_koushi {
    font-size: 0.23rem;;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}

.hachimeigentei_box {
    text-align: center;
    color: #fff;
    font-size: 0.25rem;
    margin-bottom: 3%;
    letter-spacing: 0.1em;
}

.nokorininzu {
    font-size: 0.4rem;
    color: #ffde00;
    margin: 0 2px;
}


.telbox_new {
    width: 80%;
    height: auto;
    padding: 2%;
    color: #fff;
    text-align: center;
    margin: 3% auto;
    border: 1px solid #fff;
    font-size: 0.2rem;
}

.youbi {
    font-size: 0.17rem;
}

.telbox_new a {
	font-size: 0.17rem;
}

.entry_tel_box {
    font-size: 0.2rem;
    text-align: center;
    color: #fff;
}

.entry_tel_box_ss {
    font-size: 0.14rem;
}


.saiyou_step_box {
    width: 90%;
    margin: 0.4rem auto 0 auto;
    padding-bottom: 0;
}

.saiyoustep_img {
    width: 100%;
    height: auto;
    float: none;
}

.saiyoustep_right_box {
    width: 100%;
    height: auto;
    float: none;
    padding:0.2rem;
}
.step_number {
    margin-top: 0;
    font-size:0.25rem;
}
.step_number_one {
    margin-left: 0.05rem;
    font-size: 0.23rem;
}
.saiyoustep_right_box h3 {
    margin-top:4%;
    font-size: 0.25rem;
}
.step_number_txt {
    font-size: 0.2rem;
    margin-top: 3%;
    margin-right: 0;
}

.step_number_txt2 {
    font-size: 0.2rem;
    margin: 0.2rem;
}


.stepsoudan_big {
    font-size: 0.22rem;
    font-weight: 500;
    line-height: 1.7;
}


.saiyoustep_daikou {
    font-size:0.2rem;
}

.saiyou_price_box {
    width: 90%;
    padding: 0.2rem;
    margin: 0.3rem auto 0 auto;
}

.saiyou_price_box h3 {
    font-size: 0.2rem;
}

.zeinuki_thum_s {
	font-size: 0.15rem;
}

.price_orenge {
    font-size: 0.2rem;
}
.saiyou_price_etc {
    width: 100%;
    padding:0;
    font-size: 0.2rem;
    margin: 2% auto 5% auto;
    border-bottom: 1px dotted #000;
    padding-bottom: 4%;
}

.saiyou_price_box_last {
    width: 90%;
    padding: 0.2rem;
    margin: 0.3rem auto 0.8rem auto;
}

.saiyou_price_box_last h3 {
    font-size: 0.2rem;
}

.atukau_recruit_box {
    width: 90%;
    margin: 0.2rem auto 0 auto;
}
.atukau_recruit_right h3 {
    margin-top:0.1rem;
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}
.atukau_shokushu {
    font-size: 0.2rem;
    line-height: 1.6;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

.custmer_voice_box {
    width: 90%;
    height: auto;
    margin: 0.7rem auto 0 auto;
}

.custmer_voice_box h3 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}
.customer_photo {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 2%;
}

.customer_data {
    width: 100%;
    height: auto;
    float:none;
}

.customer_list {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}
.customer_want {
    font-size: 0.2rem;
    line-height: 1.6;
}
.company_voice {
    padding: 0.2rem;
    margin-top: 0.2rem;
}

.fants_btn {
	width: 100%;
	height: auto;
	margin-top: 50px;
	text-align: center;
}

.fants_btn .btn,a.btn,
button.btn {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.fants_btn .btn--orange,a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.fants_btn .btn--orange:hover,a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.company_voice h4 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}

.apuro_message {
    font-size: 0.2rem;
    line-height: 1.7;
}

.apurosuccess_box {
    width: 90%;
    height: auto;
    margin: 0.5rem auto 0 auto;
}

.apuro_logo {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.apuro_info_contents {
    margin-top: 0.4rem;
}
.apuro_info_left {
    width: 100%;
    height: auto;
    float: none;
    margin-right:0;
}
.apuro_info_right {
    width: 100%;
    height: auto;
    float: none;
}

.apuro_info_left h3 {
    padding: 0.1rem;
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
    margin: 0 auto 0.2rem auto;
}

.apuro_info_right h3 {
    padding: 0.1rem;
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
    margin: 0 auto 0.2rem auto;
}
.company_aouro_txt {
    font-size: 0.2rem;
    line-height: 1.7;
    margin-bottom: 0.3rem;
}

.access__map {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
}

.ceo_message {
    width: 90%;
    margin: 0.3rem auto 0 auto;
    font-size: 0.2rem;
    line-height: 1.8;
}

.ceo_message_img_kaiinn {
	width: 75%;
	margin-top: 0.5em;
}

.kmember_interview_box {
    width:90%;
    height: auto;
    margin: 1rem auto 0 auto;
}


.interview_title1 {
    font-size: 0.2rem;
    font-weight: bold;
    position: relative;
    padding-left: 45px;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
}

.interview_message2 {
    font-size: 0.2rem;
    position: relative;
    padding-left: 45px;
    width: 100%;
    margin-top: 20px;
    line-height: 1.7;
    height: auto;
    margin-bottom: 50px;
}

.oku_shisan_message {
	font-size: 0.25rem;
}


.jyogensha_profile_box_left {
	width: 80%;
	height: auto;
	float: none;
	margin: 0 auto;
	border-bottom:none;
	padding-bottom:0;
}

.koushiprofile2 {
    width: 100%;
    float:none;
}

.jyogensha_profile_box_right {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 auto 30px auto;
}

.ushiroda_p_img_2022 {
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}

.ushiroda_p_img_2022 img {
	width: 100%;
}

.jyogensha_name_txt {
	font-size: 0.25rem;	
}

.contents_box_saiyou6_new {
    width: 100%;
    height: auto;
    margin: 10% auto 0 auto;
    letter-spacing: 0.1em;
    padding-top: 10%;
    padding-bottom: 10%;
    background-color: #f1f7f7;
}
.contents_box_saiyou6_new h2 {
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    color: #1f2a34;;
    letter-spacing: 0.1em;
}

.jyogensha_profile_txt {
	font-size: 0.2rem;
	line-height: 1.6;
}

.interview_message2::before {
	font-size: 0.2rem;
}


.entry-wrap .entry_txt01 {
    margin-bottom: 0.2rem;
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
}
.entry-wrap .entry_style1 {
    margin: 0 auto;
    width: 90%;
    font-size: 0.23rem;
    background-color: #ffde00;
    border: 3px solid #fff;
    border-radius: 45px;
    text-align: center;
}
.presents_box {
	margin-top: 0.7rem;
    padding: 0.5rem 0;
    background-color: #ffffc8;
}
.presents_box h3 {
    font-size: 0.3rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.contents_box_saiyou3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #f6f6f6;
    padding-top: 10%;
    padding-bottom: 5%;
    letter-spacing: 0.1em;
}


.presents_box .txt1
{
    width: 90%;
    height: auto;
    font-size: 0.2rem;
    line-height: 1.7;
    margin: 0.5rem auto 0 auto;
}

.presentsbox_1 {
    width: 90%;
    height: auto;
    margin: 0.4rem auto 0 auto;
    background-color: #fff;
    padding: 0.2rem 0.2rem 0.1rem 0.2rem;
}
.freepresents_vol {
    text-align: center;
    margin-bottom: 0.2rem;
    color: #C91422;
    font-size: 0.22rem;
    line-height: 1.7;
    font-weight: bold;
    font-style: oblique;
    letter-spacing: 0.1em;
}

.free_thum {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.presentsbox_1 h4 {
    font-size: 0.24rem;
    line-height: 1.7;
    color: #0f9dbd;
    font-weight: bold;
    margin-top: 0.3rem;
    text-align: left;
}
.presents_box .txt2 {
    width: 100%;
    height: auto;
    font-size: 0.2rem;
    line-height: 1.7;
    margin: 0.3rem auto 0 auto;
}

.presents_box .txt2 p {
    margin-bottom: 0.22rem;
}
.greybg_setumei {
    width: 100%;
    height: auto;
    margin: 0.3rem auto;
    padding: 0.2rem;
    background-color: #eee;
}

.bold_setumei {
    font-size: 0.2rem;
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.normail_setumei {
    font-size: 0.2rem;
    line-height: 1.6;
    margin-bottom: 0.4rem;
}

.presents_box .txt2 p strong {
    font-weight: bold;
    font-size: 0.2rem;
}

.contents_box3 .cts {
    padding: 0 0.3rem;
    width: 100%;
    margin: 0 auto;
}

.contents_box3 ol li {
    padding-top: 15px;
    padding-left: 75px;
    width: 100%;
    margin: 0.4rem auto 0 auto;
    text-align: left;
    background-size: 60px auto;
    background-repeat: no-repeat;
    list-style: none;
}
.contents_box3 ol li h5 {
    margin-bottom: 0.1rem;
    color: #c91422;
    font-size: 0.22rem;
    font-weight: bold;
} 
  
.contents_box3 ol li p {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}
.why_unlimited {
    width: 100%;
    height: auto;
    margin: 0.3rem auto 0 auto;
    background-color: #eee;
    font-size: 0.2rem;
    line-height: 1.7;
    padding: 0.2rem;
}
.why_unlimited p {
    margin-bottom: 0.22rem;
}
.contents_box3 {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
}
.contents_box4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 30px 0;
    background-color: #ece8e3;
}

.contents_box5 {
    width: 100%;
    height: auto;
    margin: 0.5rem auto  0 auto;
    padding: 100px 0 30px 0;
    background-color: #ece8e3;
}

.qa {
    margin-bottom: 0.4rem;
    font-size: 0.27rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.1em;
}
.contents_box4 ul {
    margin: 0 auto;
    width: 90%;
}
.contents_box4 ul li {
    margin-bottom: 0.3rem;
    padding: 0.2rem;
    font-weight: bold;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
}


.contents_box4 ul li dt {
    position: relative;
    font-size: 0.2rem;
}

.contents_box4 ul li dd {
    margin-top: 0.25rem;
    padding: 0.2rem;
    background-color: #f0f0f0;
    font-weight: normal;
    font-size: 0.2rem;
    line-height: 1.7;
}

.suisen_voice {
    margin-bottom: 0.4rem;
    font-size: 0.25rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.1em;
}
.suisen_box {
    width: 90%;
    height: auto;
    margin: 0 auto 0.4rem auto;
    border-bottom: 2px solid #0594b4;
    padding-bottom: 0.3rem;
}
.suisen_box_last {
    width: 90%;
    height: auto;
    margin: 0 auto 0.4rem auto;
}
.suisen_box h3 {
    font-size: 0.25rem;
    color: #0594b4;
    text-align: left;
    margin-bottom: 0.2rem;
    line-height: 1.7;
}

.suisen_box_last h3 {
    font-size: 0.25rem;
    color: #0594b4;
    text-align: left;
    margin-bottom: 0.2rem;
    line-height: 1.7;
}

.suisen_photo {
    width: 25%;
    height: auto;
    margin-right: 5%;
    float: left;
}
.suisen_name {
    width: 70%;
    height: auto;
    float: left;
}

.suisen_name .katagaki {
    margin-bottom:0.15rem;
    font-size: 0.2rem;
}

.suisen_name .honnin_name {
    font-size: 0.2rem;
    font-weight: bold;
}
.suisen_txt {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    background-color: #fff;
    font-size: 0.2rem;
    line-height: 1.7;
    margin: 0.3rem auto 0 auto;
}

.user_voice_box {
    width: 95%;
    height: auto;
    margin: 0.4rem auto 0 auto;
    padding: 0.25rem;
    font-weight: bold;
    text-align: left;
    background-color: #eee;
    border-radius: 10px;
}

.user_voice_box h3 {
    font-size: 0.25rem;
    color: #0594b4;
    text-align: left;
    margin-bottom: 0.2rem;
    line-height: 1.7;
}

.user_voice_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.user_voice_txt {
    width: 100%;
    height: auto;
    margin: 0.3rem auto 0 auto;
    font-size: 0.2rem;
    line-height: 1.7;
    font-weight: normal;
}
.fotter_link {
	margin-top: 1rem;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
    font-size: 0.2rem;
}

.fotter_link a {
    font-size: 0.2rem;
}

.copyright {
    font-size: 0.13rem;
    text-align: center;
    padding:0.2rem 0;
    margin-top: 0;
}

.page_thum_top {
	width: 95%;
	height: auto;
	margin: 0 auto 10px auto;
	padding-top: 30px;
}

.page_thum_top img {
	width: 100%;
}


.price_img {
	width: 95%;
	height: auto;
	margin: 0 auto 0.1rem auto;
}

.sairiyou_info {
	text-align: left;
	width: 90%;
	margin: 0 auto 0.3rem auto;
	font-size: 0.13rem;
	color: #ff0000;
	font-weight: bold;
}



.saiyou_merit_jimoto {
	width: 90%;
	height: auto;
	margin: 0.8rem auto 0 auto;
}

.saiyou_merit_jimoto h4 {
	font-size: 0.2rem;
	text-align: center;
	margin-bottom: 0.3rem;
}

.apuro_saiyou_merito {
	font-size: 0.17rem;
	text-align:left;
}

.saiyou_jimoto_list {
	width: 100%;
	height: auto;
	padding: 0.2rem 0.1rem;
	background-color: #fff;
	margin-top: 0.2rem;
}

.saiyou_jimoto_list ul li {
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
    padding-left: 0.1rem;
}

.gentei_campaign_box {
	width: 90%;
}

.gentei_camppaign_name {
	width: 100%;
	margin-bottom: 0.2rem;
}

.new_sentyaku_txt {
	font-size: 0.2rem;
}

.five_company {
	font-size: 0.3rem;
}

.saiyou_no_txt {
	font-size: 0.2rem;
	margin-top: 0.15rem;
}

.free_txt {
	font-size: 0.2rem;
	margin-top: 0.15rem;
}

.norisuku {
	font-size: 0.2rem;
	margin-top: 0.15rem;
	text-align: left;
}

.muryou0 {
	font-size: 0.4rem;
}


	
}