@charset 'utf-8';
/*やっほう*/
/* base setting */
.title {
	margin-bottom: 40px;
}

.title .primary {
	font-weight: 500;
}
.title .secondly {
	font-size: 0.8rem;
	margin-left: 40px;
}

h3.plaintitle .primary {
	font-size: 2.5rem;
}
h4.plaintitle .primary {
	font-size: 1.4rem;
	font-weight: 600;
	color: #222;
}
h5.plaintitle .primary {
	font-size: 1rem;
}

.module:not(:last-child) {
	margin-bottom: 60px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}
.bdimg,
.borderbox {
	box-sizing: border-box;
}

.borderbox {
	padding: 1rem;
}

.borderbox1 {
	background: #eee;
}

.borderbox2 {
	background: #f5e5cc;
	color: #6b4812;
}

.borderbox3 {
	background: #fff36f;
	color: #e72a37;
}

.borderbox4 {
	background: #2a62b6;
	color: #fff;
}

.photo {
	overflow: hidden;
}
.fl-left {
	float: left;
}
.fl-right {
	float: right;
}

.pict.fl-left {
	margin-right: 20px;
}

.pict.fl-right {
	margin-left: 20px;
}

.text {
	overflow: hidden;
	letter-spacing: 0.6rem;
	}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex > * {
	flex: none;
}
.flex_wrap {
	justify-content: space-between;
	margin-bottom: -30px;
}
.flex_wrap > * {
	margin-bottom: 30px;
}

.just2 {
	width: calc(50% - 15px);
}
.just3 {
	width: calc(33% - 15px);
}

.just4 {
	font-size: 0.9rem;
	width: calc(25% - 10px);
}

.just5 {
	font-size: 0.9rem;
	width: calc(20% - 10px);
}

.wcempty {
	height: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border: none !important;
}

.justimg {
	max-width: 90%;
	height: auto;
}

.just_item + .just_item {
	margin-top: 10px;
}

.just_item {
 text-align: center;
}

.just_item div,
.just_item p {
 text-align: left;
}

.detaillink a {
	display: inline-block;
	padding: 10px 40px;
	background: #2A62B6;
	color: #fff;
}

.border {
	border-top: 1px solid #bbb;
	
}

.border hr {
	display: none;
}

.list + .list {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}

.list dt {
	font-weight: 500;
	width: 30%;
}

.list dd {
	flex: 1;
}

.qanda + .qanda,
.list + .list {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.qanda dt,
.qanda dd {
	display: flex;
	align-items: center;
}
.qanda dt {
	margin-bottom: 20px;
	align-content: center;
}


.qanda dt:before,
.qanda dd:before {
	flex: none;
	display: block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 500;
	margin-right: 10px;
	align-self: flex-start;
}

.qanda dt:before {
	content: 'Q';
	background: #ff5858;
}
.qanda dd:before {
	content: 'A';
	background: #2c64e2;
}

.table {
	width: 100%;
}
.table th,
.table td {
	padding: 10px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.table th {
	font-weight: 500;
	background: #eee;
}

.table1{
	width:90%;
	margin:0 auto;
	}


.table1 td:first-child,
.table1 th:first-child {
	width: 35%;
}

.table1 th {
	background: #00a2b1;
	color:#fff;
}

.table1 td {
	text-align:center;
}



.table2 th,
.table2 td {
	width: 20%;
}

.table2 th {
	text-align: center;
}
.table2 td:nth-child(2),
.table2 th:nth-child(2) {
	width: auto;
}


.table3 th:nth-child(odd),
.table3 td:nth-child(odd) {
	width: 15%;
}

.table3 td[colspan] {
	width: auto;
}

.table4 th,
.table4 td {
	width: 14.2857%;
}
.table4 th[colspan],
.table4 td[colspan] {
	width: auto;
}

.big {
	font-size: 1.2rem;
	line-height: 2;
}
.small {
	font-size: 0.8rem;
}


.section_nav .has_dropdown {
	position: relative;
}
.section_nav .dropdown {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 100;
	width: 200px;
	display: none;
}
.section_nav .dropdown a {
	background: #f33;
}
.section_nav .has_dropdown li a:before,
.section_nav .dropdown > li:before,
.section_nav .dropdown > li:after {
	content: none !important;
}

.section_nav .has_dropdown li a {
	padding: 15px;
	text-align: center;
	font-size: 0.9rem;
}
.section_nav .has_dropdown li + li a {
	border-top: 1px solid rgba(255,255,255,0.2);
}
.section_nav .has_dropdown a:hover {
	background-color: #f99;
}


.detaillink a {
	color: #fff !important;
}

.menu > ul > li > ul {
	background: #f33;
	max-height: none;
	text-align: center;
	padding-top: 0;
}

.menu > ul > li > ul > li {
	display: inline-block;
}
.menu > ul > li > ul > li a {
	color: #fff;
}
.menu > ul > li > ul > li a:hover {
	color: rgba(255,255,255,0.8);
}
.menu > ul > li > ul > li + li {
	margin-left: 20px;
}
.menu > ul > li > ul > li a:before,
.menu > ul > li > ul > li a:after {
	content: none !important;
}

.title_h3_01 h3.plaintitle {
	text-align: center;
	font-weight:700;
}
.title_h3_01 h3.plaintitle span.primary,
.title_h3_01 h3.plaintitle span.secondary {
	display: block;
	text-align: center;
}

.title_h3_01 h3.plaintitle span.secondary {
	color: #12a73b;
	font-weight:700;
	font-family: 'Noto Serif Japanese', serif;
}

	


.title_h3_02 {
	border-top: 1px solid #f99;
	border-bottom: 1px solid #f99;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.title_h3_02 span.secondary {
	margin-left: 10px;
	color: rgba(0,0,0,0.6);
}
.title_h4 span.secondary {
	margin-left: 20px;
	font-size:1.8rem;
	font-weight:700;
}
.title_h4_01 {
	border-bottom: 5px solid #F79433;
}
.title_h4_01 h4.plaintitle {
	display: inline-block;
	/*padding-bottom: 10px;
	position: relative;*/
}
.title_h4_01 h4.plaintitle:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #00a2b1;
	width: 100%;
	height: 2px;
}

.title_h4_02 {
	border-left: 4px solid #f33;
	padding-left: 10px;
}

.title_h5 h5.plaintitle {
	font-weight: bold;
}
.title_h5_02 h5.plaintitle {
	color: #f33;
}

.borderbox p {
	color: inherit;
}

.dropdown span.secondary {
	display: none !important;
}
@media screen and (max-width: 800px) {
	.pict {
		float: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-bottom: 10px !important;
	}
	.pict img {
		width: 100%;
		height: auto;
	}
	.just2 {
		width: 100%;
	}
	.just3,
	.just4,
	.just5 {
		width: calc(50% - 10px);
	}
	.item_qa + .item_qa {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #ddd;
	}
	.module_qa dt:before,
	.module_qa dd:before {
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		margin-right: 10px;
	}
	.module_qa dt:before {
		content: 'Q';
		background: #d06e96;
	}
	.module_qa dd:before {
		content: 'A';
		background: #4463ad;
	}
	.detaillink a {
		display: block;
		text-align: center;
	}
	
	.table_wrap {
		width: 100%;
		overflow: auto;
	}
	.table th {
		min-width: 150px
	}
	.table td {
		min-width: 200px
	}
	.iframe_wrap{
		    position:relative;
		    width:100%;
		    height:0;
		    padding-top:75%;
		}
		.iframe_wrap iframe{
		    position:absolute;
		    top:0;
		    left:0;
		    width:100%;
		    height:100%;
		}
		
	.dropdown li {
		margin-left: 20px !important;
		display: block !important;
	}
	.dropdown span.primary {
		text-align: left !important;
	}
}


body[class*="wc"] .dropdown {
	display: block !important;
	position: static !important;
	margin-top: 10px;
}
body[class*="wc"] .dropdown li {
	display: block !important;
}
body[class*="wc"] .slick_box {
	display: inline-block;
}
body[class*="wc"] .sp-slide {
	display: inline-block;
	position: static;
}



/*=================================================*/
@media only screen and (max-width: 800px) {

	.text {
		overflow: hidden;
		letter-spacing: 0.33rem;
		margin-left: 3%;
			}
/*=================================================*/
				}
/*@media only screen andここまで*/

