@charset "UTF-8";
/*-----------------------------------------------------
SP アクセス
-------------------------------------------------------*/
/*404 not found 詳細
--------------------------------------------*/
		
.box404 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center; }
.nfSection {
		padding: 0 10px;}
.nfSection p {
      font-size: 13px;
      line-height: 23px; }
.nfSection .topSection {
	padding: 20px 0 10px; }
.nfSection img {
	width: 30%; }
      .topSection .titleBox .title h2 {
        font-size: 20px;
        font-weight: bold;
        color: #eb6da5;
		line-height: 1.5;
		padding: 30px 0 15px; }
      .topSection .titleBox .title h6 {
        font-size: 16px;
        font-weight: 500;
		line-height: 1.5; }

.nfSection .reasonSection {
	width: 95%;
	margin: 0 auto;
	border: 1px solid #929ba0;
	text-align: left;
	padding: 20px 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-sizing: border-box;
	box-sizing: border-box; }
  .nfSection .reasonSection span {
      display: block;
	  font-weight: 600;
	  line-height: 1.3; }

.nfSection .linkSection {
	padding: 40px 0 20px; }
.nfSection .linkSection > p {
	font-size: 16px;
	line-height: 20px; }
.nfSection .linkSection .linkArea {
	padding: 10px 0 20px; }
.nfSection .linkSection .linkArea a {
	font-size: 14px;
    background: url(/assets/images/contact/icon_link_pink.png) no-repeat 10%;
	background-size: 5px;
	padding: 10px 0;
	color: #eb6da5;
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	text-decoration: underline; }
.nfSection .linkSection .linkArea a:hover{
	color: #666;
	text-decoration:none; }
  
.nfSection .searchSection {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 35px 0 30px;
	position: relative; }
.nfSection .searchSection p {
	font-size: 14px;
    line-height: 1.8;
	padding: 0 0 20px; }
      .nfSection .searchSection .inner {
        position: relative;
        width: 242px;
        height: 41px;
        font-size: 1px;
        margin: 0 auto 15px;
		border: 1px solid #ccc; }
        .nfSection .searchSection .inner input[type="text"] {
          box-sizing: border-box;
          width: 242px;
          height: 41px;
          font-size: 1.1rem;
          line-height: 32px;
          color: #999;
          padding-left: 10px;
          border: 0px;
          background-color: #fff; }
        .nfSection .searchSection .inner input[type="submit"] {
          position: absolute;
          top: 0px;
          right: 0px;
          width: 40px;
          height: 41px;
          border: 0px;
          text-indent: -9999px;
          background: url(/assets/sp/images/navi/btn_search.png) center center no-repeat;
          background-size: 40px 32px; }

.nfSection .trySection {
	padding: 40px 0 25px;
	text-align: left; }
.nfSection .trySection > p {
	padding: px; }
  .nfSection .trySection a {
	  color: #eb6da5;
	  text-decoration: underline; }
  .nfSection .trySection a:hover{
	  color: #666;
	  text-decoration:none; }
