@charset "UTF-8";
@media (min-width: 768px) {
  .forSP {
    display: none;
  }
}

.forPC {
  display: none;
}

@media (min-width: 768px) {
  .forPC {
    display: inline-block;
  }
}

.color_black {
  color: #4c4c4c;
}

.accent_color {
  color: #005dab;
}



/* oral function */
body {
  /*background-color: #fff8ed;*/
  color: #4c4c4c;
  /*font-family: sans-serif;*/
}

ul {
  list-style: none;
  padding: 0;
}

img {
  width: 100%;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}
h1, h2, h3 {
	font-weight:bold;
}

.oral-mb {
  margin-bottom: 20px;
}

.youtubeWrap {
  width: 90%;
  margin: auto;
}

@media (min-width: 768px) {
  .youtubeWrap {
    width: 33%;
  }
}

.youtubeInner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeInner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.section_ttl {
  font-size: 16px;
  font-weight: normal;
  text-shadow: 1px 1px 0 #1f7fb9;
}

@media (min-width: 768px) {
  .section_ttl {
    font-size: 22px;
  }
}

.section_subTtl {
  font-size: 15px;
}

@media (min-width: 768px) {
  .section_subTtl {
    font-size: 18px;
  }
}

.section_txt {
  font-size: 14px;
  line-height: 1.714;
}

@media (min-width: 768px) {
  .section_txt {
    font-size: 16px;
  }
}

.font-bold {
  font-weight: bold;
}

#main_container {
  width:calc(100% - 20px);/*width: 93%;*/
  max-width: 962px;
  margin: auto;
}
@media (min-width: 768px) {
	#main_container {
		width:1000px;/*width: 93%;*/
		/*max-width: 962px;*/
		margin: auto;
	}
}
/*
.header {
  background-color: #fff;
}

.header::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#eb7620), to(#e20b20));
  background: linear-gradient(to right, #eb7620, #e20b20);
  height: 5px;
  width: 100%;
}

@media (min-width: 768px) {
  .header::before {
    height: 10px;
  }
}

.header h1 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42.5px;
}

@media (min-width: 768px) {
  .header h1 {
    height: 70px;
  }
}

.header h1 picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header h1 img {
  width: calc(214/375*100%);
  vertical-align: top;
}

@media (max-width: 320px) {
  .header h1 img {
    width: 214px;
  }
}

@media (min-width: 768px) {
  .header h1 img {
    width: 296px;
  }
}
*/

.top_img {
  margin: 69px auto 35px;
}

@media (min-width: 768px) {
  .top_img {
	width:1000px; height:500px;
    margin: 35px auto 60px;
  }
}

.top_img img {
  width: 100%;
}

/* 口腔機能指導員とは */
.section {
  background-color: #fff;
  border-radius: 20px 20px 10px 10px;
  padding-bottom: 20px;
  margin-bottom: 40px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

@media (min-width: 768px) {
  .section {
	width:1000px;
	padding-bottom: 40px;/*padding-bottom: 35px;*/
	margin:0 auto 80px auto;/*margin-bottom: 30px;*/
  }
}

.section_ttl_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0d6fb9;
  text-align: center;
  border-radius: 11px 11px 0 0;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .section_ttl_color {
    padding: 17px 0;
    margin-bottom: 15px;
	line-height:2.6em;
  }
}

.section_inner {
  width: 93%;
  margin: auto;
}

@media (min-width: 768px) {
  .section_inner {
    padding-top: 20px;
    width: 905px;/*width: 94%;*/
  }
}

.award-pt {
  padding-top: 10px;
}

.recreation_img img {
  width: 100%;
}

/* 口腔機能指導員とは */
.oral-ex .round_list {
  background: #e6f0f8;
  margin: 5px 0 0 0;/*margin: 5px 0;*/
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .oral-ex .round_list {
    padding: 12px 20px;
  }
}

.oral-ex h3 {
  padding-top: 18px;
	font-weight:bold;
}

@media (min-width: 768px) {
  .oral-ex h3 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .oral-ex-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .oral-ex-img > p {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding-right: 20px;
  }
}

.round_list {
  list-style: none;
  padding: 0;
  color: #005dab;
}

.round_list li {
  padding-left: 1em;
}

.round_list li::before {
  display: inline-block;
  content: "●";
  text-indent: -1em;
}

.flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 10px;
  -webkit-transform: translateX(2%);
          transform: translateX(2%);
}

@media (min-width: 768px) {
  .flow-wrap {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.flow-ttl {
  font-size: 15px;
}

@media (min-width: 768px) {
  .flow-ttl {
    font-size: 22px;
  }
}

.flow-item {
  width: 50%;
}

@media (min-width: 768px) {
  .flow-item {
    width: 25%;
  }
}

.flow-item:last-child .flow-imgwrap > div:last-child {
  opacity: 0;
}

.flow-item:last-child .section_txt {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .flow-item:nth-child(5) .section_txt {
    padding-bottom: 0;
  }
}

.flow-item .section_txt {
  padding: 9px 0;
  font-weight: bold;
  line-height:1.4em;
}

.flow-item .section_txt small{
  font-size: 0.8em;
}

.flow-imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flow-imgwrap > div {
  padding-right: 10px;
}

/* 口腔機能指導員養成講座カリキュラム */
@media (min-width: 768px) {
  .oral-cur .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .oral-cur .flex-img {
    width: 40%;
  }
}

.oral-cur .flex-img div:first-child {
  padding-bottom: 19px;
}

.oral-cur .flex-item {
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .oral-cur .flex-item {
    width: 60%;
  }
}

.oral-cur .flex-item .section_subTtl {
  padding-top: 16px;
}

@media (min-width: 768px) {
  .oral-cur .flex-item .section_subTtl {
    padding: 0 0 10px;
  }
}

@media (min-width: 768px) {
  .oral-cur .flex-item .section_txt {
    padding-bottom: 17px;
  }
}

@media (min-width: 768px) {
  .oral-cur hr {
    margin-top: 26px;
  }
}

.oral-cur dl, .oral-cur dd {
  margin: 0;
}

.oral-cur dt {
  padding: 10px 0 3px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .oral-cur dt {
    padding: 17px 0 10px;
  }
}

/* 資格取得者の声 */
#page_oralfunction section div.section_inner#sec01_05 {
	width:1000px;
	padding:10px 46px 0 46px;
	margin:0;
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: top;
	margin:16px auto 0 auto;
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list li {
	width:280px;
	margin-bottom:0;
	box-sizing: border-box;
	/*border:1px solid #FCC;*/
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list li picture img {
	width:267px; height:324px;
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list li p.voice_name {
	font-weight:bold;
	font-size:1.231em;
	line-height:1.4em;
	margin-top:-32px;
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list li p.voice_text {
	font-size:1.154em;
	color:#333;
	line-height:1.43em;
	margin:22px 0 0 0;
}


.btn {
  margin: 17px auto;
}

@media (min-width: 768px) {
  .btn {
    /*margin: 23px auto; キャンペーンなし*/
    margin: 23px 8px;/*キャンペーンあり*/
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.btn .apply_btn {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 420px;
  margin: auto;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  height: 45px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn .apply_btn:hover {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .btn .apply_btn {
    height: 70px;
    font-size: 18px;
  }
}

.btn .apply_btn p {
  display: inline-block;
}

@media (min-width: 1024px) {
  .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.btn_color01 {
  background-color: #005dab;
}

.btn_color02 {
  background: #ed7700;
}

.btn_color03 {
  background: #ec7a6d;
}

.btn_color03 .btn_arrow {
  margin-right: 10px;
}

.btn_color04 {
  background: #009fe7;
}

.btn_color04 .btn_arrow {
  margin-right: 10px;
}

.btn_color05 {
  background: #6fb242;
}

.btn_color05 .btn_arrow {
  margin-right: 10px;
}


.btn_arrow {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
}

.btn_arrow img {
  width: 6px;
  height: auto;
  position: absolute;
  top: 52%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn_arrow svg {
  position: absolute;
  top: 52%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.point_list {
  list-style: none;
  padding: 10px 0 5px 0;
}

.point_list li {
  line-height: 1.6;
  margin-bottom: 5px;
}

.point_list li::before {
  display: inline-block;
  content: "・";
}

.award_img {
  width: 34px;
}

@media (min-width: 768px) {
  .award_img {
    width: 66px;
  }
}

.prize {
  margin: 0;
  padding: 10px 0 5px 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .prize {
    font-size: 24px;
  }
}

.doubleRound_ttl::before {
  display: inline-block;
  content: "◎";
}

.black_round {
  position: relative;
  margin: 0;
  padding: 0;
}

.black_round li {
  list-style: none;
}

.contact a {
  color: #5F1919;
}

@media (min-width: 768px) {
  .contact hr {
    margin: 17px 0;
  }
}

.contact .section_subTtl {
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .contact .section_subTtl {
    margin-top: 7px;
    padding: 8px;
  }
}

@media (max-width: 320px) {
  .contact .section_subTtl {
    font-size: 12px;
  }
}

.contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #dcdcdc;
  height: 40px;
  margin-top: 7px;
}

@media (min-width: 768px) {
  .contact_box {
    font-size: 20px;
    height: 50px;
  }
}

@media (min-width: 768px) {
  .address_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .address_box p {
    width: 49%;
  }
}

.footer_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fdeac9;
  height: 60px;
}

@media (min-width: 768px) {
  .footer_img {
    height: 80px;
  }
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}










/* SP
=======================================*/
@media screen and (max-width:767.98px) {



/* 資格取得者の声 */
#page_oralfunction section.voice {
	margin:40px auto 40px auto;
}
#page_oralfunction section div.section_inner#sec01_05 {
	width:100%;
	padding:0 18px 0 18px;
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list {
	margin:0 auto 0 auto;
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list li {
	width:100%;
	padding-bottom:20px;
	border-bottom:3px dotted #B6B6B6;
	margin-bottom:20px;
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list li:nth-child(3) {
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list li picture img {
	width:325px; height:210px;
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list li p.voice_name {
	font-size:1.154em;
	line-height:1.4em;
	margin:-124px 0 calc(124px - 1.4em + 16px) 174px;
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list li.nakabayashi {
	text-align:right;
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list li.nakabayashi p.voice_name {
	text-align:left;
	margin:-124px 0 calc(124px - 1.4em + 16px) calc(100% - 325px + 1em);
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list li.sakamoto p.voice_name {
	margin:-124px 0 calc(124px - 1.4em + 16px) 174px;
}
#page_oralfunction section div.section_inner#sec01_05 ul.voice_list li p.voice_text {
	font-size:1.0em;
	line-height:1.6em;
	text-align:left;
	margin:11px 0 0 0;
}




}