@charset "UTF-8";
h2{
	font-size:20px;
	color:#1F335B;
	margin-bottom:20px;
	padding:8px;
	border-bottom:1px solid #1F335B;
}
h3{
	font-size:18px;
	margin-bottom:40px;
	position: relative;
	color:#001D39;
	padding: 16px;
  text-align: center;
}
h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #FF9933;
}
h4{
	font-size:16px;
	margin-bottom:16px;
}
@media only screen and (min-width: 768px) {
h2{
	font-size:24px;
	margin-bottom:30px;
	padding:12px;
}
h3{
	font-size:26px;
	margin-bottom:60px;
	padding: 24px;
}
h4{
	font-size:20px;
	margin-bottom:24px;
}
}
.page ul{
	margin:0 0 16px 40px;
}
.page ul li{
	list-style-type: disc;
	line-height:2.0em;
	margin-bottom:16px;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}

table{
	width:100%;
}
table th{
	background:#F2F2F2;
	padding: 20px;
}
table td{
	padding: 20px;
	word-break: break-all;
}


.bt{
	text-align:center;
}
.bt a{
    display: block;
    position: relative;
	background-color:#FF9933;
	border-radius:10px;
	color:#FFF;
	padding:20px 0;
	margin:0 auto;
    width:90%;
	text-decoration:none;
}
.bt a::after {
    content: '';
    position: absolute;
    top: 39%;
    right: 13px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}
.bt a:hover{
	opacity:.7;
}
@media (min-width: 768px){/*768px以上 PC*/
.bt a{
    width:280px;
}
}

.copy{
	font-size:22px;
}
@media (min-width: 768px){/*768px以上 PC*/
.copy{
	font-size:24px;
}
}

.copy2{
	font-size:24px;
	font-weight:bold;
	color:#1B325E;
}
.copy2 span{
	font-size:16px;
}
@media (min-width: 768px){/*768px以上 PC*/
.copy2{
	font-size:32px;
}
.copy2 span{
	font-size:20px;
}
}
.fontS{
	font-size:12px;
}
@media (min-width: 768px){/*768px以上 PC*/
.fontS{
	font-size:14px;
}
}
.ind {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom:5px;
}

.block{
	padding-bottom:30px;
}
@media (min-width: 768px){/*768px以上 PC*/
.block{
	padding-bottom:60px;
}
}

.innerBox{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
}
.innerBox div.imgBox {
	text-align:center;
	margin-bottom:20px;
}
@media (min-width: 768px){/*768px以上 PC*/
.innerBox{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
.innerBox div.imgBox {
	flex: 0 0 400px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
.innerBox div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:30px;
}
}


.itemBlock{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
	padding:20px 0;
	margin-bottom:20px;
}
.itemBlock .itemBox{
	margin:0 auto 20px;
	padding:0 1%;
	width:98%;
	text-align:center;
}

@media only screen and (min-width: 768px) {
.itemBlock{
	padding:40px 0;
	margin-bottom:40px;
}
.itemBlock .itemBox{
	width:31.3333%;
	padding:0px;
	margin:0 1% 20px;
	overflow: hidden;
}
}

.itemBlock2{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
	padding:20px 0;
	margin-bottom:20px;
}
.itemBlock2 .itemBox{
	margin:0 auto 20px;
	padding:0 1%;
	width:48%;
	text-align:center;
}

@media only screen and (min-width: 768px) {
.itemBlock2{
	padding:40px 0;
	margin-bottom:40px;
}
.itemBlock2 .itemBox{
	width:23%;
	padding:0px;
	margin:0 1% 20px;
	overflow: hidden;
}
}

.itemList{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
	padding:20px 0;
	margin-bottom:20px;
}
.itemList .itemBox{
	margin:0 auto 20px;
	padding:20px 1%;
	width:98%;
	text-align:center;
	display: flex;
	align-items:center;
	justify-content: center;
}
.itemList .itemBox:nth-child(odd){
	background: #EEEEEE;
}
.itemBox p:last-child {
    margin-bottom: 0;
}
.itemBox strong {
	font-size:18px;
}
@media only screen and (min-width: 768px) {
.itemList{
	padding:40px 0;
	margin-bottom:40px;
}
.itemList .itemBox{
	width:31.3333%;
	padding:40px 0;
	margin:0 1% 20px;
	overflow: hidden;
}
.itemBox strong {
	font-size:22px;
}
}




.box_txt{
	padding:12px;
	border:2px solid #1B325E;
	margin-bottom:20px;
}
.box_txt p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
.box_txt{
	padding:24px;
	margin-bottom:40px;
}
}
.bgtxt{
	padding:10px;
	color:#FFF;
	background-color:#1B325E;
	margin-bottom:20px;
}
.bgtxt p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
.bgtxt{
	padding:20px;
	margin-bottom:40px;
}
}