.pc { display:block; }
.sp { display:none; }
body {
	font: 16px/1.7 'Ÿà–¾’©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	/*background: url("../images/common/back.jpg") center / cover;*/
	width: 100%;
	min-height: 100vh;
}
#newRegist{
	background: url("/assets/images/common/back.jpg") center / cover;
}
header{
	background-color:#600;
	height:100px;
	display: flex;
}
header ul.pcm{
    position: absolute;
    margin: 30px 0 0 0;
    display: flex;
	right:220px;
}
header ul.pcmm{
    position: absolute;
    margin: 30px 0 0 0;
    display: flex;
	right:10px;
}
header ul li {
    color: #fff;
    padding: 10px 20px;
}
header ul li a {
    color: #fff;
    text-decoration: none;
}
h1{
	padding:30px 0px 0px 30px;
	font-size:30px;
	color:#fff;
}
h1 a {
	color:#fff;
	text-decoration: none;
}
#mainVisual{
	font: 16px/1.7 'Ÿà–¾’©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    height: 760px;
    background: url(/assets/images/common/back.jpg) center / cover;
    width: 100%;
}
#mainVisual div{
	margin: 0px auto 0 auto;
	width:1200px;
	height:580px;
	padding-top:180px;
	/*background: url(../images/top/mv.png) 724px 180px;*/
	background: url(/assets/images/top/mv.gif) 600px 180px;
	background-repeat  : no-repeat;
}
#mainVisual div p{
	font-size: 40px;
    color: #fff;
    line-height: 1.5;
}
#mainVisual div h2{
	font-size: 120px;
	font-weight: 500;
	color:#fff;
}
#pttlArea{
    height: 200px;
    background: url(/assets/images/common/back.jpg) center / cover;
    width: 100%;
}
#pttlArea div{
	margin: 0px auto 0 auto;
	width:1200px;
	height:120px;
	padding-top:80px;
}
#pttlArea div h2{
	font-size: 40px;
    color: #fff;
    font-weight: 600;
}

section.contents{
	width: 1200px;
	background-color:#fff;
	margin:0 auto;
	padding:60px 0;
}
section.contents h2{
	font-size:24px;
    margin: 20px 0;

}
section.contents h3{
	font-size:24px;
}
section.contents p{
	font-size:18px;
    line-height: 1.6;
    padding: 20px 0;
}
section.contents ul.subttl{
    border-bottom: 2px solid #600;
    height: 45px;
	display: flex;
}
section.contents ul.subttl li{
    width: 250px;
    font-size: 24px;
    background: #ddd;
    padding: 4px;
    margin-right: 4px;
    text-align: center;
}
section.contents ul.subttl li.active{
    background: #600;
	color:#fff;
}
section.contents ul.subttl li h3{
}
section.contents ul.subttl li a{
    color: #000;
    text-decoration-line: none;
    display: block;
    width: 100%;
}

section.contents div.detail_function{
    /*clear: both;*/
    margin-top: 40px;
	border: 1px solid #ccc;
}
section.contents div.detail_function div{
	display: flex;
}
section.contents div.detail_function img{
	/*float: left;*/
	margin: 20px;
}
section.contents div.detail_function h4{
	font-size: 24px;
    line-height: 1.6;
	background: #eee;
	font-weight: bolder;
	padding: 10px;
    width: calc(100% - 24px);
	border-left: 4px solid #600;
}
section.contents div.detail_function2{
    /*clear: both;*/
    margin-top: 40px;
    border: 1px solid #ccc;
}
section.contents div.detail_function2 img{
	/*float: left;*/
	margin: 20px;
}
section.contents div.detail_function2 h4{
	font-size: 24px;
    line-height: 1.6;
	background: #eee;
	font-weight: bolder;
	padding: 10px;
	width: calc(100% - 24px);
	border-left: 4px solid #600;
}

main.content{
	width: 600px;
	background-color:#fff;
	margin:100px calc((100vw - 600px) / 2);
}
main.content h2{
	padding:10px 0px 10px 20px;
	font-size:20px;
	color:#fff;
	background-color:#600;
	width:calc(600px - 20px);
}

aside{
	padding:40px 0;
	border-top:1px solid #000;
}
aside a{
    display: block;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 17px;
    padding: 0.8em 1.5em 0.8em 1.2em;
    color: white;
    background: #ad5389;
    background: linear-gradient(0deg, rgb(155 0 0) 0%, rgb(255 0 0) 100%);
    border: none;
    box-shadow: 0 0.7em 1.5em -0.5em #4d36d0be;
    letter-spacing: 0.05em;
    border-radius: 20em;
    width: 400px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    font-weight: bold;
}
main.information{
	width: 900px;
	background-color:#fff;
	margin:100px calc((100vw - 900px) / 2);
}
main.information h2{
	padding:10px 0px 10px 20px;
	font-size:20px;
	color:#fff;
	background-color:#600;
	width:calc(900px - 20px);
}
main.information h3{
    margin: 30px;
    font-size: 20px;
}
main.information p.txtArea{
    margin: 10px 30px;
}
main.information section{
    padding-bottom: 20px;
}
main.content .form_login{
	margin:20px 40px;
}
p.txt{
	margin-left:50px;
}
p.txt_t20{
	margin-left:50px;
	margin-top:20px;
	padding-bottom:50px;
}

p.txt50{
	padding:50px;
}
.brpc{
	display:block;
}
dl{
    display:flex;
    flex-wrap: wrap;
    border-top: none;
    padding: 40px;
}
dt{
    width: 40%;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
}
dd{
    padding: 0px 10px 10px 0px;
    margin: 0;
    width: 60%;
    box-sizing: border-box;
}
input[type="text"]{
    width: 220px;
}
input[type="telephone"]{
    width: 220px;
}
input[type="text"]:read-only{
	background: antiquewhite;
}
textarea{
    width: 220px;
    height:200px;
}
input[type="submit"]{
    width: 200px;
	background-color:#006;
	border:0;
	color:#fff;
	cursor:pointer
}
input.next[type="submit"]{
    width: 100px;
	background-color:#006;
}
input.back[type="submit"]{
    width: 100px;
	background-color:#999;
}
input.w40[type="text"]{
	width: 40px;
}
.status {
	display: flex;
	margin-top:20px;
	margin-left:calc((100% - 300px) / 4);
}
.card_area{ padding-bottom: 10px; }
.card_caption{
    border: 1px solid #f00;
    padding: 10px;
    line-height: 1.2;
}
.card_caption p.em{
	padding-left:1em;
	text-indent:-1em;
}
.card_btn{
	text-align:center;
	margin:20px;
}
.card_btn input.next[type="submit"]{
    width: 300px;
    padding: 8px;
}
.maru{
	height:40px;
	width:40px;
	border-radius:50%;
	line-height:40px;
	text-align:center;
	background:#999;
	color:#fff;
	font-size:20px;
	margin-left:10px;
}
.marublue{
	background:#214081;
}
.arrow{
  position: relative;
  display: inline-block;
  padding-left: 14px;
}

.arrow::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 4px #999;
  border-right: solid 4px #999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -6px;
}

.bblue::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 4px #214081;
  border-right: solid 4px #214081;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -6px;
}
#newRegist footer{
    /*position: absolute;*/
    bottom: 0px;
}
#price section.contents table{
	width:100%;
}
#price section.contents table thead tr th{
	background: #1b63a7;
	color:#fff;
    padding: 10px 20px;
}
#price section.contents table tbody tr{
    border-bottom: 1px solid #ccc;
}
#price section.contents table tbody tr td{
    padding: 10px 20px;
}
#price section.contents .pcnone{
	display:none;
}
#faq dl { display:block; }
#faq dl dt {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 20px;
}
#faq dl dd {
    width: 100%;
    padding: 20px;
}
#policy dl {
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    padding: 20px 40px;
}
#policy dl dt.btop, #policy dl dd.btop {
	border-top: 1px solid #ccc;
}
#policy dl dt {
    width: 30%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
#policy dl dd {
	width: 70%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
#Loading{
    text-align: center;
}
footer{
    height: 50px;
    background-color: #600;
    /*position: absolute;
    bottom: 0px;*/
    width: 100%;
	display: flex;
}

footer p{
    padding: 15px;
    /*text-align: right;*/
    color:#fff;
}
footer ul{
	display: flex;
    position: absolute;
    right: 10px;
    padding-top: 15px;
    color:#fff;
}
footer a{
    color:#fff;
    text-decoration:none;
}
.active{ display:block; }
.none{ display:none; }



/*----------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px){
.pc { display:none; }
.sp { display:block; }
header ul.pcm{
	display: none;
}
header ul.pcmm{
	display: none;
}
#pttlArea{
    height: 100px;
}
#mainVisual div{
	width: 100%;
	background:none;
}
#mainVisual div p{
    font-size: 26px;
    text-align:center;
}
#mainVisual div h2{
	font-size: 70px;
    text-align:center;
}
#mainVisual div img{
	width: 90%;
    margin: 0 5%;
}
#pttlArea div{
	width:100%;
	padding: 30px 2% 0 2%;
}
section.contents{
	width: 100%;
}
#topPage section.contents{
	padding-top:calc((100vw - 10%) * 0.793 - 305px);
}
section.contents h2{
	text-align: center;
}
section.contents h3{
	font-size:18px;
}

section.contents p{
	padding: 20px 2%;
}

section.contents ul.subttl li{
    width: 50%;
    font-size: 18px;
    margin-right: 0px;
	padding: 10px;
}
section.contents div.detail_function img{
	margin: 20px 2%;
    width: calc(100% - 4%);
}
section.contents div.detail_function div{
	display: block;
}
section.contents div.detail_function2 img{
	margin: 20px 2%;
    width: calc(100% - 4%);
}

#pttlArea div h2{
	font-size: 20px;
}
section.contents div.detail_function2 h4{
    width: calc(100% - 24px);
}
#price section.contents table thead tr th{
	display:block;
	width:100%;
}
#price section.contents table tbody tr td{
	display:block;
	width:100%;
}
#price section.contents table tbody tr td.spnone{
	display:none;
}
#price section.contents .pcnone{
	display:block;
	width:100%;
    padding: 10px 20px;
}
main.content{
	width: 96%;
	margin:50px calc((100vw - 96%) / 2);
}
main.content h2{
	width:calc(100% - 20px);
}

p.txt{
	margin-left:0px;
}
.brpc{
	display:none;
}
dl{
    padding: 20px;
}
dt{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
dd{
    padding: 0px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
input[type="text"]{
    width: 100%;
}
input[type="submit"]{
    width: 100%;
}
.status {
	margin-left:calc((100% - 290px) / 2);
}
.maru{
	margin-left:2px;
}
.arrow{
    display: none;
}
aside a{
	width: 300px;
}
footer{
    height: 100%;
    width: 100%;
	display: block;
	padding-bottom: 100px;
}
footer p{
    padding: 15px 0;
    color:#fff;
    position: absolute;
	margin-top: 100px;
    text-align: center;
    width: 100%;
}
footer ul{
	display: block;
    position: static;
    text-align: center;
}

}

/*----------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){

#mainVisual div{
	padding-top: 50px;
}

#cases h3{
    margin-top: 50px;
    margin-left: 2%;
    margin-right: 2%;
}

}



