@charset "utf-8";

#maincontainer #main p,
#maincontainer #main li{
	color: #000;
}

/*.pc {
	display: inline-block !important;
}
.tb,
.sp {
	display: none !important;
}
@media screen and (max-width: 1100px) {
	.pc {
		display: none !important;
	}
	.tb {
		display: inline-block !important;
	}
}
@media screen and (max-width: 767px) {
	.tb {
		display: none !important;
	}
	.sp {
		display: inline-block !important;
	}
}*/

/*共通*/

/*
#maincontainer .wrap p,
#maincontainer .wrap ul,
#maincontainer .wrap td{
	font-size: 1.6rem;
	line-height: 1.7;
}
*/

/*.pagettl {
	padding: 51.5px 0;
}*/

#sec01{
	margin-bottom: 70px;
	overflow-x: hidden;
}
.mat20{
	margin-top: 20px;
}
.mab20{
	margin-bottom: 20px;
}
._min {
	font-size: 1.4rem;
}

._center {
	text-align: center;
}

.labelttl{
	margin: 50px 0 30px;
}
.labelttl span.cate {
	font-size: 1.4rem;
	margin-right: 15px;
}
.ttltype4{
	margin: 30px 0 20px;
}
.btnstyle01, .btnstyle02, .btnstyle03{
	margin-top: 30px;
}
.btnstyle01 {
  margin: 50px 0 30px;
}
.btnstyle01 +.btnstyle02 {
  margin: 25px 0 50px;
}
.tbl_style01 th,
.tbl_style01 td{
	text-align: center;
}

.btn_wrap {
	margin: 0 0 25px 0;
}
.btn_wrap a img {
	height: 90px;
}
.btn_wrap a:first-of-type img {
	padding-right: 20px;
}

.wrap .txt .labelttl {
	margin-top: 0;
}
.wrap .txt p a {
	color: #007ac5;
	text-decoration: underline;
}
.wrap .txt a[target="_blank"]:after,
.wrap .txt p a[target="_blank"]:after {
	display: none;
}

@media screen and (min-width: 768px) {
	.tab_content .btnstyle01 a:after {
		content: none;
		display: none;
	}	
}
@media screen and (max-width: 767px) {
    .tab_content .btnstyle01 a:after {
      border-top: 2px solid #007ac5;
      border-right: 2px solid #007ac5;
      width: 6px;
      height: 6px;
    }
    .btnstyle01 {
      margin: 30px 0 20px;
    }
    .btnstyle01 +.btnstyle02 {
      margin: 20px 0 30px;
    }
	.btn_wrap {
		text-align: center;
	}
	.btn_wrap a img {
		width: auto;
		height: 50px;
	}
	.btn_wrap a:first-of-type img {
		padding-right: 10px;
	}

}

.list li {
	position: relative;
	line-height: 2;
	padding-left: 0.9em;
}
.list li::before {
	content: "";
	width: .2em;
	height: .2em;
	background: #000;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0.25em;
	top: 0.85em;
}
@media screen and (max-width: 1100px) {
	.wrap p,
	.wrap ul,
	.wrap li,
	.wrap td{
		font-size: 1.4rem;
		line-height: 1.8;
	}
	
	.labelttl {
		margin: 60px 0 25px;
	}
	#sec01 {
		margin-bottom: 50px;
	}

	.mab20_tb {
		margin-bottom: 20px;
	}
	.mat0_tb {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.wrap p,
	.wrap ul,
	.wrap li,
	.wrap td{
		font-size: 1.3rem;
	}
}

/* lead */
.lead {
	display: flex;
}
.lead .txt {
	width: 485px;
	min-width: 485px;
	padding-right: 30px;
}
.lead p {
	font-size: 1.6rem;
	letter-spacing: -1px;
	line-height: 1.5;
}
.lead .ttl {
	color: #007ac5;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.lead .btnWrap {
	max-width: 415px;
	margin: 35px 0 0;
}
.lead .btnWrap .btnstyle01,
.lead .btnWrap .btnstyle02 {
	margin: 13px 0 0;
}
.lead .btnWrap .btnstyle01 a,
.lead .btnWrap .btnstyle02 a {
	width: 100%;
	padding: 7px 0;
}
.lead .img{
	width: 586px;
}
@media screen and (max-width: 1100px) {
	.lead {
		flex-direction: column-reverse;
	}
	.lead .img,
	.lead .img img {
		width: 100%;
	}
	.lead .ttl {
		text-align: center;
		margin-top: 50px;
	}
	.lead p {
		font-size: 1.8rem;
	}
	.lead .txt {
		width: 100%;
		min-width: 100%;
		padding-right: 0;
	}
	.lead p.ttl + p {
		width: fit-content;
		margin: 0 auto;
	}
	.lead .btnWrap {
		max-width: 100%;
		/*display: flex;
		justify-content: space-between;*/
		margin: 20px 0 0;
	}
	.btnWrap > p {
		display: block;
		width: calc(50% - 10px);
	}
	.btnWrap .btnstyle02 a:after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 6px;
		height: 6px;
	}
	.btnWrap .btnstyle01 a:after {
		border-top: 2px solid #007ac5;
		border-right: 2px solid #007ac5;
		width: 6px;
		height: 6px;
	}
}
@media screen and (max-width: 767px) {
	.lead p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.lead p.ttl + p {
		margin: 0;
	}
	.lead .ttl {
		text-align: left;
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.lead .btnWrap {
		flex-direction: column;
		margin: 0;
	}
	.btnWrap > p {
		width: 100%;
	}
	.lead .btnWrap .btnstyle01,
	.lead .btnWrap .btnstyle02 {
		margin: 8px 0 0;
	}
	.lead .btnWrap .btnstyle01 a,
	.lead .btnWrap .btnstyle02 a {
    width: 100%;
    padding: 5px 0;
    font-size: 1.4rem;
	}
	.lead .btnWrap .btnstyle01 a {
		border: 2px solid #007ac5;
	}
}


/* kadai-area */
.kadai-area ul{
	-webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
	justify-content:space-between;
	padding: 0 0 80px;
	background: url(../images/shuhari/img_006.png) no-repeat center bottom 20px;
	background-size: 55px auto;
}
.kadai-area ul li{
	width: 23%;
	padding:30px 20px;
	font-size: 1.4rem;
	border: 1px solid #e5e5e5;
}
.kadai-area ul li img{
	width: 90px;
	height: auto;
	display:block;
	margin: 0 auto 20px;
}
.kadai-line{
	text-align: center;
	margin: 0 auto;
}
.kadai-line span{
	padding-bottom: 3px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #007ac5;
	text-align: center;
	border-bottom: 3px solid #007ac5;
}
.colm02{
	-webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
p.cap01{
	color: #0e57a2;
	font-size: 1.8rem!important;
	font-weight: bold;
	text-align: center;
}
.cap01 img{
	display: block;
	margin-bottom: 10px;
}
.w01{
	width: 69%;
}
.w02{
	width: 40%;
}
.w03{
	width: 60%;
}
.w04{
	width: 50%;
}
.mal01{
	margin-left: 40px;
}
.mat01{
	margin-top: 2em;
}
.mat02{
	margin-top: 20px;
}
.flex.mat02{
	align-items: flex-end;
}
.rice-list{
	margin:20px 0 0 40px;
}
.rice-list li{
	font-size: 1.4rem;
	margin-left: -3em;
	padding-left: 3em;
}
.shuhari-list{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}
.shuhari-list dt{
	width: 20%;
	max-width: 90px;
	margin-right: 2%;
}
.shuhari-list dd{
	width: 78%;
	font-weight: bold;
}
.shuhari-list dd span{
	display:block;
	color: #046fba;
	font-size: 1.8rem;
}

#maincontainer p:not(.btnstyle01) a, #maincontainer p:not(.btnstyle02) a, #maincontainer p:not(.btnstyle03) a {
    color: #0e57a2;
    text-decoration: underline;
}

.check_list{
	padding-top: 0.6em;
}

.tbl_form .message.input_form {
    height: 4em!important;
}

@media screen and (max-width: 1100px){
	
	/*共通*/
	.btnstyle01 a, .btnstyle02 a, .btnstyle03 a{
		max-width: inherit;
		width: 98%;
		padding: 11px 0;
	}
	.btnstyle01 a {
		color: #007ac5;
		border: 3px solid #007ac5;
		background: #fff;
	}
	
	.kadai-area ul {
		padding: 0 0 40px;
		background-position-y: bottom;
		margin-bottom: 10px;
	}
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.kadai-area ul li{
		width: 48%;
		margin-bottom:4%;
	}
	p.cap01{
		width: 40%;
	}
	.tit-w01{
		width: 100%;
	}
	.w01{
		width: 57%;
    font-size: 1.4rem;
	}
	.w02{
		width: 100%;
	}
	.mal01{
		width: 45%;
		margin: 30px 0 0 auto;
	}
	.w03{
		width: 90%;
	}
	.rice-list{
		margin-left: 0;
	}

}

@media screen and (max-width: 767px){
	
	/*共通*/
	#sec01{
		margin-bottom: 13vw;
	}
	
	.lead .img{
		margin-bottom: 5.3vw;
	}
	.labelttl{
		margin: 10vw 0 5vw;
	}
	.ttltype4{
		font-size: 5.1vw;
		margin: 5.6vw 0 3.6vw;
	}
	.btnstyle01, .btnstyle02, .btnstyle03{
		margin-top: 6.4vw;
	}
	.tbl_style01 th{
		width: 15%;
	}
	/**/
	.kadai-area ul li{
		width: 100%;
		margin-bottom: 7%;
		padding: 30px;
	}
	p.cap01 {
		width: 100%;
	}
	.colm02 p:first-of-type{
		width: 100%;
	}
	.cap01 img{
		display: block;
		margin: 20px auto 10px;
	}
	.w01,.w02,.w03,.w04{
		width: 100%;
	}
	.shuhari-list{
		align-items: start;
	}
	.shuhari-list dt{
		width: 20%;
		margin-right: 2%;
	}
	.shuhari-list dd{
		width: 78%;
		font-size: 1.2rem;
	}
	.shuhari-list dd span{
		font-size: 1.4rem;
	}
	.rice-list{
		margin-left: 0;;
	}
	.kadai-line {
		margin-bottom: 60px;
	}
	.kadai-line span {
		line-height: 2.1;
	}

	.btnstyle01 a {
		/*border: 2px solid #007ac5;*/
		border: none;
		font-size: 1.5rem;
		padding: 7px 0;
	}
	.tab_content .btnstyle01 a {
		background: #fff;
		color: #007ac5;
		border: 2px solid #007ac5;
		font-size: 1.5rem;
		padding: 7px 0;
	}
}




/*タブ切り替え*/
.tabSwitch {
	margin-top: 65px;
	padding-bottom: 0;
	width: 100%;
	position: relative;
}
.tabSwitch::before {
	display: block;
	content: "";
	width: 200vw;
	height: 1px;
	background-color: #007ac5;
	position: absolute;
	top: 49px;
	left: -50vw;
}
.tabSwitch .tab_item {
	width: 165px;
	min-width: 165px;
	height: 50px;
	background-color: #007ac5;
	border: 1px solid #007ac5;
	color: #fff;
	line-height: 1.2;
	font-size: 1.8rem;
	display: flex;
	font-weight: bold;
	position: relative;
	z-index: 10;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.tabSwitch .tab_item:hover {
  opacity: 0.75;
}
.tabSwitch .tab_item:not(:last-child) {
	margin-right: 20px;
}
.tabSwitch input[name="tab_item"] {
  display: none;
}
.tabSwitch .tab_content {
  display: none;
	padding: 0;
  clear: both;
  overflow: hidden;
}
.tabSwitch #tabA:checked ~ #tabAc,
.tabSwitch #tabB:checked ~ #tabBc,
.tabSwitch #tabC:checked ~ #tabCc {
  display: block;
}
.tabSwitch input:checked + .tab_item {
  background-color: #fff;
	color: #007ac5;
	position: relative;
}


/*.tab_content .youtube,*/
.tab_content .imgBox {
	width: 620px;
	margin: 20px auto 10px;
}
/*.tab_content .youtube {
	margin-top: 40px;
}*/

.tab_content .youtube {
  position: relative;
  width: 673px;
  height: 383px;
  margin: 45px auto 70px;
}
.tab_content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.tab_content .imgBox._list {
	width: 640px;
}
.tab_content .imgBox._quote {
	width: 345px;
}
.tab_content .imgBox img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1100px) {
	.tabSwitch {
		padding-bottom: 0;
	}
	.tabSwitch .tab_item {
		width: calc(33.3% - 11px);
		font-size: 1.5rem;
	}
	.tabSwitch .tab_item:last-of-type {
		margin: 0;
	}
	.tabSwitch .tab_item:not(:last-of-type) {
    margin-right: 16px;
	}
	/*.tab_content .youtube,*/
	.tab_content .imgBox {
		width: 100%;
	}
	/*.tab_content .youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.tab_content .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	}*/
}
@media screen and (max-width: 767px) {
	.tabSwitch {
		margin-top: 35px;
	}
	.tabSwitch::before {
		display: none;
	}
	.tabSwitch .tab_item {
		width: 50%;
		min-width: 50%;
		height: 63px;
		margin: 0 !important;
		font-size: 1.4rem;
	}

	.tabSwitch .tab_item {
		background-color: #fff;
		color: #007ac5;
	}
	.tabSwitch .tab_item:nth-of-type(n+3) {
		border-top: none;
	}
	.tabSwitch .tab_item:nth-of-type(2n) {
		border-left: none;
	}
	.tabSwitch input:checked + .tab_item {
		background-color: #007ac5;
		color: #fff;
	}
	

/*	.tab_content .youtube {
		margin: 0 0 15px;
	}*/
	.tab_content .youtube {
		width: 100%;
		height: auto;
		padding-top: 56.25%;
		margin: 20px 0;
	}
	.tab_content .imgBox._list,
	.tab_content .imgBox._quote {
		width: 100%;
	}
	
}

.sideFlow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 20px;
	margin: 30px 0;
}
.sideFlow--box {
	width: 33.3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.sideFlow--box p {
	margin-bottom: 10px;
}
.sideFlow:not(._noArrow) .sideFlow--box:not(:last-child)::after {
	content: "";
	width: 54px;
	height: 37px;
	background: url(../images/shuhari/img_006.png) no-repeat center bottom;
	background-size: contain;
	transform: rotate(270deg);
	position: absolute;
	top: 50%;
	right: -25px;
}
.sideFlow._flow2:not(._noArrow) .sideFlow--box:not(:last-child)::after {
	width: 55px;
	height: 57px;
	background: url(../images/shuhari/img_006_long.png) no-repeat center bottom;
	top: 46%;
}
.sideFlow._noArrow {
	padding: 0;
}
.sideFlow._noArrow .sideFlow--box {
	width: 30.5%;
}
/*.sideFlow._noArrow .sideFlow--box:first-child .img {
	padding-left: 20px;
}
.sideFlow._noArrow .sideFlow--box:last-child .img {
	padding-right: 20px;
}*/
.sideFlow._flow2 {
	padding: 0 100px;
	margin-top: 10px;
}
.sideFlow._flow2 .sideFlow--box {
	width: 50%;
}

.sideFlow--box p.exp {
	margin: 25px 0 0;
	width: 100%;
}
@media screen and (max-width: 1100px) {
	.sideFlow {
		padding: 0;
		margin: 30px 0 50px;
	}
	.sideFlow--box p:not(.exp) {
		margin-bottom: 10px;
    min-height: 6rem;
    line-height: 2;
    text-indent: -1.8rem;
    padding-left: 1.8rem;
	}
	.sideFlow._noArrow .sideFlow--box p {
		min-height: 3rem;
		font-size: 1.4rem;
	}
	.sideFlow._noArrow .sideFlow--box p.exp {
		font-size: 1.3rem;
	}
	.sideFlow._noArrow .sideFlow--box:first-child .img,
	.sideFlow._noArrow .sideFlow--box:last-child .img {
		padding: 0;
	}
	.sideFlow._noArrow .sideFlow--box .img {
		width: 100%;
	}
	.sideFlow._noArrow .sideFlow--box .img img {
		width: 100%;
    height: auto;
	}
	.sideFlow._flow2 {
    padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.sideFlow:not(._flow2) {
		flex-direction: column;
		margin: 30px 0 25px;
	}
	.sideFlow:not(._flow2) .sideFlow--box {
		width: 100%;
	}
	.sideFlow:not(._flow2) .sideFlow--box p:not(.exp) {
		min-height: auto;
	}
	.sideFlow:not(._noArrow):not(._flow2) .sideFlow--box:not(:last-child) {
		padding-bottom: 85px;
	}
	.sideFlow:not(._noArrow):not(._flow2) .sideFlow--box:not(:last-child)::after {
		top: auto;
		bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(0deg);
	}

	.sideFlow._noArrow .sideFlow--box {
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}
	.sideFlow._noArrow .sideFlow--box:last-child {
		margin-bottom: 0;
	}
	.sideFlow._noArrow .sideFlow--box .img {
		width: auto;
	}
	.sideFlow--box p.exp {
		margin: 10px 0 0;
	}

	.sideFlow._flow2 .sideFlow--box {
		width: 41%;
	}
	.sideFlow._flow2:not(._noArrow) .sideFlow--box:not(:last-child)::after {
		width: 30px;
    height: 30px;
    background-size: contain;
		right: -45px;
	}
	.sideFlow._flow2:not(._noArrow) {
		margin-bottom: 40px;
	}
}



.img2col {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.img2col > div {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.img2col > div p {
	font-size: 14px;
	margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
	.img2col {
		flex-direction: column;
		margin-bottom: 50px;
	}
	.img2col > div {
		width: 100%;
	}
	.img2col > div:not(:first-child) {
		margin-top: 30px;
	}
}
.img2col + .btnstyle01 {
	margin-bottom: 0;
}

/* support */
.modalList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 35px;
}
.modalList--box {
	width: calc(50% - 40px);
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.modalList--box a {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 20px 20px 20px 0;
	transition: opacity 0.3s;
}
.modalList--box a:hover {
	opacity: 0.7;
}
.modalList--box a:hover img {
	opacity: 1;
}
.modalList--box:nth-child(n+3) {
	margin-top: -1px;
}
.modalList--box .number {
	width: 50px;
	min-width: 50px;
	text-align: center;
}
.modalList--box .img {
	margin-right: 15px;
	width: 119px;
	min-width: 119px;
}
.modalList--box .name {
	padding-left: 1.8rem;
	text-indent: -1.3rem;
}
.modalList--box .name::before {
	content: "";
	display: inline-block;
	background-image: url(../images/shuhari/support/img_key.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	width: 12px;
	height: 15px;
	position: relative;
	top: 1.5px;
	left: -5px;
}
/* popup */
.modalContents {
	height: 100%;
}
.modalContents .video {
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.modalContents .video iframe {
	height: 100%;
}
html {
	overflow: auto !important;
	margin-right: 0 !important;
}
.modalWrapper iframe[src$=".pdf"]{
	width:100%;
	height:80vh;
}
.modalContents .video video {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 2500px) {
	.modalWrapper {
    height: 60%;
	}
	/*
	.modalWrapper.movieWrap {
		height: 70%;
	}*/
}

@media screen and (max-width: 1100px) {
	.modalList--box .name {
    padding-left: 1.4rem;
    text-indent: -1.1rem;
	}
	.modalList--box {
		width: calc(50% - 9px);
	}
	.modalList--box .number {
		width: 45px;
    min-width: 45px;
	}
	.modalList--box a {
		padding: 20px 10px 20px 0;
	}

	.modalWrapper {
    height: 65%;
	}
}
@media screen and (max-width: 767px) {
	.modalList {
		flex-direction: column;
		margin-top: 20px;
	}
	.modalList--box {
		width: 100%;
	}
	.modalList--box:nth-child(n+3) {
		margin: 0;
	}
	.modalList--box:not(:first-child) {
		border-top: none;
	}
	.modalList--box a {
		padding: 15px 0;
	}
	.modalList--box .number {
		width: 19px;
    min-width: 19px;
		text-align: left;
	}
	.modalList--box .img {
		width: 76.5px;
		min-width: 76.5px;
	}
	.modalList--box .name {
		font-size: 1.3rem;
		padding-left: 1.3rem;
    text-indent: -1rem;
	}
	.modalList--box .name::before {
		width: 9px;
    height: 11px;
    top: 0;
	}

	.modalWrapper.movieWrap {
    height: 56vw;
	}
	.modalContents .youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.modalContents .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	}

}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width:768px), print {}
@media screen\0 {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TABLET Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
	.check_txt label > span, .check_list span{
		padding-top: 0.6em;
	}
	.tbl_form .message.input_form {
    height: 4em!important;
    }
}