@charset "UTF-8";
/* CSS Document */
/*--------------------
reset
--------------------*/
* {	margin: 0; padding: 0;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, strong, sub, sup, table, caption, tbody, tfoot, thead, tr, th, td, main, article, footer, header, section, audio, video { margin: 0; padding: 0; border: 0; letter-spacing: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
main, article, footer, header, section { display: block;}
dl, dt, dd, ul, li, ol, ul { margin: 0; padding: 0; list-style: none;}
table {	border-collapse: collapse; border-spacing: 0;}
a {	margin: 0; padding: 0; background: transparent;}
img{ max-width: 100%; margin: 0 auto; line-height: 0; vertical-align: top; border-style: none; display: block;}
.clearfix:after { content:" "; display: block; clear: both;}

/*====================
content
====================*/
html {
    font-size: 100%;
}
body {
    
    line-height: 1;
    background-color: #fff8fa;
    text-align: left;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #363636;
    font-weight: 500;
	
}
/* a
--------------------*/
a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
a {
    width: 100%;
    text-decoration: underline;
    display: inline-block;
    color: #8C9FD2;
    text-align: right;
    font-size: 110%;
    font-weight: bold;
}
a:hover { text-decoration: none;}
.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  box-sizing: border-box;
  position: relative;
  color: #333;
  background: #fff;
}

.wrapper *{
  box-sizing: border-box;
}

.wrapper .img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 2em;
}
.wrapper video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 2em;
}
.wrapper sup {
  font-size: 12px;
  vertical-align: top;
}
.ar {
    text-align: right;
    font-size: 14px;
	margin-bottom: 20px;
}
.b_yellow{background: linear-gradient(transparent 60%, #ffeb7a 60%);}
.bg_yellow{background: linear-gradient(transparent 0%, #ffeb7a 0%);}
.kakomi{background: linear-gradient(transparent 0%, #f7a8c8 0%); color:#ffffff; font-weight: bold; font-size: 1.3em;}
.kakomi_yl{background: linear-gradient(transparent 0%, #ffeb7a 0%); display:block; color:#ff3570; font-weight: bold; font-size: 1.3em; text-align:center;}
.b_pink{background: linear-gradient(transparent 60%, #fddee8 60%);}
.bg_pink{background: linear-gradient(transparent 0%, #fef3f4 0%); color: #fff; font-weight: bold; padding: 3px;}
.bg_gray{background-color: #d8d8d8; padding: 10px;}
.small{font-size: .7em; }
.big{font-size: 1.2em; font-weight: bold;}
.big2{font-size: 2em; font-weight: bold;}
.bold{font-weight: 600;font-weight: bold;}
.oblique{font-style: oblique; color: #8a8a8a;}
.underline{border-bottom: 1px solid #333; padding-bottom: 1px;}
.underline-p{border-bottom: 1px solid #ff3570; padding-bottom: 1px;}
.underline-b{border-bottom: 1px solid #61b0d6; padding-bottom: 1px;}

.sup{font-size: .6em;vertical-align: top;}
.sup2{font-size: .6em;}

.ta_r {text-align: right;}
.ta_c {text-align: center!important; margin: 0 auto; display: inline-block;}

.pink { color: #e75782; font-weight: bold;}
.blue { color: #61b0d6; font-weight: bold;}
.pd3 {  padding: 3% 5%!important;}

.ls-1 { letter-spacing: -.02em; white-space: nowrap}

.t-center {text-align: center;}
@media screen and (max-width: 640px) {
  .big{font-size: 1.5em!important; font-weight: 600;}
  .big2{font-size: 1.7em; font-weight: 600;}
}

.pc {
display:inline;
}
.sp {
  display: none;
}
@media (max-width: 750px) {
	.pc {
display:none;
}
.sp {
  display: block;
}
}

.d-block {
  display: block;
}

.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}

/************************************************
header
************************************************/
#header {
  width: 100%;
  margin: 0 auto;
  background: #e75782;
  padding: 4%;
  margin-bottom: 3%;
  position: static;
}
#header h1 {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 1.6;
  color: #fff;
}
.date,
.pr{
  font-size: .8em;
  text-align: right;
  margin-bottom: 5px;
  line-height: 1;
  color: #666;
  margin-right: 5%;
}

.text_link {
  text-align: right;
  margin-top: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
	margin-right: 5%;
}

@media screen and (max-width: 749px) {
  #header h1 { font-size: 7.5vw; line-height: 1.3;}
  .text_link { font-size: .8em;}
}

@media screen and (max-width: 749px) {
  .wrapper.qc #header h1 {
    font-size: 6.5vw;
    line-height: 1.6;
  }
}


/************************************************
contents
************************************************/
section{
  margin-top: 3em;
}
section.last{
  margin-bottom: 0;
}
.inner {
  width: 92%;
  max-width: 690px;
  margin: 0 auto;
  background: #fff;
}

.top_text{
  text-align: center;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto 1em;
  font-feature-settings : "palt";
  font-size: 2.8em;
}
.top_text_sub{
	font-size: 0.9em;
}

.text{
  text-align: left;
  line-height: 1.8;
  width: 100%;
  margin: 0 auto 2em;
  font-feature-settings : "palt";
  font-size: 25px;
}
.text2{
  text-align:center; 
  font-weight: bold; 
  margin:0;
}
.text_caution {
  display: block;
  font-size: 70%;
  line-height: 1.4;
}
.dr_caption {
  text-align: right;
  margin: 0 0 20px;
  font-size: 80%;
}

.box_p{
  border:15px solid #f7a8c8; 
  padding:0.5em; 
  margin:20px 2em;
}
.pink_center{
  text-align: center; 
  font-weight: bold; 
  margin: 0;
}
.text.t-center {
  text-align: center;
}
.big_text{
	font-size:  1.2em;
}
.caution{
	font-size: 12px;
}
.migi{
	width: 70%;
	margin-left: auto;
	margin-bottom: 20px;
}

figcaption {
 font-size: 10px;
 margin-top: 10px;
 text-align: right;
}

@media screen and (max-width: 749px) {
  section{margin-top: 2em;}
	.top_text { font-size: 5.5vw;}
  .text { font-size: 4.533333322vw;}
  .big_text{
	  font-size:  1.2em;
  }
	.migi{
	width: 100%;
	margin-left: auto;
	margin-bottom: 20px;
}
}


h2.ttl-point {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 1% 0;
  margin-bottom: 8%;
  border-bottom: 4px solid #f7a8c8;
  border-top: 4px solid #f7a8c8;
  margin-top: 4em;
}
h2.ttl-point .title-inner {
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: #000;
  width: 100%;
  padding: 14% 2% 2%;
  text-align: center;
  line-height: 2;
  border-bottom: 2px solid #f7a8c8;
  border-top: 2px solid #f7a8c8;
  position: relative;
  
}
h2.ttl-point .title-inner.point1:before,
h2.ttl-point .title-inner.point2:before,
h2.ttl-point .title-inner.point3:before,
h2.ttl-point .title-inner.point4:before, 
h2.ttl-point .title-inner.point5:before,
h2.ttl-point .title-inner.point6:before {
 content: '';
 background: url("../img/Point1.png") no-repeat;
 width: 155px;
 height: 61px;
 position: absolute;
 top: 10px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-size: contain;
}
h2.ttl-point .title-inner.point2:before {
 background: url("../img/Point2.png") no-repeat;
 background-size: contain;
}
h2.ttl-point .title-inner.point3:before {
 background: url("../img/Point3.png") no-repeat;
 background-size: contain;
}
h2.ttl-point .title-inner.point4:before {
 background: url("../img/Point4.png") no-repeat;
 background-size: contain;
}
h2.ttl-point .title-inner.point5:before {
 background: url("../img/Point5.png") no-repeat;
 background-size: contain;
}
h2.ttl-point .title-inner.point6:before {
 background: url("../img/Point6.png") no-repeat;
 background-size: contain;
}

h3.title01 {
  width: 100%;
  margin: 0 auto;
  background: #fef3f4;
  padding: 1% 0;
  margin-bottom: 5%;
  border-bottom: 6px solid #e75782;
  border-top: 6px solid #e75782;
}
h3.title01 .title-inner {
  display: block;
  font-size: 2.2em;
  font-weight: bold;
  color: #e75782;
  width: 100%;
  padding: 2%;
  text-align: center;
  line-height: 1.6;
  border-bottom: 2px solid #e75782;
  border-top: 2px solid #e75782;
}



@media screen and (max-width: 749px) {
  h2.ttl-point .title-inner { font-size: 7vw;}
  h2.ttl-point .title-inner.point1:before,
  h2.ttl-point .title-inner.point2:before,
  h2.ttl-point .title-inner.point3:before,
  h2.ttl-point .title-inner.point4:before, 
  h2.ttl-point .title-inner.point5:before,
  h2.ttl-point .title-inner.point6:before {
     width: 100px;
     height: 39px;
}
	h3.title01 {
  border-bottom: 4px solid #e75782;
  border-top: 4px solid #e75782;
  }
  h3.title01 .title-inner { font-size: 5vw;}
}
.btn {
  margin-bottom: 2em;
}
.btn p{
  text-align: center;
  font-size: 90%;
  margin-top: 10px;
}

@media screen and (max-width: 749px) {
.btn p{
  text-align: center;
  font-size: 70%;
  margin-top: 5px;
}
}

.toc {
	width: 100%;
	font-feature-settings: "palt";
	font-size: 25px;
	text-align: left;
	line-height: 1.8;
	padding-left: 1em;
}
.toc > li {
	list-style: decimal;
}
.toc > li > ul {
	padding-left: 1em;
}
.toc > li > ul > li {
	list-style: disc;
}
@media screen and (max-width: 749px) {
.toc {
	font-size: 4.533333322vw;
}
}
.mhlw-risk {
	min-height: inherit;
	margin: 0 0 30px;
}
.mhlw-risk>.mhlw-risk-single {
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
}
@media screen and (max-width: 749px) {
	.mhlw-risk {
		margin: 0 0 5vw;
	}
	.mhlw-risk>.mhlw-risk-single {
		font-size: 2.7vw;
		padding: 2vw;
	}
}

/************************************************
CV
************************************************/
.btn a:hover img {
  opacity:0.8;
  transition: all 0.3s ease;
}

/*====================
footer
====================*/
.footer_link {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer_link p a {
    margin-top: 1em;
    color: #8C9FD2;
    text-align: center;
	font-size: 14px;
}
footer #copy p {
    padding: .5em 0;
    margin-top: 2em;
    font-size: 14px;
    color: #fff;
    background-color: #e75782;
    text-align: center;
    line-height: 1.5;
}

/*********** SBC AI ***********/
h2.ttl-point .title-inner.long {
	line-height: 1.6;
}
@media screen and (max-width: 749px) {
	h2.ttl-point .title-inner.long {
		font-size: 6.5vw;
		padding-left: 0;
		padding-right: 0;
	}	
}
	
.sbcai .aiimage {
	padding-top: 10px;
	padding-bottom: 60px;
	background: #FFFFFF;
}
.sbcai .aiimage .text {
	margin: 20px 0 0;
}
.sbcai .aiimage #imageSlider-numList, .sbcai .aiimage #imageSlider-numList2 {
	max-width: 700px;
}
.sbcai .aiimage #imageSlider-numList::before, .sbcai .aiimage #imageSlider-numList2::before {
	max-width: 670px;
}
.sbcai .aiimage #imageSlider-nav .slick-slide, .sbcai .aiimage #imageSlider-nav2 .slick-slide {
    padding: 0 8px;
}
.sbcai .aiimage #imageSlider-nav .slick-prev::before, .sbcai .aiimage #imageSlider-nav .slick-next::before, .sbcai .aiimage #imageSlider-nav2 .slick-prev::before, .sbcai .aiimage #imageSlider-nav2 .slick-next::before {
    left: 0;
}
.sbcai .aiimage #imageSlider-nav .slick-prev::before, .sbcai .aiimage #imageSlider-nav2 .slick-prev::before {
	left: 4vw;
}
@media only screen and (max-width: 979px) {
	.sbcai .aiimage #imageSlider .slideInner, .sbcai .aiimage #imageSlider2 .slideInner {
		padding: 0;
	}
	.sbcai .aiimage .text {
		padding: 0;
	}
}
/*********** //SBC AI ***********/