@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap');

.sideLnk {
    position: fixed;
    top: 135px;
    right: 0;
    z-index: 100;
    text-align: right;
}
.sideLnk .slClose {
    display: inline-block;
    line-height: 1;
    width: 37px;
    height: 30px;
	background-image: url("https://assets-fb.fujifilm.com/sites/fbss/files/2022-11/9e893e832dfb76c259b18357fc334e50/close_image_01.png");
    background-repeat: no-repeat;
    background-position: center;
	background-size: 30px auto;
}
.sideLnk .slClose:hover {
    cursor: pointer;
	background-image: url("https://assets-fb.fujifilm.com/sites/fbss/files/2022-11/9e893e832dfb76c259b18357fc334e50/close_image_01.png");
}
.sideLnk .slOpen {
    display: none;
    line-height: 1;
    width: 36px;
    height: 37px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/64a4af7d0c04702c2acb7950b8f7d4d3/side_open_01.png");
    background-repeat: no-repeat;
    background-position: center;
	background-size: 36px auto;
  position: absolute;
  top: -2px;
  right: 0;
}
.sideLnk .slOpen:hover {
    cursor: pointer;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/64a4af7d0c04702c2acb7950b8f7d4d3/side_open_01.png");
}




.sideLnk ul {
    margin-top: 0;
}
.sideLnk ul li {
    background-color: #ee7735;
    border: 1px solid #fff;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-position: top 5px center;
    width: 130px;
	height: 126px;
}
/*
.sideLnk ul li.on {
  opacity: 0.8;
}
*/
.sideLnk ul li.iconDownload.on {
	opacity:1;
	background-color:#ee7735;
	transition:200ms;
}
.sideLnk ul li.iconContact.on {
	opacity:1;
	background-color:#34a78a;
	transition:200ms;
}
.sideLnk ul li.iconDownload {
  background-color: #ea5504;
	background-image: url("https://assets-fb.fujifilm.com/files/2023-06/32c371621236f9c5776c5f952a6c9b52/icon_05.svg");
  background-size: 40px auto;
  background-position: top 28px center;
}
.sideLnk ul li.iconContact {
  background-color: #01916d;
  background-image: url("https://assets-fb.fujifilm.com/files/2023-06/3de881bf19d402abe0e16e07f5e7e9cf/icon_06.svg");
  background-size: 47px auto;
  background-position: top 20px center;
}

.sideLnk ul li a {
    color: #fff;
/*    font-size: 10px;*/
	font-size:12px;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
    padding-top: 90px;
    width: 100%;
    height: 100%;
}
.sideLnk ul li.iconCase a {
    padding-top: 95px;
}
.sideLnk ul li a:hover {
    text-decoration: none;
}
.sideLnk ul li.on a {
    text-decoration: none;
/*    color: #01916d;*/
}
.sideLnk ul li a img {
    display: block;
    margin: 0 auto 5px;
}
.bgGry {
	background-color: #dfdfdf;
	padding: 60px 50vw;
}
.bgGrn {
	background-color: #d2e3e1;
}
.topic-path {
    font-size: 14px;
    line-height: 1.9;
    color: #c1c1c1;
    padding: 20px 32px;
    max-width: 1184px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}


/*
.sideLnk {
    position: fixed;
    top: 135px;
    right: 0;
    z-index: 100;
    text-align: right;
}
.sideLnk .slClose {
    display: inline-block;
    line-height: 1;
    width: 37px;
    height: 30px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/0c9e20b4ff17df37292aeb35630a8279/side_close_01.png") !important;
    background-repeat: no-repeat;
    background-position: center;
	background-size: 20px auto !important;
}
.sideLnk .slClose:hover {
    cursor: pointer;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/0c9e20b4ff17df37292aeb35630a8279/side_close_01.png") !important;
}
.sideLnk .slOpen {
    display: none;
    line-height: 1;
    width: 36px;
    height: 37px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/64a4af7d0c04702c2acb7950b8f7d4d3/side_open_01.png");
    background-repeat: no-repeat;
    background-position: center;
	background-size: 36px auto;
  position: absolute;
  top: -2px;
  right: 0;
}
.sideLnk .slOpen:hover {
    cursor: pointer;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/64a4af7d0c04702c2acb7950b8f7d4d3/side_open_01.png");
}




.sideLnk ul {
    margin-top: 0;
}
.sideLnk ul li {
    border: 1px solid #fff;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-position: top 5px center;
    width: 130px;
	height: 126px;
}

.sideLnk ul li.on {
  opacity: 0.8;
}


.sideLnk ul li.iconDownload.on {
	opacity:1;
	transition:200ms;
}
.sideLnk ul li.iconContact.on {
	opacity:1;
	transition:200ms;
}
.sideLnk ul li.iconDownload {
  margin-bottom: 15px;
  
}
.sideLnk ul li.iconContact {

}

.sideLnk ul li.iconDownload a:before {
  content: "";
  width: 40px;
  height: 55px;
  display: block;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/7b2530dc960b24c430490cfa6fc01e60/side_icon_01.svg");
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center top;
  position: absolute;
  top: 27px;
  left: 50%;
  margin: 0 0 0 -20px;
}
.sideLnk ul li.iconContact a:before {
  content: "";
  width: 47px;
  height: 52px;
  display: block;
  background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/757cf538a918fcfb60fa7f6c4c17b0e9/side_icon_02.svg");
  background-repeat: no-repeat;
  background-size: 47px auto;
  background-position: center top;
  position: absolute;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -23px;
}
*/
/*
.sideLnk ul li a {
    color: #fff;
	font-size:12px;
  font-family: 'Noto Serif JP' !important;
  line-height: 1.2;
    text-align: center;
    display: inline-block;
    padding-top: 90px;
    width: 100%;
    height: 100%;
  position: relative;
}
.sideLnk ul li.iconCase a {
    padding-top: 95px;
}
.sideLnk ul li a:hover {
    text-decoration: none;
}
.sideLnk ul li.on a {
    text-decoration: none;
}
.sideLnk ul li a img {
    display: block;
    margin: 0 auto 5px;
}
.bgGry {
	background-color: #dfdfdf;
	padding: 60px 50vw;
}
.bgGrn {
	background-color: #d2e3e1;
}
.topic-path {
    font-size: 14px;
    line-height: 1.9;
    color: #c1c1c1;
    padding: 20px 32px;
    max-width: 1184px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
*/

/**
 *
 * top
 *
**/
#assignment_wrapper {
  font-family: 'Noto Serif JP';
  overflow: hidden;
}

/* gradient */
.original-gradient01 {
  background-image: linear-gradient(141deg, rgba(78, 160, 106, 1), rgba(58, 133, 103, 1)) !important;
}
.original-gradient02 {
  background-image: linear-gradient(90deg, rgba(224, 181, 93, 1), rgba(215, 147, 47, 1)) !important;
}


/* assignment_main_image */
.assignment_main_image {
  width: 100%;
  height: 646px;
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/8fc528abe4ec47bc8376e9bcb8fd03c9/main_image_01.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.assignment_main_image:after {
  width: 100%;
  height: 102px;
  content: "";
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/eae543751e912ea464f9a5f11ac13ead/main_image_eng_01.png") no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.assignment_main_image .inner {
  padding: 270px 0 0 0;
  width: 100%;
  text-align: center;
}
.assignment_main_image .inner h2 {
  color: #ffffff;
  line-height: 1.4em;
  font-size: 52px;
  font-family: 'Noto Serif JP';
  display: inline-block;
  position: relative;
}
.assignment_main_image .inner h2:before {
  margin-left: 15px;
  width: 100%;
  height: 5px;
  line-height: 5px;
  content: "";
  background: #4ea06a;
  display: block;
  position: absolute;
  top: 150px;
  left: 100%;
}
.assignment_main_image .inner h2:after {
  margin-right: 15px;
  width: 100%;
  height: 5px;
  line-height: 5px;
  content: "";
  background: #4ea06a;
  display: block;
  position: absolute;
  top: 150px;
  right: 100%;
}



.assignment_main_image .inner h2 .sub {
  color: #ffffff;
  line-height: 1.4em;
  font-size: 27px;
  font-family: 'Noto Serif JP';
}
.assignment_main_image .inner .attention {
  color: #ffffff;
  line-height: 1.4em;
  font-size: 14px;
}



/* assignment_support_case */
.assignment_support_case {
  margin: 0 auto;
  padding: 100px 0 0 0;
  width: 92%;
  max-width: 1000px;
  text-align: center;
}
.assignment_support_case img {
  width: 100%;
  height: auto;
  display: block;
}
.assignment_support_case h3 {
  margin: 0 0 75px 0;
  padding: 0 0 45px 0;
  line-height: 1.4em;
  font-size: 47px;
  font-family: 'Noto Serif JP';
  color: #333333;
  text-align: center;
  position: relative;
}
.assignment_support_case h3:after {
  margin: 0 0 0 -21px;
  padding: 0 0 0 0;
  width: 43px;
  height: 1px;
  line-height: 1px;
  content: "";
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.assignment_support_case .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.assignment_support_case .list .case {
  margin: 0 2.75% 75px 0;
  width: 31.5%;
  position: relative;
}
.assignment_support_case .list .case:nth-of-type(3n) {
  margin: 0 0 0 0;
}
.assignment_support_case .list .case .image {
  margin: 0 15px 20px 15px;
}
.assignment_support_case .list .case .label {
  padding: 4px 8px;
  font-size: 16px;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #ffffff;
  background: #a90000;
  position: absolute;
  top: 34px;
  left: 0;
}
.assignment_support_case .list .case p {
  padding: 10px 20px;
  line-height: 1.6em;
  font-size: 18px;
  display: inline-block;
  background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/ffc1ebb1eaa11c9d0b22ecaca8bda06a/deco_01.png"),url("https://assets-fb-rn.fujifilm.com/files/2024-01/8f98f227099b5095390ab5a20b1b65af/deco_02.png");
  background-position: left top,right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 23px auto, 23px auto;
}

/* assignment_faq */
.assignment_faq {
  margin: 0 auto;
  padding: 100px 0 100px 0;
  width: 92%;
  max-width: 1000px;
  text-align: center;
}
.assignment_faq h3 {
  margin: 0 0 45px 0;
  padding: 0 0 45px 0;
  line-height: 1.4em;
  font-size: 47px;
  font-family: 'Noto Serif JP';
  color: #333333;
  text-align: center;
  position: relative;
}
.assignment_faq h3:after {
  margin: 0 0 0 -21px;
  padding: 0 0 0 0;
  width: 43px;
  height: 1px;
  line-height: 1px;
  content: "";
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.assignment_faq dl {
  padding: 25px 0;
  width: 100%;
  border-bottom: 1px solid #adadad;
}
.assignment_faq dl:last-child {
  border-bottom: none;
}
.assignment_faq dl dt {
  padding: 0 0 20px 52px;
  line-height: 1.5em;
  font-size: 16px;
  color: #333333;
  text-align: left;
  position: relative;
}
.assignment_faq dl dt:before {
  line-height: 1.2em;
  font-size: 30px;
  content: "Q";
  color: #000000;
  position: absolute;
  top: -0.3em;
  left: 5px;
}
.assignment_faq dl dd {
  padding: 0 0 0 52px;
  line-height: 1.5em;
  font-size: 14px;
  color: #333333;
  text-align: left;
  position: relative;
}
.assignment_faq dl dd:before {
  line-height: 1.2em;
  font-size: 30px;
  content: "A";
  color: #a90000;
  position: absolute;
  top: -0.2em;
  left: 5px;
}

/* assignment_content_menu */
.assignment_content_menu {
  margin: 0 0 0 0;
  padding: 65px 0 40px 0;
  color: #ffffff;
  text-align: center;
  background: #333333;
}
.assignment_content_menu .list {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 92%;
  max-width: 972px;
  display: flex;
  flex-wrap: wrap;
}
.assignment_content_menu .list .item {
  margin: 0 0 30px 0;
  padding: 0 0 0 24px;
  width: 33.33%;
  line-height: 1.2em;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
}
.assignment_content_menu .list .item:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  content: "";
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/152a431197eaf0f288f3bf730fc8cbd9/deco_03.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.assignment_content_menu .list .item:nth-of-type(3n):after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  content: "";
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/152a431197eaf0f288f3bf730fc8cbd9/deco_03.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.assignment_content_menu .list .item a {
  color: #ffffff;
}

/* assignment_case */
.assignment_case {
  margin: 0 auto;
  padding: 100px 0 100px 0;
  width: 100%;
  text-align: center;
}
.assignment_case img {
  width: 100%;
  height: auto;
  display: block;
}
.assignment_case h3 {
  margin: 0 0 60px 0;
  padding: 0 0 45px 0;
  line-height: 1.4em;
  font-size: 47px;
  font-family: 'Noto Serif JP';
  color: #333333;
  text-align: center;
  position: relative;
}
.assignment_case h3:after {
  margin: 0 0 0 -21px;
  padding: 0 0 0 0;
  width: 43px;
  height: 1px;
  line-height: 1px;
  content: "";
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.assignment_case h3 em {
  margin: 0 0 0 0;
/*  padding: 3px 5px;*/
padding: 0px 5px 4px;
  line-height: 1.4em;
  font-size: 47px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.assignment_case .list {
  margin: 0 auto 15px;
  width: 92%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.assignment_case .list .item {
  margin: 0 4% 30px 0;
  width: 48%;
  text-align: left;
  position: relative;
}
.assignment_case .list .item:nth-of-type(2n) {
  margin: 0 0 30px 0;
}
.assignment_case .list .item .image {
  margin: 0 0 20px 22px;
  border-top: 5px solid #d8a233;
}
.assignment_case .list .item .head {
  padding: 0 0 5px 160px;
  position: relative;
}
.assignment_case .list .item .head p {
  margin: 0 0 5px 0;
  line-height: 1.5em;
  font-size: 19px;
  color: #333333;
}
.assignment_case .list .item .head p.eng {
  margin: 0 0 5px 0;
  line-height: 1.5em;
  font-size: 16px;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #a90000;
}
.assignment_case .list .item .head h4 {
  margin: 0 0 0 0;
  padding: 40px 0 0 0;
  width: 147px;
  height: 147px;
  line-height: 1.6em;
  font-size: 22px;
  font-family: 'Noto Serif JP';
  color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.assignment_case .list .item .description {
  padding: 0 0 0 22px;
  position: relative;
}
.assignment_case .list .item .description p {
  margin: 0 0 0 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #333333;
}
.assignment_case .message {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 34px;
  color: #333333;
  text-align: center;
  position: relative;
}
.assignment_case .message em {
  margin: 0 0 0 0;
/*  padding: 3px 5px;*/
padding: 0px 5px 4px;
  line-height: 1.4em;
  font-size: 34px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}


/* assignment_features */
.assignment_features {
  margin: 0 auto;
  padding: 85px 0 75px 0;
  width: 100%;
  text-align: center;
  background: #ebebeb;
}
.assignment_features img {
  width: 100%;
  height: auto;
  display: block;
}
.assignment_features h3 {
  margin: 0 0 45px 0;
  padding: 0 0 45px 0;
  line-height: 1.4em;
  font-size: 47px;
  font-family: 'Noto Serif JP';
  color: #333333;
  text-align: center;
  position: relative;
}
.assignment_features h3:after {
  margin: 0 0 0 -21px;
  padding: 0 0 0 0;
  width: 43px;
  height: 1px;
  line-height: 1px;
  content: "";
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.assignment_features h3 em {
  margin: 0 0 0 0;
/*  padding: 3px 5px;*/
padding: 0px 5px 4px;
  line-height: 1.4em;
  font-size: 47px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.assignment_features .list {
  margin: 0 auto 60px;
  width: 746px;
  height: 746px;
  position: relative;
}
.assignment_features .list .item {
  margin: 0 0 0 0;
  width: 378px;
  height: 378px;
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/faa5236dc461da699ab83a37c60ce9a7/content_back_01.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  position: absolute;
}
.assignment_features .list .item:nth-of-type(1) {
  top: 0;
  left: 0;
}
.assignment_features .list .item:nth-of-type(2) {
  top: 0;
  right: 0;
}
.assignment_features .list .item:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
.assignment_features .list .item:nth-of-type(4) {
  bottom: 0;
  right: 0;
}
.assignment_features .list .item .point {
  margin: 0 0 0 0;
  padding: 60px 0 15px 0;
  line-height: 0.5em;
  font-size: 14px;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #a90000;
  text-align: center;
}
.assignment_features .list .item .point .num {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 39px;
  font-family: 'Noto Serif JP';
  color: #a90000;
  display: block;
}
.assignment_features .list .item .description {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.6em;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.assignment_features .list .item .description .underline {
  text-decoration: underline;
}
.assignment_features .list .item .description a:hover {
  text-decoration: none;
}
.assignment_features .list .item .icon {
  margin: 0 auto;
}
.assignment_features .list .item .icon01 {
  width: 68px;
}
.assignment_features .list .item .icon02 {
  width: 64px;
}
.assignment_features .list .item .icon03 {
  width: 49px;
}
.assignment_features .list .item .icon04 {
  width: 69px;
}
.assignment_features .link_box {

}
.assignment_features .link_box .message {
  margin: 0 auto 15px;
  padding: 12px 0 0 0;
  width: 284px;
  height: 52px;
  text-align: center;
  line-height: 1.2em;
  font-size: 15px;
  color: #000000;
  box-sizing: border-box;
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/7f50e0af5280712ed09c246d0e9979b8/content_back_02.png") no-repeat center top;
  background-size: cover;
}
.assignment_features .link_box .link {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 578px;
  height: 73px;
  display: table;
}
.assignment_features .link_box .link a {
  line-height: 1.4em;
  font-size: 21px;
  text-decoration: none;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.assignment_features .link_box .link a:after {
  content: "";
  width: 6px;
  height: 12px;
  line-height: 12px;
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/d18a015578c856c1b8c919cef24b37e1/arrow_03.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -6px 0 0 0;
}

/* assignment_reason */
.assignment_reason {
  margin: 0 auto;
  padding: 65px 0 55px 0;
  width: 100%;
  text-align: center;
}
.assignment_reason img {
  width: 100%;
  height: auto;
  display: block;
}
.assignment_reason h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
/*  line-height: 1.8em;*/
  line-height: 1.5em;
  font-size: 47px;
  font-family: 'Noto Serif JP';
  color: #333333;
  text-align: center;
  position: relative;
}
.assignment_reason h3:after {
  margin: 25px auto 0;
  padding: 0 0 0 0;
  width: 68px;
  height: 52px;
  line-height: 52px;
  content: "";
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/cc117aa8ab8a22ad96163d2f3660e831/arrow_04.png") no-repeat center center;
  background-size: cover;
  display: block;
}
.assignment_reason h3 em {
  margin: 0 0 0 0;
/*  padding: 3px 5px;*/
padding: 0px 5px 4px;
  line-height: 1.4em;
  font-size: 47px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}

/* assignment_strengths */
.assignment_strengths {
  margin: 0 auto;
  padding: 70px 0 90px 0;
  width: 100%;
  text-align: center;
  background: #ebebeb;
}
.assignment_strengths img {
  width: 100%;
  height: auto;
  display: block;
}
.assignment_strengths h3 {
  margin: 0 0 75px 0;
  padding: 0 0 45px 0;
  line-height: 1.4em;
  font-size: 47px;
  font-family: 'Noto Serif JP';
  color: #333333;
  text-align: center;
  position: relative;
}
.assignment_strengths h3:after {
  margin: 0 0 0 -21px;
  padding: 0 0 0 0;
  width: 43px;
  height: 1px;
  line-height: 1px;
  content: "";
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.assignment_strengths h3 em {
  margin: 0 0 0 0;
/*  padding: 3px 5px;*/
padding: 0px 5px 4px;
  line-height: 1.4em;
  font-size: 47px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.assignment_strengths .list {
  margin: 0 auto 65px;
  width: 92%;
  max-width: 1000px;
  display: flex;
}
.assignment_strengths .list .item {
  margin: 0 4% 0 0;
  padding: 0 0 25px 0;
  width: 48%;
  background: #ffffff;
  box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
  position: relative;
}
.assignment_strengths .list .item:nth-of-type(2) {
  margin: 0 0 0 0;
}
.assignment_strengths .list .item .label {
  margin: 0 0 0 -96px;
  padding: 4px 0;
  width: 192px;
  font-size: 16px;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #ffffff;
  text-align: center;
  background: #a90000;
  position: absolute;
  top: -22px;
  left: 50%;
}
.assignment_strengths .list .item .head {
  margin: 0 0 25px 0;
  width: 100%;
  height: 118px;
  background: #333333;
  border-bottom: 4px solid #d8a233;
  display: table;
}
.assignment_strengths .list .item .head p {
  line-height: 1.6em;
  font-size: 22px;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
.assignment_strengths .list .item .description {
  margin: 0 35px;
  padding: 0 0 0 0;
}
.assignment_strengths .list .item .description p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 14px;
  color: #333333;
  text-align: left;
}
.assignment_strengths .list .item .text01 {
  margin: 0 auto 0;
  padding: 25px 0 15px 0;
  max-width: 211px;
}
.assignment_strengths .list .item .text02 {
  margin: 0 auto 0;
  padding: 55px 0 0 0;
  max-width: 398px;
}
.assignment_strengths .list .item .note {
  margin: 0 35px;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 12px;
  color: #333333;
  text-align: left;
}
.assignment_strengths .example {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1000px;
  background: #ffffff;
  box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
  box-sizing: border-box;
  overflow: hidden;
}
.assignment_strengths .example .head {
  margin: 0 0 0 0;
  padding: 7px 7px 0 7px;
  border-bottom: 1px solid #d8a233;
}
.assignment_strengths .example .head h4 {
  margin: 0 0 0 0;
  padding: 25px 0 25px 0;
  text-align: center;
  line-height: 1.2em;
  font-size: 33px;
  font-family: 'Noto Serif JP';
  border: 2px solid #d8a233;
  border-bottom: none;
}
.assignment_strengths .example .detail {
  margin: 0 7px 7px 7px;
  padding: 35px 0 25px 0;
  text-align: left;
  border: 2px solid #d8a233;
  border-top: none;
  display: flex;
}
.assignment_strengths .example .detail .item {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 22.3%;
}
.assignment_strengths .example .detail .item:nth-of-type(1) {
/*  margin: 0 0 0 5.4%;*/
  margin: 0 0 0 8%;
}
.assignment_strengths .example .detail .item dt {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 1.4em;
  font-size: 18px;
  color: #333333;
}
.assignment_strengths .example .detail .item dd {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
}
.assignment_strengths .example .detail .item dd ul {
  list-style: none;
}
.assignment_strengths .example .detail .item dd ul li {
  padding: 0 0 5px 1em;
  line-height: 1.4em;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.assignment_strengths .example .detail .item dd ul li:before {
  padding: 0 0 0 0;
  content: "●";
  line-height: 2.0em;
  font-size: 10px;
  color: #adadad;
  position: absolute;
  top: 0;
  left: 0;
}
.assignment_strengths .example .detail .item .image01 {
  margin: 0 0 0 0;
  width: 103px;
}
.assignment_strengths .example .detail .item .image02 {
  margin: 0 0 0 -5px;
  width: 98px;
}
.assignment_strengths .example .detail .item .image03 {
  margin: 0 0 0 -18px;
  width: 138px;
}
.assignment_strengths .example .detail .item .image04 {
  margin: 0 0 0 0;
  width: 126px;
}

/* assignment_link_box */
.assignment_link_box {
  margin: 0 0 0 0;
  padding: 70px 0 70px 0;
  background: #333333;
}
.assignment_link_box.gray {
  padding: 45px 0 55px 0;
  background: #ebebeb;
}
.assignment_link_box .message {
  margin: 0 auto 15px;
  padding: 12px 0 0 0;
  width: 558px;
  height: 52px;
  text-align: center;
  line-height: 1.2em;
  font-size: 15px;
  color: #000000;
  box-sizing: border-box;
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/91df724c3d6c985ac26a3d22f568faad/content_back_03.png") no-repeat center top;
  background-size: cover;
}
.assignment_link_box .link {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 578px;
  height: 73px;
  display: table;
}
.assignment_link_box .link a {
  line-height: 1.4em;
  font-size: 21px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.assignment_link_box .link a:after {
  content: "";
  width: 6px;
  height: 12px;
  line-height: 12px;
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/d18a015578c856c1b8c919cef24b37e1/arrow_03.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -6px 0 0 0;
}
.assignment_link_box .link a img {
  width: 114px;
  position: absolute;
  top: -10px;
  right: 48px;
}
.assignment_link_box .link a .text {
  display: inline-block;
  position: relative;
}
.assignment_link_box .link a .text:before {
  content: "";
  width: 25px;
  height: 33px;
  line-height: 33px;
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/ec9a35af53daac6136921713f5b29820/arrow_02.svg") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  vertical-align: middle;
  margin: -16px 0 0 0;
  position: absolute;
  top: 50%;
  left: -50px;
}

/* assignment_works */
.assignment_works {
  margin: 0 auto 80px;
  padding: 100px 0 70px 0;
  width: 100%;
  text-align: center;
  background: #ebebeb;
}
.assignment_works img {
  width: 100%;
  height: auto;
  display: block;
}
.assignment_works h3 {
  margin: 0 0 45px 0;
  padding: 0 0 45px 0;
  line-height: 1.4em;
  font-size: 47px;
  font-family: 'Noto Serif JP';
  color: #333333;
  text-align: center;
  position: relative;
}
.assignment_works h3:after {
  margin: 0 0 0 -21px;
  padding: 0 0 0 0;
  width: 43px;
  height: 1px;
  line-height: 1px;
  content: "";
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.new_scanningservice_download h3:after {
	background:none;
}

/*
.assignment_works .list {
  margin: 0 auto 65px;
  width: 92%;
  max-width: 1000px;
  display: flex;
	flex-wrap: wrap;
}
*/
.assignment_works .list .item {
}

.assignment_works .list .item a {
  margin: 0 10px 10px 10px;
  padding: 0 0 25px 0;
  background: #ffffff;
  box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
  position: relative;
  display: block;
/*  display: inline-table;*/
}
/*
.assignment_strengths .list .item:nth-of-type(3) {
  margin: 0 0 0 0;
}
*/

.assignment_works .list .item:nth-of-type(even) {
	margin-right:0;
}
.assignment_works .list .item:nth-of-type(n+3) {
	margin-top:30px;
}

.assignment_works .list .item .image {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  width: 100%;
  border-bottom: 3px solid #d8a233;
}
.assignment_works .list .item h4 {
  margin: 0 20px 10px 20px;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Noto Serif JP';
  color: #333333;
  text-align: center;

}
.assignment_works .list .item .description {
  margin: 0 20px 0 20px;
  padding: 0 0 0 0;
/*  min-height: 135px;*/
/*  min-height: 85px;*/

  text-align: left;
}
.assignment_works .list .item .description p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.assignment_works .list .item .more {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 132px;
  height: 35px;
  display: table;
}
.assignment_works .list .item .more .text {
  line-height: 1.4em;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background: #333333;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.assignment_works .list .item .more .text:after {
  content: "";
  width: 4px;
  height: 8px;
  line-height: 8px;
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/d18a015578c856c1b8c919cef24b37e1/arrow_03.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -4px 0 0 0;
}

/* assignment_bnr01 */
.assignment_bnr01 {
  margin: 0 auto 45px;
  padding: 0 0 0 0;
  width: 92%;
  max-width: 1000px;
  text-align: left;
  box-sizing: border-box;
  border: 5px solid #ebebeb;
}
.assignment_bnr01 a {
  margin: 0 0 0 0;
  padding: 25px 0 20px 0;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  display: flex;
}
.assignment_bnr01 .inner {
  margin: 0 9.7% 0 3.5%;
  padding: 0 0 0 0;
  width: 45.6%;
}
.assignment_bnr01 .inner .tit {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
/*  line-height: 1.8em;*/
  line-height: 1.5em;
  font-size: 22px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.assignment_bnr01 .inner .description {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  text-align: left;
}
.assignment_bnr01 .inner .description p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.assignment_bnr01 .inner .link {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 100%;
  height: 44px;
  display: table;
}
.assignment_bnr01 .inner .link .text {
  line-height: 1.4em;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.assignment_bnr01 .inner .link .text:after {
  content: "";
  width: 5px;
  height: 10px;
  line-height: 10px;
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/d18a015578c856c1b8c919cef24b37e1/arrow_03.svg") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 10px;
}
.assignment_bnr01 .image {
  margin: 0 0 0 0;
  padding: 12px 0 0 0;
  width: 32.7%;
  position: relative;
}
.assignment_bnr01 .image .free {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 98px;
  height: 98px;
  display: table;
  position: absolute;
  top: 50px;
  left: -60px;
}
.assignment_bnr01 .image .free .cell {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  line-height: 1.8em;
  font-size: 13px;
  color: #ffffff;
  background: #a90000;
  border-radius: 90px;
  display: table-cell;
  vertical-align: middle;
}

/* assignment_bnr02 */
.assignment_bnr02 {
  margin: 0 auto 90px;
  padding: 0 0 0 0;
  width: 92%;
  max-width: 1000px;
  text-align: left;
  box-sizing: border-box;
  background: #e9f252 url("https://assets-fb-rn.fujifilm.com/files/2024-01/0dd74aecce1ed70e2e9babfc1863bc22/bnr_back_01.png") no-repeat right center;
  background-size: auto 100%;
}
.assignment_bnr02 a {
  margin: 0 0 0 0;
  padding: 20px 0 20px 0;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  display: block;
}
.assignment_bnr02 .inner {
  margin: 0 0 0 3.5%;
  padding: 0 0 0 0;
  width: 45.6%;
}
.assignment_bnr02 .inner .tit {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.8em;
  font-size: 26px;
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
  font-weight: bold;
  color: #01916d;
  text-align: center;
}
.assignment_bnr02 .inner .description {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  text-align: left;
}
.assignment_bnr02 .inner .description {
  line-height: 1.6em;
  font-size: 14px;
  font-weight: normal;
  font-family: "Clarimo UD PE Light", "UD Shin Go Light JIS2004", sans-serif;
  color: #333333;
}
.assignment_bnr02 .inner .link {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 132px;
  height: 35px;
  display: table;
}
.assignment_bnr02 .inner .link .text {
  line-height: 1.4em;
  font-size: 13px;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background: #01916d;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.assignment_bnr02 .inner .link .text:after {
  content: "";
  width: 4px;
  height: 8px;
  line-height: 8px;
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/d18a015578c856c1b8c919cef24b37e1/arrow_03.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -4px 0 0 0;
}

/* assignment_solution */
.assignment_solution {
  margin: 0 auto;
  padding: 100px 0 50px 0;
  width: 100%;
  text-align: center;
}
.assignment_solution img {
  width: 100%;
  height: auto;
  display: block;
}
.assignment_solution h3 {
  margin: 0 0 45px 0;
  padding: 0 0 45px 0;
  line-height: 1.4em;
  font-size: 47px;
  font-family: 'Noto Serif JP';
  color: #333333;
  text-align: center;
  position: relative;
}
.assignment_solution h3:after {
  margin: 0 0 0 -21px;
  padding: 0 0 0 0;
  width: 43px;
  height: 1px;
  line-height: 1px;
  content: "";
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.assignment_solution .list {
  margin: 0 auto 65px;
  width: 92%;
  max-width: 1000px;
}
.assignment_solution .list .item {
  margin: 0 0 55px 0;
  padding: 0 45px 30px 45px;
  border: 2px solid #d6d6d6;
  position: relative;
}
.assignment_solution .list .item .image {
  margin: 0 0 0 0;
  width: 376px;
  position: absolute;
  top: 0;
  right: 0;
}
.assignment_solution .list .item .head {
  margin: 0 353px 45px 0;
}
.assignment_solution .list .item .head .point {
  margin: 0 0 25px 0;
  width: 100%;
  display: flex;
}
.assignment_solution .list .item .head .point li {
  margin: 0 2% 0 0;
  padding: 15px 0 15px 0;
  width: 32%;
  color: #ffffff;
  text-align: center;
  line-height: 1.4em;
  font-size: 19px;
  background: #4ea06a;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.assignment_solution .list .item .head .point li:nth-of-type(3) {
  margin: 0 0 0 0;
}
.assignment_solution .list .item .head .point li:before {
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  content: "";
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/4df18c7e2cc2054ac28941b0fc15352a/icon_01.svg") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.assignment_solution .list .item .head .title {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #858585;
}
.assignment_solution .list .item .head .title .eng {
  margin: 0 0 0 0;
  padding: 0 30px 0 5px;
  line-height: 1.4em;
  font-size: 16px;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
  color: #a90000;
  display: inline-block;
  vertical-align: middle;
}
.assignment_solution .list .item .head .title .name {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 34px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}
.assignment_solution .list .item .head dl {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  text-align: left;
  overflow: hidden;
}
.assignment_solution .list .item .head dl dt {
  margin: 0 13px 0 0;
  padding: 5px 0;
  width: 120px;
  line-height: 1.2em;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #333333;
  float: left;
  border-radius: 90px;
}
.assignment_solution .list .item .head dl dt.icon01:before {
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  width: 12px;
  height: 16px;
  line-height: 16px;
  content: "";
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/daa7bd910a8777df77eaa3ddcf54dfca/icon_02.svg") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.assignment_solution .list .item .head dl dt.icon02:before {
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  width: 20px;
  height: 18px;
  line-height: 18px;
  content: "";
  background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/62c76c8ec55572cc5e638b5665863dfc/icon_03.svg") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.assignment_solution .list .item .head dl dd {
  margin: 0 0 0 0;
  padding: 5px 0;
  line-height: 1.1em;
  font-size: 20px;
  overflow: hidden;
}
.assignment_solution .list .item .arrow {
  margin: 0 auto;
  padding: 28px 0;
  width: 37px;
}
.assignment_solution .list .item .box01 {
  margin: 0 0 0 0;
  padding: 34px 0;
  width: 100%;
  background: #ebebeb;
}
.assignment_solution .list .item .box01 dl {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: table;
}
.assignment_solution .list .item .box01 dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 156px;
  text-align: center;
  border-right: 1px solid #adadad;
  display: table-cell;
  vertical-align: middle;
}
.assignment_solution .list .item .box01 dl dt .icon {
  margin: 0 auto 5px auto;
  width: 60px;
}
.assignment_solution .list .item .box01 dl dt .label {
  margin: 0 0 0 0;
  padding: 4px 8px;
  line-height: 1.4em;
  font-size: 16px;
}
.assignment_solution .list .item .box01 dl dd {
  margin: 0 0 0 0;
  padding: 0 15px 0 40px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.assignment_solution .list .item .box01 dl dd ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.assignment_solution .list .item .box01 dl dd ul li {
  margin: 0 0 0 0;
  padding: 0 0 15px 1.5em;
  line-height: 1.6em;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.assignment_solution .list .item .box01 dl dd ul li:last-child {
  margin: 0 0 0 0;
  padding: 0 0 0 1.5em;
}
.assignment_solution .list .item .box01 dl dd ul li:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  content: "●";
  position: absolute;
/*  top: 0;*/
  top: 7.5%;
  left: 0;
}
.assignment_solution .list .item .box01 dl dd ul li em {
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
}
.assignment_solution .list .item .box02 {
  margin: 0 0 0 0;
  padding: 34px 0;
  width: 100%;
  background: #e5d7b2;
}
.assignment_solution .list .item .box02 dl {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: table;
}
.assignment_solution .list .item .box02 dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 156px;
  text-align: center;
  border-right: 1px solid #d8a233;
  display: table-cell;
  vertical-align: middle;
}
.assignment_solution .list .item .box02 dl dt .icon {
  margin: 0 auto 10px auto;
  width: 56px;
}
.assignment_solution .list .item .box02 dl dt .label {
  margin: 0 0 0 0;
  padding: 4px 8px;
  line-height: 1.4em;
  font-size: 16px;
  color: #ffffff;
  background: #ce8800;
}
.assignment_solution .list .item .box02 dl dd {
  margin: 0 0 0 0;
  padding: 0 15px 0 40px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.assignment_solution .list .item .box02 dl dd ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.assignment_solution .list .item .box02 dl dd ul li {
  margin: 0 0 0 0;
  padding: 0 0 15px 1.5em;
  line-height: 1.6em;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.assignment_solution .list .item .box02 dl dd ul li:last-child {
  margin: 0 0 0 0;
  padding: 0 0 0 1.5em;
}
.assignment_solution .list .item .box02 dl dd ul li:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  content: "●";
  position: absolute;
  top: 0;
/*  top: 7.5%;*/
  left: 0;
}
.assignment_solution .list .item .box02 dl dd ul li em {
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
}




@media (min-width:781px) and (max-width: 1000px) {
  
  /* assignment_main_image */
  .assignment_main_image {
    width: 100%;
    height: 646px;
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/8fc528abe4ec47bc8376e9bcb8fd03c9/main_image_01.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .assignment_main_image:after {
    width: 100%;
    height: 51px;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/eae543751e912ea464f9a5f11ac13ead/main_image_eng_01.png") no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .assignment_main_image .inner {
    padding: 220px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .assignment_main_image .inner h2 {
    color: #ffffff;
    line-height: 1.4em;
    font-size: 42px;
    font-family: 'Noto Serif JP';
    display: inline-block;
    position: relative;
  }
  .assignment_main_image .inner h2:before {
    margin-left: 15px;
    width: 100%;
    height: 5px;
    line-height: 5px;
    content: "";
    background: #4ea06a;
    display: block;
    position: absolute;
    top: 140px;
    left: 100%;
  }
  .assignment_main_image .inner h2:after {
    margin-right: 15px;
    width: 100%;
    height: 5px;
    line-height: 5px;
    content: "";
    background: #4ea06a;
    display: block;
    position: absolute;
    top: 140px;
    right: 100%;
  }



  .assignment_main_image .inner h2 .sub {
    color: #ffffff;
    line-height: 1.4em;
    font-size: 27px;
    font-family: 'Noto Serif JP';
  }
  .assignment_main_image .inner .attention {
    color: #ffffff;
    line-height: 1.4em;
    font-size: 14px;
  }

  
  
  /* assignment_bnr02 */
  .assignment_bnr02 {
    margin: 0 auto 90px;
    padding: 0 0 0 0;
    width: 92%;
    max-width: 1000px;
    text-align: left;
    box-sizing: border-box;
    background: #e9f252 url("https://assets-fb-rn.fujifilm.com/files/2024-01/0dd74aecce1ed70e2e9babfc1863bc22/bnr_back_01.png") no-repeat right center;
    background-size: auto 100%;
  }
  .assignment_bnr02 a {
    margin: 0 0 0 0;
    padding: 25px 0 10px 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    display: block;
  }
  .assignment_bnr02 .inner {
    margin: 0 0 0 3.5%;
    padding: 0 0 0 0;
    width: 50.6%;
  }
  .assignment_bnr02 .inner .tit {
    margin: 0 0 0 0;
    padding: 0 0 0px 0;
    line-height: 1.8em;
    font-size: 22px;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
    font-weight: bold;
    color: #01916d;
    text-align: center;
  }
  .assignment_bnr02 .inner .description {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    text-align: left;
  }
  .assignment_bnr02 .inner .description p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 12px;
    font-weight: normal;
    font-family: "Clarimo UD PE Light", "UD Shin Go Light JIS2004", sans-serif;
    color: #333333;
  }
  .assignment_bnr02 .inner .link {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 132px;
    height: 35px;
    display: table;
  }
  .assignment_bnr02 .inner .link .text {
    line-height: 1.4em;
    font-size: 13px;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: #01916d;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .assignment_bnr02 .inner .link .text:after {
    content: "";
    width: 4px;
    height: 8px;
    line-height: 8px;
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/d18a015578c856c1b8c919cef24b37e1/arrow_03.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -4px 0 0 0;
  }

}


/**
 * SP表示
**/
.sp_disp { display: none !important; }

@media only screen and (max-width: 780px) {
  body {
    -webkit-text-size-adjust: none;
  }

  /**
   * SP表示
  **/
  .sp_disp { display: block !important; }
  .pc_disp { display: none !important; }
  
  #assignment_wrapper .sp_disp { display: block !important; }
  
  
  
  /* assignment_main_image */
  .assignment_main_image {
    width: 100%;
    height: 106.36vw;
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/9626435d0fd5e88e0cebd0e31e716d56/main_image_01-sp.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .assignment_main_image:after {
    width: 100%;
    height: 6.54vw;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/395e356b80d29e888ec130efcb95634c/main_image_eng_01-sp.png") no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .assignment_main_image .inner {
    padding: 40.9vw 0 0 0;
    width: 100%;
    text-align: center;
  }
  #assignment_wrapper .assignment_main_image .inner br.sp_disp {
    display: inline-block !important;
  }
  .assignment_main_image .inner h2 {
    color: #ffffff;
    line-height: 1.4em;
    font-size: 7.09vw;
    font-family: 'Noto Serif JP';
    display: inline-block;
    position: relative;
  }
  .assignment_main_image .inner h2:before {
    margin-left: 15px;
    width: 100%;
    height: 5px;
    line-height: 5px;
    content: "";
    background: #4ea06a;
    display: block;
    position: absolute;
    top: 140px;
    left: 100%;
  }
  .assignment_main_image .inner h2:after {
    margin-right: 15px;
    width: 100%;
    height: 5px;
    line-height: 5px;
    content: "";
    background: #4ea06a;
    display: block;
    position: absolute;
    top: 140px;
    right: 100%;
  }



  .assignment_main_image .inner h2 .sub {
    color: #ffffff;
    line-height: 1.4em;
    font-size: 4.9vw;
    font-family: 'Noto Serif JP';
  }
  .assignment_main_image .inner .attention {
    color: #ffffff;
    line-height: 1.4em;
    font-size: 2.54vw;
  }



  /* assignment_support_case */
  .assignment_support_case {
    margin: 0 auto;
    padding: 10vw 0 0 0;
    width: 100%;
    max-width: 1000px;
    text-align: center;
  }
  .assignment_support_case img {
    width: 100%;
    height: auto;
    display: block;
  }
  .assignment_support_case h3 {
/*    margin: 0 0 6vw 0;*/
/*    padding: 0 0 6vw 0;*/
    margin: 0 0 8vw 0;
    padding: 0 0 8vw 0;
    line-height: 1.4em;
    font-size: 7.09vw;
    font-family: 'Noto Serif JP';
    color: #333333;
    text-align: center;
    position: relative;
  }
  .assignment_support_case h3:after {
    margin: 0 0 0 -21px;
    padding: 0 0 0 0;
    width: 43px;
    height: 1px;
    line-height: 1px;
    content: "";
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .assignment_support_case .list {
    margin: 0 auto;
    width: 87.27vw;
    display: flex;
    flex-wrap: wrap;
  }
  .assignment_support_case .list .case {
    margin: 0 0 9vw 0;
    width: 50%;
    position: relative;
  }
  .assignment_support_case .list .case:nth-of-type(3n) {
    margin: 0 0 9vw 0;
  }
  .assignment_support_case .list .case .image {
    margin: 0 1.8vw 1.8vw 1.8vw;
  }
  .assignment_support_case .list .case .label {
    padding: 4px 8px;
    font-size: 2.36vw;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #ffffff;
    background: #a90000;
    position: absolute;
    top: 5vw;
    left: -1.5vw;
  }
  .assignment_support_case .list .case p {
    padding: 1.5vw 1.5vw;
    line-height: 1.6em;
    font-size: 2.54vw;
    display: inline-block;
    background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/ffc1ebb1eaa11c9d0b22ecaca8bda06a/deco_01.png"),url("https://assets-fb-rn.fujifilm.com/files/2024-01/8f98f227099b5095390ab5a20b1b65af/deco_02.png");
    background-position: left top,right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 3.45vw auto, 3.45vw auto;
  }

  /* assignment_faq */
  .assignment_faq {
    margin: 0 auto;
    padding: 14.5vw 0 4vw 0;
    width: 87.27vw;
    max-width: 1000px;
    text-align: center;
  }
  .assignment_faq h3 {
/*    margin: 0 0 4.54vw 0;*/
/*    padding: 0 0 7.54vw 0;*/
    margin: 0 0 4.54vw 0;
    padding: 0 0 8vw 0;
    line-height: 1.4em;
    font-size: 7.09vw;
    font-family: 'Noto Serif JP';
    color: #333333;
    text-align: center;
    position: relative;
  }
  .assignment_faq h3:after {
    margin: 0 0 0 -21px;
    padding: 0 0 0 0;
    width: 43px;
    height: 1px;
    line-height: 1px;
    content: "";
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .assignment_faq dl {
    padding: 4.54vw 0;
    width: 100%;
    border-bottom: 1px solid #adadad;
  }
  .assignment_faq dl:last-child {
    border-bottom: none;
  }
  .assignment_faq dl dt {
    padding: 0 0 4.2vw 10vw;
    line-height: 1.5em;
    font-size: 2.9vw;
    color: #333333;
    text-align: left;
    position: relative;
  }
  .assignment_faq dl dt:before {
    line-height: 1.2em;
    font-size: 5.45vw;
    content: "Q";
    color: #000000;
    position: absolute;
    top: -0.3em;
    left: 0.5vw;
  }
  .assignment_faq dl dd {
    padding: 0 0 0 10vw;
    line-height: 1.5em;
    font-size: 2.54vw;
    color: #333333;
    text-align: left;
    position: relative;
  }
  .assignment_faq dl dd:before {
    line-height: 1.2em;
    font-size: 5.45vw;
    content: "A";
    color: #a90000;
    position: absolute;
    top: -0.2em;
    left: 0.5vw;
  }

  /* assignment_content_menu */
  .assignment_content_menu {
    margin: 0 0 0 0;
    padding: 9vw 0 4vw 0;
    color: #ffffff;
    text-align: center;
    background: #333333;
  }
  .assignment_content_menu .list {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 972px;
/*    display: flex;*/
/*    flex-wrap: wrap;*/
text-align: center;
display:inline-block;
  }
  .assignment_content_menu .list .item {
    margin: 0 0 5.45vw 0;
    padding: 0 0 0 5vw;
    width: auto;
    line-height: 1.2em;
    font-size: 2.9vw;
    box-sizing: border-box;
    position: relative;
display:inline-block;
  }
  .assignment_content_menu .list .item:nth-of-type(1) {
    margin: 0 1.8vw 5.45vw 0;
padding-left:1.5vw;
  }
/*
  .assignment_content_menu .list .item:nth-of-type(2) {
    padding: 0 0 0 6.45vw;
  }
*/
  .assignment_content_menu .list .item:nth-of-type(2),.assignment_content_menu .list .item:nth-of-type(4),.assignment_content_menu .list .item:nth-of-type(6) {
    padding: 0 0 0 6.45vw;
  }
/*
  .assignment_content_menu .list .item:nth-of-type(3) {
padding-left:1.5vw;
  }
*/
  .assignment_content_menu .list .item:before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/152a431197eaf0f288f3bf730fc8cbd9/deco_03.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0.5vw;
  }
  .assignment_content_menu .list .item:nth-of-type(1):before {
    display: none;
  }
  .assignment_content_menu .list .item:nth-of-type(3):before {
    display: none;
  }
  .assignment_content_menu .list .item:nth-of-type(5):before {
    display: none;
  }
  .assignment_content_menu .list .item:nth-of-type(3n):after {
    display: none;
  }
  .assignment_content_menu .list .item a {
    color: #ffffff;
  }

  /* assignment_case */
  .assignment_case {
    margin: 0 auto;
    padding: 10vw 0 10vw 0;
    width: 100%;
    text-align: center;
  }
  .assignment_case img {
    width: 100%;
    height: auto;
    display: block;
  }
  .assignment_case h3 {
/*    margin: 0 0 10vw 0;*/
/*    padding: 0 0 10vw 0;*/
    margin: 0 0 8vw 0;
    padding: 0 0 8vw 0;
    line-height: 1.4em;
    font-size: 7.09vw;
    font-family: 'Noto Serif JP';
    color: #333333;
    text-align: center;
    position: relative;
  }
  .assignment_case h3:after {
    margin: 0 0 0 -21px;
    padding: 0 0 0 0;
    width: 43px;
    height: 1px;
    line-height: 1px;
    content: "";
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .assignment_case h3 em {
    margin: 0 0 0 0;
/*    padding: 3px 5px;*/
padding: 0px 5px 4px;
    line-height: 1.4em;
    font-size: 7.09vw;
    color: #ffffff;
    text-align: center;
    display: inline-block;
  }
  .assignment_case .list {
    margin: 0 auto 1.8vw;
    width: 83.27vw;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
  }
  .assignment_case .list .item {
    margin: 0 0 7.27vw 0;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .assignment_case .list .item:nth-of-type(2n) {
    margin: 0 0 7.27vw 0;
  }
  .assignment_case .list .item .image {
    margin: 0 0 10px 0;
    border-top: 5px solid #d8a233;
  }
  .assignment_case .list .item .head {
    padding: 0 0 0 25.4vw;
    position: relative;
  }
  .assignment_case .list .item .head p {
    margin: 0 0 5px 0;
    line-height: 1.6em;
    font-size: 3.33vw;
    color: #333333;
  }
  .assignment_case .list .item .head p.eng {
    margin: 0 0 5px 0;
    line-height: 1.5em;
    font-size: 2.9vw;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #a90000;
  }
  .assignment_case .list .item .head h4 {
    margin: 0 0 0 0;
    padding: 6.36vw 0 0 0;
    width: 26.72vw;
    height: 26.72vw;
    line-height: 1.6em;
    font-size: 4vw;
    color: #ffffff;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 0;
    left: -4.18vw;
  }
  .assignment_case .list .item .description {
    padding: 0 0 0 0;
    position: relative;
  }
  .assignment_case .list .item .description p {
    margin: 0 0 0 0;
    line-height: 1.5em;
    font-size: 2.54vw;
    color: #333333;
  }
  .assignment_case .message {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 5.13vw;
    color: #333333;
    text-align: center;
    position: relative;
  }
  .assignment_case .message em {
    margin: 0 0 0 0;
/*    padding: 3px 5px;*/
padding: 0px 5px 4px;
    line-height: 1.4em;
    font-size: 5.13vw;
    color: #ffffff;
    text-align: center;
    display: inline-block;
  }


  /* assignment_features */
  .assignment_features {
    margin: 0 auto;
    padding: 11vw 0 11vw 0;
    width: 100%;
    text-align: center;
    background: #ebebeb;
  }
  .assignment_features img {
    width: 100%;
    height: auto;
    display: block;
  }
  .assignment_features h3 {
/*    margin: 0 0 9vw 0;*/
/*    padding: 0 0 9vw 0;*/
    margin: 0 0 8vw 0;
    padding: 0 0 8vw 0;
    line-height: 1.4em;
    font-size: 7.09vw;
    font-family: 'Noto Serif JP';
    color: #333333;
    text-align: center;
    position: relative;
  }
  .assignment_features h3:after {
    margin: 0 0 0 -21px;
    padding: 0 0 0 0;
    width: 43px;
    height: 1px;
    line-height: 1px;
    content: "";
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .assignment_features h3 em {
    margin: 0 0 0 0;
/*    padding: 3px 5px;*/
  padding: 0px 5px 4px;
    line-height: 1.4em;
    font-size: 7.09vw;
    color: #ffffff;
    text-align: center;
    display: inline-block;
  }
  .assignment_features .list {
    margin: 0 auto 10vw;
    padding: 5px;
    width: 92.18vw;
    height: auto;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
  }
  .assignment_features .list .item {
    margin: 0 0 0 0;
    padding: 5.72vw 0;
    width: auto;
    height: auto;
    background: none;
    border: 2px solid #a90000;
    border-bottom: 1px solid #a90000;
    border-top: none;
    text-align: left;
    position: relative;
    display: flex;
  }
  .assignment_features .list .item:nth-of-type(1) {
    border-top: 2px solid #a90000;
    top: auto;
    left: auto;
  }
  .assignment_features .list .item:nth-of-type(2) {
    top: auto;
    right: auto;
  }
  .assignment_features .list .item:nth-of-type(3) {
    bottom: auto;
    left: auto;
  }
  .assignment_features .list .item:nth-of-type(4) {
    border-bottom: 2px solid #a90000;
    bottom: auto;
    right: auto;
  }
  .assignment_features .list .item .point {
    margin: 0 0 0 0;
    padding: 0.0vw 0 0 0;
    width: 16.36vw;
    line-height: 1.4em;
    font-size: 2.54vw;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #a90000;
    text-align: center;
  }
  .assignment_features .list .item:nth-of-type(2) .point {
    padding: 2.0vw 0 0 0;
  }
  .assignment_features .list .item:nth-of-type(3) .point {
    padding: 2.0vw 0 0 0;
  }
  .assignment_features .list .item .point .num {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 7.09vw;
    font-family: 'Noto Serif JP';
    color: #a90000;
    display: block;
  }
  .assignment_features .list .item .description {
    margin: 0 1.0vw 0 0;
    padding: 0 0 0 0;
    width: 54vw;
    line-height: 1.6em;
    font-size: 2.9vw;
    color: #333333;
    text-align: left;
  }
  .assignment_features .list .item .description a {
    text-decoration: underline;
  }
  .assignment_features .list .item .description a:hover {
    text-decoration: none;
  }
  .assignment_features .list .item .icon {
    margin: 0 auto;
  }
  .assignment_features .list .item .icon01 {
    width: 12.36vw;
  }
  .assignment_features .list .item .icon02 {
    padding-top: 0.8vw;
    width: 11.6vw;
  }
  .assignment_features .list .item .icon03 {
    padding-top: 1.8vw;
    width: 8.9vw;
  }
  .assignment_features .list .item .icon04 {
    padding-top: 1.8vw;
    width: 12.54vw;
  }
  .assignment_features .link_box {

  }
  .assignment_features .link_box .message {
    margin: 0 auto 0;
    padding: 1.8vw 0 0 0;
    width: 54.27vw;
    height: 12vw;
    text-align: center;
    line-height: 1.2em;
    font-size: 2.6vw;
    color: #000000;
    box-sizing: border-box;
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/7f50e0af5280712ed09c246d0e9979b8/content_back_02.png") no-repeat center top;
    background-size: 100% auto;
  }
  .assignment_features .link_box .link {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 90.18vw;
    height: 11.27vw;
    display: table;
  }
  .assignment_features .link_box .link a {
    line-height: 1.4em;
    font-size: 3.81vw;
    text-decoration: none;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .assignment_features .link_box .link a:after {
    content: "";
    width: 0.92vw;
    height: 1.84vw;
    line-height: 1.84vw;
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/d18a015578c856c1b8c919cef24b37e1/arrow_03.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 3.5vw;
    margin: -0.92vw 0 0 0;
  }

  /* assignment_reason */
  .assignment_reason {
    margin: 0 auto;
    padding: 9vw 0 8.4vw 0;
    width: 100%;
    text-align: center;
  }
  .assignment_reason img {
    width: 100%;
    height: auto;
    display: block;
  }
  .assignment_reason h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 4.9vw;
    font-family: 'Noto Serif JP';
    color: #333333;
    text-align: center;
    position: relative;
  }
  .assignment_reason h3:after {
    margin: 4.6vw auto 0;
    padding: 0 0 0 0;
    width: 12.36vw;
    height: 9.45vw;
    line-height: 9.45vw;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/cc117aa8ab8a22ad96163d2f3660e831/arrow_04.png") no-repeat center center;
    background-size: cover;
    display: block;
  }
  .assignment_reason h3 em {
    margin: 0 0 0 0;
/*    padding: 3px 5px;*/
 padding: 0px 5px 4px;
    line-height: 1.4em;
    font-size: 4.9vw;
    color: #ffffff;
    text-align: center;
    display: inline-block;
  }

  /* assignment_strengths */
  .assignment_strengths {
    margin: 0 auto;
    padding: 10vw 0 9vw 0;
    width: 100%;
    text-align: center;
    background: #ebebeb;
  }
  .assignment_strengths img {
    width: 100%;
    height: auto;
    display: block;
  }
  .assignment_strengths h3 {
/*    margin: 0 0 14vw 0;*/
/*    padding: 0 0 10vw 0;*/
    margin: 0 0 12vw 0;
    padding: 0 0 8vw 0;
    line-height: 1.4em;
    font-size: 7.09vw;
    font-family: 'Noto Serif JP';
    color: #333333;
    text-align: center;
    position: relative;
  }
  .assignment_strengths h3:after {
    margin: 0 0 0 -21px;
    padding: 0 0 0 0;
    width: 43px;
    height: 1px;
    line-height: 1px;
    content: "";
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .assignment_strengths h3 em {
    margin: 0 0 0 0;
/*    padding: 3px 5px;*/
padding: 0px 5px 4px;
    line-height: 1.4em;
    font-size: 47px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
  }
  .assignment_strengths .list {
    margin: 0 auto 0;
    width: 87.27vw;
    max-width: 1000px;
    display: block;
  }
  .assignment_strengths .list .item {
    margin: 0 0 13.6vw 0;
    padding: 0 0 1.8vw 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
    position: relative;
  }
  .assignment_strengths .list .item:nth-of-type(2) {
    margin: 0 0 10vw 0;
  }
  .assignment_strengths .list .item .label {
    margin: 0 0 0 -17.45vw;
    padding: 4px 0;
    width: 34.9vw;
    font-size: 2.9vw;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #ffffff;
    text-align: center;
    background: #a90000;
    position: absolute;
    top: -3.6vw;
    left: 50%;
  }
  .assignment_strengths .list .item .head {
    margin: 0 0 4.54vw 0;
    width: 100%;
    height: 24vw;
    background: #333333;
    border-bottom: 2px solid #d8a233;
    display: table;
  }
  .assignment_strengths .list .item .head p {
    line-height: 1.6em;
    font-size: 4vw;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
  }
  .assignment_strengths .list .item .description {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 74.2vw
  }
  .assignment_strengths .list .item .description p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 2.54vw;
    color: #333333;
    text-align: left;
  }
  .assignment_strengths .list .item .text01 {
    margin: 0 auto 0;
    padding: 5vw 0 1.5vw 0;
    max-width: 38.36vw;
  }
  .assignment_strengths .list .item .text02 {
    margin: 0 auto 5vw;
    padding: 10vw 0 0 0;
    max-width: 71vw;
  }
  .assignment_strengths .list .item .note {
    margin: 0 auto;
    padding: 0 0 3.3vw 0;
    width: 74.2vw;
    line-height: 1.6em;
    font-size: 2.18vw;
    color: #333333;
    text-align: left;
  }
  .assignment_strengths .example {
    margin: 0 auto 0;
    width: 87.27vw;
    max-width: 1000px;
    background: #ffffff;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
    box-sizing: border-box;
    overflow: hidden;
  }
  .assignment_strengths .example .head {
    margin: 0 0 0 0;
    padding: 7px 7px 0 7px;
    border-bottom: 1px solid #d8a233;
  }
  .assignment_strengths .example .head h4 {
    margin: 0 0 0 0;
    padding: 4.54vw 0 4.54vw 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 4.72vw;
    border: 2px solid #d8a233;
    border-bottom: none;
  }
  .assignment_strengths .example .detail {
    margin: 0 7px 7px 7px;
    padding: 0 0 0 0;
    text-align: left;
    border: 2px solid #d8a233;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .assignment_strengths .example .detail .item {
    margin: 0 0 0 0;
    padding: 6.36vw 0 4vw 0;
    width: 42%;
  }
  .assignment_strengths .example .detail .item:nth-of-type(1) {
    margin: 0 0 0 8%;
    border-bottom: 1px solid #d8a233;
  }
  .assignment_strengths .example .detail .item:nth-of-type(2) {
    border-bottom: 1px solid #d8a233;
  }
  .assignment_strengths .example .detail .item:nth-of-type(3) {
    margin: 0 0 0 8%;
  }
  
  .assignment_strengths .example .detail .item dl {
    margin: 0 0 0 4.5vw;
  }
  .assignment_strengths .example .detail .item dt {
    margin: 0 0 0 1.5vw;
    padding: 0 0 1.8vw 0;
    line-height: 1.4em;
    font-size: 3.27vw;
    color: #333333;
  }
  .assignment_strengths .example .detail .item dd {
    margin: 0 0 0 1.5vw;
    padding: 0 0 1.8vw 0;
  }
  .assignment_strengths .example .detail .item dd ul {
    list-style: none;
  }
  .assignment_strengths .example .detail .item dd ul li {
    padding: 0 0 5px 1em;
    line-height: 1.4em;
    font-size: 2.54vw;
    color: #333333;
    position: relative;
  }
  .assignment_strengths .example .detail .item dd ul li:before {
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 2vw;
    content: "●";
    color: #adadad;
    position: absolute;
    top: 0.4vw;
    left: 0;
  }
  .assignment_strengths .example .detail .item .image01 {
    margin: 0 auto;
    width: 80%;
    max-width: 103px;
  }
  .assignment_strengths .example .detail .item .image02 {
    margin: 0 auto;
    width: 80%;
    max-width: 98px;
  }
  .assignment_strengths .example .detail .item .image03 {
    margin: 0 auto;
    width: 80%;
    max-width: 138px;
  }
  .assignment_strengths .example .detail .item .image04 {
    margin: 0 auto;
    width: 80%;
    max-width: 126px;
  }

  /* assignment_link_box */
  .assignment_link_box {
    margin: 0 0 0 0;
    padding: 11.8vw 0 11.8vw 0;
    background: #333333;
  }
  .assignment_link_box.gray {
    padding: 9vw 0 10vw 0;
    background: #ebebeb;
  }
  .assignment_link_box .message {
    margin: 0 auto 0;
    padding: 1.8vw 0 0 0;
    width: 92vw;
    height: 14vw;
    text-align: center;
    line-height: 1.2em;
    font-size: 2.4vw;
    color: #000000;
    box-sizing: border-box;
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/91df724c3d6c985ac26a3d22f568faad/content_back_03.png") no-repeat center top;
    background-size: 100% auto;
  }
  .assignment_link_box .link {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 92vw;
    height: 13vw;
    display: table;
  }
  .assignment_link_box .link a {
    line-height: 1.4em;
    font-size: 3.81vw;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .assignment_link_box .link a:after {
    content: "";
    width: 1.4vw;
    height: 2.8vw;
    line-height: 2.8vw;
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/d18a015578c856c1b8c919cef24b37e1/arrow_03.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 4vw;
    margin: -1.4vw 0 0 0;
  }
  .assignment_link_box .link a img {
    width: 20.7vw;
    position: absolute;
    top: -1.2vw;
    right: 9vw;
  }
  .assignment_link_box .link a .text {
    display: inline-block;
    position: relative;
  }
  .assignment_link_box .link a .text:before {
    content: "";
    width: 4.54vw;
    height: 6vw;
    line-height: 6vw;
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/ec9a35af53daac6136921713f5b29820/arrow_02.svg") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    vertical-align: middle;
    margin: -3vw 0 0 0;
    position: absolute;
    top: 50%;
    left: -8vw;
  }

  /* assignment_works */
  .assignment_works {
    margin: 0 auto 9vw;
    padding: 11vw 0 8.18vw 0;
    width: 100%;
    text-align: center;
    background: #ebebeb;
  }
  .assignment_works img {
    width: 100%;
    height: auto;
    display: block;
  }
  .assignment_works h3 {
/*    margin: 0 0 6.36vw 0;*/
/*    padding: 0 0 6.36vw 0;*/
    margin: 0 0 8vw 0;
    padding: 0 0 8vw 0;
    line-height: 1.4em;
    font-size: 7.09vw;
    font-family: 'Noto Serif JP';
    color: #333333;
    text-align: center;
    position: relative;
  }
  .assignment_works h3:after {
    margin: 0 0 0 -21px;
    padding: 0 0 0 0;
    width: 43px;
    height: 1px;
    line-height: 1px;
    content: "";
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .assignment_works .list {
/*    margin: 0 auto 0;
    width: 87.27vw;
    max-width: 1000px;
    display: block;*/
  }
  .assignment_works .list .item {
    margin: 0 0 0 0;
    padding: 0 2px;
    box-sizing: border-box;
  }
  .assignment_works .list .item a {
    margin: 0 0 5.45vw 0;
    padding: 0 0 3.63vw 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
    position: relative;
	   display: block;
  }
/*
  .assignment_strengths .list .item:nth-of-type(3) {
    margin: 0 0 0 0;
  }
*/
/*
  .assignment_works .list .item:nth-of-type(n+1) {
    margin: 0 0 5.45vw 0;
}
*/


  .assignment_works .list .item .image {
    margin: 0 0 3.5vw 0;
    padding: 0 0 0 0;
    width: 100%;
    border-bottom: 3px solid #d8a233;
  }
  .assignment_works .list .item h4 {
    margin: 0 3.63vw 1.5vw 3.63vw;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 3.27vw;
    font-weight: normal;
    color: #333333;
    text-align: center;

  }
  .assignment_works .list .item .description {
    margin: 0 3.63vw 0 3.63vw;
    padding: 0 0 2.75vw 0;

    text-align: left;
  }
  .assignment_works .list .item .description p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 2.54vw;
    font-weight: normal;
    color: #333333;
  }
  .assignment_works .list .item .more {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 23.63vw;
    height: 6.36vw;
    display: table;
  }
  .assignment_works .list .item .more .text {
    line-height: 1.4em;
    font-size: 2.36vw;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: #333333;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .assignment_works .list .item .more .text:after {
    content: "";
    width: 0.72vw;
    height: 1.44vw;
    line-height: 1.44vw;
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/d18a015578c856c1b8c919cef24b37e1/arrow_03.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 1.5vw;
    margin: -0.72vw 0 0 0;
  }

  /* assignment_bnr01 */
  .assignment_bnr01 {
    margin: 0 auto 9.4vw;
    padding: 0 0 0 0;
    width: 87.2%;
    max-width: 1000px;
    text-align: left;
    box-sizing: border-box;
    border: 2px solid #ebebeb;
    position: relative;
    display: block;
  }
  .assignment_bnr01 a {
    margin: 0 0 0 0;
    padding: 4.54vw 0 4.54vw 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    display: block;
  }
  .assignment_bnr01 .inner {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 76.36vw;
  }
  .assignment_bnr01 .inner .tit {
    margin: 0 0 0 0;
    padding: 0 0 1.5vw 0;
/*    line-height: 1.8em;*/
    line-height: 1.5em;
    font-size: 4vw;
    font-weight: normal;
    color: #333333;
    text-align: center;
  }
  .assignment_bnr01 .inner .description {
    margin: 0 0 0 0;
    padding: 0 0 2.5vw 0;
    line-height: 1.6em;
    font-size: 2.54vw;
    font-weight: normal;
    color: #333333;
  }
  .assignment_bnr01 .inner .link {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: 8vw;
    display: table;
  }
  .assignment_bnr01 .inner .link .text {
    line-height: 1.4em;
    font-size: 2.9vw;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .assignment_bnr01 .inner .link .text:after {
    content: "";
    width: 0.92vw;
    height: 1.64vw;
    line-height: 1.64vw;
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/d18a015578c856c1b8c919cef24b37e1/arrow_03.svg") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 .8vw 1.5vw;
  }
  #assignment_wrapper .assignment_bnr01 .image.sp_disp {
    margin: 0 0 0 17vw;
    padding: 0 0 0 0;
    width: 59.45vw;
    position: relative;
    display: block !important;
  }
  .assignment_bnr01 .image .free {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 17.8vw;
    height: 17.8vw;
    display: table;
    position: absolute;
    top: 9.5vw;
    left: -11vw;
  }
  .assignment_bnr01 .image .free .cell {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 1.8em;
    font-size: 2.36vw;
    color: #ffffff;
    background: #a90000;
    border-radius: 90px;
    display: table-cell;
    vertical-align: middle;
  }

  /* assignment_bnr02 */
  .assignment_bnr02 {
    margin: 0 auto 10vw;
    padding: 0 0 0 0;
    width: 87.2%;
    max-width: 1000px;
    text-align: left;
    box-sizing: border-box;
    background: #e9f252 url("https://assets-fb-rn.fujifilm.com/files/2024-01/ef3a175580a1601e5bbf637aefd840ef/bnr_back_01-sp.png") no-repeat center top;
    background-size: 100% auto;
  }
  .assignment_bnr02 a {
    margin: 0 0 0 0;
    padding: 36vw 0 5.5vw 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .assignment_bnr02 .inner {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 77.27vw;
  }
  .assignment_bnr02 .inner .tit {
    margin: 0 0 0 0;
    padding: 0 0 1.4vw 0;
    line-height: 1.8em;
    font-size: 4.72vw;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
    font-weight: bold;
    color: #01916d;
    text-align: center;
  }
  .assignment_bnr02 .inner .description {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    text-align: left;
    line-height: 1.6em;
    font-size: 2.54vw;
    font-weight: normal;
    font-family: "Clarimo UD PE Light", "UD Shin Go Light JIS2004", sans-serif;
    color: #333333;
  }
  .assignment_bnr02 .inner .link {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 23.81vw;
    height: 6.36vw;
    display: table;
  }
  .assignment_bnr02 .inner .link .text {
    line-height: 1.4em;
    font-size: 2.36vw;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: #01916d;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .assignment_bnr02 .inner .link .text:after {
    content: "";
    width: 0.72vw;
    height: 1.44vw;
    line-height: 1.44vw;
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/d18a015578c856c1b8c919cef24b37e1/arrow_03.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 1.5vw;
    margin: -0.72vw 0 0 0;
  }

  /* assignment_solution */
  .assignment_solution {
    margin: 0 auto;
    padding: 12.7vw 0 2vw 0;
    width: 100%;
    text-align: center;
  }
  .assignment_solution img {
    width: 100%;
    height: auto;
    display: block;
  }
  .assignment_solution h3 {
/*    margin: 0 0 10vw 0;*/
/*    padding: 0 0 10vw 0;*/
    margin: 0 0 8vw 0;
    padding: 0 0 8vw 0;
    line-height: 1.4em;
    font-size: 7.09vw;
    font-family: 'Noto Serif JP';
    color: #333333;
    text-align: center;
    position: relative;
  }
  .assignment_solution h3:after {
    margin: 0 0 0 -21px;
    padding: 0 0 0 0;
    width: 43px;
    height: 1px;
    line-height: 1px;
    content: "";
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .assignment_solution .list {
    margin: 0 auto 0;
    width: 95vw;
    max-width: 1000px;
  }
  .assignment_solution .list .item {
    margin: 0 0 10.5vw 0;
    padding: 0 0 6vw 0;
    border: 2px solid #d6d6d6;
    position: relative;
  }
  .assignment_solution .list .item .image {
    margin: 0 0 3.63vw 0;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  .assignment_solution .list .item .head {
    margin: 0 auto 3vw auto;
    width: 88.36vw
  }
  .assignment_solution .list .item .head .point {
    margin: 0 0 3.63vw 0;
    width: 100%;
    display: flex;
  }
  .assignment_solution .list .item .head .point li {
    margin: 0 2% 0 0;
    padding: 1.5vw 0 1.5vw 0;
    width: 32%;
    color: #ffffff;
    text-align: center;
    line-height: 1.4em;
    font-size: 2.49vw;
    background: #4ea06a;
    border-radius: 5px;
  }
  .assignment_solution .list .item .head .point li:nth-of-type(3) {
    margin: 0 0 0 0;
  }
  .assignment_solution .list .item .head .point li:before {
    margin: 0 1.2vw 0 0;
    padding: 0 0 0 0;
    width: 2.7vw;
    height: 2.7vw;
    line-height: 2.7vw;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/4df18c7e2cc2054ac28941b0fc15352a/icon_01.svg") no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }
  .assignment_solution .list .item .head .title {
    margin: 0 0 2.8vw 0;
    padding: 0 0 1.5vw 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #858585;
  }
  .assignment_solution .list .item .head .title .eng {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    line-height: 1.4em;
    font-size: 2.9vw;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004", sans-serif;
    color: #a90000;
    display: block;
    vertical-align: middle;
  }
  .assignment_solution .list .item .head .title .name {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 6.54vw;
    color: #333333;
    display: block;
    vertical-align: middle;
  }
  .assignment_solution .list .item .head dl {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    text-align: left;
    overflow: hidden;
  }
  .assignment_solution .list .item .head dl dt {
    margin: 0 1.5vw 0 0;
    padding: 0.4vw 0;
    width: 25.4vw;
    line-height: 1.2em;
    font-size: 2.54vw;
    color: #ffffff;
    text-align: center;
    background: #333333;
    float: left;
    border-radius: 90px;
  }
  .assignment_solution .list .item .head dl dt.icon01:before {
    margin: 0 1.3vw 0 0;
    padding: 0 0 0 0;
    width: 2.18vw;
    height: 2.9vw;
    line-height: 2.9vw;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/daa7bd910a8777df77eaa3ddcf54dfca/icon_02.svg") no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }
  .assignment_solution .list .item .head dl dt.icon02:before {
    margin: 0 1.3vw 0 0;
    padding: 0 0 0 0;
    width: 3.63vw;
    height: 3.27vw;
    line-height: 3.27vw;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/62c76c8ec55572cc5e638b5665863dfc/icon_03.svg") no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }
  .assignment_solution .list .item .head dl dd {
    margin: 0 0 0 0;
    padding: 0.4vw 0;
    line-height: 1.1em;
    font-size: 3.27vw;
    overflow: hidden;
  }
  .assignment_solution .list .item .arrow {
    margin: 0 auto;
    padding: 4.5vw 0;
    width: 37px;
  }
  .assignment_solution .list .item .box01 {
    margin: 0 auto 0 auto;
    padding: 5.4vw 0;
    width: 88.36vw;
    background: #ebebeb;
  }
  .assignment_solution .list .item .box01 dl {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: table;
  }
  .assignment_solution .list .item .box01 dl dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 20vw;
    text-align: center;
    border-right: 1px solid #adadad;
    display: table-cell;
    vertical-align: middle;
  }
  .assignment_solution .list .item .box01 dl dt .icon {
    margin: 0 auto 5px auto;
    width: 10.6vw;
  }
  .assignment_solution .list .item .box01 dl dt .label {
    margin: 0 0 0 0;
    padding: 4px 8px;
    line-height: 1.4em;
    font-size: 2.9vw;
  }
  .assignment_solution .list .item .box01 dl dd {
    margin: 0 0 0 0;
    padding: 0 1.2vw 0 1.6vw;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }
  .assignment_solution .list .item .box01 dl dd ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .assignment_solution .list .item .box01 dl dd ul li {
    margin: 0 0 0 0;
    padding: 0 0 10px 1.5em;
    line-height: 1.6em;
    font-size: 2.54vw;
    color: #333333;
    position: relative;
  }
  .assignment_solution .list .item .box01 dl dd ul li:last-child {
    margin: 0 0 0 0;
    padding: 0 0 0 1.5em;
  }
  .assignment_solution .list .item .box01 dl dd ul li:before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
  }
  .assignment_solution .list .item .box01 dl dd ul li em {
    line-height: 1.4em;
    font-size: 3.27vw;
    font-weight: bold;
  }
  .assignment_solution .list .item .box02 {
    margin: 0 auto 5.45vw;
    padding: 5.4vw 0;
    width: 88.36vw;
    background: #e5d7b2;
    overflow: hidden;
    display: none;
  }
  .assignment_solution .list .item .box02 dl {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: table;
  }
  .assignment_solution .list .item .box02 dl dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 20vw;
    text-align: center;
    border-right: 1px solid #d8a233;
    display: table-cell;
    vertical-align: middle;
  }
  .assignment_solution .list .item .box02 dl dt .icon {
    margin: 0 auto 10px auto;
    width: 10.6vw;
  }
  .assignment_solution .list .item .box02 dl dt .label {
    margin: 0 0 0 0;
    padding: 4px 8px;
    line-height: 1.4em;
    font-size: 2.9vw;
    color: #ffffff;
    background: #ce8800;
  }
  .assignment_solution .list .item .box02 dl dd {
    margin: 0 0 0 0;
    padding: 0 1.2vw 0 1.6vw;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }
  .assignment_solution .list .item .box02 dl dd ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .assignment_solution .list .item .box02 dl dd ul li {
    margin: 0 0 0 0;
    padding: 0 0 10px 1.5em;
    line-height: 1.6em;
    font-size: 2.54vw;
    color: #333333;
    position: relative;
  }
  .assignment_solution .list .item .box02 dl dd ul li:last-child {
    margin: 0 0 0 0;
    padding: 0 0 0 1.5em;
  }
  .assignment_solution .list .item .box02 dl dd ul li:before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
  }
  .assignment_solution .list .item .box02 dl dd ul li em {
    line-height: 1.4em;
    font-size: 3.27vw;
    font-weight: bold;
  }
  .assignment_solution .list .item .open_box02 {
    margin: 0 auto;
    padding: 1.5vw 0;
    width: 32.36vw;
    text-align: center;
    background: #ce8800;
    display: block !important;
  }
  .assignment_solution .list .item .open_box02 span {
    line-height: 1.2em;
    color: #ffffff;
    font-size: 2.36vw;
  }
  .assignment_solution .list .item .open_box02 span.off {
    display: block;
  }
  .assignment_solution .list .item .open_box02 span.on {
    display: none;
  }
  .assignment_solution .list .item .open_box02.active span.off {
    display: none;
  }
  .assignment_solution .list .item .open_box02.active span.on {
    display: block;
  }
  .assignment_solution .list .item .open_box02 span.off:after {
    width: 1.8vw;
    height: 1.8vw;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/ddd057970b68450877f47a61bdd02ee5/plus.svg") no-repeat center center;
    background-size: 100% auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.9vw;
  }
  .assignment_solution .list .item .open_box02 span.on:after {
    width: 1.8vw;
    height: 1.8vw;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/246b00a3e5e0f9c4de1ecef3b0e3a9bf/minus.svg") no-repeat center center;
    background-size: 100% auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.9vw;
  }
  
  
  
  
  
  
  

  
}


@media (min-width:0px) and (max-width: 767px) {
 
    .sideLnk {
/*        display: none;*/
    }

.sideLnk {
    position: fixed;
    top: auto;
    right: auto;
  bottom: 0;
  left: 0;
    z-index: 100;
    text-align: left;
}
.sideLnk.close {
  display: none !important;
}
.sideLnk .slClose {
    display: inline-block;
    line-height: 1;
    width: 37px;
    height: 30px;
	background-image: url("https://assets-fb.fujifilm.com/sites/fbss/files/2022-11/9e893e832dfb76c259b18357fc334e50/close_image_01.png");
    background-repeat: no-repeat;
    background-position: center;
	background-size: 37px auto;
}
.sideLnk .slClose:hover {
    cursor: pointer;
	background-image: url("https://assets-fb.fujifilm.com/sites/fbss/files/2022-11/9e893e832dfb76c259b18357fc334e50/close_image_01.png");
}
.sideLnk .slOpen {
  margin-left: 1.6vw;
    line-height: 1;
    width: 36px;
    height: 36px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/7901d9d8337b432663a0e9b7cdfe019c/side_open_01-sp.png");
    background-repeat: no-repeat;
    background-position: center;
	background-size: 36px auto;
  position: absolute;
  top: auto;
  left: 0px;
  bottom: 0px;
  right: auto;
}
.sideLnk .slOpen:hover {
    cursor: pointer;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/7901d9d8337b432663a0e9b7cdfe019c/side_open_01-sp.png");
}

.sideLnk ul {
    margin-top: 0;
}
.sideLnk ul li {
  margin-left: 0 !important;
    background-color: #EA5504;
    border: 1px solid #fff;
  margin-bottom: 0 !important;
    background-repeat: no-repeat;
    background-position: top 5px center;
    width: 41.8vw !important;
/*	height: 25.44vw;*/
  height: 13.6vw !important;
  box-sizing: border-box;
  float: left;
}
.sideLnk ul li:nth-of-type(1) {
  margin-left: 0;
}
.sideLnk ul li.on {
    background-color: #F29036;
}
/*
.sideLnk ul li.on {
  opacity: 0.8;
}
*/
.sideLnk ul li.iconDownload.on {
	opacity:1;
	background-color:#ee7735;
	transition:200ms;
}
.sideLnk ul li.iconContact.on {
	opacity:1;
	background-color:#34a78a;
	transition:200ms;
}
.sideLnk ul li.iconDownload a:before {
  content: "";
  width: 3.81vw;
  height: 4.9vw;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/7b2530dc960b24c430490cfa6fc01e60/side_icon_01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin: 0 1.5vw 0 0;
  vertical-align: middle;
}
.sideLnk ul li.iconContact a:before {
  content: "";
  width: 4.9vw;
  height: 5.27vw;
  background-image: url("https://assets-fb-rn.fujifilm.com/files/2024-01/757cf538a918fcfb60fa7f6c4c17b0e9/side_icon_02.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin: 0 1.5vw 0 0;
  vertical-align: middle;
  }


  

.sideLnk ul li a {
    color: #fff;
    font-size: 3.09vw !important;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
/*    padding-top: 17.9vw;*/
padding: 4.4vw 0 0 0 !important;
    width: 100%;
    height: 100%;
  position: relative;
}
.sideLnk ul li.iconDownload a {
  white-space: nowrap;
}
.sideLnk ul li.iconOnline a {
    padding-top: 16.36vw;
}
.sideLnk ul li a:hover {
    text-decoration: none;
}
.sideLnk ul li.on a {
    text-decoration: none;
    color: #fff;
}
.sideLnk ul li a img {
    display: block;
    margin: 0 auto 5px;
}
.bgGry {
	background-color: #dfdfdf;
	padding: 60px 50vw;
}
.bgGrn {
	background-color: #d2e3e1;
}
.topic-path {
    font-size: 14px;
    line-height: 1.9;
    color: #c1c1c1;
    padding: 20px 32px;
    max-width: 1184px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

}


/* new */
@media only screen and (min-width: 781px) {
  

  .sc_menu_floating {
    display: none;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 10000;
  }
  .sc_menu_floating .sc_menu_open {
    width: 39px;
    height: 39px;
    display: block;
    float: right;
  }
  .sc_menu_floating .sc_menu_open img {
    width: 100%;
    height: auto;
  }
  .sc_menu_floating .sc_menu_open img.sc_open {
    display: none;
  }
  .sc_menu_floating .sc_menu_open img.sc_close {
    max-width: 19px;
    margin: 10px;
    display: block;
  }
  .sc_menu_floating .sc_menu_open.active img.sc_open {
    display: block;
  }
  .sc_menu_floating .sc_menu_open.active img.sc_close {
    display: none;
  }
  
  /* scanningservice_content_menu */
  .sc_scanningservice_content_menu_floating {
    width: 320px;
    width: fit-content;
    text-align: left;
    display: block;
    flex-wrap: wrap;
    clear: both;
  }
  .sc_scanningservice_content_menu_floating .slide_wrap {
    background: #ffffff;
    overflow: hidden;
  }
  .sc_scanningservice_content_menu_floating .item {
    margin: 0 0 0 0;
    width: 100%;
    width: 320px;
    height: 62px;
    display: table;
font-family: 'Noto Serif JP';
  }
  .sc_scanningservice_content_menu_floating .item:nth-of-type(3n) {
    margin: 0 0 0 0;
  }
  .sc_scanningservice_content_menu_floating .item a {
padding: 0 20px 0 20px;
    line-height: 1.4em;
    font-size: 16px;
    text-align: left;
    color: #000000;
    border: 1px solid #231815;
    border-bottom: none;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
  }
  .sc_scanningservice_content_menu_floating .item a:after {
    margin: -2.5px 0 0 0;
    width: 10px;
    height: 5px;
    line-height: 5px;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/b6ab1629fdbfbe17328a28e61b0589c2/arrow_06.svg") no-repeat center center;
    background-size: cover;
    display: block;
    position:absolute;
    top: 50%;
    right: 12px;
  }
  .sc_scanningservice_content_menu_floating ul {
    border-top: 1px solid #231815;
  }
  .sc_scanningservice_content_menu_floating ul li {
    width: 100%;
    height: 60px;
    display: table;
  }
  .sc_scanningservice_content_menu_floating ul li.iconDownload {
	background-color: #ea5504;
	background-image: url("https://assets-fb.fujifilm.com/files/2023-06/32c371621236f9c5776c5f952a6c9b52/icon_05.svg");
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 40px center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;	
  }
  .sc_scanningservice_content_menu_floating ul li.iconContact {
    background-color: #01916d;
    background-image: url("https://assets-fb.fujifilm.com/files/2023-06/3de881bf19d402abe0e16e07f5e7e9cf/icon_06.svg");
    background-size: 37px auto;
    background-repeat: no-repeat;
    background-position: 40px center;
		border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;	
  }
  .sc_scanningservice_content_menu_floating ul li a {
      color: #fff;
  /*    font-size: 10px;*/
    font-size:16px;
      line-height: 1.2;
      text-align: left;
      display: table-cell;
      vertical-align: middle;
    padding: 0 0 0 105px;
    position: relative;
font-family: 'Noto Serif JP';
  }

  
  .sc_scanningservice_content_menu_floating.active ul {
    margin-left: 192px;
    margin-left: 0;
    padding-top: 3px;
    width: 128px;
    float: right;
    border-top: none;
  }
  .sc_scanningservice_content_menu_floating.active ul li {
    width: 100%;
    height: 124px;
    display: table;
  }
  .sc_scanningservice_content_menu_floating.active ul li.iconDownload {
	background-color: #ea5504;
	background-image: url("https://assets-fb.fujifilm.com/files/2023-06/32c371621236f9c5776c5f952a6c9b52/icon_05.svg");
	background-size: 42px auto;
	background-repeat: no-repeat;
	background-position: center 28px;
  border: 1px solid #ffffff;
  }
  .sc_scanningservice_content_menu_floating.active ul li.iconContact {
    background-color: #01916d;
    background-image: url("https://assets-fb.fujifilm.com/files/2023-06/3de881bf19d402abe0e16e07f5e7e9cf/icon_06.svg");
    background-size: 47px auto;
    background-repeat: no-repeat;
    background-position: center 20px;
  border: 1px solid #ffffff;
  }
  .sc_scanningservice_content_menu_floating.active ul li a {
      color: #fff;
  /*    font-size: 10px;*/
    font-size:16px;
      line-height: 1.2;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
    position: relative;
    padding: 85px 0 0 0;
  }
  .sc_scanningservice_content_menu_floating ul li.iconDownload a:before {
  content: "";
	background-image: url("https://assets-fb.fujifilm.com/files/2023-06/32c371621236f9c5776c5f952a6c9b52/icon_05.svg") !important;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
  width: 27px !important;
    height: 36px !important;
    display: block !important;
    position: absolute;
    top: 50%;
    left: 58px;
    margin-top: -18px;
    z-index: 1;
  }
  .sc_scanningservice_content_menu_floating.active ul li.iconContact a:before {
  content: "";
    background-image: url("https://assets-fb.fujifilm.com/files/2023-06/3de881bf19d402abe0e16e07f5e7e9cf/icon_06.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-position: center center;
  width: 46px !important;
    height: 50px !important;
    display: block !important;
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -23px;
    z-index: 1;
  }
  .sc_scanningservice_content_menu_floating.active ul li.iconDownload a:before {
  content: "";
	background-image: url("https://assets-fb.fujifilm.com/files/2023-06/32c371621236f9c5776c5f952a6c9b52/icon_05.svg") !important;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
  width: 37px !important;
    height: 48px !important;
    display: block !important;
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -19px;
    z-index: 1;
  }
  .sc_scanningservice_content_menu_floating ul li.iconContact a:before {
  content: "";
    background-image: url("https://assets-fb.fujifilm.com/files/2023-06/3de881bf19d402abe0e16e07f5e7e9cf/icon_06.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-position: center center;
  width: 36px !important;
    height: 40px !important;
    display: block !important;
    position: absolute;
    top: 50%;
    left: 53px;
    margin-top: -20px;
    z-index: 1;
  }

  

  
  
}

.sc_menu_floating_bottom { display: none; }

@media only screen and (max-width: 780px) {
  
  /* scanningservice_link_box */
  .scanningservice_link_box_wrap {
    margin: 0 0 0 0;
    padding: 6.36vw 0;
    width: 100%;
    background: #F8FCDA;
  }
  .scanningservice_link_box {
    margin: 0 auto 0;
    padding: 15px 0 30px 0;
    width: 87.27vw;
    max-width: 975px;
    min-height: auto;
    text-align: center;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
  }
  .scanningservice_link_box p.catch {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 2.9vw;
    font-family: "Clarimo UD PE Light", "UD Shin Go Light JIS2004", sans-serif;
    color: #333333;
    text-align: center;
    vertical-align: bottom;
  }
  .scanningservice_link_box p.catch em {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 5.45vw;
    font-style: normal;
    font-weight: bold;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
    color: #01916D;
    vertical-align: bottom;
  }
  .scanningservice_link_box .link {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 30.54vw;
    height: 8vw;
    display: table;
  }
  .scanningservice_link_box .link a {
    margin: 0 0 0 0;
  padding: 3px 0 0 0;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.4em;
    font-size: 2.9vw;
    font-weight: bold;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;
    background: #01916D;
    border-radius: 90px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .scanningservice_link_box .link a:after {
    margin: -0.9vw 0 0 0;
    width: 0.85vw;
    height: 1.8vw;
    line-height: 1.8vw;
    content: "";
    background: url("https://assets-fb.fujifilm.com/files/2023-06/d6a0d2351a741576f6a9e1832679a809/icon_02.svg") no-repeat center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    right: 2vw;
  }
  .scanningservice_link_box .image05 {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 94%;
  }
  .scanningservice_link_box .image06 {
    margin: -4.2vw auto 0;
    padding: 0 0 0 0;
    width: 94%;
  }
  
  
  
  .sc_menu_floating {
    display: none;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 10000;
  }
  .sc_menu_floating .sc_menu_open {
    width: 39px;
    height: 39px;
    display: block;
    float: right;
  }
  .sc_menu_floating .sc_menu_open img {
    width: 100%;
    height: auto;
  }
  .sc_menu_floating .sc_menu_open img.sc_open {
    display: block;
  }
  .sc_menu_floating .sc_menu_open img.sc_close {
    margin: 10px;
    width: 19px;
    display: none;
  }
  .sc_menu_floating .sc_menu_open.active img.sc_open {
    display: none;
  }
  .sc_menu_floating .sc_menu_open.active img.sc_close {
    display: block;
  }
  
  /* scanningservice_content_menu */
  .sc_scanningservice_content_menu_floating {
    width: 87.2vw;
    max-width: 1020px;
    text-align: left;
    flex-wrap: wrap;
    clear: both;
  }
  .sc_scanningservice_content_menu_floating .slide_wrap {
    background: #ffffff;
    border-bottom: 1px solid #01916d;
    overflow: hidden;
    display: none;
  }
  .sc_scanningservice_content_menu_floating .item {
    margin: 0 0 0 0;
    width: 100%;
    height: 10.9vw;
    display: table;
font-family: 'Noto Serif JP';
  }
  .sc_scanningservice_content_menu_floating .item:nth-of-type(3n) {
    margin: 0 0 0 0;
  }
  .sc_scanningservice_content_menu_floating .item a {
padding: 1vw 4vw 0 4.54vw;
    line-height: 1.4em;
    font-size: 3.27vw;
    text-align: left;
    color: #333333;
    border: 1px solid #231815;
    border-bottom: none;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
  }
  .sc_scanningservice_content_menu_floating .item a:after {
    margin: -0.45vw 0 0 0;
    width: 1.81vw;
    height: 0.9vw;
    line-height: 0.9vw;
    content: "";
    background: url("https://assets-fb-rn.fujifilm.com/files/2024-01/b6ab1629fdbfbe17328a28e61b0589c2/arrow_06.svg") no-repeat center center;
    background-size: cover;
    display: block;
    position:absolute;
    top: 50%;
    right: 1.9vw;
  }
  .sc_scanningservice_content_menu_floating ul {
    display: none !important;
  }
  
  .sc_menu_floating_bottom {
/*    width: 80%;*/
    width: 100%;
    min-width: 290px;
    max-width: 340px;
    overflow: hidden;
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
  }
  .sc_menu_floating_bottom li {
/*    width: 50%;*/
    width: 49.5%;
    height: 50px;
    display: table;
    float: left;
  }
  .sc_menu_floating_bottom li.iconDownload {
	background-color: #ea5504;
	background-image: url("https://assets-fb.fujifilm.com/files/2023-06/32c371621236f9c5776c5f952a6c9b52/icon_05.svg");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: 15px center;
	border: 1px solid #fff;
  }
  .sc_menu_floating_bottom li.iconContact {
	background-color: #01916d;
	background-image: url("https://assets-fb.fujifilm.com/files/2023-06/3de881bf19d402abe0e16e07f5e7e9cf/icon_06.svg");
	background-size: 27px auto;
	background-repeat: no-repeat;
	background-position: 15px center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
  }
  .sc_menu_floating_bottom li a {
      color: #fff;
  /*    font-size: 10px;*/
    font-size:14px;
      line-height: 1.2;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
    padding: 0 0 0 0;
font-family: 'Noto Serif JP';
  }
  
  .sc_menu_floating_bottom li.iconDownload a:before {
  content: "";
	background-image: url("https://assets-fb.fujifilm.com/files/2023-06/32c371621236f9c5776c5f952a6c9b52/icon_05.svg") !important;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
  width: 3.81vw !important;
    height: 4.9vw !important;
    display: inline-block !important;
    margin: 0 1.5vw 0 0;
    vertical-align: middle;
    z-index: 1;
  }
  .sc_menu_floating_bottom li.iconContact a:before {
  content: "";
    background-image: url("https://assets-fb.fujifilm.com/files/2023-06/3de881bf19d402abe0e16e07f5e7e9cf/icon_06.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-position: center center;
  width: 4.72vw !important;
    height: 5.27vw !important;
    display: inline-block !important;
    margin: 0 1.5vw 0 0;
    vertical-align: middle;
    z-index: 1;
  }

  
}





/* add 2025.06.02 */

.works-slider {
  margin: 0 auto 56px;
  width: 92%;
  max-width: 1035px;
}



/* new_scanningservice_download */
.new_scanningservice_download {
  margin: 50px auto 25px;
  padding: 0 450px 15px 0;
  width: 92%;
  max-width: 998px;
  min-height: 232px;
  text-align: left;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  box-sizing: border-box;
  position: relative;
}
.new_scanningservice_download .title {
  margin: 0 0 0 0;
  padding: 10px 0 15px 0;
  position: relative;
  z-index: 1;
}
.new_scanningservice_download .title h3 {
  margin: 0 0 0 0;
  padding: 10px 0;
  width: 400px;
  line-height: 1.3em;
  font-size: 23px;
  font-weight: bold;
/*  font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;*/
  font-family: "Noto Serif JP";
  color: #fff;
/*  background: #01916d;*/
  background: #333334;
  text-align: center;
}
.new_scanningservice_download p {
  margin: 0 0 0 0;
  padding: 0 0 20px 25px;
  line-height: 1.6em;
  font-size: 16px;
font-family: "Noto Serif JP";
  color: #333333;
  text-align: left;
  position: relative;
  z-index: 1;
}
.new_scanningservice_download .link {
  margin: 0 0 0 98px;
  padding: 0 0 0 0;
  width: 220px;
  height: 44px;
  display: table;
  position: relative;
  z-index: 1;
}

.new_scanningservice_download .link a {
  margin: 0 0 0 0;
padding: 3px 0 0 0;
  text-align: center;
  color: #ffffff;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Serif JP";
  background: #333334;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.new_scanningservice_download .link a:after {
  margin: -6px 0 0 0;
  width: 6px;
  height: 12px;
  line-height: 12px;
  content: "";
  background: url("https://assets-fb.fujifilm.com/files/2023-06/d6a0d2351a741576f6a9e1832679a809/icon_02.svg") no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
}
.new_scanningservice_download .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 533px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (min-width: 781px) and (max-width: 1100px) {
  .new_scanningservice_download .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 46%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
  }
  
}
@media only screen and (max-width: 780px) {

  .works-slider {
    margin: 0 auto 30px;
    width: 87.27vw;
    max-width: 1035px;
    box-sizing: border-box;
  }
 
  /* new_scanningservice_download */
  .new_scanningservice_download {
    margin: 40px auto 25px;
    padding: 0 0 4.545vw 0;
    width: 87.27vw;
    max-width: 181.455vw;
    min-height: 0px;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-sizing: border-box;
    position: relative;
  }
  .new_scanningservice_download .title {
    margin: 0 0 0 0;
    padding: 3.6vw 0 2.727vw 0;
    position: relative;
    z-index: 1;
  }
  .new_scanningservice_download .title h3 {
    margin: 0 0 0 0;
    padding: 3.6vw 0;
    width: 100%;
    line-height: 1.3em;
    font-size: 4.36vw;
    font-weight: bold;
/*  font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold JIS2004", sans-serif;*/
  font-family: "Noto Serif JP";
  color: #fff;
/*  background: #01916d;*/
  background: #333334;
    text-align: center;
  }
  .new_scanningservice_download p {
    margin: 0 0 0 0;
    padding: 0 0 3.636vw 3.636vw;
    line-height: 1.6em;
    font-size: 2.909vw;
font-family: "Noto Serif JP";
    color: #333333;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .new_scanningservice_download .link {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 40vw;
    height: 8vw;
    display: table;
    position: relative;
    z-index: 1;
  }
	.new_scanningservice_download .link p { font-family: "Noto Serif JP"; }
  .new_scanningservice_download .link a {
    margin: 0 0 0 0;
  padding: 0.545vw 0 0 0;
    text-align: center;
    color: #ffffff;
    line-height: 1.4em;
    font-size: 2.909vw;
    font-weight: bold;
  font-family: "Noto Serif JP";
    background: #333334;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .new_scanningservice_download .link a:after {
    margin: -1.091vw 0 0 0;
    width: 1.091vw;
    height: 2.182vw;
    line-height: 2.182vw;
    content: "";
    background: url("https://assets-fb.fujifilm.com/files/2023-06/d6a0d2351a741576f6a9e1832679a809/icon_02.svg") no-repeat center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    right: 3.273vw;
  }
  .new_scanningservice_download .image {
    margin: 0 auto 10px auto;
    padding: 0 0 0 0;
    width: 90%;
    position: relative;
    top: auto;
    right: auto;
  }

}


/*20250707*/
.assignment_works .list .item h4 { 
	min-height:50px; 
display: flex;
justify-content: center;
align-items: center;
}
.assignment_works .list .item .description { min-height: 130px; }
.assignment_works .list .item a { min-height:425px; }

@media only screen and (max-width: 918px) {
	
	.assignment_works .list .item a { min-height:430px; }
}
@media only screen and (max-width: 780px) {
	.assignment_works .list .item h4 { min-height:0px; }
	.assignment_works .list .item .description { min-height:0px; }
	.assignment_works .list .item a { min-height:80vw; }
}


