@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, 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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

html{
	overflow-y: scroll;
	font-family: "メイリオ","ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 62.5%;
}
body {
	font-size: 1.6em;
	font-feature-settings: "palt";
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}

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

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear{
	clear:both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="reset"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
	outline-offset: -2px;
}

/*滑らかにほばー*/
a img:hover {
	opacity: 0.7;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
img {
	display: block;
	width: 100%;
}
.flex {
	display: flex;
	justify-content: space-between;
}
/*LP用のCSSここから
----------------------------------------------------*/
body {
font-family: "source-han-sans-japanese", sans-serif;
color: #082f50;
}
.yello {
	color: #ffee00!important;
}
.red {
	color: #fe4936!important;
}
.bg {
	background: #082f50;
}
.din {
	font-family: "din-2014", sans-serif;
}
.bold {
	font-weight: bold;
}
.margin_t {
	margin-top: 15px;
}
a.btn {
	display: block;
}
p {
	letter-spacing: 1px;
}
h2,h3 {
	letter-spacing: 1.5px;
}
#wrapper {
	overflow: hidden;
	min-height: 100vh;
	position: relative;
	padding-bottom: 100px;
	box-sizing: border-box;
}
.index {
		padding-bottom: 50px!important;
}
header {
	padding: 5px 10px;
}
header.flex {
	align-items: center;
}
h1 a {
	text-decoration: none;
	color: unset;
	font-weight: bold;
	font-size: 1.7rem;
}
header .btn {
	width: 53vw;
	margin: 0 5px;
}
header .btn:last-of-type {
	margin-right: 0;
}
header h1 span {
	font-size: 1.3rem;
}
/*追従ボタン
------------------------*/
#infoBtn {
	background-color:rgba(64,64,64,0.8);
	padding: 10px;
	position: fixed;
	transition: bottom 0.3s ease;
	z-index: 100;
}
#infoBtn .info_line {
	width: 50%;
}
#infoBtn .info_tel {
	background: url(img/info_tel.png?11) no-repeat;
	background-size: 100%;
	display: block;
	width: 50%;
	text-decoration: none;
}
#infoBtn .info_tel span {
	position: relative;
    left: 13.5vw;
    top: 2vw;
    color: white;
    font-weight: bold;
    font-family: "din-2014", sans-serif;
    font-size: 5.2vw;
}
.submit #infoBtn,
.mailform #infoBtn {
	display: none;
}

/*ファーストビュー
------------------------*/
#s1 {
	background: #082f50;
    padding-bottom: 30vw;
}
#s1 .h2_box {
    background: url(img/s1_h2_men.png) no-repeat;
    background-size: 24vw;
    background-position-x: right;
    min-height: 29vw;
}
#s1 h2 {
	width: 72%;
    position: relative;
    top: 4vw;
    left: 3px;
}
#s1 h2 img:nth-of-type(1) {
	margin-bottom: 2px;
}
#s1 > p {
    line-height: 1;
    font-size: 1.5rem;
}
#s1 .dot_bg {
	background: url(img/bg_dot.png);
    background-size: 100%;
    padding: 15px 10px 80px;
}
#s1 .dot_bg p {
    margin-bottom: -5px;
    font-size: 3.4vw;
    font-weight: bold;
    position: relative;
    left: 1vw;
}
#s1 .bg_guru {
	background: url(img/s1_guru_bg.png) no-repeat;
    background-size: 100%;
    position: relative;
    top: -63px;
    margin-bottom: -63px;
}
#s1 .fukidashi_box {
	background: url(img/sagi_s1_men.png) no-repeat;
    background-size: 120px;
    background-position-x: center;
}
#s1 .fukidashi_box .fukidashi_item {
    display: flex;
    justify-content: space-around;
}
#s1 .fukidashi_box .fukidashi_item div {
    width: 27vw;
    text-align: center;
    line-height: 1.2;
    min-height: 62px;
}
#s1 .fukidashi_box .fukidashi_item div span {
	font-weight: bold;
    position: relative;
    top: 1.5vw;
    font-size: 3.8vw;
}
#s1 .fukidashi_box .fukidashi_item:nth-of-type(1) div:nth-of-type(1) {
	background: url(img/fukidashi_1.png) no-repeat;
    background-size: 100%;
}
#s1 .fukidashi_box .fukidashi_item:nth-of-type(1) div:nth-of-type(2) {
	background: url(img/fukidashi_2.png) no-repeat;
    background-size: 100%;
}
#s1 .fukidashi_box .fukidashi_item:nth-of-type(2) div:nth-of-type(1) {
	background: url(img/fukidashi_1.png) no-repeat;
    background-size: 100%;
}
#s1 .fukidashi_box .fukidashi_item:nth-of-type(2) div:nth-of-type(2) {
	background: url(img/fukidashi_2.png) no-repeat;
    background-size: 100%;
}

#s1 .fukidashi_box .fukidashi_item:nth-of-type(1) div:nth-of-type(1) span,
#s1 .fukidashi_box .fukidashi_item:nth-of-type(2) div:nth-of-type(1) span {
	right: 3px;
}
#s1 .fukidashi_box .fukidashi_item:nth-of-type(1) div:nth-of-type(2) span,
#s1 .fukidashi_box .fukidashi_item:nth-of-type(2) div:nth-of-type(2) span {
	left: 3px;
}
#s1 .fukidashi_box .fukidashi_item:nth-of-type(1) div:nth-of-type(2) span,
#s1 .fukidashi_box .fukidashi_item:nth-of-type(2) div:nth-of-type(1) span {
top: 1.5vw;
}
#s1 .fukidashi_box .fukidashi_item:nth-of-type(2) div:nth-of-type(1) {
    position: relative;
    left: -2.4vw;
}
#s1 .fukidashi_box .fukidashi_item:nth-of-type(2) div:nth-of-type(2) {
    position: relative;
    right:-2.4vw;
}
#s1 .fukidashi_box + p {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 1.8rem;
}
/*着手金0円などの吹き出し*/
#s1 .fukidashi {
	margin: 10px 0;
}
#s1 .fukidashi div {
    text-align: center;
    padding: 10px 5px;
    margin: 0 5px;
    min-height: 24vw;
}
#s1 .fukidashi div:nth-of-type(1) {
	background: url(img/btnWrap_fuki_1.png) no-repeat;
	background-size: 100%;
	width : calc(100% / 3) ;
}
#s1 .fukidashi div:nth-of-type(2) {
	background: url(img/btnWrap_fuki_2.png) no-repeat;
	background-size: 100%;
	width : calc(100% / 3) ;
}
#s1 .fukidashi div:nth-of-type(3) {
	background: url(img/btnWrap_fuki_3.png) no-repeat;
	background-size: 100%;
	width : calc(100% / 3) ;
}
#s1 .fukidashi div p {
	color: white;
}
#s1 .fukidashi div p:nth-of-type(1) {
	font-size: 1.2rem;
	font-weight: bold;
}
#s1 .yello {
	font-weight: bold;
}
#s1 .zero {
    font-size: 14vw;
    margin-top: -3vw;
}
#s1 .en {
	font-size: 8vw;
	font-weight: bold;
}
#s1 .fukidashi div:nth-of-type(2) .yello,
#s1 .fukidashi div:nth-of-type(3) .yello {
font-size: 6vw;
}
#s1 .small {
	font-size: 1rem;
	font-weight: bold;
}
/*ギャンブルLP用ファーストビューCSS
-----------------------------*/
.bg_white {
  background: white;
}
#s1 .fukidashi_txt_wrap {
    display: flex;
    justify-content: flex-start;
    padding-top: 17px;
    padding-left: 7px;
    margin-bottom: -8px;
}
#s1 .fukidashi_txt,
#s1 .fukidashi_txt_2 {
  position: relative;
  display: inline-block;
  margin: 0 3px 30px;
  padding: 5px 10px;
  border-radius: 12px;
  background-color: #ffffff;
  text-align: left;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.5;
  color: #082f50;
}

#s1 .fukidashi_txt::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 53%;
  border-style: solid;
  border-width: 16px 0 0 20px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
  transform: skew(3deg);
  transform-origin: top;
}
#s1 .fukidashi_txt_2::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 40%;
  border-style: solid;
  border-width: 16px 0 0 20px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.5px) 100%;
  transform: skew(-52deg);
  transform-origin: top;
}
#s1 .fukidashi_txt span,
#s1 .fukidashi_txt_2 span {
  font-size: 4vw;
  font-weight: bold;
}
#s1 .catch_txt {
margin-left: 17px;
    zoom: 108%;
}
#s1 .catch_txt p:nth-of-type(1) {
    font-size: 7.8vw;
    font-weight: bold;
    letter-spacing: 5.5px;
}
#s1 .catch_txt p:nth-of-type(1) span {
  font-size: 6vw;
    font-weight: bold;
}

#s1 .catch_txt p:nth-of-type(2) {
  font-size: 13.5vw;
  display : inline-block;
  color : #ffee00;            /* 文字の色 */
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    :
       3px  3px 2px #082f50,
      -3px  3px 2px #082f50,
       3px -3px 2px #082f50,
      -3px -3px 2px #082f50,
       3px  0px 2px #082f50,
       0px  3px 2px #082f50,
      -3px  0px 2px #082f50,
       0px -3px 2px #082f50;
font-weight: bold;
position: relative;
bottom: 10px;
}
#s1 .catch_txt_wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
margin-bottom: -8px;
}
#s1 .catch_txt_wrap figure {
    width: 34vw;
    position: relative;
    bottom: 28px;
    margin-bottom: -30px;
    right: 10px;
}
#s1 .catch_txt_wrap figure img {
  width: 42vw;
}
#s1 .under {
    position: relative;
    z-index: 1;
    background: #082f50;
    padding-top: 10px !important;
}
#s1 .icon_box {
  display: flex;
  justify-content: space-between;
    padding: 5px 8px;
    align-items: center;
}
#s1 .icon_box img {
  width: 14vw;
}
#s1 .icon_box p {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
#s1 .txt_box {
  background: white;
  margin: 10px;
  padding: 2px;
}
#s1 .txt_box div {
  border: solid 1px #082f50;
  padding: 2px;
}
#s1 .txt_box .border {
    border: solid 1px #082f50;
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding: 5px 0;
}
#s1 .appeal {
  display: flex;
  justify-content: center;
  background: #e9e9e9;
  color: #000000;
 align-items: center;
}
#s1 .appeal li {
  text-align: center;
  width: calc(100% / 3);
}
#s1 .appeal li:nth-of-type(2) {
	border-left: solid 1px white;
	border-right: solid 1px white;
}
#s1 .appeal span {
  display: block;
}
#s1 .appeal .zero,
#s1 .appeal .en {
  display: inline;
}
#s1 .appeal .zero {
  font-size: 14vw;
}
#s1 .appeal .en {
  font-size: 6vw;
}
#s1 .appeal .big {
    font-size: 7vw;
    font-weight: bold;
}
#s1 .appeal .small {
    font-size: 3vw;
}
#s1 .btnWrap {
padding-top: 20px;
}


/*LINE、TELボタン
-----------------------------*/
.btnWrap {
	padding: 0 15px;
}
.btnWrap .serifu {
	background: url(img/serifu.png?2) no-repeat;
    background-size: 95%;
    height: 70px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    background-position-x: center;
    color: white;
}
.btnWrap .btn_tel {
	background: url(img/btn_tel.png?4) no-repeat;
	background-size: 100%;
	height: 25vw;
	margin-top: 5px;
}
.btnWrap .btn_tel a {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    top: 6vw;
    font-size: 9vw;
    right: -9px;
    font-weight: bold;
    color: #fe4936;;
}
/*こんな占いサイト使ってませんか？
----------------------------*/
/*#s2 {
    background: url(img/bg_en.png) no-repeat;
    background-position-y: top;
    background-size: 100%;
    padding-top: 55px;
    position: relative;
    top: 3vw;
    margin-bottom: -9vw;
}
#s2 .s2_item {
	background: white;
	padding: 0 15px;
}
#s2 .title {
    background: url(img/s2_img_1.png) no-repeat;
    background-size: 80px;
    padding-left: 25vw;
    background-position-x: 4vw;
    height: 83px;
    zoom: 95%;
}
#s2 .ten {
	background: url(img/ten.png) no-repeat;
    background-size: 35px;
    background-position-x: center;
}
#s2 h2,#s2 h2 span {
	font-weight: bold;
}
#s2 h2 .big {
	font-size: 5vw;
}
#s2 h2 + p {
	font-size: 6vw;
	font-weight: bold;
}
#s2 h2 + p span {
	font-weight: normal;
}
#s2 .sagiCheck_wrap {
	border: solid 3px #331400;
	border-radius: 10px;
	overflow: hidden;
	margin-top: -1px;
}
#s2 .acd-label {
    border-radius: unset;
    font-size: 1.7rem;
    padding: 15px;
}
#s2 .sagiCheck {
	border-bottom: solid #e6e6e6;
}
#s2 .sagiCheck span {
	display: contents;
}
#s2 .acd-label {
	background: white;
}
#s2 .acd-label:after {
	content: '';
	background: url(img/icon_open.png) no-repeat;
	display: block;
	background-size: contain;
	width: 20px;
	height: 20px;
}
#s2 .active:after {
	content: '';
	background: url(img/icon_close.png) no-repeat;
	display: block;
	background-size: contain;
	width: 20px;
	height: 20px;
}
#s2 .acd-content p::before {
	display: none;
}
#s2 .acd-content p {
    font-size: 1.7rem;
}
#s2 .acd-check:checked + .acd-label + .acd-content {
	padding: 0 10px 20px;
}*/
/*特殊詐欺の発生状況
----------------------------*/
#tahatsu {
background: url(img/bg_en.png?2) no-repeat;
    background-size: 100%;
    padding-top: 13vw;
    position: relative;
    bottom: 25vw;
    margin-bottom: -23vw;
}
#tahatsu figure {
	margin-bottom: 10px;
}
#tahatsu .btnWrap {
	margin-top: 25px;
}
/*テキスト化テスト
------------------------------*/
#tahatsu .img_box div {
	display: flex;
	justify-content: space-between;
	height: 26vw;
}
#tahatsu .img_box div:nth-of-type(1) {
	background: url(img/img_tahatsu_01_2.png?5) no-repeat;
	background-size: 100%;
}
#tahatsu .img_box div:nth-of-type(2) {
	background: url(img/img_tahatsu_03_2.png?4) no-repeat;
	background-size: 100%;
}
#tahatsu .img_box div:nth-of-type(3) {
	background: url(img/img_tahatsu_02_2.png?4) no-repeat;
	background-size: 100%;
}

#tahatsu .img_box div:nth-of-type(4) {
	background: url(img/img_tahatsu_04_2.png?5) no-repeat;
	background-size: 100%;
	margin-bottom: 10px;
}

/*ここから追記:2024/05/23*/
#tahatsu .img_box div p {
	font-weight: bold;
	color: #d63110;
	text-align: center;
}
#tahatsu .appTitle span {
	display: block;
	font-weight: bold;
}
#tahatsu .img_box div .appTitle {
	position: relative;
}
#tahatsu .img_box div .txt {
	position: relative;
	top: 7vw;
	right: 2vw;
}
#tahatsu .img_box div:nth-of-type(1) .appTitle {
	font-size: 6.5vw;
	left: 3.7vw;
	top: 3vw;
	letter-spacing: -2px;
}
#tahatsu .img_box div:nth-of-type(1) .appTitle span {
	position: relative;
	bottom: 2vw;
}
#tahatsu .img_box div:nth-of-type(1) .txt {
	right: 11vw;
}
#tahatsu .img_box div:nth-of-type(2) .appTitle {
	font-size: 6.5vw;
	left: 3.7vw;
	top: 2vw;
	letter-spacing: -2px;
}
#tahatsu .img_box div:nth-of-type(2) .appTitle span {
	position: relative;
	bottom: 2vw;
}
#tahatsu .img_box div:nth-of-type(2) .txt {
	right: 7vw;
}
#tahatsu .img_box div:nth-of-type(3) .appTitle,
#tahatsu .img_box div:nth-of-type(4) .appTitle {
	font-size: 7.5vw;
	left: 3.7vw;
	top: 5vw;
	letter-spacing: 0;
}
.kensu {
	background: #ffffff;
	padding: 0 25px;
}
.kensu .title {
	text-align: center;
	margin-bottom: 30px;
}
#tahatsu .title h2 {
font-size: 6vw;
font-weight: bold;
}
#tahatsu .title h2 + p {
background:linear-gradient(transparent 60%, #ff6 60%);
display: inline-block;
font-weight: bold;
font-size: 1.6rem;
}
.kensu .text {
	margin-bottom: 10px;
}
.kensu .text p {
	font-size: 1.1rem;
	color: unset;
}
.kensu_item,.kensu_item_02 {
	padding: 5px 0;
}
.kensu_item h3,
.kensu_item_02 h3 {
	font-weight: bold;
}
.kensu_item span {
	font-size: 11vw;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.kensu_item p {
	font-weight: bold;
	font-size: 5vw;
	display: table;
	margin-top: -5px;
	color: #fe4936;
}
.kensu_item .flex {
	justify-content: flex-start;
	align-items: center;
}
.kensu_item .flex img {
	width: 50px;
	position: relative;
	top: -1.2vw;
	left: 1vw;
}
.kensu_item_02 .prefecture {
	margin-top: 5px;
	zoom: 93%;
}
.kensu_item_02 .prefecture .flex {
	justify-content: flex-start;
}
.kensu_item_02 .prefecture ul:nth-of-type(1) {
	margin-right:20px;
}
.kensu_item_02 li {
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: dotted 1px #adadad;
    margin-bottom: 10px;
}
.kensu_item_02 li:last-of-type {
	margin-bottom: 0;
}
.kensu_item_02 li .noFont {
	font-size: 5vw;
}
.kensu_item_02 li .border {
	border-bottom: solid 1px black;
	font-weight: bold;
}
.kensu_item_02 li .din {
    font-size: 2.3rem;
    position: relative;
    top: 1px;
    display: inline-block;
}
.kensu_item_02 li .ken {
	margin-left: 10px;
	margin-right: 15px;
	font-weight: bold;
}
.kensu_item_02 .prefecture .small {
	font-size: 1.4rem;
}
.kensu .textBox {
	margin: 25px 0 15px;
}
.kensu .textBox h2 {
    background: url(img/s2_titlefukidashi.png) no-repeat;
    background-size: 100%;
    height: 57px;
    text-align: center;
    font-size: 4.9vw;
    padding-top: 2vw;
    margin-bottom: 10px;
    font-weight: bold;
}
.kensu .textBox p {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
}
.kensu .textBox .red {
	font-weight: bold;
}
.kensu .textBox .big {
	font-size: 1.5rem;
}
.kensu .textBox p:last-of-type {
	text-align: right;
}
/*よくある詐欺実例
--------------------------*/
#s3 {
	background: url(img/s4_bg.png?2) no-repeat;
    background-size: 100%;
    padding-top: 43vw;
    margin-top: 20px;
}
#s3 .bg {
	padding: 15px;
}
#s3 h2 {
    font-weight: bold;
    font-size: 6vw;
    text-align: center;
    color: white;
}
#s3 h2,#s4 h2 {
	text-align: center;
	color: white;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 15px;
}
#s3 article {
	background: url(img/s3_bg.png);
	background-size: 5%;
	min-height: 300px;
	border-radius: 20px;
	margin: 30px 0;
	padding-bottom: 20px;
}
#s3 article:nth-of-type(1) {
	margin-top: 0;
}

#s3 article h3 {
	text-align: center;
}
#s3 article h3 .title {
	padding: 5px 20px;
	background: #082f50;
    border-radius: 200px;
    color: white;
    margin: 25px 0 15px;
    display: inline-block;
}
#s3 article:nth-of-type(2) h3 .title {
	zoom: 95%;
}
#s3 .fukidashi {
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}
#s3 .fukidashi li {
    background: url(img/s3_fukidashi.png?2) no-repeat;
    background-size: 100%;
    height: 41px;
    text-align: center;
}
#s3 .fukidashi li span {
	color: white;
	font-size: 1.4rem;
	padding: 0 20px;
	position: relative;
}
#s3 .fukidashi img {
	width: 28vw;
	margin-left: 10px;
}
#s3 .textBox {
	margin: 15px;
}
#s3 .textBox h3 {
	background: url(img/s3_kanouse_bg.png) no-repeat;
	background-size: 100%;
}
#s3 .textBox h3 .wrap {
	position: relative;
    top: 4vw;
    background: #082f50;
    display: block;
    padding-bottom: 15px;
    color: #ffee00;
    font-weight: bold;
    font-size: 1.8rem;
}
#s3 .textBox h3 .small {
	font-size: 1rem;
	color: white;
}
#s3 .textBox h3 img {
    display: inline-block;
    width: 9vw;
    position: relative;
    top: 6px;
    right: 2px;
}
#s3 .textBox h3 .border {
    border-bottom: solid 2px #ffee00;
    padding: 5px 10px;
    font-weight: bold;
}
#s3 .textBox p {
    background: #082f50;
    color: white;
    padding: 15px;
    margin: 10px 0;
    border-radius: 0 0 15px 15px;
    line-height: 1.5;
}
#s3 .checkBox {
	margin: 0 15px;
}
#s3 .checkBox > h3 {
	background: #fe4936;
	color: white;
	text-align: center;
	padding: 15px;
	border-radius: 15px 15px 0 0;
}
#s3 .checkItem {
	background: white;
	border: solid 3px #fe4936;
	padding: 10px 10px 15px;
	border-radius: 0 0 20px 20px;
}
#s3 .checkItem ul {
	padding-left: 20px;
	margin-bottom: 10px;
}
#s3 .checkItem li::before {
	content: "";
    background: url(img/icon_check.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 7px;
}
#s3 .checkItem li {
    text-indent: -2em;
    padding-left: 1em;
    font-weight: bold;
    color: #252525;
}
#s3 .comment h3 {
	background: url(img/s3_bengoshikome.png) no-repeat;
    background-size: 100%;
    min-height: 19vw;
    margin-bottom: 5px;

}
#s3 .comment h3 span {
	color: white;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: 22px;
    left: 20px;
}
#s3 .comment p {
	font-size: 1.4rem;
	padding: 0 10px;
	color: #082f50;
	line-height: 1.5;
}
#s3 article:nth-of-type(1) .fukidashi li span,
#s3 article:nth-of-type(5) .fukidashi li span {
    top: 3px;
}
#s3 article:nth-of-type(2) .fukidashi li span {
	padding: 0 10px;
    top: 4px;
}
#s3 article:nth-of-type(3) .fukidashi li span {
    top: 5px;
}
#s3 article:nth-of-type(4) .fukidashi li span {
	padding: 0 15px;
    top: 2px;
}
#s3 article:nth-of-type(5) {
	margin-bottom: 15px;
}
.mainBtnwrap_02 {
	padding: 0 15px!important;
}
.mainBtnwrap_02 h2 {
	margin-bottom: 15px;
}

/*他事務所に断られた場合でもまずはご相談ください
-------------------------------------*/
#kakko {
    background: url(img/s4_bg_2.png?2) no-repeat;
    background-size: 100%;
    padding: 23vw 15px 15px;
    margin-top: -30px;
}
#kakko h2 {
	text-align: center;
    font-size: 5.5vw;
    font-weight: bold;
    margin: 25px 0;
}

/*最近の相談内容
--------------------------*/
#s4 {
    background: url(img/s5_bg.png?2) no-repeat;
    background-size: 100%;
    padding: 51vw 0 15px;
    margin-top: 5vw;
    margin-bottom: -4vw;
}
#s4 .bg {
	padding: 10px 25px 35vw;
}
#s4 h2 {
    font-weight: bold;
    font-size: 6vw;
    text-align: center;
    color: white;
}
#s4 article {
	background: white;
	border-radius: 20px;
	padding: 20px;
	margin: 12px 0;
}
#s4 article:fast-of-type {
	margin-top: 10px;
}
#s4 article:last-of-type {
	margin-bottom: 0;
}
#s4 article h3 {
    height: 90px;
}
#s4 article:nth-of-type(1) h3 {
    background: url(img/s4_icon_01.png) no-repeat;
    background-size: 100%;
}
#s4 article:nth-of-type(2) h3 {
    background: url(img/s4_icon_02.png) no-repeat;
    background-size: 100%;
}
#s4 article:nth-of-type(3) h3 {
    background: url(img/s4_icon_03.png) no-repeat;
    background-size: 100%;
}
#s4 article:nth-of-type(4) h3 {
    background: url(img/s4_icon_04.png) no-repeat;
    background-size: 100%;
}
#s4 article:nth-of-type(5) h3 {
    background: url(img/s4_icon_05.png) no-repeat;
    background-size: 100%;
}
#s4 article h3 span {
	font-weight: bold;
	color: #082f50;
}
#s4 article th span {
	background: #082f50;
    color: white;
    padding: 3px 8px;
    letter-spacing: 1.5px;
}
#s4 article th {
	padding-right: 20px;
}
#s4 article table {
	margin-top: -40px;
}
#s4 article table td {
	color: #082f50;
}
#s4 article td .din {
	font-size: 2.6rem;
	font-weight: bold;
	position: relative;
	top: 2px;
}
#s4 article table + p {
	margin-top: 10px;
}
#s4 article .red {
	font-weight: bold;
}
/*アキバ事務所が選ばれる4つの理由
--------------------------*/
#s5 {
    background: url(img/bg_en_grey.png?2) no-repeat;
    background-size: 100%;
    padding: 15vw 0 30px;
    position: relative;
    margin-bottom: -25vw;
    top: -23vw;
}
#s5 .bg {
background: #e1e1e1;
padding: 0 25px 0;
}
#s5 h2 {
    text-align: center;
    font-size: 6vw;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 40px;
	color: #082f50;
}
#s5 h2 span {
    font-weight: bold;
    position: relative;
    top: -5px;
}
#s5 h2 .din {
	font-size: 3.5rem;
	position: relative;
	top: 0;
}
#s5 article {
    background: white;
    padding: 0 50px 20px;
    border-radius: 20px;
    margin: 20px 0 30px;
}
#s5 article h3 {
    text-align: center;
    font-weight: bold;
    color: #082f50;
    font-size: 1.9rem;
    border-bottom: solid 2px #082f50;
    padding-bottom: 7px;
}
#s5 article .no {
    width: 35px;
    margin: auto;
    position: relative;
    top: -15px;
    margin-bottom: -10px;
}
#s5 article p {
	margin: 15px 0;
}
#s5 article .figure {
	margin: auto;
}
#s5 article:nth-of-type(1) .figure {
	width: 44vw;
}
#s5 article:nth-of-type(2) .figure,
#s5 article:nth-of-type(3) .figure,
#s5 article:nth-of-type(4) .figure {
	width: 34vw;
}
#s5 article:nth-of-type(3),
#s5 article:nth-of-type(4) {
	padding-bottom: 0;
}
#s5 article .small {
	font-size: 1.4rem;
}
/*ご相談から返金までの流れ
--------------------------*/
#s7 {
	background: url(img/bg_en_grey_2.png?4) no-repeat;
    background-size: 100%;
    padding: 27vw 0 0;
    margin-top: -45vw;
}
#s7 .bg {
	padding:  40px 15px 0;
}
#s7 h2 {
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	margin-bottom: 30px;
	color: white;
}
#s7 article {
	margin: 0 10px 65px;
	position: relative;
}
#s7 article:nth-of-type(1) {
	background: url(img/s7_box_1.png) no-repeat;
	background-size: 100%;
	min-height: 49vw;
}
#s7 article:nth-of-type(2) {
	background: url(img/s7_box_2.png) no-repeat;
	background-size: 100%;
	min-height: 49vw;
}
#s7 article:nth-of-type(3) {
	background: url(img/s7_box_3.png) no-repeat;
	background-size: 100%;
	min-height: 49vw;
}
#s7 article:nth-of-type(4) {
	background: url(img/s7_box_4.png) no-repeat;
	background-size: 100%;
	min-height: 49vw;
}
#s7 article h3 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	margin-left: 70px;
}
#s7 .content {
	position: relative;
	top: 6vw;
}
#s7 article p {
    padding: 9vw 30px 0;
}
#s7 article:nth-of-type(1) p {
    width: 66%;
    font-size: 1.5rem;
}
#s7 article:nth-of-type(2) p {
    width: 56%;
}
#s7 article:nth-of-type(3) p {
    width: 56%;
}
#s7 article:nth-of-type(4) p {
    width: 53%;
}
#s7 article::after {
    content: '';
    background: url(img/s7_arrow.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 107%;
    left: 47%;
}
#s7 article:nth-of-type(4)::after {
	display: none;
}
#s7 article:nth-of-type(4) {
	margin-bottom: 0;
}
#s7 .textBox {
	margin-top: 30px;
}
#s7 .textBox > p {
	text-align: center;
	font-size: 5.5vw;
	font-weight: bold;
	margin-bottom: 20px;
	color: white;
}
#s7 .textBox .text {
	background: white;
	border-radius: 10px;
	overflow: hidden;
}
#s7 .textBox .text h3 {
	text-align: center;
	background: #ffee00;
	padding: 5px;
	font-size: 1.5rem;
	letter-spacing: 0;

}
#s7 .textBox .text h3::before {
    content: '';
    background: url(img/s7_icon_bikkuri.png?2) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 3px;
}
#s7 .textBox .text p {
	padding: 10px;
	font-size: 1.4rem;
}
#s1:nth-of-type(2) {
    padding: 0;
    margin: 35px 0;
}
#s1:nth-of-type(2) .fukidashi {
	zoom: 95%;
}
#s1:nth-of-type(2) .fukidashi div:nth-of-type(1) {
	background: url(img/btnWrap_fuki_w_1.png) no-repeat;
	background-size: 100%;
}
#s1:nth-of-type(2) .fukidashi div:nth-of-type(2) {
	background: url(img/btnWrap_fuki_w_2.png) no-repeat;
	background-size: 100%;
}
#s1:nth-of-type(2) .fukidashi div:nth-of-type(3) {
	background: url(img/btnWrap_fuki_w_3.png) no-repeat;
	background-size: 100%;
}
#s1:nth-of-type(2) .fukidashi div p {
	color: unset;
	font-weight: bold;
}
#s1:nth-of-type(2) .fukidashi div:nth-of-type(2) .red,
#s1:nth-of-type(2) .fukidashi div:nth-of-type(3) .red {
	font-size: 6vw;
}
#s1:nth-of-type(2) .btnWrap {
	padding: 0;
}

/*よくある質問
--------------------------*/
.s8 {
	background: url(img/s4_bg_2.png) no-repeat;
    background-size: 100%;
    padding: 20px;
    margin-top: -12vw;
    padding-top: 30vw;
}
.s8 h2 {
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.acd-check{
	display: none;
}
.acd-label{
	background: #e4e4e4 url(img/faq_q.png?2) no-repeat;
    background-position: 12px;
    display: flex;
    padding: 10px;
    position: relative;
    border-radius: 200px;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
    background-size: 15px;
    padding-left: 35px;
}
.acd-content{
	display: block;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
}
.acd-content p::before {
    content: "A";
    font-family: "din-2014", sans-serif;
    font-weight: bold;
    color: #fe4936;
    font-size: 2rem;
    margin-right: 10px;
}
.acd-content p {
	font-size: 1.4rem;
	display: flex;
}
.acd-check:checked + .acd-label:after{
	content: '－';
	color: #000000;
	font-weight: bold;
}
.acd-check:checked + .acd-label + .acd-content{
	height: auto;
	opacity: 1;
	padding: 10px;
	visibility: visible;
}
.faq_item {
	margin-bottom: 13px;
}
#faq .faq_item:last-of-type {
	margin-bottom: 0;
}
#faq .acd-label:after {
	content: '';
	background: url(img/icon_open.png?2) no-repeat;
	display: block;
	background-size: contain;
	width: 20px;
	height: 20px;
}
#faq .active:after {
	content: '';
	background: url(img/icon_close_2.png?2) no-repeat;
	display: block;
	background-size: contain;
	width: 20px;
	height: 20px;
}
/*フォームの設定
--------------------------------------*/
.s9 {
	padding: 30px 30px 0;
}
.s9 h2 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: bold;
}
#formWrap {
	margin:0 auto;
	line-height:120%;
	box-sizing: border-box;
}
#formWrap .title {
	margin-bottom: 20px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	font-size: 1.6rem;
	border: solid 1px #ccc;
	padding: 10px 0;
}
table.formTable th{
	width:30%;
	text-align:left;
	font-weight: bold;
	vertical-align: middle;
	background: #fcf4dd;
}
.required {
	background: #fe4936;
	color: white;
	padding: 1px 2px;
	font-size: 1rem;
	margin-left: 5px;
}
input[type="text"], textarea , select {
	box-sizing: border-box;
	border-radius: 6px;
	border: #d8d8d8 solid 1px;
	padding: 10px 5px;
	font-size: 100%;
	width: 100%;
}
textarea,select {
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
}
textarea {
	resize: vertical;
	word-wrap: normal;
	white-space: nowrap;
}
textarea::placeholder {
    white-space: pre-wrap; /* プレースホルダーで改行を可能にする */
    word-break: break-word; /* 長い単語の途中で改行 */
}
table.formTable + p > span {
	margin: 15px 0;
	display: block;
}
.btn_blue {
	margin: 15px 0;
	background: #082f50;
	color: white;
	font-size: 1.8rem;
	border: none;
	border-radius: 200px;
}
.btn_gray {
	margin: 15px 0 0;
	background: #ccc;
	color: #000;
	font-size: 1.8rem;
	border: none;
	border-radius: 6px;
	border-radius: 200px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display: block;
	width: 250px;
	height: 50px;
	cursor: pointer;
	margin-top: 25px;
}
.txt_notice {
	background: #fe4936;
	color: white;
	padding: 8px;
	font-size: 1.4rem;
	border-radius: 6px;
	margin: 5px 0;
}
.txt_notice p {
	font-size: 1rem;
	line-height: 1.6;
}

form + div {
	border-top: dotted 1px #3f3f3f;
	padding-top: 30px;
	margin: 30px 0 15px;
}
form + div p {
	margin-bottom: 15px;
	text-align: center;
	text-decoration: underline;
	font-size: 4.7vw;
	line-height: 25px;

}
	#formWrap {
		width:100%;
		margin:0 auto;
	}
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
		border: none;
	}
	table.formTable th {
		margin-top: 10px;
		border-bottom: 0;
		padding-bottom: 0;
		background: none;
	}
	input[type="text"], textarea , select {
		display: block;
	}
	input[type="submit"], input[type="reset"], input[type="button"] {
		display: block;
		width: 70%;
		height: 50px;
	}
	#confirm_formWrap .formTable td {
		background: #f0f0f0cc;
		border-radius: 6px;
		padding: 5px;
		margin-top: 5px;
		min-height: 34px;
	}
	h1 p.logo:nth-of-type(2) {
		position: relative;
		right: 3px;
		letter-spacing: 5px;
	}
/*事務所概要
------------------------------*/
#s10 {
    background: url(img/bg_en_bottom.png?2) no-repeat;
    background-size: 100%;
    padding-top: 20vw;
    margin-top: -3vw;
}
#s10 .bg {
    padding: 30px 15px 15px;
}
#s10 h2 {
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	zoom: 95%;
	color: white;
}
#s10 table {
	color: white;
}
#s10 table tr {
	border-bottom: dotted 1px white;
}
#s10 table tr:last-of-type {
	border-bottom: none;
}
#s10 table th,#s10 table td {
	padding: 10px 0;
	font-size: 1.4rem;
}
#s10 table td a {
	color: white;
}
#s10 table th {
	text-align: justify;
    width: 30%;
    padding-right: 30px;
    text-align:justify;
	text-align-last:justify;
}
#s10 .map {
	background: white;
	padding: 20px;
	border-radius: 15px;
	margin-top: 20px;
}
#s10 .map h3 {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
#s10 .sen {
	letter-spacing: 0;
	font-size: 5.7vw;
}
#s10 .map p {
	margin: 20px 0;
}
#s10 .btnWrap {
	padding: 0;
}
#s10 .btnWrap > p {
	text-align: center;
	font-weight: bold;
	margin: 30px 0 20px;
	color: white;
	font-size: 2rem;
}



#company table th {
	background: #6897cb;
	color: #ffffff;
	width: 38%;
}
#company table td {
	background: #ffffff;
}
#company table th, #company table td {
	padding: 10px;
	border: solid 1px #070b0e;
}
.price th {
	text-align: center;
}
.price table {
	margin-top:15px;
}
iframe {
	width: 100%;
	vertical-align: bottom;
}
footer {
	padding: 20px 0;
	text-align: center;
	font-size: 1.1rem;
	position: absolute;/*←絶対位置*/
	bottom: 0; /*下に固定*/
	width: 100%;
	box-sizing: border-box;

}
footer a {
	padding: 10px;
	border: solid 1px white;
	color: white;
	text-decoration: none;
	width: 40%;
	display: inline-block;
	margin: 5px;
}
footer div {
	margin-bottom:10px;
}
/*送信確認
----------------------------------------------------*/
#confirm_formWrap {
	padding: 20px;
}
#confirm_formWrap h2 {
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
#confirm_formWrap tr:nth-of-type(8),
#confirm_formWrap tr:last-of-type {
display: none;
}



/*プライバシーポリシー
----------------------------------------------------*/
.privacy {
	padding: 20px;
}
.privacy h2 {
	font-size: 5vw;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.privacy li {
	margin: 20px 0;
}
.privacy li h3 {
	font-weight: bold;
}
/*ボタンを光らせる
----------------------*/
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.btnWrap .reflection {
	border-radius: 20px;
}
/*Animate.cssスピード
------------------------*/
.animate__delay-05s {
	animation-delay: 0.5s !important;
}
.animate__delay-15s {
	animation-delay: 1.5s !important;
}
.animate__delay-25s {
	animation-delay: 2.5s !important;
}