#entrypage .entrysection {
  max-width: 1000px;
  margin: 0 auto 50px; }
  #entrypage .entrysection h1 {
    margin: 150px auto 50px; }
    #entrypage .entrysection h1 span.jp {
      font-size: 48px; }
    #entrypage .entrysection h1 span.en {
      color: #000;
      font-size: 24px; }
  #entrypage .entrysection .section {
    border-top: 3px #af0515 solid;
    padding: 40px 0;
    text-align: center;
    /*
    &#careersection li a{
    	background: #e5e5e5;
    	color: #000;
    	&:hover{
    		background: #ccc;
    	}
    }
    */ }
    #entrypage .entrysection .section h2 {
      color: #af0515;
      font-size: 30px;
      line-height: 1em;
      margin-bottom: 20px; }
    #entrypage .entrysection .section p {
      font-size: 18px; }
    #entrypage .entrysection .section ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 25px 50px; }
      #entrypage .entrysection .section ul li {
        width: 48%; }
        #entrypage .entrysection .section ul li a {
          display: block;
          background: #af0515;
          color: #fff;
          font-size: 30px;
          line-height: 1em;
          padding: 30px 10px;
          -webkit-transition: background .5s ease-in-out 0s, color .5s ease-in-out 0s;
          transition: background .5s ease-in-out 0s, color .5s ease-in-out 0s; }
          #entrypage .entrysection .section ul li a:hover {
            background: #ccc; }

			#comeback{
				border: 2px #AE0414 solid;
				margin: 50px;
				padding: 40px;
			}
			h3{
				color: #af0515;
				  font-size: 24px;
				  line-height: 1em;
				  margin-bottom: 20px;
			}
			#entrypage .entrysection .section #comeback ul {
				justify-content: center;}
			#entrypage .entrysection .section #comeback ul li {
        		width: 430px; }


@media screen and (max-width: 768px) {
  body {
    padding-bottom: 0; }

  #entrybtn {
    display: none; }

  #entrypage .entrysection {
    margin: 0 20px; }
    #entrypage .entrysection h1 {
      margin: 100px auto 30px; }
      #entrypage .entrysection h1 span.jp {
        font-size: 30px; }
      #entrypage .entrysection h1 span.en {
        font-size: 14px; }
    #entrypage .entrysection .section h2 {
      font-size: 24px; }
    #entrypage .entrysection .section p {
      font-size: 14px; }
    #entrypage .entrysection .section ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 25px 20px; }
      #entrypage .entrysection .section ul li {
        width: 100%;
        margin: 10px auto; }
        #entrypage .entrysection .section ul li a {
          font-size: 20px;
          padding: 20px 5px; } 

	#comeback{
				margin: 20px;
				padding: 30px;
			}
	#entrypage .entrysection .section #comeback ul {
				margin: 15px auto;}
}

		
