#tu_fujitsu img {
  max-width: 100%;
  vertical-align: baseline;
}
#tu_fujitsu {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 1px;
  font-size: 1rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', 'Noto Sans JP', 'メイリオ', 'Meiryo', 'sans-serif';
  font-weight: 300;
  color: #333;
  line-height: 1.68;
  letter-spacing: 0.06rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  background-color: #FFF;
}
#tu_fujitsu * {
  margin: 0;
  padding: 0;
  text-align: justify;
  text-justify : inter-ideograph;
  box-sizing: border-box;
  text-decoration: none;
  background-repeat: no-repeat;
}
#tu_fujitsu ::before, #tu_fujitsu ::after {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}
#tu_fujitsu article, #tu_fujitsu aside, #tu_fujitsu details, #tu_fujitsu figcaption, #tu_fujitsu figure, #tu_fujitsu footer, #tu_fujitsu header, #tu_fujitsu main, #tu_fujitsu menu, #tu_fujitsu nav, #tu_fujitsu section, #tu_fujitsu summary {
  display: block;
}
#tu_fujitsu p, #tu_fujitsu ul, #tu_fujitsu ol, #tu_fujitsu dl, #tu_fujitsu th, #tu_fujitsu td, #tu_fujitsu caption, #tu_fujitsu address, #tu_fujitsu blockquote, #tu_fujitsu pre, #tu_fujitsu legend, #tu_fujitsu code {
  font-size: inherit;
}
#tu_fujitsu h1, #tu_fujitsu h2, #tu_fujitsu h3, #tu_fujitsu h4, #tu_fujitsu h5, #tu_fujitsu h6 {
  font-weight: normal;
  white-space: normal;
}
#tu_fujitsu p {
  line-height: 1.8;
}
#tu_fujitsu li {
  list-style: none;
}
#tu_fujitsu a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline: none;
}
#tu_fujitsu sub, #tu_fujitsu sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
#tu_fujitsu sup {
  top: -0.5em;
}

/* header */
.simple_header {
  margin: 0 0 10px;
  background: #FFF;
  border-bottom: solid 1px #585858;
}
.simple_header .head_wrap {
  padding: 2px 7px 5px 7px;
	text-align: left;
}
.simple_header .head_logo img {
  width: 55px;
  height: auto;
}
/*見出し*/
#tu_fujitsu .tu_subttl {
  font-size: 17px;
  font-weight: bold;
}
#tu_fujitsu .tu_wrap {
  max-width: 936px;
  margin: 0 auto;
  background: #fff;
}
#tu_fujitsu .tu_conts {
  max-width: 755px;
  margin: 0 auto;
  background: #fff;
}
#tu_fujitsu sup {
  padding-top: 3px;
  display: inline-block;
  font-size: 10px;
}
#tu_fujitsu .next-btn-area {
  text-align: right;
  padding-top: 40px;
  min-height: 1em;
}
#tu_fujitsu .next-btn-area a.next, #tu_fujitsu .next-btn-area a.prev {
  display: inline-block;
  position: relative;
  color: #006DB5;
  font-size: 14px;
  line-height: 1;
  vertical-align: top;
}
#tu_fujitsu .next-btn-area a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top: 0;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #006DB5;
}
#tu_fujitsu .next-btn-area a::after {
  content: "";
  font-size: 0.812rem;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -3px;
  right: 5px;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}
#tu_fujitsu .next-btn-area a.next {
  padding-right: 1.5em;
}
#tu_fujitsu .next-btn-area a.prev {
  padding-left: 1.5em;
  float: left;
}
#tu_fujitsu .next-btn-area a.prev::before {
  right: auto;
  left: 0;
}
#tu_fujitsu .next-btn-area a.prev::after {
  right: auto;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 5px;
}
/*******************************************************
各ページカラー設定
********************************************************/

/*テキストカラー*/
#tu_fujitsu #tu_page01 {
  color: #006DB5;
}
#tu_fujitsu #tu_page02 {
  color: #551A86;
}
#tu_fujitsu #tu_page03 {
  color: #EB6C00;
}
#tu_fujitsu #tu_page04 {
  color: #45B034;
}
#tu_fujitsu #tu_page05 {
  color: #E50011;
}
/*見出しライン*/
#tu_fujitsu #tu_page01 .tu_top_block>.text_box::after {
  background: #B9DAF2;
}
#tu_fujitsu #tu_page02 .tu_top_block>.text_box::after {
  background: #ccc1da;
}
#tu_fujitsu #tu_page03 .tu_top_block>.text_box::after {
  background: #FAD5B3;
}
#tu_fujitsu #tu_page04 .tu_top_block>.text_box::after {
  background: #D3E7C3;
}
#tu_fujitsu #tu_page05 .tu_top_block>.text_box::after {
  background: #FAD9C7;
}
/*ボーダーブロック*/
#tu_fujitsu #tu_page01 .tu_explanation_bdrs {
  border: 3px solid #B9DAF2;
}
#tu_fujitsu #tu_page01 .tu_explanation_bdrs .change-block>.cell .tag {
  background: #006DB5;
}
/*Q&A*/
#tu_fujitsu #tu_page01 .tu_qaa {
  border-color: #b8daf3;
}
#tu_fujitsu #tu_page02 .tu_qaa {
  border-color: #ccc1da;
}
#tu_fujitsu #tu_page03 .tu_qaa {
  border-color: #FAD5B3;
}
#tu_fujitsu #tu_page04 .tu_qaa {
  border-color: #D3E7C3;
}
#tu_fujitsu #tu_page05 .tu_qaa {
  border-color: #FAD9C7;
}
#tu_fujitsu #tu_page02 .tu_qaa_block>.text_block {
  border-color: #551A86;
}
#tu_fujitsu #tu_page01 .tu_qaa .tu_qaa_dl dt {
  border-color: #006DB5;
}
#tu_fujitsu #tu_page01 .tu_qaa .tu_qaa_dl dd {
  border-color: #B9DAF2;
}
#tu_fujitsu #tu_page02 .tu_qaa .tu_qaa_dl dt {
  border-color: #551A86;
}
#tu_fujitsu #tu_page02 .tu_qaa .tu_qaa_dl dd {
  border-color: #ccc1da;
}
#tu_fujitsu #tu_page03 .tu_qaa .tu_qaa_dl dt {
  border-color: #EB6C00;
}
#tu_fujitsu #tu_page03 .tu_qaa .tu_qaa_dl dd {
  border-color: #FAD5B3;
}
#tu_fujitsu #tu_page04 .tu_qaa .tu_qaa_dl dt {
  border-color: #45B034;
}
#tu_fujitsu #tu_page04 .tu_qaa .tu_qaa_dl dd {
  border-color: #D3E7C3;
}
#tu_fujitsu #tu_page05 .tu_qaa .tu_qaa_dl dt {
  border-color: #E50011;
}
#tu_fujitsu #tu_page05 .tu_qaa .tu_qaa_dl dd {
  border-color: #FAD9C7;
}
/*さらにSTEPUP 見出し*/
#tu_fujitsu #tu_page01 #tu_more_step .tu-ttlbar {
  background: #badaf3;
}
#tu_fujitsu #tu_page02 #tu_more_step .tu-ttlbar {
  background: #ccc1da;
}
#tu_fujitsu #tu_page03 #tu_more_step .tu-ttlbar {
  background: #FAD5B3;
}
#tu_fujitsu #tu_page04 #tu_more_step .tu-ttlbar {
  background: #D3E7C3;
}
#tu_fujitsu #tu_page05 #tu_more_step .tu-ttlbar {
  background: #E50011;
}
/*吹き出し*/
#tu_fujitsu #tu_page01 #tu_more_step .voice {
  border-color: #B9DAF2;
}
#tu_fujitsu #tu_page02 #tu_more_step .voice {
  border-color: #ccc1da;
}
#tu_fujitsu #tu_page02 .tu_clm_tbl .cell2 .voice {
  border-color: #ccc1da;
}
#tu_fujitsu #tu_page03 #tu_more_step .voice {
  border-color: #FAD5B3;
}
#tu_fujitsu #tu_page04 #tu_more_step .voice {
  border-color: #D3E7C3;
}
#tu_fujitsu #tu_page01 #tu_more_step .voice::after {
  border-color: #B9DAF2;
}
#tu_fujitsu #tu_page02 #tu_more_step .voice::after {
  border-color: #ccc1da;
}
#tu_fujitsu #tu_page02 .tu_clm_tbl .cell2 .voice::after {
  border-color: #ccc1da;
}
#tu_fujitsu #tu_page03 #tu_more_step .voice::after {
  border-color: #FAD5B3;
}
#tu_fujitsu #tu_page04 #tu_more_step .voice::after {
  border-color: #D3E7C3;
}
#tu_fujitsu #tu_page05 #tu_more_step .voice::after {
  border-color: #FAD9C7;
}
/*ブロック仕切ボーダー*/
#tu_fujitsu #tu_page02 .tu_clm_tbl .cell1 {
  border-color: #551A86;
}
#tu_fujitsu #tu_page03 .tu_clm_tbl .cell1 {
  border-color: #EB6C00;
}
#tu_fujitsu #tu_page04 .tu_clm_tbl .cell1 {
  border-color: #45B034;
}
#tu_fujitsu #tu_page02 .tu_qaa_block>.img_block {
  border-color: #551A86;
}
/*テキストカラー*/
#tu_fujitsu #tu_page01 .next-btn-area a {
  color: #006DB5 !important;
}
#tu_fujitsu #tu_page02 .next-btn-area a {
  color: #551A86 !important;
}
#tu_fujitsu #tu_page03 .next-btn-area a {
  color: #EB6C00 !important;
}
#tu_fujitsu #tu_page04 .next-btn-area a {
  color: #45B034 !important;
}
#tu_fujitsu #tu_page05 .next-btn-area a {
  color: #E50011 !important;
}
#tu_fujitsu #tu_page01 .next-btn-area a::before {
  background-color: #006DB5 !important;
}
#tu_fujitsu #tu_page02 .next-btn-area a::before {
  background-color: #551A86 !important;
}
#tu_fujitsu #tu_page03 .next-btn-area a::before {
  background-color: #EB6C00 !important;
}
#tu_fujitsu #tu_page04 .next-btn-area a::before {
  background-color: #45B034 !important;
}
#tu_fujitsu #tu_page05 .next-btn-area a::before {
  background-color: #E50011 !important;
}
/***************************************/

/*トップビジュアル*/
#tu_fujitsu .top_visual p {
  max-width: 856px;
  margin: 0 auto;
  padding: 7px 3% 25px;
  font-size: 14px;
  line-height: 1.6;
}
#tu_fujitsu .top_visual p br {
  display: none;
}
#tu_fujitsu .step_up_nav {
  display: block;
  max-width: 960px;
  padding: 0 3%;
  margin: 0 auto 24px;
}
#tu_fujitsu .step_up_nav>li {
  display: block;
  letter-spacing: normal;
  height: auto;
  margin-bottom: 4px;
}
#tu_fujitsu .step_up_nav>li img {
  vertical-align: middle;
}
#tu_fujitsu .step_up_nav>li>a {
  display: block;
}
#tu_fujitsu .step_up_nav>li:nth-child(5n) {
  margin-bottom: 0;
}
/*各ページ・コンテンツ*/
#tu_fujitsu .tu_contents {
  padding: 0 3% 20px;
}
#tu_fujitsu .tu_top_block {
  position: relative;
  letter-spacing: -0.4em;
  margin: 0;
  text-align: left;
  width: 100%;
}
#tu_fujitsu .tu_top_block>.head_box {
  letter-spacing: normal;
  display: inline-block;
  width: 100px;
  vertical-align: top;
  padding-right: 20px;
}
#tu_fujitsu .tu_top_block>.head_box img {
  max-width: 100px;
  width: 100%;
}
#tu_fujitsu .tu_top_block>.text_box {
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  vertical-align: top;
  padding-left: 20px;
  padding-top: 7px;
}
#tu_fujitsu .tu_top_block>.text_box::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 66px;
  top: 0;
  left: 0;
}
#tu_fujitsu .tu_top_block> p {
  padding-top: 7px;
  font-size: 14px;
  letter-spacing: normal;
}
#tu_fujitsu .tu_figure {
  margin: 15px 0 15px;
}
#tu_fujitsu .tu_explanation_bdrs {
  border: 3px solid #ddd;
  padding: 15px 0px;
  margin-bottom: 22px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
#tu_fujitsu .tu_explanation_bdrs .tu_subttl {
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
#tu_fujitsu .tu_explanation_bdrs .tu_subttl .arw {
  min-width: 1em;
  display: inline-block;
  margin-left: 2px;
  font-weight: normal;
}
#tu_fujitsu .tu_explanation_bdrs .change-block {
  text-align: left;
  max-width: 256px;
  margin: 0 auto;
}
#tu_fujitsu .tu_explanation_bdrs .change-block>.cell {
  display: inline-block;
  position: relative;
  letter-spacing: normal;
  vertical-align: middle;
  padding: 10px 0;
}
#tu_fujitsu .tu_explanation_bdrs .change-block>.cell p {
  line-height: 1.5;
  font-size: 14px;
}
#tu_fujitsu .tu_explanation_bdrs .change-block>.box1, #tu_fujitsu .tu_explanation_bdrs .change-block>.box3 {
  width: 100%;
  padding-left: 30px;
}
#tu_fujitsu .tu_explanation_bdrs .change-block>.box2 {
  padding: 0;
  width: 100%;
  text-align: center;
}
#tu_fujitsu .tu_explanation_bdrs .change-block>.box3 {
  padding-top: 10px;
}
#tu_fujitsu .change-block>.box2 img {
  width: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#tu_fujitsu .tu_explanation_bdrs .change-block>.cell .tag {
  position: absolute;
  left: 0;
  top: 12px;
  padding: 13px 3px;
  font-size: 14px;
  width: 19px;
  height: 60px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}
/*自主的に学ぶことが大学の醍醐味*/
#tu_fujitsu .tu_explanation .tu_subttl {
  margin: 10px 0 5px;
}
#tu_fujitsu .tu_explanation p {
  text-indent: 1em;
  /*font-size: 13px;*/
  font-size: 14px;
}
/*Q&A*/
#tu_fujitsu .tu_qaa {
  position: relative;
  margin: 45px 0 33px;
  padding: 15px;
  border: 7px solid #ddd;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #fffdf6;
}
#tu_fujitsu .tu_qaa .tu_qaa_subttl {
  position: absolute;
  width: 147px;
  left: 13px;
  top: -37px;
}
#tu_fujitsu .tu_qaa_block {
  display: block;
}
#tu_fujitsu .tu_qaa_block>.text_block {
  display: block;
  vertical-align: top;
  padding-right: 0;
  width: 100%;
}
#tu_fujitsu .tu_qaa_block>.img_block {
  width: 100%;
  display: block;
  border-top: 1px dashed transparent;
  margin-top: 7px;
  padding: 0 10%;
}
#tu_fujitsu #tu_page02 .tu_qaa_block>.img_block {
  margin-top: 20px;
  padding: 15px 0 0;
}
#tu_fujitsu #tu_page02 .tu_qaa_block>.img_block .fig1 {
  text-align: center;
  padding: 0;
  max-width: 400px;
  width: 88%;
  margin: 0 auto;
}
#tu_fujitsu #tu_page02 .tu_qaa_block>.img_block .fig_title {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;
}
#tu_fujitsu .tu_qaa .tu_qaa_dl {
  margin-top: 50px;
}
#tu_fujitsu .tu_qaa .tu_qaa_dl dt {
  position: relative;
  font-weight: bold;
  border-bottom: 1px dashed #ddd;
  padding: 15px 0 7px 30px;
  font-size: 16px;
  line-height: 1.6;
}
#tu_fujitsu .tu_qaa .tu_qaa_dl dt>i, #tu_fujitsu .tu_qaa .tu_qaa_dl dd>i {
  position: absolute;
  left: 0;
  top: 16px;
}
#tu_fujitsu .tu_qaa .tu_qaa_dl dd {
  position: relative;
  border-bottom: 6px solid #ddd;
  font-size: 16px;
  padding: 15px 0 8px 30px;
  line-height: 1.6;
}
#tu_fujitsu .tu_qaa p {
  padding: 8px 0 0;
  font-size: 13px;
}
#tu_fujitsu #tu_more_step .tu-ttlbar {
  background: #ddd;
  text-align: center;
  padding: 7px 0 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
#tu_fujitsu #tu_more_step .tu_more_step_block {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 15px;
  padding: 0 15px;
}
#tu_fujitsu #tu_more_step .tu_more_step_block>.img-box, #tu_fujitsu #tu_more_step .tu_more_step_block>.text-box {
  display: block;
}
#tu_fujitsu #tu_more_step .tu_more_step_block>.img-box {
  width: 94%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
}
#tu_fujitsu #tu_page03 #tu_more_step .tu_more_step_block>.img-box {
  margin-bottom: 33px;
}
#tu_fujitsu #tu_more_step .tu_more_step_block>.img-box>img {
  vertical-align: bottom;
}
/*さらにSTEPUP*/
#tu_fujitsu .tu_clm_tbl .cell2, #tu_fujitsu #tu_more_step .tu_more_step_block>.text-box {
  width: 100%;
  padding-left: 82px;
  min-height: 136px;
  position: relative;
  vertical-align: bottom;
}
#tu_fujitsu .tu_clm_tbl .inner {
  padding: 20px 15px 10px;
  max-width: 500px;
  margin: 0 auto;
}
#tu_fujitsu .tu_clm_tbl .cell2 img, #tu_fujitsu #tu_more_step .tu_more_step_block>.text-box img {
  position: absolute;
  max-width: 73px;
  left: 0px;
  bottom: 0;
}
#tu_fujitsu .tu_clm_tbl .voice, #tu_fujitsu #tu_more_step .voice {
  position: relative;
  border: 2px solid #ddd;
  padding: 9px 21px 7px 19px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#tu_fujitsu #tu_page04 #tu_more_step .voice {
  padding: 9px 16px 7px 17px;
}
#tu_fujitsu .tu_clm_tbl .voice p, #tu_fujitsu #tu_more_step .voice p {
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0;
}
#tu_fujitsu .tu_clm_tbl .voice p br, #tu_fujitsu #tu_more_step .voice p br {
  display: none;
}
#tu_fujitsu .tu_clm_tbl .voice::before, #tu_fujitsu #tu_more_step .voice::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 19px;
  bottom: 45px;
  left: -15px;
  background: #fff;
}
#tu_fujitsu .tu_clm_tbl .voice::after, #tu_fujitsu #tu_more_step .voice::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 14px;
  bottom: 45px;
  left: -15px;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-top-right-radius: 30px;
}
#tu_fujitsu .tu_clm_tbl .caption, #tu_fujitsu #tu_more_step .caption {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 11px;
}
#tu_fujitsu .tu_clm_tbl.caption strong, #tu_fujitsu #tu_more_step .caption strong {
  padding: 0 0.2em;
  font-size: 14px;
}
#tu_fujitsu #tu_btm_contents {
  background: #f5b99b;
  margin-bottom: 15px;
}
#tu_fujitsu #tu_btm_contents .tu_wrap {
  padding: 15px 3% 15px;
  background: #fdede3;
}
#tu_fujitsu #tu_btm_contents .tu_wrap .tu_adv_block {
  padding: 20px 15px 5px;
  border: 5px solid #eb6d45;
  text-align: center;
}
#tu_fujitsu #tu_btm_contents .tu_wrap .tu_adv_block .tu_adv_ttl {
  text-align: left;
  color: #e50011;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px solid #e50011;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
#tu_fujitsu #tu_btm_contents .tu_wrap .tu_adv_block .para1 {
  font-size: 0.812rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.8;
  color: #e50011;
  margin-bottom: 10px;
}
#tu_fujitsu #tu_btm_contents .tu_wrap .tu_adv_block .para1 br {
  display: none;
}
#tu_fujitsu #tu_btm_contents .tu_wrap .tu_adv_block .para2 {
  font-size: 13px;
  text-align: left;
  line-height: 1.8;
  color: #e50011;
  margin-bottom: 7px;
}
#tu_fujitsu #tu_btm_contents .tu_wrap .tu_adv_block .para3 {
  font-size: 13px;
  text-align: left;
  display: inline-block;
  background: #e50011;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  padding: 0.1em .5em;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl {
  position: relative;
  letter-spacing: -0.4em;
  text-align: left;
  color: #e50011;
  margin-bottom: 0px;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl>.text-box {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
  letter-spacing: normal;
  vertical-align: top;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl>.text-box:last-child {
  margin-right: 0;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl>.img-box1, #tu_fujitsu #tu_btm_contents .tu_adv_tbl>.img-box2 {
  margin: 20px 0;
  padding: 0 13%;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl img {
  max-width: 100%;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl>.img-box2 {
  margin-top: 5px;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl .text-box .prd_title {
  position: relative;
  color: #e50011;
  font-weight: bold;
  padding-left: 15px;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl .text-box .prd_title::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 35px;
  top: 0;
  left: 0;
  background: #e50011;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl .text-box .prd_title .name {
  font-size: 14px;
  display: block;
  line-height: 1.2;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl .text-box .prd_title .num {
  font-size: 18px;
  line-height: 1.2;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl .text-box .prd_title .var {
  white-space: nowrap;
  margin-left: -0.2em;
  font-size: 13px;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl .text-box .prd_title .var>span {
  white-space: nowrap;
  padding-right: 0.5em;
  color: #000;
  margin-left: -0.1em;
  font-weight: normal;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl .text-box .prd_title .var .bk {
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl .text-box .prd_title .var .red {
  margin-left: 0em;
  color: #e50011;
  padding-right: 0.15em;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl .text-box .prd_title .var .wh {
  color: #e50011;
  padding-right: 0.5em;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl .text-box .catch {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.2em 0 0.45em;
  white-space: nowrap;
  border-bottom: 1px solid #e50011;
}
#tu_fujitsu #tu_btm_contents .tu_adv_tbl .text-box .para {
  padding: 0.4em 0;
  font-size: 14px;
  line-height: 1.65;
}
#tu_fujitsu .web_mart_login {
  width: 100%;
  background: #e95433;
  padding: 12px 13px;
}
#tu_fujitsu .web_mart_login .head-box, #tu_fujitsu .web_mart_login .conts-box {
  display: block;
  vertical-align: top;
}
#tu_fujitsu .web_mart_login .head-box {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 12px;
  text-align: center;
}
#tu_fujitsu .web_mart_login .head-box .title {
  position: relative;
  font-size: 17px;
  width: 236px;
  margin: 0 auto 0 16px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #e50011;
  padding-left: 22px;
  background: #fff url(/sp/images/ttl_lines.jpg) 0 0 no-repeat;
  -webkit-background-size: auto 36px;
  background-size: auto 36px;
  margin-bottom: 10px;
}
#tu_fujitsu .web_mart_login .head-box .title::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 16px;
  border-color: transparent transparent transparent #fff;
}
#tu_fujitsu .web_mart_login .head-box .para {
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}
#tu_fujitsu .web_mart_login .conts-box {
  width: 100%;
}
#tu_fujitsu .web_mart_login .conts-box .para {
  line-height: 2;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
#tu_fujitsu .web_mart_login .conts-box .img-block {
  position: relative;
  text-align: center;
}
#tu_fujitsu .web_mart_login .conts-box .img-block .qrc {
  display: none;
  right: 0;
  top: 0;
}
#tu_fujitsu .web_mart_login .conts-box .btn_area {
  display: table;
  width: 100%;
  text-align: left;
}
#tu_fujitsu .web_mart_login .conts-box .btn_area .web-mart, #tu_fujitsu .web_mart_login .conts-box .btn_area .login-key {
  display: table-cell;
  vertical-align: top;
}
#tu_fujitsu .web_mart_login .conts-box .btn_area .web-mart {
  padding-right: 10px;
}
#tu_fujitsu .web_mart_login .conts-box .btn_area .web-mart a {
  max-width: 180px;
  width: 100%;
  display: block;
  height: 24px;
  line-height: 22px;
  background: #fff;
  color: #009FE8;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  border: 1px solid #C6000B;
  text-align: center;
  letter-spacing: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#tu_fujitsu .web_mart_login .conts-box .btn_area .web-mart a:hover {
  text-decoration: none;
}
#tu_fujitsu .web_mart_login .conts-box .btn_area {
  margin-top: -3px;
  max-width: 300px;
  margin: 0 auto;
}
#tu_fujitsu .login-key {
  width: 130px;
  letter-spacing: -0.4em;
}
#tu_fujitsu .login-key .lbox {
  display: inline-block;
  font-size: 11px;
  width: 73px;
  height: 24px;
  line-height: 22px;
  border: 2px solid #C6000B;
  background: #C6000B;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 5px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  letter-spacing: normal;
  vertical-align: top;
}
#tu_fujitsu .login-key .rbox {
  display: inline-block;
  width: 57px;
  height: 24px;
  line-height: 20px;
  padding: 0 5px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #C6000B;
  background: #fff;
  border: 1px solid #C6000B;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  letter-spacing: normal;
  vertical-align: top;
}
#tu_fujitsu .caution {
  margin-top: 5px;
}
#tu_fujitsu .caution p {
  font-size: 0.625rem;
  color: #E50011;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0px;
}
/*****************************
page03
*****************************/
#tu_fujitsu #tu_page03 .tu_explanation .tu_subttl {
  margin-top: 0;
}
#tu_fujitsu #tu_page03 .tu_clm_tbl .cell1 {
  width: 100%;
}
#tu_fujitsu #tu_page03 .tu_clm_tbl .cell2 {
  padding: 10px 15px;
  margin-bottom: 22px;
  border: 2px solid #FAD5B3;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
#tu_fujitsu #tu_page03 .tu_clm_tbl .cell2 img {
  position: static;
  max-width: 100%;
  padding-right: 0;
  margin-top: 10px;
}
#tu_fujitsu .tu_clm_tbl .fig_title {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}
#tu_fujitsu .tu_clm_tbl .fig_title br {
  display: none;
}
#tu_fujitsu .tu_clm_tbl .graph {
  margin-left: 0px;
  margin-bottom: 5px;
}
#tu_fujitsu .tu_clm_tbl .cell2>.para {
  font-size: 14px;
  /*padding-right: 20px;*/
  line-height: 1.6;
}
#tu_fujitsu #tu_page03 #tu_more_step .tu_more_step_block>.img-box img {
  vertical-align: bottom;
  margin-bottom: -19px;
  margin-left: -13px;
}
#tu_fujitsu #tu_page03 #tu_more_step .voice {
  padding: 7px 15px;
}
#tu_fujitsu #tu_page03 .tu_clm_tbl .cell2>.para {
  padding-right: 0;
}
#tu_fujitsu #tu_page03 .tbl_wrap {
  letter-spacing: -0.4em;
  max-width: 400px;
  margin: 15px auto 0;
  text-align: left;
}
#tu_fujitsu #tu_page03 .tbl_wrap p, #tu_fujitsu #tu_page03 .tbl_wrap .img_block {
  letter-spacing: normal;
  padding: 0;
  display: inline-block;
  width: 56%;
  vertical-align: top;
}
#tu_fujitsu #tu_page03 .tbl_wrap p {
  padding-right: 10px;
}
#tu_fujitsu #tu_page03 .tbl_wrap .img_block {
  width: 44%;
}
#tu_fujitsu #tu_page03 #tu_more_step .tu_more_step_block>.text-box {
  padding-left: 80px;
}
#tu_fujitsu #tu_page03 #tu_more_step .tu_more_step_block>.text-box img {
  position: absolute;
  max-width: 66px;
}
#tu_fujitsu #tu_page03 #tu_more_step .voice {
  max-width: 300px;
}
#tu_fujitsu #tu_page03 #tu_more_step .voice p {
  line-height: 1.8;
  font-size: 0.812rem;
  letter-spacing: 0.01em;
}
#tu_fujitsu #tu_page03 #tu_more_step .caption {
  font-size: 11px;
}
/*****************************
page04
*****************************/

#tu_fujitsu #tu_page04 .tu_explanation .tu_subttl {
  margin-top: 0;
}
#tu_fujitsu #tu_page04 .tu_clm_tbl .cell1 {
  width: 100%;
}
#tu_fujitsu #tu_page04 .tu_clm_tbl .cell2 {
  padding: 10px 15px;
  margin-bottom: 22px;
  border: 2px solid #D3E7C3;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
#tu_fujitsu #tu_page04 .tu_clm_tbl .cell2 img {
  position: static;
  max-width: 100%;
  padding-right: 0;
  margin-top: 10px;
}
#tu_fujitsu #tu_page04 .tu_clm_tbl .fig_title {
  font-size: 14px;
}
#tu_fujitsu #tu_page04 .tbl_wrap {
  letter-spacing: -0.4em;
  max-width: 400px;
  margin: 15px auto 0;
  text-align: left;
}
#tu_fujitsu #tu_page04 .tbl_wrap p, #tu_fujitsu #tu_page04 .tbl_wrap .img_block {
  letter-spacing: normal;
  padding: 0;
  display: inline-block;
  width: 58%;
  vertical-align: top;
  line-height: 2;
}
#tu_fujitsu #tu_page04 .tbl_wrap p {
  padding-right: 10px;
}
#tu_fujitsu #tu_page04 .tbl_wrap .img_block {
  width: 42%;
}
/*****************************
page05 andmore
*****************************/

#tu_page05 .tu_wrap {
  max-width: 936px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 30px;
}
#tu_fujitsu .andmore_conts {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #f7c3ab;
  background: #fdece2;
  margin: 20px 0 25px;
}
#tu_fujitsu .andmore_conts .img_block {
  padding: 15px 15px 0;
}
#tu_fujitsu .andmore_conts .img_block img {
  width: 100%;
}
#tu_fujitsu .andmore_conts .text_block {
  padding: 15px 0;
}
#tu_fujitsu .andmore_conts .text_block .fig_title {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
#tu_fujitsu .andmore_conts .text_block .fig_title br {
  display: none;
}
#tu_fujitsu .andmore_conts .text_block .graph {
  padding: 15px 0 0px;
  text-align: center;
}
#tu_fujitsu .andmore_conts .text_block .graph img {
  max-width: 500px;
  width: 100%;
}
#tu_fujitsu .andmore_conts .text_block .para {
  font-size: 14px;
  line-height: 1.68;
  padding: 0 15px 0px
}
#tu_fujitsu #tu_page05 .tu_qaa {
  position: relative;
  margin-bottom: 0;
}
#tu_fujitsu #tu_page05 .tu_qaa_block>.text_block {
  display: block;
  padding-right: 0px;
}
#tu_fujitsu #tu_page05 .tu_qaa_block>.text_block .tu_qaa_dl {
}
#tu_fujitsu #tu_page05 .tu_qaa .tu_qaa_dl {
  border-bottom: none;
}
#tu_fujitsu .office_block {
  padding: 30px 0 10px;
}
#tu_fujitsu .office_block img {
  margin-left: -5px;
}
#tu_fujitsu #tu_page05 .tu_subttl {
  font-size: 16px;
}

/***********************************************************************************************************************
* デバイス横サイズ374px以下
***********************************************************************************************************************/
@media screen and (max-width: 374px) {
#tu_fujitsu #tu_page02 #tu_more_step .voice p {
  letter-spacing: -0.04em;
}
#tu_fujitsu .tu_top_block>.head_box {
  padding-right: 10px;
}
#tu_fujitsu .tu_subttl {
  font-size: 16px;
}
#tu_fujitsu #tu_page04 .tu_subttl br {
  display: none;
}
#tu_fujitsu #tu_btm_contents .tu_wrap .tu_adv_block .tu_adv_ttl {
  font-size: 1.55rem;
  white-space: nowrap;
}
#tu_fujitsu .web_mart_login .head-box .title {
  font-size: 15px;
  width: 210px;
  margin: 0 auto 10px 3px;
}
#tu_fujitsu .web_mart_login .head-box .para {
  font-size: 11px;
}
#tu_fujitsu .web_mart_login .conts-box .btn_area {
  display: block;
  width: 100%;
  text-align: left;
}
#tu_fujitsu .web_mart_login .conts-box .btn_area .web-mart {
  margin-bottom: 5px;
}
#tu_fujitsu .web_mart_login .conts-box .btn_area .web-mart a {
  max-width: unset;
  width: 100%;
}
#tu_fujitsu .web_mart_login .conts-box .btn_area .web-mart,  #tu_fujitsu .web_mart_login .conts-box .btn_area .login-key {
  display: block;
  width: 100%;
}
#tu_fujitsu .login-key .lbox {
  width: 40%;
}
#tu_fujitsu .login-key .rbox {
  width: 60%;
}
#tu_fujitsu .web_mart_login .conts-box .btn_area .web-mart {
  padding-right: 0;
}
#tu_fujitsu .login-key {
  width: 100%;
}
/*  #tu_fujitsu .tu_clm_tbl .cell2, 
  #tu_fujitsu #tu_more_step .tu_more_step_block>.text-box {
    padding-left: 87px;

  }*/

  /*さらにSTEPUP*/
/*  #tu_fujitsu .tu_clm_tbl .cell2 img,
  #tu_fujitsu #tu_more_step .tu_more_step_block>.text-box img {
    max-width: 79px;
    width: 100%;
  }
*/
#tu_fujitsu .tu_clm_tbl .caption,  #tu_fujitsu #tu_more_step .caption {
  font-size: 12px;
}
#tu_fujitsu #tu_page03 .tu_clm_tbl .fig_title {
  font-size: 1.3rem;
  font-weight: bold;
}
#tu_fujitsu #tu_page04 .tu_clm_tbl .fig_title {
  font-size: 12px;
}
#tu_fujitsu .andmore_conts .text_block .fig_title {
  font-size: 14px;
}
#tu_fujitsu #tu_page05 .tu_subttl {
  font-size: 14px;
}
}/**/
