@charset "UTF-8";
/* CSS Document */

.jigyo {
padding: 1em;
background-color: #fff;
text-align: center;
font-size: 90%;
}


.setumei{
color: #002060 !important;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";

background-color: #ffefcc !important;
padding: 0 !important;
}

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

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

@media screen and (max-width: 767px){
.shoene_title img {
width: 80%;
}
}

.setumei h3 {
text-decoration: none !important;
border: none !important;
text-align: center;
font-size:2em !important;
font-weight: normal !important;
margin: 0 !important;
}

#maincol h3:after{
border: none !important;}

/*.setumei p {
 text-align: center;
}*/

.setumei p img {
/*width: 90% !important;*/
height: auto;
text-align: center;
}



.top_sindan {
width: 80%;
margin: 1em auto 0 auto;
font-size: 1.5em;
font-weight: bold;
}

@media screen and (max-width: 767px){
.top_sindan {
font-size: 1.0em;
}
}

.top_sindan strong {
color: #f67040;
}

.top_sindan_img {
background-color: #fff;
width: 80%;
margin: 0 auto;
padding: 10px;
border-radius: 20px;
}



.sien_nagare {
margin-right: -25px !important;
}

.sien_nagare li {
list-style: none !important;
width: 48%;
display:inline-block;
}

@media screen and (max-width: 767px){
.sien_nagare li {
width: 90%;
text-align: left;
}
}


.sindan_jigyosha {
width: 85%;
margin: 0 auto;
line-height: 1.5em !important;
}

.sindan_jigyosha h4 {
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
.sindan_jigyosha p {
text-align: left !important;
padding: 0.5em 0 !important;
}

.sindan_jigyosha ul {
margin-top: -1em;
}




.sindan_koe {
background: #fff;
padding: 2em 2em 1em 2em;
width: 80%;
margin: 0.5em auto 1em auto;
border-radius: 20px !important;
}

.sindan_koe li {
margin-bottom: 1em !important;
}

.sindan_koe li strong {
color: #f67040;
}


.merit {
text-align: center;
}

.merit li {
list-style: none !important;
width: 25%;
padding: 0 20px;
display:inline-block;
}

@media screen and (max-width: 767px){
.merit {
padding: 0;
text-align: center;
}

.merit li {
width: 60%;
padding: 0 10px;
text-align: center;
}
}




/* 申込から診断完了まで */
.mosikomi-kanryo {
/*  display: flex;
  justify-content: center;
  align-items: center;*/
  width: 85%;
  margin: 0 auto;
}

.flow_kanryo {
  padding-left: 0;
}

.flow_kanryo > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow_kanryo > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow_kanryo > li .flow_kanryo_icon {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #002060;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow_kanryo > li:not(:last-child)::before {
  content: '';
  background: #f67040;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow_kanryo > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #002060;
}

.flow_kanryo > li dl dd {
  margin-left: 0;
}


/*.inner.setumei ul{
margin: 0 !important;
padding: 0 !important;
text-align: center !important;
}


.inner.setumei ul li {
list-style: none !important;
margin: -15px 0 0 0  !important;

}*/

.honbun {
background-color: #ffefcc !important;
padding:20px 0;
margin-top: -10px !important;
}

.honbun h2 {
background: none !important;
text-align: center !important;
white-space: nowrap !important;
margin: 0 auto 20px auto !important;
width: 860px !important;
padding: 2px !important;
background-color: #002060 !important;
border-radius: 10px;
color: #fff;
}



@media screen and (max-width: 900px){
.honbun h2 {
width: 85% !important;
}
}


.honbun2 {
width: 85% !important;
margin: 0 auto !important;
background-color: #fff;
padding: 10px;
border-radius: 10px;
}


.tantou {
font-size: 80% !important;
}

/*QA*/




#QA dl dt {
        cursor: pointer;
	padding:10px 10px 10px 15px;

background-color: #eee;
border-radius: 10px;
margin-bottom: 20px;
/*box-shadow: 2px 2px #fff;*/
font-weight: bold;
}
#QA dl dt:hover {
/*        text-decoration: underline;*/
}
#QA dl dd {
        display: none;
/*        background: #f2f2f2;*/
        margin-left: 1em;
        padding: 10px;
		margin-bottom: 2em;
}

#QA dl dd strong {
font-weight: normal;
color: #cc0000;
}

