@charset "UTF-8";

/* ============= 
foundation
============= */
/*リセットCSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing:border-box;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
}
address{
  font-style:normal;
}
a{
  text-decoration:none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,canvas,svg,iframe{
  max-width:100%;
  height:auto;
  vertical-align:top;
}
input{
  background-color:transparent;
}
/*初期設定CSS*/
:root{
  color:#3C3C3C;
  font:400 10px sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo;
  line-height:1.5;
  letter-spacing:.1em;
}
body {
  overflow-y: scroll;
}
/*----------ヘッダー----------------------------------------*/
.d_logo{
  max-width:107.2px;
  min-width:80px;
  padding:10px 0;
  transition: all 0.2s ease-out;
}
.d_logo:hover{
  opacity:.6;
}
/*----------フッター----------------------------------------*/
.d_copyright{
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;/*14px*/
  padding:15px 0;
}
footer{
  position: relative;
}
.d_f_btn{
	position:fixed;
	top:80%;
	left:90%;
	text-align: center;
}
.d_f_logo{
	width:80%;
}
.d_f_txt{
	font-size:1.4rem;/*12px*/
	line-height: 1em;
	margin-top:5px;
  font-weight: bold;
  color:#1FB587;
}
/*----------共通-------------------------------------------*/
.d_wrap{
  margin:0 auto;
  width:95%;
  max-width:900px;
  min-width:320px;
}
.d_container{
  border:4px solid #E6002D;
  background: #fff;
  border-radius: 50px;
  padding:50px 30px;
  box-sizing: border-box;
}
.d_content{
  text-align: center;
}
img{
  max-width:100%;
  height:auto;
	vertical-align:bottom;
}
/*----------背景色----------------*/
.d_bg_yellow{
  background: #fffce1;
}
.r_bg{
  background: url(../img/middle/diagnosis/result/bg3.jpg) no-repeat;
  background-size: contain;
}
.d_note20{
  font-size: 1.8rem;
  text-align:center;
  font-weight: bold;
}
.d_note18{
  font-size: 1.8rem;
  text-align:center;
  font-weight: bold;
}
.d_note14{
  font-size: 1.4rem;/*14px*/
  text-align:center;
  font-weight: bold;
}
.d_note18_lng{
  padding:0 50px;
  text-align: left;
}
.mb10{
 margin-bottom:10px;
}
.mb30{
  margin-bottom:30px;
}
.mt50{
  margin-top:50px;
}
.mb50{
  margin-bottom:50px;
}
.mb80{
  margin-bottom:80px;
}
.mb100{
  margin-bottom:100px;
}
.pd50{
  padding:50px 0;
}
.pd80{
  padding:80px 0;
}
.red{
  color:#E6002D;
}
.gray{
  color:#787878;
}
.br_tb{
  display: none;
}
.br_sp{
  display: none;
}
.d_ttl{
  font-size: 4rem;/*40px*/
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
 /*----------★結果表示画面-------------------------------------------------------------*/
 .r_ttl{
    margin-bottom: 30px;
  }
 .r_ttl::after{
  content:"";
  width:10%;
  height:4px;
  background-color:#E6002D;
  border-radius: 80px;
}
.r_txt{
  font-size: 2rem;/*20px*/
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.r_txt2::after{
  content:"";
  width:300px;
  height:50px;
  background: url(../img/middle/diagnosis/result/ballon.svg) no-repeat center;
}
.r_logo{
  padding:0 30px 0;
  max-width:350px;
  margin:0 auto;
  transition: all 0.2s ease-out;
}
.r_logo:hover{
  opacity:.6;
}
.r_trainingcount{
  display: block;
}
.r_num{
  font-size: 2.8rem;
}
/*----------研修一覧表----------------*/
.r_num::before{
  content:"";
  padding-left:0.2em;
}
.r_num::after{
  content:"";
  padding-right:0.2em;
}
.r_mb50{
  margin-bottom:50px;
}

.r_table{
  text-align: left;
  border-collapse:collapse;
  /*border: 2px solid #3C3C3C;*/
  table-layout:auto;
  margin: 0 auto;
  width:100%;
  font-size: 1.6rem;
  margin-bottom: 1em;
  word-break: auto-phrase;
}
.r_table tr+tr{
  border: 2px solid #d8d8d8;
}
.r_table tr:hover{
  background-color:#FFEEEF;
}
.r_table th{
  background:#ebebeb;
  text-align: center;
  padding:5px;
  border: 2px solid #d8d8d8;
}
.r_table tr td a{
  padding:5px;
  display: block;
  color:#000;
}
.r_table tr td+td, th+th{
  border: 2px solid #d8d8d8;
}
#r_info span{
  color:#fff;
  font-size: 0.8rem;
  display: none;
}
.r_container {
	text-align: center;
}
/*----------ボタン----------------*/
.btn {
  display: inline-block;
  line-height:3em;
  background-color: #E6002D;
  color:#fff;
  border-radius: 50px;
  border:none;
  width:420px;
  font-size:2.4rem;
  font-weight: bold;
  box-shadow:0 4px 0px 0px #7B292F;
  cursor: pointer;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  position: relative;
}
.btn:hover {
  transform:translateY(4px);
  box-shadow:none;
}
/*----------コピーボタン----------------*/
.copy_btn_complete {
	pointer-events: none;
}
.copy_btn_complete::before {
	content: 'コピー完了！';
  font-size: 2rem;
	position: absolute;
	background-color: #F697A0;
	color: white;
	width: max-content;
  line-height: 0;
	padding: 30px 110px;
	opacity: 0;
	top: -4em;
	left: 0;
	right: 0;
	margin: auto;
	animation: copy_complete 2s linear .1s 1 ;
}
.copy_btn_complete::after {
  content:"";
  position:absolute;
	top: -20px;
  left:50%;
  transform: translateX(-50%);
  width:0;
  height:0;
  border:15px solid transparent;
  border-top:10px solid #F697A0;
	opacity: 0;
	animation: copy_complete 2s linear .1s 1 ;
}
@keyframes copy_complete {
	20% { 
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*************************************
レスポンシブ_TB
*************************************/
@media screen and (max-width: 1024px){
  /*-------------section共通-----------------------------------*/
  .br_pc{
    display: none;
  }
  .br_tb{
    display: block;
  }
  /*----------ヘッダー----------------------------------------*/
  .d_logo{
    width:100px;
  }
  /*----------フッター----------------------------------------*/
  .d_copyright{
    font-size: 1rem;/*10px*/
    padding:15px 0;
  }
  .d_f_btn{
    top:80%;
    left:85%;
  }
  .d_f_txt{
    font-size:1.2rem;/*12px*/
  }
  /*----------共通--------------------------------------------------*/
  .d_container{
    border:4px solid #E6002D;
    border-radius: 30px;
    padding:40px 25px;
    box-sizing: border-box;
  }
  .d_note20{
    font-size: 1.6rem;/*16px*/
  }
  .d_note14{
    font-size: 1.2rem;/*12px*/
  }
  .d_note18_lng{
    padding:15px 0 0 0;
    font-size: 1.6rem;/*16px*/
  }
  .mb30{
    margin-bottom:15px;
  }
  .mt50{
    margin-top:25px;
  }
  .mb50{
    margin-bottom:25px;
  }
  .mb80{
    margin-bottom:40px;
  }
  .mb100{
    margin-bottom:50px;
  }
  .d_ttl{
    font-size: 3.6rem;/*36px*/
  }
  /*--------結果表示画面------------------*/
  .r_ttl{
   margin-bottom: 25px;
  }
  .r_ttl::after{
  width:20%;
  height:4px;
 }
  .r_txt{
    font-size: 1.8rem;/*18px*/
  }
  .r_txt2::after{
    width:300px;
    height:40px;
  }
  .r_num{
    font-size: 2.6rem;
  }
  /*----------研修一覧表----------------*/
  .r_table{
    min-width:100%;
    font-size: 1.4rem;
  }
  .r_table tr{
    border: 1px solid #d8d8d8;
  }
  .r_table tr td+td, th+th{
    border: 1px solid #d8d8d8;
  }
  .r_table tr:nth-child(odd){
    background-color: rgb(216, 216, 216, .3);
  }
  /*---------ボタン----------------*/
  .btn {
    line-height:2.5;
    border-radius: 50px;
    max-width:60%;
    font-size:2.2rem;
    box-shadow:0 4px 0px 0px #7B292F;
  }
  .btn:hover {
    transform:translateY(4px);
    box-shadow:none;
  }
  /*---------コピーボタン----------------*/
  .copy_btn_complete::before {
    font-size: 1.8rem;
    padding: 30px 100px;
    top: -4em;
  }
  .copy_btn_complete::after {
    top: -15px;
    border:15px solid transparent;
    border-top:10px solid #F697A0;
  }
}
/*************************************
レスポンシブ_SP
*************************************/
@media screen and (max-width: 428px){
  .br_sp{
    display: block;
  }
  .br_tb{
    display: none;
  }
  /*----------共通----------------------------------------*/
  .d_container{
    border:3px solid #F697A0;
    padding:30px 15px;
  }
  .d_ttl{
    font-size: 3.2rem;/*32px*/
  }
  .pd50{
    padding:40px 0;
  }
  .d_note20{
    font-size: 1.4rem;/*14px*/
  }
  .d_note18{
    font-size: 1.6rem;/*16px*/
  }
  .d_note18_lng{
    padding:10px 0 0 0;
    font-size: 1.4rem;/*14px*/
  }
  /*----------ヘッダー----------------------------------------*/
 .d_logo{
  width:80px;
  padding:10px 0;
  }
  /*----------フッター----------------------------------------*/
  .d_f_btn{
    top:85%;
    left:80%;
  }
  .d_f_txt{
    font-size:1.2rem;/*12px*/
  }
  /*---------結果表示画面----------------*/
  .r_txt2::after{
    width:200px;
    height:35px;
  }
  .r_num{
    font-size: 2.4rem;
  }
  .r_mb50{
    margin-bottom:40px;
  }
  .r_img{
    max-width:200px;
  }
  /*---------ボタン----------------*/
  .btn {
    line-height:2.6em;
    font-size:2rem;
    max-width:95%;
  }
  /*---------コピーボタン----------------*/
  .copy_btn_complete::before {
    font-size: 1.8rem;
    padding: 35px 0;
    width:90%;
    top: -5em;
  }
  .copy_btn_complete::after {
    top: -1em;
    border:10px solid transparent;
  }
}