@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&family=Noto+Sans+JP:wght@400;700&display=swap');

html,body{margin:0;}
article{
  padding-bottom:60px;
  min-width:1012px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size:16px;
  line-height:1.9;
  text-align:center;
  color:#4c2d09;
  background:url(../images/bg.png)no-repeat center top;
  background-attachment: fixed;
}
article *{
  box-sizing:border-box;
}
.mround{
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

a{
	text-decoration:none;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
a:hover{
	opacity: 0.8;
}
.only_smart,
.only_smart_i{
	display:none !important;
}

article img{
	max-width:100%;
  vertical-align:bottom;
}
article ul,
article ol,
article dl,
article dl dt,
article dl dd{
	margin:0;
	padding:0;
}
article ul li,
article ol li{
	list-style:none;
}
article figure,
article figure figcaption{
	margin:0;
	padding:0;
}
article h1{
	margin:0;
	padding:0;
	background:url(../images/h1_bg.png)no-repeat center top;
}
article h1 img{
	vertical-align:bottom;
}

article h1 + p{
  margin:30px 0;
  padding:50px 0;
  line-height:1.8;
  font-size:18px;
  font-weight:bold;
  background:url(../images/pr_bg.png)no-repeat center center;
}

article nav{
  margin:30px 0;
}
article nav ul li{
  margin:0 15px;
  display:inline-block;
  vertical-align:middle;
}
article a.link{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width:230px;
  height:80px;
  padding-right:0.3em;
  font-size:22px;
  font-weight:bold;
  color:#4c2d09;
  background:url(../images/btn_bg.png)no-repeat center center;
  background-size:100% 100%;
}
article a.link.small{
  width:165px;
  height:57px;
  margin:auto;
  font-size:18px;
}



/* #intro */
#intro{
  width:1010px;
  margin:auto;
  padding:50px 100px 30px;
  background:url(../images/intro_bg.png)no-repeat center top;
  position:relative;
}
#intro section{
  padding:40px 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#intro section:first-child{
  border-bottom:1px solid;
}
#intro section figure{
  width:205px;
}
#intro section:first-child figure{
  margin-top:-40px;
}
#intro section div{
  width:580px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#intro section div h2{
  line-height:1.5;
  margin:0;
  font-size:24px;
}
#intro section div h2 a{
  color:#4c2d09;
}
#intro section div h2 span{
  font-size:16px;
  font-weight:normal;
}
#intro section div h2 span:first-of-type{
  display:block;
  font-weight:bold;
}
#intro section div ul{
  margin-top:-2em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#intro section div ul li{
  margin-left:2em;
}
#intro section div ul li a{
  color:#4c2d09;
  font-weight:bold;
  border-bottom:1px solid;
}
#intro section div ul li a span{
  font-size:12px;
}
#intro > img{
  position:absolute;
  right:20px;
  bottom:20px;
}


/* .cont */
.cont{
  width:1010px;
  margin: 110px auto 0;
  padding:0 0 50px;
  background-color:rgba(255,255,255,0.8);
  position:relative;
}
.cont h2{
  transform:translateY(-50%);
  margin:0;
}
.cont h2.tit{
  line-height:80px;
  font-size:26px;
  background:url(../images/h2_bg.png)no-repeat center top;
  background-size:415px auto;
  text-shadow:-1px -1px 0px rgba(255,255,255,30),1px 1px 0px rgba(255,255,255,30),-1px 1px 0px rgba(255,255,255,30),1px -1px 0px rgba(255,255,255,30);
}
.cont .bold{
  font-weight:bold;
}


/* #cont1 */
#cont1{
  margin-top:130px;
}
#cont1 nav{
  margin-top:-20px;
}
#cont1 > section{
  width:900px;
  margin:30px auto;
}

#cont1 #cont1_0{
  padding:45px 80px;
  background:
    url(../images/cont1_2.png)no-repeat left 30px bottom 30px,
    url(../images/cont1_0_bg.png)no-repeat center top;
  background-size:145px auto,auto;
}
#cont1 #cont1_0 figure img{
  width:300px;
}
#cont1 #cont1_0 h3{
  margin-bottom:1.5em;
  font-size:18px;
  text-align:left;
  border-bottom:1px solid;
}
#cont1 #cont1_0 h3 span{
  display:inline-block;
  background-color:#fff;
  transform:translateY(50%);
}
#cont1 #cont1_0 dl{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont1 #cont1_0 dl div{
  width:330px;
  font-size:15px;
}
#cont1 #cont1_0 dl div dt{
  font-weight:bold;
  background-color:#ffcccc;
}
#cont1 #cont1_0 dl div dd{
  margin-top:0.5em;
  text-align:left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;}
#cont1 #cont1_0 dl div dd > span{
  width:12em;
  font-weight:bold;
}
#cont1 #cont1_0 dl div dd > span span{
  display:block;
  font-weight:normal;
}
#cont1 #cont1_1,
#cont1 #cont1_2{
  margin-top:50px;
}
#cont1 #cont1_1 h3,
#cont1 #cont1_2 h3{
  margin-bottom:20px;
  line-height:90px;
  font-size:26px;
  background:url(../images/cont1_h3_bg.png)no-repeat center top;
  background-size:415px auto;
  text-shadow:-1px -1px 0px rgba(255,255,255,30),1px 1px 0px rgba(255,255,255,30),-1px 1px 0px rgba(255,255,255,30),1px -1px 0px rgba(255,255,255,30);
  transform:rotate(0.03deg);
}
#cont1 #cont1_2 > ol > li{
  padding-bottom:70px;
}
#cont1 #cont1_2 > ol > li:last-child{
  padding-bottom:0;
}
#cont1 #cont1_2 > ol > li h4{
  width:820px;
  line-height:66px;
  margin:0 auto 25px;
  font-size:24px;
  background-color:#fff;
  border:2px solid #fc3f75;
  position:relative;
  transform:rotate(0.03deg);
}
#cont1 #cont1_2 > ol > li h4:before{
  content:'';
  width:calc(100% - 8px);
  height:calc(100% - 8px);
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border:1px solid #fc3f75;
}
#cont1 #cont1_2 > ol > li h4:after{
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fc3f75 transparent transparent transparent;
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
}
#cont1 #cont1_2 > ol > li h4.blue{
  border:2px solid #2e86fc;
}
#cont1 #cont1_2 > ol > li h4.blue:before{
  border:1px solid #2e86fc;
}
#cont1 #cont1_2 > ol > li h4.blue:after{
  border-color: #2e86fc transparent transparent transparent;
}

#cont1 #cont1_2 > ol > li h4 span{
  font-size:22px;
  font-weight:normal;
  font-family: 'Noto Sans JP', sans-serif;
  font-style:italic;
  color:#fc3f75;
}
#cont1 #cont1_2 > ol > li > section{
  margin-top:25px;
  padding:1.5em 35px;
  border-radius:10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#cont1 #cont1_2 > ol > li > section h5{
  font-size:24px;
  display:inline-block;
  margin:0;
  padding:0 0.3em;
  background-color:#fffdfa;
  line-height:1.2;
  transform:translate(-0.3em,-3px) rotate(0.03deg);
}
#cont1 #cont1_2 > ol > li > section p{
  margin:0;
}
#cont1 #cont1_2 > ol > li > section.pink{
  border:2px solid #ffb2b2;
  background-color:#fffafa;
}
#cont1 #cont1_2 > ol > li > section.orange{
  padding-top:0;
  border:2px solid #ffdfb2;
  background-color:#fffdfa;
}
#cont1 #cont1_2 > ol > li > section.orange h5{
  color:#ffb03e;
}
#cont1 #cont1_2 > ol > li > section.sky{
  padding-top:0;
  border:2px solid #afeffa;
  background-color:#fafeff;
}
#cont1 #cont1_2 > ol > li > section.sky h5{
  color:#5bd3e8;
  background-color:#fafeff;
}
#cont1 #cont1_2 > ol > li > section.purple{
  padding-top:0;
  border:2px solid #e3c4f5;
  background-color:#fdfaff;
}
#cont1 #cont1_2 > ol > li > section.purple h5{
  color:#e0baf6;
  background-color:#fdfaff;
}
#cont1 #cont1_2 > ol > li > section.blue{
  padding-top:0;
  border:2px solid #7ab2fd;
  background-color:#fafeff;
}
#cont1 #cont1_2 > ol > li > section.blue h5{
  color:#2e86fc;
  background-color:#fafeff;
}

#cont1 #cont1_2 > ol > li > section .link{
  line-height:1.5;
  margin:1em auto 0;
  font-size:16px;
  font-weight:normal;
  text-align:center;
}
#cont1 #cont1_2 > ol > li > section ol li{
  margin:2em 0;
}
#cont1 #cont1_2 > ol > li > section ol li.mt0{
  margin-top:0;
}
#cont1 #cont1_2 > ol > li > section ol li:last-child{
  margin-bottom:0;
}
#cont1 #cont1_2 > ol > li > section ol li h5{
  font-size:19px;
}
#cont1 #cont1_2 > ol > li > section ol li p,
#cont1 #cont1_2 > ol > li > section ol li .indent{
  display:block;
  padding-left:1em;
  text-indent:-1em;
  color:#4c2d09;
}
#cont1 #cont1_2 > ol > li > section ol li p.noindent{
  padding-left:0;
  text-indent:0;
}
#cont1 #cont1_2 > ol > li > section ol li p span{
  color:#fc3f75;
}
#cont1 #cont1_2 > ol > li > section ol li.flex{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#cont1 #cont1_2 > ol > li > section ol li.flex p,
#cont1 #cont1_2 > ol > li > section ol li.flex section,
#cont1 #cont1_2 > ol > li > section ol li.flex dl{
  width:540px;
}
#cont1 #cont1_2 > ol > li > section ol li.flex figure{
  width:240px;
}
#cont1 #cont1_2 > ol > li > section ol li dl{
  line-height:1.5;
  margin-top:0.5em;
  padding-left:1em;
  display: -webkit-flex;
  display: flex;
}
#cont1 #cont1_2 > ol > li > section ol li dl dt{
  width:3.5em;
  margin-right:0.5em;
  font-size:18px;
  font-weight:bold;
  color:#fff;
  background-color:#ff9999;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#cont1 #cont1_2 > ol > li > section ol li dl dd{
  width:calc(100% - 4em);
}
#cont1 #cont1_2 > ol > li > section > .comment{
  margin-top:1em;
  padding:0.5em 1em;
  font-weight:bold;
  color:#fff;
  background-color:#5bd3e8;
  text-align:center;
}
#cont1 #cont1_2 > ol > li > section > .comment.left{
  text-align:left;
}

#cont1 #cont1_2 > ol > li > section ol.flex{
  margin-bottom:1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont1 #cont1_2 > ol > li > section ol.flex li{
  width:245px;
  margin:0;
  padding:0;
}
#cont1 #cont1_2 > ol > li > section ol.flex li p{
  margin-bottom:0.5em;
}


/* #cont2 */
#cont2{
}
#cont2 figure{
  width:690px;
  margin:0 auto 20px;
}


/* #cont3 */
#cont3{
}
#cont3 ul{
  width:900px;
  margin:auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont3 ul li{
  width:280px;
}
#cont3 ul li figure{
  margin-bottom:10px;
}
#cont3 ul li figure figcaption{
  height:2.8em;
  line-height:1.4;
  margin-bottom:0.3em;
  font-size:18px;
  font-weight:bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#cont3 ul li a{
  font-size:16px;
}


/* #cont4 */
#cont4{
}
#cont4 dl{
  width:900px;
  margin:auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
#cont4 dl dt{
  padding:0 0 0.8em 1.5em;
  font-weight:bold;
  position:relative;
}
#cont4 dl dt:before{
  content:'Q.';
  font-weight:bold;
  color:#2e86fc;
  position:absolute;
  left:0;
}
#cont4 dl dd{
  margin-bottom:1.2em;
  padding: 0 0 1.2em 1.5em;
  position:relative;
  border-bottom:1px solid;
}
#cont4 dl dd:last-of-type{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}
#cont4 dl dd:before{
  content:'A.';
  font-weight:bold;
  color:#fc3f75;
  position:absolute;
  left:0;
}


