@charset "UTF-8";
/*
Theme Name: 第1回高校生レシピコンテスト
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}


.btn_apply{
  z-index: 1000000;
  position: fixed;
  bottom:20px;
  right: 20px;}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 180%;
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}
#entrybody h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
}
#entrybody h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #666;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #666;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: #000;
  background-color: #fff;
  position: relative;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  min-width: 1140px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #C4C4C4;
}

:-ms-input-placeholder {
  color: #C4C4C4;
}

::-moz-placeholder {
  color: #C4C4C4;
}

::-placeholder {
  color: #C4C4C4;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
a, a img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
KV
=========================================*/
.p-kv {
  background: url(../img/kv_img1.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}
.p-kv:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 44.4117%;
  background: url(../img/kv_bg1.png) repeat-x center top;
  background-size: auto 100%;
}
.p-kv .logo {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 9;
}
.p-kv .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}
.p-kv .heading .h {
  text-align: center;
  width: 100%;
  margin-top: -220px;
  position: relative;
  z-index: 1;
}
.p-kv .heading .h img{
  width: 500px;
}

.p-kv .heading .txt img{
	width: 300px;}



.p-kv .detail {
  position: relative;
  z-index: 9;
}
.p-kv .detail:before, .p-kv .detail:after {
  display: block;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 274px;
  height: 162px;
  top: -186px;
}
.p-kv .detail:before {
  left: 0;
  background-image: url(../img/kv_icon1-left.png);
  background-position: left center;
}
.p-kv .detail:after {
  right: 0;
  background-image: url(../img/kv_icon1-right.png);
  background-position: right center;
}
.p-kv .detail .c-wrap {
  display: flex;
  justify-content: space-between;
}

.p-kv .detail .c-wrap .theme{
  margin: -20px auto 0;
  padding-bottom: 10px;
}

.p-kv .detail .c-wrap .theme img{
	width: 530px;
}

.p-kv .detail dl {
  margin: 0;
  width: 100%;
}
.p-kv .detail dt {
  max-width: 284px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  background: #171C61;
  border-radius: 35px;
  line-height: 1.5;
  text-align: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.p-kv .detail dd {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 900;
}

/*=======================================
コンテンツ
=========================================*/
.p-content__heading {
  background: #4CBFBF;
  text-align: center;
  padding: 60px 20px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.p-content__heading .title img{
  width: 750px;
}



.p-content__detail {
  background: url(../img/content_bg2.png) repeat-x center top, url(../img/content_bg1.png) center top;
  padding-top: 50px;
  padding-bottom: 78px;
}
.p-content__detail .theme {
  text-align: center;
  margin-bottom: 27px;
}
.p-content__detail .h {
  text-align: center;
}
.p-content__detail .h span {
  display: inline-block;
  vertical-align: top;
  background: #F08300;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 50px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 17px 17px 0 0;
}
.p-content__detail .block1 {
  margin-bottom: 60px;
  background: #fff;
}
.p-content__detail .block1:last-child {
  margin-bottom: 0;
}
.p-content__detail .block1 .list li {
  counter-increment: cnt;
  padding-left: 28px;
  position: relative;
  line-height: 1.7;
}
.p-content__detail .block1 .list li:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(cnt);
  line-height: 1;
  width: 20px;
  height: 20px;
  color: #fff;
  font-weight: 700;
  border-radius: 100%;
  background: #F08300;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.p-content__detail .block1 .list.row {
  display: flex;
  flex-wrap: wrap;
}
.p-content__detail .block1 .list.row li {
  margin-right: 20px;
}
.p-content__detail .block2 {
  background: #fff;
  border: 2px solid #F08300;
  padding: 0 52px;
}
.p-content__detail .block2 table {
  width: 100%;
}
.p-content__detail .block2 th,
.p-content__detail .block2 td {
  border-bottom: 3px solid #5FC1C7;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: top;
}
.p-content__detail .block2 tr:last-child th,
.p-content__detail .block2 tr:last-child td {
  border-bottom: 0;
}
.p-content__detail .block2 th {
  width: 43.33%;
  text-align: left;
}
.p-content__detail .block2 th strong {
  display: block;
  background-position: left-center;
  background-repeat: no-repeat;
  background-size: 75px;
  padding-left: 86px;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
  padding-top: 22px;
  padding-bottom: 22px;
}


.p-content__detail .block2 th strong.step1 {
  background-image: url(../img/content_step1.svg);
}
.p-content__detail .block2 th strong.step2 {
  background-image: url(../img/content_step2.svg);
}
.p-content__detail .block2 th strong.step3 {
  background-image: url(../img/content_step3.svg);
}
.p-content__detail .block2 th strong.step4 {
  background-image: url(../img/content_step4.svg);
}
.p-content__detail .block2 td {
  width: 56.67%;
  line-height: 1.5;
}
.p-content__detail .block2 td.pt {
  padding-top: 35px;
}
.p-content__detail .block2 p {
  margin-bottom: 14px;
}
.p-content__detail .block2 p:last-child {
  margin-bottom: 0;
}
.p-content__detail .block2 .txt1 {
  display: flex;
  align-items: center;
}
.p-content__detail .block2 .txt1 span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-left: 12px;
}
.p-content__detail .block2 a {
  text-decoration: none;
}
.p-content__detail .block2 a:hover {
  text-decoration: underline;
}
.p-content__detail .block2 .box1 {
  background: #D4ECEA;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-content__detail .block2 .box1:last-child {
  margin-bottom: 0;
}
.p-content__detail .block2 .box1 em {
  color: #5FC1C7;
}
.p-content__detail .block3 {
  margin-bottom: 60px;	
  background: #fff;
  display: flex;
  justify-content: space-between;
  border: 2px solid #F08300;
  padding: 22px 35px;
}
.p-content__detail .block3 .txt1 {
  width: 43.1182%;
}
.p-content__detail .block3 .txt2 {
  width: 53.0107%;
}
.p-content__detail .block3 .txt2 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.p-content__detail .block3 .txt2 li:last-child {
  margin-bottom: 0;
}
.p-content__detail .block3 .txt2 li:before {
  display: block;
  content: "";
  margin-left: 10px;
  margin-right: 10px;
  order: 2;
  border-top: 1px dotted #000;
  flex-grow: 1;
}
.p-content__detail .block3 .txt2 li.last {
  justify-content: flex-start;
  margin-top: 15px;
}
.p-content__detail .block3 .txt2 li.last:before {
  display: none;
}
.p-content__detail .block3 .txt2 li.last .content {
  font-size: 17px;
  font-size: 1.7rem;
  margin-left: 20px;
  font-weight: 500;
}
.p-content__detail .block3 .txt2 .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  order: 1;
  font-weight: 700;
}
.p-content__detail .block3 .txt2 .content {
  order: 3;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-content__detail .block3 .txt2 .content em {
  font-size: 24px;
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.5;
}
.p-content__detail .block3 .txt2 .content span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  margin-left: 5px;
}

/*=======================================
結果発表
=========================================*/
.p-result__detail .result {
  margin-bottom: 40px;
}
.p-result__detail .result .block1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #F08300;
  border-radius: 10px;
  padding: 77px 34px 62px 46px;
}
.p-result__detail .result .award {
  text-align: center;
  margin-bottom: -54px;
  z-index: 1;
}
.p-result__detail .result .img1 {
  width: 44.75%;
}
.p-result__detail .result .box1 {
  width: 51.75%;
}
.p-result__detail .title {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.5;
  font-weight: 900;
  color: #F08300;
  margin-bottom: 18px;
}
.p-result__detail .name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-result__detail .name small {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-result__detail .message {
  margin-top: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-result__detail .result2 {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 60px;
}
.p-result__detail .result2 .award {
  text-align: center;
  margin-bottom: -46px;
  z-index: 1;
}
.p-result__detail .result2 .block1 {
  width: 31.8681%;
  background: transparent;
}
.p-result__detail .result2 .box1 {
  background: #fff;
  border: 1px solid #F08300;
  border-radius: 10px;
  padding: 60px 40px 40px;
  text-align: center;
}
.p-result__detail .result2 .img1 {
  margin-bottom: 30px;
}
.p-result__detail .catch {
  text-align: center;
  font-size: 50px;
  line-height: 1.5;
  font-weight: 900;
  color: #F08300;
}

/*=======================================
注意点
=========================================*/
.p-important {
  background: url(../img/important_bg1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 45px;
}
.p-important .h {
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 36px;
  position: relative;
}
.p-important .h:before {
  display: block;
  content: "";
  position: absolute;
  border-top: 2px solid #F08300;
  width: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.p-important .list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.p-important .list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 3px;
}
.p-important .list li:last-child {
  margin-bottom: 0;
}
.p-important .box1 {
  display: flex;
  background: #fff;
  border: 2px solid #F08300;
}
.p-important .box1-title {
  background: #5FC1C7;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.p-important .box1-content {
  width: calc(100% - 160px);
  display: flex;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 10px;
}
.p-important .box1-content p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 3px;
  line-height: 1.5;
}
.p-important .box1-content p:last-child {
  margin-bottom: 0;
}
.p-important .box1-content strong {
  font-size: 21px;
  font-size: 2.1rem;
}
.p-important .box1-content a {
  text-decoration: none;
}
.p-important .box1-content a:hover {
  text-decoration: underline;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  background: #fff;
  padding-top: 52px;
  padding-bottom: 46px;
}
.l-footer .c-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer .logo dl {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 8px;
}
.l-footer .logo dl:last-child {
  margin-bottom: 0;
}
.l-footer .logo dt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding-right: 8px;
  border-right: 1px solid #F08300;
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 26px;
}
.l-footer .logo dd {
  width: calc(100% - 45px);
}
.l-footer .logo ul {
  display: flex;
  align-items: flex-center;
  flex-wrap: wrap;
}
.l-footer .logo li {
  margin-right: 20px;
}
.l-footer .logo li:last-child {
  margin-bottom: 0;
}
.l-footer .txt1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-footer .txt1 p {
  background: #F08300;
  border-radius: 15px;
  margin-left: 12px;
  padding: 8px;
}
.l-footer .txt1 p img {
  vertical-align: top;
}

/*=======================================
コンテンツ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.64;
    min-width: initial;
  }

  .p-kv {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .p-kv:before {
    display: none;
  }
  .p-kv .logo {
    margin-bottom: 0px;
  }
  .p-kv .logo img {
    width: 160px;
  }
  .p-kv .heading {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-kv .heading .txt.txt1 {
    width: 35%;
  }
  .p-kv .heading .txt.txt2 {
    width: 42%;
  }
  .p-kv .heading .h {
    margin-top: -50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-kv .detail {
    background: url(../img/kv_bg1.png) repeat-x center top;
    background-size: auto 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .p-kv .detail:before, .p-kv .detail:after {
    width: 80px;
    height: 62px;
    top: -70px;
  }
  .p-kv .detail .c-wrap {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-kv .detail dl {
    width: auto;
    margin-bottom: 30px;
  }
  .p-kv .detail dl:last-child {
    margin-bottom: 0;
  }
  .p-kv .detail dl.closing dd img {
    width: 80%;
  }
  .p-kv .detail dt {
    max-width: initial;
    margin-bottom: 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-kv .detail dd {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-content__heading {
    padding: 20px 20px;
    font-size: 34px;
  }
  .p-content__detail {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .p-content__detail .h span {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 12px 12px 0 0;
  }
  .p-content__detail .block1 .list {
    margin-top: 5px;
  }
  .p-content__detail .block1 .list li {
    margin-bottom: 6px;
  }
  .p-content__detail .block2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-content__detail .block2 table,
  .p-content__detail .block2 thead,
  .p-content__detail .block2 tbody,
  .p-content__detail .block2 tr,
  .p-content__detail .block2 th,
  .p-content__detail .block2 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-content__detail .block2 th {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .p-content__detail .block2 th strong {
    font-size: 18px;
    font-size: 1.8rem;
    background-size: 50px;
    padding-left: 65px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-content__detail .block2 td {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .p-content__detail .block2 td.pt {
    padding-top: 0;
    text-align: center;
  }
  .p-content__detail .block2 td .t {
    text-align: center;
  }
  .p-content__detail .block2 .txt1 {
    display: block;
  }
  .p-content__detail .block2 .txt1 span {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
  .p-content__detail .block3 {
    border-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .p-content__detail .block3 .txt1 {
    width: auto;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .p-content__detail .block3 .txt2 {
    width: auto;
  }
  .p-content__detail .block3 .txt2 .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-content__detail .block3 .txt2 .content {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-content__detail .block3 .txt2 .content em {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .p-content__detail .block3 .txt2 li.last .content {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 15px;
  }

  .p-result__detail {
    
  }
  .p-result__detail .result {
    margin-bottom: 30px;
  }
  .p-result__detail .result .block1 {
    display: block;
    padding: 50px 20px 30px;
  }
  .p-result__detail .result .award {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
  }
  .p-result__detail .result .img1 {
    width: auto;
    margin-bottom: 20px;
  }
  .p-result__detail .result .box1 {
    width: auto;
  }
  .p-result__detail .title {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 8px;
  }
  .p-result__detail .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-result__detail .name small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-result__detail .message {
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-result__detail .result2 {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .p-result__detail .result2 .award {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
  }
  .p-result__detail .result2 .block1 {
    width: auto;
    margin-bottom: 30px;
  }
  .p-result__detail .result2 .block1:last-child {
    margin-bottom: 0;
  }
  .p-result__detail .result2 .box1 {
    padding: 50px 20px 30px;
  }
  .p-result__detail .result2 .img1 {
    margin-bottom: 20px;
  }
  .p-result__detail .result2 .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-result__detail .catch {
    font-size: 25px;
  }

  .p-important .box1 {
    display: block;
    border-width: 1px;
  }
  .p-important .box1-title {
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px 10px;
  }
  .p-important .box1-content {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-important .box1-content p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-important .box1-content p strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .l-footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .l-footer .c-wrap {
    display: block;
  }
  .l-footer .logo {
    margin-bottom: 25px;
  }
  .l-footer .logo img {
    width: 200px;
  }
  .l-footer .txt1 p {
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px 8px;
  }
  .l-footer .txt1 p:first-child {
    margin-left: 0;
  }
	
  .btn_apply{
  position: fixed;
  z-index: 1000000;
  bottom:10px;
  right: 10px;}	
	
  .btn_apply{
  width: 30%;}
	
  .p-kv .heading .h img{
  width: 200px;
  }
	
}


.read-text {background: #4CBFBF;padding-top: 40px;}
.read-text .inner {max-width: 1200px;margin: 0 auto;padding: 30px 40px;background-color: #379b9b;box-sizing: border-box;border-radius: 10px;}
.read-text .inner p {color: #fff;font-weight: 600;font-size: 20px;}

.header {background-color: #fff;padding: 10px 14px;width: 100%;display: flex;justify-content: space-between;align-items: center;box-sizing: border-box;}
.header .link a {background-color: #F08300;padding: 10px 20px;border-radius: 10px;color: #fff;font-weight: 600;display: inline-block;text-decoration: none;}