@charset "UTF-8";
/* ==========================================================================
   トップページ用スタイル
   ========================================================================== */
/*** メインビジュアル ***/
#contents .line-lead {
  display: flex;
  align-items: center; }
  #contents .line-lead .line-lead-txt {
    font-size: 24px;
    font-size: 1.5rem;
    color: #52280f;
    font-weight: bold;
    line-height: 1.2083333333;
    margin-left: 25px; }
    #contents .line-lead .line-lead-txt span {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #52280f;
      display: block;
      font-weight: normal;
      margin-top: 4.5px; }

#contents .main-line-visual {
  position: relative; }

#contents .visual-list {
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px; }
  #contents .visual-list li + li {
    margin-left: 4px; }

#contents .visual-model {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center; }

#contents .visual-model-message {
  position: relative;
  left: 69px;
  width: 215px;
  height: 215px;
  background-color: #00b900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -35px;
  left: 23px; }
  #contents .visual-model-message::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 18px solid #00b900;
    border-right: 20px solid transparent;
    border-left: 32px solid transparent;
    bottom: -7px;
    right: 50px;
    transform: rotate(130deg); }

/*** メインコンテンツ ***/
#contents h2,
#contents h4 {
  border-top: 1px solid #e7e5d5;
  border-bottom: 1px solid #e7e5d5;
  font-size: 184.615385%;
  color: #52280f;
  font-weight: bold;
  margin: 5px 0 5px;
  padding-bottom: 5px;
  background-color: #fff;
  position: relative; }

h3.sub_ttl {
  margin-top: 10px !important;
  border-bottom: 1px solid #e7e5d5;
  border-top: 1px solid #e7e5d5;
  font-size: 123.07692%;
  color: #FFF;
  font-weight: bold;
  padding: 12px;
  background-color: #00b900;
  background-image: url(https://www.will-gocon.net/common/css/img/sttl_mds.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
  line-height: 1em; }
  h3.sub_ttl.info {
    background-color: #ffab4c; }

h3.first-sub-ttl {
  margin-top: 0 !important; }

.box-inner {
  border-radius: 5px;
  border: 1px solid #e7e5d5;
  background: #fff;
  padding: 15px;
  margin-top: 15px; }
  .box-inner .btn-area {
    text-align: center;
    margin: 10px auto; }

.main_ttl {
  padding: 14px 0 14px 30px !important; }
  .main_ttl:before {
    content: "";
    display: block;
    width: 16px;
    height: 7px;
    background-color: #0BBF8E;
    position: absolute;
    top: 24px;
    left: 0px; }

.merit-ttl {
  left: 35px;
  border-bottom: 1px dotted #b2b2b2 !important;
  border-top: none !important; }

.merit-ttl1 {
  width: 880px; }

.merit-ttl2 {
  width: 508px; }

.merit-list {
  display: flex;
  justify-content: center; }
  .merit-ttl + .merit-list {
    padding-top: 10px; }
  .checkBox-list + .merit-list {
    padding-top: 13px; }
  .roundbox.merit2 li + li {
    margin-left: 5px; }

.checkBox-list {
  display: block;
  padding-left: 20px;
  padding-top: 20px; }
  @media screen and (max-width: 480px) {
    .checkBox-list {
      margin-bottom: 20px; } }
  .checkBox-list li {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #52280f;
    position: relative;
    padding-left: 33.5px;
    line-height: 1.5; }
    .checkBox-list li::before {
      content: "";
      display: block;
      position: absolute;
      width: 26px;
      height: 22px;
      background: url(img/icon_check.png) no-repeat center;
      background-size: contain;
      left: 0; }
    .checkBox-list li:nth-child(n+3) {
      margin-top: 4px; }
    @media screen and (max-width: 480px) {
      .checkBox-list li {
        font-size: 15px !important; } }

#pointOuter .roundbox.register .box-inner15 {
  padding-top: 12.5px; }

#pointOuter .registerBox-wrap {
  display: flex;
  padding-right: 35px;
  padding-left: 35px; }
  #pointOuter .registerBox-wrap > * {
    width: 50%;
    padding-right: 20px; }
  @media screen and (max-width: 480px) {
    #pointOuter .registerBox-wrap .registerBox + .registerBox {
      margin-top: 30px; } }
  #pointOuter .registerBox-wrap .registerBox-ttl {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #522810;
    text-align: center; }
  #pointOuter .registerBox-wrap .-txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3928571429; }
  #pointOuter .registerBox-wrap .registerBox-inner {
    display: flex;
    align-items: center;
    margin-top: 14.5px;
    text-align: center; }
  #pointOuter .registerBox-wrap .registerBox-inner-code {
    margin-right: 20px; }
  #pointOuter .registerBox-wrap .registerBox-inner-ttl {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      #pointOuter .registerBox-wrap .registerBox-inner-ttl img {
        width: 80%; }
      #pointOuter .registerBox-wrap .registerBox-inner-ttl a img {
        width: 80%;
        height: auto; } }
  #pointOuter .registerBox-wrap .registerBox-inner-txt {
    font-size: 16px;
    font-size: 1rem;
    color: #ff0000;
    font-weight: bold;
    padding-top: 18px;
    padding-left: 12px;
    line-height: 1.25; }

#pointOuter .roundbox.app-info {
  text-align: center; }
  #pointOuter .roundbox.app-info .box-inner15 {
    padding-top: 25px; }
  #pointOuter .roundbox.app-info .app-info-ttl {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: bold;
    color: #52280f; }
  #pointOuter .roundbox.app-info .app-info-list {
    display: flex;
    justify-content: center;
    margin-top: 19px; }
    #pointOuter .roundbox.app-info .app-info-list li + li {
      margin-left: 15px; }
  #pointOuter .roundbox.app-info .box-inner15 .btn-area {
    margin-top: 18px; }

#pointOuter {
  margin: 10px 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  #pointOuter .roundbox {
    background-color: #f1ead3;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 5px;
    position: relative; }
    #pointOuter .roundbox + .roundbox {
      margin-top: 10px; }
    #pointOuter .roundbox .arrowBox {
      position: absolute;
      bottom: -19px;
      left: 454px;
      z-index: 20; }
    #pointOuter .roundbox .arrowTop {
      bottom: 193px; }
    #pointOuter .roundbox .pointNum {
      position: absolute;
      top: 10px;
      left: -30px; }
      @media screen and (max-width: 480px) {
        #pointOuter .roundbox .pointNum img {
          width: 35px;
          height: auto; } }
    #pointOuter .roundbox:first-child {
      margin-top: 0; }
    #pointOuter .roundbox p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.67; }
      @media screen and (max-width: 480px) {
        #pointOuter .roundbox p {
          font-size: 15px !important; } }
    #pointOuter .roundbox .box-inner35 {
      padding: 5px 15px 15px 15px;
      position: relative;
      border: 1px solid #e9e7d9;
      background-color: #fff;
      border-radius: 5px; }
      #contents .roundbox.merit3 .box-inner15 {
        padding-bottom: 0; }
      @media screen and (max-width: 480px) {
        #pointOuter .roundbox .box-inner35 {
          padding: 5px 15px 5px 15px; } }
      #pointOuter .roundbox .box-inner35 .btn-area {
        text-align: center;
        margin: 10px auto; }
      #pointOuter .roundbox .box-inner35 .img-flex {
        text-align: center;
        align-self: flex-start;
        margin-top: 20px; }
        #pointOuter .roundbox .box-inner35 .img-flex li {
          width: 30%;
          margin-bottom: 20px;
          position: relative; }
          @media screen and (max-width: 480px) {
            #pointOuter .roundbox .box-inner35 .img-flex li {
              width: 45%; }
              #pointOuter .roundbox .box-inner35 .img-flex li img {
                width: 100%; } }
          #pointOuter .roundbox .box-inner35 .img-flex li:after {
            content: '';
            position: absolute;
            top: 40%;
            right: -50px;
            width: 0;
            height: 0;
            border-top: 30px solid transparent;
            border-right: 30px solid transparent;
            border-bottom: 30px solid transparent;
            border-left: 30px solid #00c38a; }
            @media screen and (max-width: 480px) {
              #pointOuter .roundbox .box-inner35 .img-flex li:after {
                border-top: 15px solid transparent;
                border-right: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-left: 15px solid #00c38a;
                right: -20%;
                z-index: 10; } }
          #pointOuter .roundbox .box-inner35 .img-flex li:last-child:after {
            display: none; }
      #pointOuter .roundbox .box-inner35 .point-detail {
        margin: 8px 32px 0px 32px; }
        @media screen and (max-width: 480px) {
          #pointOuter .roundbox .box-inner35 .point-detail {
            margin: 8px 10px 10px 10px;
            color: #666; }
            #pointOuter .roundbox .box-inner35 .point-detail a {
              text-decoration: underline; }
              #pointOuter .roundbox .box-inner35 .point-detail a img {
                width: 100%; } }
      #pointOuter .roundbox .box-inner35 .margin-top-clear {
        margin-top: 0; }
      #pointOuter .roundbox .box-inner35 .margin-bottom-clear {
        margin-bottom: 0; }
      #pointOuter .roundbox .box-inner35 .margin-left-clear {
        margin-left: 0; }
  #pointOuter .pointNum {
    position: absolute;
    top: 10px;
    left: -30px; }

.border-box {
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 20px 0px; }
  @media screen and (max-width: 480px) {
    .border-box {
      padding: 10px 0px;
      margin-bottom: 10px; } }

#pointOuter .roundbox p.text16 {
  font-size: 16px;
  font-weight: bold; }

.step-point {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #522810; }
  @media screen and (max-width: 480px) {
    .step-point {
      margin-top: 20px;
      font-size: 15px;
      font-size: 0.9375rem; } }

.img-flex {
  text-align: center;
  margin-top: 20px; }
  .img-flex .point1-block {
    display: inline-block;
    vertical-align: top; }
    .img-flex .point1-block .text12 {
      margin-top: 10px; }
  .img-flex .point1-block:first-child {
    margin-right: 20.5px; }
    @media screen and (max-width: 480px) {
      .img-flex .point1-block:first-child {
        margin-right: 0px; } }
  .img-flex .point1-block:last-child {
    margin-left: 18px; }

/*料金表*/
.priceTxtMan {
  color: #0e95cd;
  font-size: 24px;
  font-family: arial,helvetica,clean,sans-serif;
  font-weight: bold;
  letter-spacing: -0.03em; }
  @media screen and (max-width: 480px) {
    .priceTxtMan {
      font-size: 18px !important; }
      .priceTxtMan span {
        font-size: 14px; } }

.priceTxtWoman {
  color: #f81872;
  font-size: 24px;
  font-family: arial,helvetica,clean,sans-serif;
  font-weight: bold;
  letter-spacing: -0.03em;
  margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .priceTxtWoman {
      font-size: 18px !important; }
      .priceTxtWoman span {
        font-size: 14px; } }

.txtPinkBld {
  color: #f81872;
  font-weight: bold; }

.txtBlueBld {
  color: #0e95cd;
  font-weight: bold; }

table.priceTb {
  width: 530px;
  margin: 10px 0;
  border: #E5E6D8 2px solid; }

table.priceTb td {
  width: 40%;
  padding: 6px;
  border-right: #E5E6D8 1px solid;
  vertical-align: middle;
  font-size: 13px;
  color: #4E2905; }

table.priceTb th {
  width: 10%;
  border-right: #E5E6D8 1px solid;
  background: url(https://www.will-gocon.net/common/css/img/bg_dot_ttl.gif);
  text-align: center;
  vertical-align: middle;
  font-size: 16px; }

.normalTxt {
  font-size: 13px; }

/*よくある質問*/
.qa-list {
  width: 880px; }
  .qa-list dl {
    margin: 0 0 15px;
    background: url(https://www.will-gocon.net/common/css/img/bk_dotline.gif) left bottom repeat-x; }
  .qa-list dt {
    width: 100%;
    padding: 10px 0 10px 45px;
    border-bottom: #E9E6D5 2px solid;
    background: url(https://www.will-gocon.net/guide/css/img/QA-q.png) left center no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #4f2004; }
  .qa-list dd {
    width: 100%;
    padding: 15px 0 15px 45px;
    background: url(https://www.will-gocon.net/guide/css/img/QA-a.png) left 10px no-repeat; }
    .qa-list dd p {
      font-size: 16px;
      font-size: 1rem; }
      @media screen and (max-width: 480px) {
        .qa-list dd p {
          font-size: 15px; } }

/*アンカーリンク*/
.nav_bg {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .nav_bg {
      padding: 5px 5px;
      margin: 0px 10px 10px 10px; } }

.u_nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0px; }
  @media screen and (max-width: 480px) {
    .u_nav {
      margin: 0 10px; } }
  .u_nav li {
    width: 35%;
    padding-left: 16px;
    position: relative;
    font-size: 16px;
    font-size: 1rem; }
    .u_nav li:nth-child(1), .u_nav li:nth-child(4), .u_nav li:nth-child(7) {
      width: 32%; }
    .u_nav li:nth-child(2), .u_nav li:nth-child(5) {
      width: 40%; }
    .u_nav li:nth-child(3), .u_nav li:nth-child(6) {
      width: 28%; }
    @media screen and (max-width: 480px) {
      .u_nav li {
        width: 50%;
        margin: 10px 0px;
        font-size: 15px !important; }
        .u_nav li:nth-child(1), .u_nav li:nth-child(4), .u_nav li:nth-child(7) {
          width: 50%; }
        .u_nav li:nth-child(2), .u_nav li:nth-child(5) {
          width: 50%; }
        .u_nav li:nth-child(3), .u_nav li:nth-child(6) {
          width: 50%; } }
    .u_nav li:before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 2px;
      width: 5px;
      height: 5px;
      margin: -4px 0 0 0;
      border-top: solid 1px #52280f;
      border-right: solid 1px #52280f;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: 9999; }

.img-w img {
  width: 100%;
  /*margin-top: 20px;*/ }

@media screen and (max-width: 480px) {
  .pc-item {
    display: none; }
  .mt10 {
    margin-top: 10px; }
  .text-c {
    text-align: center; } }

@media screen and (min-width: 480px) {
  .sp-item {
    display: none; } }

@media screen and (max-width: 480px) {
  .sp-inner {
    margin: 0 0px !important; }
  .box-inner {
    padding: 15px 10px 10px !important;
    margin: 0px !important;
    background: #fff !important; }
  .qa-list {
    width: 100%; }
  .qa-list dt {
    font-size: 115.384615%; } }
.red {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: #FF0000;
  padding-bottom: 0px; }
  @media screen and (max-width: 480px) {
    .read {
      font-size: 18px; } }

.red a {
  color: #ff9900;
}

.read {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  color: #52280f;
  padding-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .read {
      font-size: 18px; } }

.r_box {
  float: right;
  width: 245px; }
  @media screen and (max-width: 480px) {
    .r_box {
      float: none;
      text-align: center;
      width: auto; }
      .r_box img {
        width: 60%;
        margin: 20px auto 0px auto; } }

.l_box {
  float: left;
  width: 545px; }
  @media screen and (max-width: 480px) {
    .l_box {
      float: none;
      width: auto; } }
  .l_box .ttl {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold !important;
    color: #ffab4c !important;
    border-bottom: 1px solid #ffab4c !important;
    border-top: none !important;
    padding-bottom: 5px !important;
    margin-bottom: 20px !important; }

.border-top {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 40px; }
  @media screen and (max-width: 480px) {
    .border-top {
      padding-top: 20px; } }


/*** 口コミ ***/
.online_voice dl {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
.online_voice dl:first-of-type {
	margin-bottom: 30px;
}
.online_voice dl dt,
.online_voice dl dd {
	width: 100%;
}
.online_voice dl dt {
	margin: 0;
	padding: 5px 0 2px 15px;
	font-size: 1.468em;
	font-weight: bold;
	color: #fff;
}
.online_voice dl:first-of-type dt {
	background: #ffba00;
}
.online_voice dl:nth-of-type(2) dt {
	background: #DF485D;
}
.online_voice dl dd {
	padding: 5px 12px 0 0;
	font-size: 1.16em;
	line-height: 1.47 !important;
	position: relative;
}
.online_voice dl dd:first-of-type {
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 15px;
}
.online_voice dl dd:before {
	float: left;
	content: "";
	width: 100px;
	height: 100px;
	margin: 5px 10px 0 10px;
	background: #ccc;
	overflow: hidden;
}
.online_voice dl:first-of-type dd:first-of-type:before {
	background: url(https://www.will-gocon.net/img_profile/avatar_m31.png) center -3px no-repeat;
	background-size: 90px auto;
}
.online_voice dl:first-of-type dd:nth-of-type(2):before {
	background: url(https://www.will-gocon.net/img_profile/avatar_w7.png) center -3px no-repeat;
	background-size: 90px auto;
}
.online_voice dl:nth-of-type(2) dd:first-of-type:before {
	background: url(https://www.will-gocon.net/img_profile/avatar_m4.png) center -3px no-repeat;
	background-size: 90px auto;
}
.online_voice dl:nth-of-type(2) dd:nth-of-type(2):before {
	background: url(https://www.will-gocon.net/img_profile/avatar_w5.png) center -3px no-repeat;
	background-size: 90px auto;
}
.online_voice dl dd:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0.01em;
	height: 0px;
	overflow: hidden;
}
.online_voice dl dd p {
	padding: 15px 0 0;
	font-size: 0.93rem !important;
	font-weight: bold;
}
.online_voice dl dd p.male {
	color: #0e95cd;
}
.online_voice dl dd p.female {
	color: #f81872;
}

  @media screen and (max-width: 480px) {

	.online_voice {
		width: 100%;
		padding: 10px 15px;
		background: #fff;
	}

	.online_voice dl {
		width: 100%;
		margin: 0 0 20px;
		padding: 0;
	}
	.online_voice dl:first-of-type {
		margin-bottom: 30px;
	}
	.online_voice dl dt,
	.online_voice dl dd {
		width: 100%;
	}
	.online_voice dl dt {
		margin: 0 0 3px;
		padding: 5px 0 5px 10px;
		font-size: 1.231em;
		font-weight: bold;
		color: #fff;
	}
	.online_voice dl:first-of-type dt {
		background: #ffba00;
	}
	.online_voice dl:nth-of-type(2) dt {
		background: #DF485D;
	}
	.online_voice dl dd {
		padding: 5px 5px 0 0;
		font-size: 1.16em;
		line-height: 1.47 !important;
		position: relative;
	}
	.online_voice dl dd:first-of-type {
		border-bottom: 1px dotted #b2b2b2;
		padding-bottom: 15px;
	}
	.online_voice dl dd:before {
		float: left;
		content: "";
		width: 80px;
		height: 85px;
		margin: 3px 5px 0 0;
		background: #ccc;
		overflow: hidden;
	}
	.online_voice dl:first-of-type dd:first-of-type:before {
		background: url(https://www.will-gocon.net/img_profile/avatar_m31.png) center -3px no-repeat;
		background-size: 80px auto;
	}
	.online_voice dl:first-of-type dd:nth-of-type(2):before {
		background: url(https://www.will-gocon.net/img_profile/avatar_w7.png) center -3px no-repeat;
		background-size: 80px auto;
	}
	.online_voice dl:nth-of-type(2) dd:first-of-type:before {
		background: url(https://www.will-gocon.net/img_profile/avatar_m4.png) center -3px no-repeat;
		background-size: 80px auto;
	}
	.online_voice dl:nth-of-type(2) dd:nth-of-type(2):before {
		background: url(https://www.will-gocon.net/img_profile/avatar_w5.png) center -3px no-repeat;
		background-size: 80px auto;
	}
	.online_voice dl dd:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		font-size: 0.01em;
		height: 0px;
		overflow: hidden;
	}
	.online_voice dl dd p {
		padding: 5px 0 0;
		font-size: 0.93rem !important;
		font-weight: bold;
	}
	.online_voice dl dd p.male {
		color: #0e95cd;
	}
	.online_voice dl dd p.female {
		color: #f81872;
	}

}
