@charset "utf-8";

/* CSS Document */
header h1 {
  display: none;
}
.survey .h4_div form dl dd.con_w50 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.survey .h4_div form dl dd.con_w50 > * {
  width: calc( 50% - 5px );
}
@media print, screen and (min-width: 641px) {
  /* header */
  #header_wrap {
    width: 100%;
    height: 40px;
    font-size: 18px;
    background: #642225;
    position: relative;
  }
  #header_wrap p{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 8%;
  }
  #header_wrap p a{
    border: 1px solid #fff;
    padding: 4px 10px 3px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
  }
  #header_wrap p a:hover{
    background: #fff;
    color: #77779e;
  }
  .c3d_logo {
    float: left;
    margin: 30px 0 25px;
  }
  .sunstar_logo {
    float: right;
    margin-top: 64px;
  }
  .sunstar_logo img{
    width: 150px;
  }

  /* footer */
  #footer_wrap{
    border-bottom:solid 1px #FF5000;
  }
  footer {
    text-align: center;
    color: #333;
    background: #FFFAF0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin: 100px 3% 0;
    padding: 70px 0 10px;
  }
  footer .tel {
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  footer .tel span {
    font-size: 13px;
    letter-spacing: 0;
    margin-right: 4px;
  }
  footer ul li{
    font-size: 12px;
    display: inline;
    margin-right: 15px;
    margin-left: 15px;
    background-image: url(../images/common/list_tri.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left:10px;
  }
  footer .copyright {
    font-size: 10px;
    color: #aaa;
  }
  #back-top{
    right:50px;
    height:80px;
    position:fixed;
    bottom:130px;
  }
  #back-top_main{
    position: absolute;
    right: 50px;
  }

  /* common */
  h2 {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    border: none;
    background: #FFFAF0;
    margin: 0;
    padding: 75px 0 50px;
    position: relative;
  }
  h2::before {
    content: "クリニック専用";
    max-width: 940px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #FFB625;
    margin: auto;
    padding: 0 15px;
    position: absolute;
    top: 35px;
    left: 3px;
    right: 0;
  }
  h2 span {
    display: block;
    width: 100%;
    max-width: 970px;
    margin: auto;
    padding: 0 15px;
  }
  h3 {
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    line-height: 1.2;
    color: #151515;
    border-bottom: 1px solid #FD9;
    padding: 20px 10px;
    margin-bottom: 40px;
  }
  h4 {
    font-size: 22px;
    font-weight: 600;
    border-left: 3px solid #F8B62D;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  
  dl dd:last-of-type {
    margin-bottom: 0 !important;
  }
  table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 10px;
  }
  table th,table td{
    padding: 20px 10px;
  }
  table th{
    background: #cce0ea;
  }
  table td{
    text-align: left;
  }
  table tr th:first-of-type {
    width: 20%;
    border-bottom: 1px solid #fff;
  }

  /* contents_parts */
  .text_st01 {
    font-weight: bold;
    color: #F2A712;
  }
  .text_st02 {
    font-weight: bold;
    color: #F2A712;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .ul01 li {
    padding-left: 18px;
    position: relative;
  }
  .ul01 li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #151515;
    border-radius: 2px;
    position: absolute;
    top: 13px;
    left: 6px;
  }
  .ol01 {
    counter-reset: number;
  }
  .ol01 li {
    padding-left: 22px;
    position: relative;
  }
  .ol01 li::before {
    counter-increment: number;
    content: counter(number)".";
    font-size: 20px;
    font-family: "Heebo","Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #F2A712;
    position: absolute;
    left: 3px;
    top: -3px;
  }
  .link01{
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background: #aa0a64;
    border: 1px solid #aa0a64;
    padding: 7px 20px 5px;
  }
  .link01:hover{
    border: 1px solid #FF5000;
    background-color: #FF5000;
    color: #fff;
  }
  .link02{
    color: #aa0a64;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #aa0a64;
    padding: 7px 20px 5px;
    opacity: 1;
  }
  .link02:hover{
    opacity:0.7;
  }
  .text_notice01{
    color: #555;
    font-size: 15px;
    position: relative;
    left: 13px;
  }
  .text_notice01:before{
    content:"※";
    margin-left: -15px;
  }

  /* contents */
  .contentsmain_wrap,
  .contentsmain {
    display: block;
    min-height: calc(100% - 274px);
  }
  section {
    margin-bottom: 100px;
  }
  section .contents {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 100px;
    padding: 0 15px;
  }

  /* top */
  .im_mainimg {
    margin-bottom: 20px;
  }
  .apply,
  .apply_notice {
    margin-bottom: 60px;
  }
  .apply .headline {
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 10px;
    padding-left: 20px;
    position: relative;
  }
  .apply .headline::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #FFB625;
    position: absolute;
    top: 11px;
    left: 0;
  }
  .apply ul {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .apply ul li {
    width: calc(100% / 4 - 30px);
  }
  .apply ul li:last-of-type {
    width: calc(100% / 4 - 50px);
  }
  .apply ul li:not(:first-of-type) {
    margin-left: 47px;
    position: relative;
  }
  .apply ul li:not(:first-of-type)::before {
    content: "";
    width: 40px;
    height: 100%;
    background: url(../img/index/arrow.svg) no-repeat center center/20px;
    margin: -15px auto 0;
    position: absolute;
    left: -40px;
  }
  .apply ul li img {
    display: block;
    width: auto;
    height: 130px;
    margin: 0 auto 10px;
  }
  .apply ul li p {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    padding: 0 10px;
  }
  .apply ul .qr p,
  .apply ul li:last-of-type p {
    text-align: center;
  }
  .apply_notice .headline {
    font-size: 22px;
    font-weight: 500;
    border-left: 3px solid #FFB625;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .photo_notice {
    display: inline-block;
    width: 100%;
    color: #151515 !important;
    background: #fff;
    border: 1px solid #aaa;
    margin-top: 30px;
    padding: 30px;
    position: relative;
  }
  .photo_notice .headline {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  .photo_notice div {
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .photo_notice div img {
    width: calc(100% / 2 - 10px);
  }
  .photo_notice div .im_photo_ok {
    margin-right: 20px;
  }
  .photo_notice .ol01 {
    margin-bottom: 15px;
  }
  .photo_notice .ol01 li {
    line-height: 1.6;
  }
  .photo_notice .ol01 li:first-of-type {
    width: calc(100% - 400px);
    padding-right: 30px;
    margin-bottom: 12px;
  }

  /* form */
  .h3_div {
    width: 100%;
    max-width: 970px;
    margin: auto;
  }
  .h3_div h3 {
    margin-top: 40px;
  }
  .h4_div {
    width: 100%;
    max-width: 970px;
    margin: 40px auto 120px;
    padding: 0 15px;
  }
  .h4_div:last-of-type {
    margin-bottom: 0;
  }
  .h4_div .breadcrumb {
    color: #333;
    font-size: 13px;
    border-left: 3px solid #FFB625;
    padding: 0 15px;
    margin-top: -15px;
    margin-bottom: 20px;
  }
  .h4_div .breadcrumb a {
    font-weight: 500;
    margin-right: 2px;
  }
  .h4_div > .headline,
  .h4_div form > .headline {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
  }
  .h4_div > .headline::before,
  .h4_div form > .headline::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #FFB625;
    position: absolute;
    top: 11px;
    left: 0;
  }
  .h4_div > p {
    margin-bottom: 30px;
  }
  .h4_div > div:not(.apply) {
    color: #ff244e;
    margin-bottom: 15px;
    position: relative;
  }
  .h4_div > .apply {
    margin-bottom: 40px;
  }
  .h4_div div.company {
    color: #151515;
    margin-top: 80px;
    margin-bottom: 0;
  }
  .h4_div .company .headline {
    font-size: 18px;
    font-weight: 500;
    border-left: 3px solid #FFB625;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .h4_div .company .address {
    font-size: 15px;
    padding: 0 0 0 18px;
  }
  .h4_div .company .address > span:not(.tel) {
    font-size: 16px;
    font-weight: 500;
  }
  .h4_div .company .address .tel span {
    margin-right: 3px;
    position: relative;
  }
  .h4_div .company .address .tel span::after {
    content: "：";
  }
  .h4_div > p.topics01 {
    background: rgb(255, 250, 240);
    padding: 30px 40px;
  }
  .h4_div > ul {
    margin: 40px 0;
  }
  .h4_div > ul li {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 55px;
    font-weight: 600;
    margin: auto auto 30px;
  }
  .h4_div > ul li a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    color: #151515;
    background: #fff;
    border: 1px solid ;
    margin: auto;
  }
  .h4_div > ul li a:hover{
    color: #fff;
    background: #151515;
  }
  .h4_div form .title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 5px;
  }
  /*
  .h4_div form .title:first-of-type {
  margin-top: 0;
}
  */
  .h4_div form .title.f_15:not(:last-of-type) {
    margin-top: 30px;
  }
  .h4_div form .title.f_15:last-of-type {
    margin-top: 0;
  }
  .h4_div form dl dt span,
  .h4_div form .title.f_15:last-of-type span {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #FFB625;
    padding: 1px 5px;
    position: relative;
    top: -2px;
    left: 5px;
  }
  .h4_div form dl dt span.free {
    background: #aaa;
  }
  .h4_div form .loginpass span {
    font-size: 15px;
    font-weight: 400;
    color: #151515;
  }
  .h4_div form .title span.text_st01 {
    letter-spacing: 0;
    color: #fff;
    background: #F2A712;
    padding: 1px 7px 0;
  }
  .h4_div form dl {
    display: block;
    margin: 10px 0;
  }
  .h4_div form dl dd {
    width: calc(100% - 135px);
    font-size: 14px;
    color: #ff244e;
    margin-bottom: 8px;
  }
  .h4_div form dl dd span {
    color: #151515;
    font-size: 16px;
    margin-right: 15px;
  }
  .h4_div form dl:not(.dl01):nth-of-type(2) dt {
    padding-left: 35px;
    position: relative;
  }
  .h4_div form dl:not(.dl01):nth-of-type(2) dt input[type="radio"] {
    margin-top: 7px;
    position: absolute;
    left: 3px;
  }
  .h4_div form .dl01 {
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    margin: 10px 0 0;
  }
  .h4_div form .dl01:last-of-type {
    margin-bottom: 30px;
  }
  .h4_div form .dl01 dt {
    width: 160px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .h4_div form .dl01 dt.text_st01{
    color: #151515;
    margin-bottom: 10px;
  }
  .h4_div form .dl01 dt.text_st01.mb_0 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 3px;
  }
  .h4_div form .dl01 dt.text_st01:last-of-type {
    margin-bottom: 0;
  }
  .h4_div form .dl01 dd {
    width: calc(100% - 160px);
    background: #f4f4f4;
    padding: 5px 10px;
    mih-height: 39.3px;
    margin-bottom: 0;
  }
  .h4_div form .dl01 dd.mb_0 {
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
  }
  .h4_div form .dl01 dd span{
    margin: 0;
  }
  .h4_div form input,
  .h4_div form select,
  .h4_div form textarea {
    font-size: 16px;
    font-weight: 500;
    font-family: "Yu Gothic","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  }
  .h4_div form input[type="radio"] {
    margin-right: 10px;
    margin-left: 5px;
  }
  .h4_div form input[type="checkbox"] {
    margin: 0 5px;
  }
  .h4_div form input[type="text"],
  .h4_div form input[type="tel"],
  .h4_div form input[type="date"],
  .h4_div form input[type="email"]{
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 8px;
  }
  .h4_div form input[type="tel"],
  .h4_div form input[type="date"] {
    width: 30%;
  }
  .h4_div form input#password,
  .h4_div .field {
    width: 50%;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 8px;
    margin-right: 7px;
  }
  .h4_div form input[type="file"] {
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 30px;
  }
  .h4_div form select {
    font-size: 15px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 6px 10px;
    margin: 0 5px 0 10px;
  }
  .h4_div form select:first-of-type {
    margin-left: 0;
  }
  .h4_div form textarea {
    display: block;
    width: 100%;
    min-height: 10em;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin-bottom: 50px;
    padding: 8px;
  }
  .h4_div form p.textarea {
    background: #f4f4f4;
    padding: 10px 15px;
  }
  .h4_div form #nokorimoji {
    display: block;
    font-size: 15px;
    color: #ec7926;
  }
  .h4_div form .button input[type="submit"],
  .h4_div form .button button[type="submit"] {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #ec7926;
    background: #fff;
    border: 1px solid;
    border-radius: 40px;
    margin-right: 15px;
    padding: 15px 65px 14px;
    cursor: pointer;
    transition: all .3s;
    margin-bottom: 1em;
  }
  .h4_div form .button button[type="submit"]:nth-of-type(2),
  .h4_div form .button input[name="sub_back"]{
    color: #846149;
    margin: 0;
  }
  .h4_div form .button input[type="submit"]:hover,
  .h4_div form .button button[type="submit"]:hover {
    opacity: 0.6;
  }
  .h4_div form .button p {
    font-weight: bold;
    line-height: 1.5;
    color: #555;
    margin: 15px 0 30px;
  }
  .entryphoto {
    color: #000;
    position: relative;
    margin-bottom: 15px;
  }
  .h4_div #imgPreviewField {
  }
  .h4_div #imgPreviewField figure {
    display: inline-block;
    width: 49%;
    height: 335px;
    text-align: right;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
  }
  .h4_div #imgPreviewField figure:nth-of-type(2n+1) {
    margin-right: 2%;
  }
  .h4_div #imgPreviewField figure img {
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
  }
  .h4_div #imgPreviewUploaded {
    margin: 20px 0 0;
  }
  .h4_div #imgPreviewUploaded > img {
    display: inline-block;
    width: 49%;
    text-align: right;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
  .h4_div #imgPreviewUploaded figure {
    display: inline-block;
    width: 49%;
    height: 335px;
    text-align: right;
    margin-bottom: 10px;
    padding-bottom: 35px;
    position: relative;
    overflow: hidden;
  }
  .h4_div #imgPreviewUploaded > img:nth-of-type(2n+1),
  .h4_div #imgPreviewUploaded figure:nth-of-type(2n+1) {
    margin-right: 2%;
  }
  .h4_div #imgPreviewUploaded figure img {
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
  }
  .h4_div #imgPreviewUploaded > input[type="button"],
  .h4_div #imgPreviewUploaded figure input[type="button"] {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #846149;
    background: #fff;
    border: 1px solid;
    padding: 2px 15px;
    cursor: pointer;
    transition: all .3s;
  }
  .h4_div #imgPreviewUploaded > input[type="button"]:hover,
  .h4_div #imgPreviewUploaded figure input[type="button"]:hover {
    color: #fff;
    background: #846149;
  }
  .h4_div #imgPreviewRegisted {
    color: #151515;
  }
  .h4_div #imgPreviewRegisted > img {
    clear: both;
    float: left;
    display: block;
    width: 300px;
    margin-bottom: 30px;
  }
  .h4_div #imgPreviewRegisted > p,
  .h4_div #imgPreviewRegisted form {
    float: right;
    display: block;
    width: calc(100% - 300px);
    word-break: break-all;
    padding: 10px 0 0 30px;
  }
  .h4_div #imgPreviewRegisted > p {
    font-weight: bold;
    color: #F2A712;
  }
  .h4_div #imgPreviewRegisted form input[type="submit"] {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #846149;
    background: #fff;
    border: 1px solid;
    padding: 2px 15px;
    cursor: pointer;
    transition: all .3s;
  }
  .h4_div #imgPreviewRegisted form input[type="submit"]:hover {
    color: #fff;
    background: #846149;
  }

  #upload {
    width:90px;
    height:35px;
    text-align:center;
    line-height:35px;
    border-radius:5px;
    color:#fff;
    background:#4385bf;
    margin:10px 0;
    cursor:pointer;
  }
  .h4_div form #preview {
    text-align: center;
    background: rgb(255, 250, 240);
    margin: 20px 0;
    padding: 25px 15px;
  }
  .h4_div form #preview img {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
  }
  .h4_div form #preview img:nth-of-type(2n+1) {
    margin-right: 2%;
  }
  .h4_div form #preview .title {
    margin: 0 0 10px;
  }
  .h4_div form #file {
    opacity:0;
  }
  .h4_div form iframe {
    border: 1px solid #333;
    margin-top: 50px;
    padding: 0 0 0 10px;
    min-height: 250px;
  }
  .h4_div form iframe.if_kojinjyoho {
    width: 100%;
    min-height: 15em;
  }
  body > h4 {
    border: none;
    font-size: 25px;
    margin-bottom: 5px;
    padding: 10px 10px 0 0;
  }
  body > p {
    padding: 0 10px 10px 0;
  }
  .h4_div form .end_msg {
    font-size: 20px;
    margin-bottom: 55px;
    text-align: center;
  }
  .h4_div form .hissu {
    font-size: 14px;
    color: #ff244e;
  }
  .h4_div form .comnt {
    width: 60%;
    margin: -30px auto 20px;
  }
  
/*アンケートフォーム*/
  .survey .h4_div p {
    color: #151515;
  }
  .survey .h4_div form dl dd {
    font-size: 16px;
    color: #151515;
  }
  .survey .h4_div form dl:not(.dl01):nth-of-type(2) dt {
    padding-left: 0;
  }
  .btn250421 {
  background: linear-gradient(to bottom, #3498db, #2980b9); /* グラデ対応 */
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn250421:hover {
  background: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
}