/*----------------------
none
----------------------*/
.pcOFFtabletOFFspON{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletOFFspON{display: none;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletOFFspON{display: block;}
}

.pcOFFtabletONspOFF{display: none !important;}
@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block !important;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none !important;}
}

@media screen and (max-width: 768px) {
	.pcONtabletOFFspOFF,
	.pcONspOFF{display: none !important;}
}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none !important;}
}

@media screen and (min-width:601px) and (max-width: 768px) {
	.pcONtabletOFFspON{display: none;}
}

@media only screen and (max-width: 600px) {
	.pcONtabletONspOFF{display: none;}
}

/*===========================
margin
===========================*/
.mt0{margin-top: 0;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}


/*===========================
align
===========================*/
.txc{text-align: center;}
.txr{text-align: right;}
.txl{text-align: left;}

.center-pcONspOFF{text-align: center;}
@media screen and (max-width: 768px) {
	.center-pcONspOFF{text-align: left;}
}

.center-pcONtabletONspOFF{text-align: center;}
@media screen and (max-width: 600px) {
	.center-pcONtabletONspOFF{text-align: left;}
}

/*===========================
width
===========================*/
.contPad70p {
	width:70%;
	margin:0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.contPad70p {
		width:100%;
	}
}

.contPad60p {
	width:60%;
	margin:0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.contPad60p {
		width:100%;
	}
}

.contPad50p {
	width:60%;
	margin:0 auto;
	box-sizing: border-box;
}



.contPad50p {
	width:50%;
	margin:0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.contPad50p {
		width:100%;
	}
}


/*===========================
indent
===========================*/
.indent01{
	padding-left:1em !important;
	text-indent:-1em;
	display: block;
}


/*===========================
text
===========================*/
.txt-s{
	font-size: 0.9rem;
}
.txt-ss{
	font-size: 1.1rem;
}
.txt-red{
	color: #e00303 !important;
}

.fb00{
	font-weight: bold;
}

.fb01{
	font-weight: bold;
	font-size: 1.1rem;
}

.fb02{
	font-weight: bold;
	font-size: 1.1rem;
	color: #007243;
}

.fb03{
	font-weight: bold;
	font-size: 1.1rem;
	color: #e60000;
}

.fb04{
	font-weight: bold;
	font-size: 1.5rem;
	color: #5bafc4;
}
@media screen and (max-width: 768px) {
	.fb04{
		font-size: 1.2rem;
	}
}

/*===========================
boxSimple
===========================*/
.boxSimple3 {
	border: solid 2px #a0d8ef;
	padding:1.5em;
	background: rgba(255,255,255,.9);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
}

.boxSimple3 p{
	text-align: center;
}

/*===========================
flex_box
===========================*/

.flex_box {
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content : space-between;
}
.flex_box h3 {
	font-size:1.6em;
	border-bottom: 1px dotted #cdd5e9 !important;
	text-align:left;
	color:#fff;
	margin: 0 0 15px;
	padding: 0 0 12px;
	border: none;
}
@media screen and (max-width: 768px) {
	.flex_box h3 {
		font-size:1.3em;
	}
}

.flex_box h3:after {
	content: none;
}
.flex_box.row_reverse {
	flex-flow: row-reverse wrap;
}
.item {
	width: 50%;
	box-sizing: border-box;
	min-height: 27em;/* 要調整 */
}
.txt_area {
	background: #204092;
	padding: 60px 0;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
	color: #fff;
}
.txt_box {
	width: 70%;
	margin: 0 auto;
	text-align:left;
}
.photo_area {
	background-position: 50% 50%;
	background-size: cover;
}
.photo01 {
	background-image:url(../img/content/a.jpg);
}
.photo02 {
	background-image:url(../img/content/yobi2.jpg);
}
.photo03 {
	background-image:url(../img/content/b.jpg);
}
.photo04 {
	background-image:url(../img/content/c.jpg);
}

@media screen and (max-width: 600px) {
	.content_full {
	 width: 100%;
	}

	.flex_box {
	 flex-flow: column wrap;
	}
	.item {
	 width: 100%;
	 min-height: 12em;/* 要調整 */
	}
	.txt_area {
	 padding: 30px 0;
	}
	.txt_box {
	 width: 85%;
	}
	.photo_area {
	 min-height: 30vh;
	}
	 .photo03 {
	 background-position:top left;
	}
}

/*===========================
h3Wrap
===========================*/

.h3Wrap {
	margin-bottom:1.6em;
	border-bottom:1px dotted #6b6f78;
}

.h3Wrap h3{
	margin-bottom: 10px;
}

.h3Wrap h3:after{
	content: none;
}


/*===========================
ページ内リンク直し
===========================*/
#anch01, #anch02 , #anch03 , #anch04,#anch05 , #anch06, #anch07 , #anch08 , #anch09 , #anch10 {
	margin-top:-100px;
	padding-top:100px;
}


@media screen and (max-width: 768px) {
	#anch01, #anch02 , #anch03 , #anch04 , #anch05 , #anch06, #anch07 , #anch08 , #anch09 , #anch10 {
		margin-top:0;
		padding-top:0;
	}
}

/*===========================
contactBtnWrap
===========================*/
.contactBtnWrap{
  display: block;
  width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.contactBtnWrap{
	  width: 60%;
	}
}
@media screen and (max-width: 600px) {
	.contactBtnWrap{
	  width: 100%;
	}
}

.contactBtnWrap a,
.contactBtnWrap p {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background-color: #204092;
  border-radius: 6px;
	text-decoration: none;
	box-sizing: border-box;
	color: #fff !important;
}

.contactBtnWrap p{
	margin: 0px 7.3% 0 0;
}

.contactBtnWrap a{
	margin: 0;
}

.contactBtnWrap a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.contactBtnWrap .tel{
	margin: 0;
	padding: 0;
	background:none;
}

@media screen and (max-width: 768px) {
  .contactBtnWrap a{
    width: 100%;
	}

	.contactBtnWrap a{
		display: block;
		margin-bottom: 10px
	}
}


@media screen and (max-width: 768px) {
  .contactBtnWrap a + a {
    margin-left: 0;
	}
}

@media screen and (min-width: 601px) {
	.contactBtnWrap02{
		display: flex;
	}
}

.contactBtnWrap02 .de01{
	width: 33%;
	margin-right: 2%;
}
.contactBtnWrap02 .de01:last-child{
	margin: 0;
}

@media screen and (max-width: 600px) {
	.contactBtnWrap02 .de01{
		width: 100%;
		display: block;
		margin-right: 0;
	}
}


.contactBtnWrap02 a,
.contactBtnWrap02 p {
  display: block;
  vertical-align: middle;
  text-align: center;

  padding: 6px 0;
  background-color: #204092;
  border-radius: 6px;
	text-decoration: none;
	box-sizing: border-box;
	color: #fff !important;
	height: 66px;
	transition: 0.3s;
}

.contactBtnWrap02 a{
	margin: 0;
	padding-top: 19px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.contactBtnWrap02 a.tele{
		padding-top: 6px;
	}
}

.contactBtnWrap02 a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.contactBtnWrap02 a .arrow{
	position: absolute;
	top: 42%;
	right: 10px;
	width: 0;
  height: 0;
  border-left: 8px solid #fff ;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.contactBtnWrap02 .tel{
	margin: 0;
	padding: 0;
	background:none;
}

@media screen and (max-width: 768px) {
  .contactBtnWrap02 a{
    width: 100%;
	}

	.contactBtnWrap02 a{
		display: block;
		margin-bottom: 10px
	}
}


@media screen and (max-width: 768px) {
  .contactBtnWrap02 a + a {
    margin-left: 0;
	}
}

/*===========================
top-add
===========================*/

.top-add .box01 .txt01{
	font-size: 1.3rem;
	color: #ec1a22;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	.top-add .box01 .txt01{
		font-size: 1.2rem;
	}
}


.top-add .box01 span{
	color: #ec1a22;
}

.top-add .box01 span.blue{
	color: #204092;
}


/*===========================
cont1-add
===========================*/
/*box01----------*/
.cont1-add .box01{
	padding-left: 0;
	padding-right: 0;
}

/*box02----------*/
.cont1-add .box02 .in01{
	position: relative;
}

.cont1-add .box02 .in01 .lay2Plural2{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 4%;
	width: 48%;
}
@media screen and (max-width: 768px) {
	.cont1-add .box02 .in01 .lay2Plural2{
		margin-right: 0;
		width: 100%;
	}
}


.cont1-add .box02 .in01 .lay2Plural2:nth-child(2){
	margin-right: 0;
}

.cont1-add .box02 ul.liCheck{
	background-color: #f1f5ff;
	color: #333;
	padding: 10px;
	margin-bottom: 0 !important;
	font-size: 1rem;
	border: 2px solid #204092;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.cont1-add .box02 ul.liCheck{
		font-size: 0.9rem;
	}
}

.cont1-add .box02 ul.liCheck li{
	background-position:1px 4px;
}
@media screen and (max-width: 768px) {
	.cont1-add .box02 ul.liCheck li{
		background-position:1px 2px;
	}
}

.cont1-add .box02 .txt-box{
	width: 45%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;

	display:flex;
	justify-content:center;
	align-items:center;
}
@media screen and (max-width: 768px) {
	.cont1-add .box02 .txt-box{
		position: initial;
		margin-top: 15px;
	}
}

@media screen and (min-width: 601px) {
	.cont1-add .box02 h4{
		position: relative;
	  display: inline-block;
	  padding: 0 115px;
		color: #204092;
		font-size: 1.7rem;
		font-weight: bold;
		margin-top: 30px !important;
	}
	.cont1-add .box02 h5{
	  display: inline-block;
		color: #204092;
		font-size: 1.4rem;
		font-weight: bold;
		
	}
	.cont1-add .box02 h4:before,
	.cont1-add .box02 h4:after{
		content: '';
	    position: absolute;
	    top: 50%;
	    display: inline-block;
	    width: 100px;
	    height: 2px;
	    background-color: #204092;
	}
	.cont1-add .box02 h4:before{
		left: 0;
	}
	.cont1-add .box02 h4:after{
		right: 5px;
	}
}

@media screen and (max-width: 600px) {
	.cont1-add .box02 h4{
		display: flex;
    align-items: center;
		font-size: 1.4rem;
		font-weight: bold;
		margin-top: 50px !important;
	}
	.cont1-add .box02 h4:before,
	.cont1-add .box02 h4:after{
		content: "";
    height: 1px;
    flex-grow: 1;
	  background-color: #204092;
	}
	.cont1-add .box02 h4:before{
		margin-right: 1rem;
	}
	.cont1-add .box02 h4:after{
		margin-left: 0.5rem;
	}
}




.cont1-add .box02 .txt01{
	font-size: 1.2rem !important;
	background-color: #204092 !important;
	color: #fff;
	padding: 10px 0 12px;
	line-height: 100%;
	margin: 30px 0 20px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cont1-add .box02 .caption01{
	text-align: center;
	background-color: #f1f5ff;
	border: 2px solid #204092;
	width: 100px;
	font-weight: bold;
	margin: 15px auto 0;
	padding: 3px 0;
	color: #204092;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*===========================
cont2-add
===========================*/
.cont2-add .box01 .txtWrap p{
	color: #333;
}

/*===========================
cont3-add
===========================*/
/*box01----------*/
.cont3-add .box01 td{
	text-align: left;
}

/*box02----------*/
/*txt01-----*/
.cont3-add .box02 .txt01{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 60px;
	line-height: 150%;
	color: #204092;
}

@media screen and (max-width: 600px) {
	.cont3-add .box02 .txt01{
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
}

/*txt02-----*/
.cont3-add .box02 .txt02{
	text-align: center;
	font-size: 1.3rem;
	color: #204092;
}
@media screen and (max-width: 600px) {
	.cont3-add .box02 .txt02{
		text-align: left;
		font-size: 1.2rem;
	}
}

/*in01-----*/
/*liCheck---*/
.cont3-add .box02 .in01 .liCheck{
	font-size: 1.3rem;
	width: fit-content;
  margin: 0 auto 10px;
}
@media screen and (max-width: 600px) {
	.cont3-add .box02 .in01 .liCheck{
		font-size: 1.1rem;
	}
}

.cont3-add .box02 .in01 .liCheck li{
	line-height:1.1em;
	margin-bottom: 20px;
}

/*in02-----*/
.cont3-add .box02 .in02 ul{
	width: fit-content;
	margin: 0 auto 70px;
}

/*in03-----*/
@media screen and (min-width: 769px) {
	.cont3-add .box02 .in03{
		display: flex;
		width: 100%;
	}
}

.cont3-add .box02 .in03 .de01{
	width: 33%;
	margin-right: 3%;
}
.cont3-add .box02 .in03 .de01:last-child{
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.cont3-add .box02 .in03 .de01{
		width: 100%;
		margin-bottom: 20px;
	}
}

.cont3-add .box02 .in03 a{
	width: 100%;
	text-decoration: none;
	line-height: 150%;
	padding: 20px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	background:linear-gradient(to bottom,#FFF,#3e60b6 10%,#204092);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	position: relative;
	color: #fff;
	font-size: 1.1rem;
	border: 3px solid #204092;
	/*box-shadow: 3px 3px 3px #3c65cc;*/
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.cont3-add .box02 .in03 a{
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		padding: 10px;
	}
}


.cont3-add .box02 .in03 a:hover{
	opacity: 0.5;
}

.cont3-add .box02 .in03 a span{
	background: #fff;
	color: #204092;
	padding: 3px 10px;
	border-radius: 10px;
	display: block;
	width: 70%;
	margin: 0 auto 10px;
}

.cont3-add .box02 .in03 a .arrow{
	position: absolute;
	top: 42%;
	right: 10px;
	width: 0;
  height: 0;
  border-left: 10px solid #fff ;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/*in05-----*/
@media screen and (min-width: 769px) {
	.cont3-add .in05 .liOrangeLarge{
		font-size: 1.3rem;
	}

	.cont3-add .in05 .liOrangeLarge li {
		background-position:0px 18px;
	}
}


/*===========================
contact-add
===========================*/
.contact-add .privacy .h2Wrap{
	border-bottom:2px solid #333;
}

.contact-add .privacy h2,
.contact-add .privacy h3{
	color: #333;
}

.contact-add input.checkBox{
	height: 1em;
}

.contact-add .privacy ul li{
	margin-left: 22px;
	box-sizing: border-box;
}

/*===========================
footer
===========================*/
footer .btn-box{
	width: 200px;
	margin: 30px auto 20px;
}

footer .btn-box a{
	background-color: #204092 !important;
	text-decoration: none;
	padding: 4px 10px;
	color: #fff;
	border: 2px solid #193680;
	transition: 0.3s;
	display: block;
}

footer .btn-box a:hover{
	opacity: 0.7
}









/* 事業内容　*/

ul.liBusiv {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi li {
	padding:0.2em 1em;
	font-size:1.2em;
	width:100%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

ul.liBusi2Div {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi2Div li {
	display:inline-block;
	padding:0.2em 1em;
	font-size:1.2em;
	width:46%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

@media only screen and (max-width: 768px) {

ul.liBusi2Div li {
	display:block;
	width:100%;
}
}


.txtIconM {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	line-height: normal;
	padding: 0.4em 1em 0.5em 1em;
	background-color:#3578B5;
	margin: 0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


@media only screen and (max-width: 600px) {

.txtIconM {
	font-size: 1.1em;
}
}

/* 画像とテキストを交互に表示画像バージョン */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
    background-color: rgba(252, 252, 252, 0.92);
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 50%; /*flex: 2;*/
    /* flex: 2; */
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
}
.contents-img {
	width: 50%; /*flex: 1;*/
}
.contents-text h3 {/* 要調整 */
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1em;
	color:#00926e;
	text-align:left;
}
.contents-text h3::after {/* 要調整 */
 content: none;
}
.contents-text-catch {
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.125em;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    border-bottom: 4px solid #62c0b5;
    padding-bottom: 8px;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
	padding: 20px 0 0;
}
.contents-wrap:last-child{
	padding-bottom: 20px;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:50px;
}
.contents-text{
	padding:0 20px;
	margin-bottom:20px;
}
.contents-text h3 {
	font-size: 1.3em;
}
}


/*===========================
enclosing
===========================*/
.enclosing{
	margin: 0 auto 50px;
	padding:1.5em;
	position: relative;
	border:1px solid #2c3269;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.30);
}
@media screen and (max-width: 768px) {
	.enclosing{
		width: 100%;
		margin: 0 auto 25px;
	}
}


.enclosing:before{
	border-bottom:30px solid transparent;
	border-left:30px solid #2c3269;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.enclosing:after{
	border-left:30px solid transparent;
	border-bottom:30px solid #2c3269;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;

}

/* Flexboxレイアウト */ 

.f-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch; /* アイテムを上揃えで配置します */
}

.f-wrap-AC {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center; /* アイテムを上下中央で配置します */
}

.f-wrap-end {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: end; /* アイテムを下揃えで配置します */
}

.f-wrap-HU {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	 /* アイテムの高さを揃える */
}

.f-wrap-cen {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.f-wrap-even {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.f-wrap-even-cen {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center; /* アイテムを上下中央で配置します */
}


.f-item1 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom:30px;
}

.f-item1-2 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-2-USU {
	box-sizing: border-box;
	width: 47%;
}

.f-item1-2-t1 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-3 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3-t1 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3-t2 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3-ts2 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3-s2 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-wrap-cen .f-item1-3-t2 {
	margin:0 1px 30px 10px;
}
	

.f-item1-3n2 {
	box-sizing: border-box;
	width: 30%;
}

.f-item2-3 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}

.f-item2-3-t1 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}


.f-item1-4 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-4-t1 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item1-4-t2 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item1-4-sp2 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4-t1 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-5 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item1-5-t1 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item1-5-t2 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item1-5-t3 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item2-5 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item2-5-t1 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item3-5 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item4-5 {
	box-sizing: border-box;
	width: 76%;
	margin-bottom:30px;
}

.f-item4-5-t1 {
	box-sizing: border-box;
	width: 76%;
	margin-bottom:30px;
}

.f-item3-5-t1 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item1-6 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-item1-6-t1 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-item1-6-t2 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-item1-6-t3 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-item1-6-sp2 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}



.f-Vcenter {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
}

.f-row-reverse {
	flex-flow: row-reverse wrap;
}

/* 最後のコンテンツを左寄せにする指定 */
.f-wrap-ad4:after {
    content: "";
    display: block;
    width: 48%;  /* f-itemに指定したwidthと同じ幅を指定する */
    height: 0;
}

.boxDummy {
	text-align:center;
	background-color: #CCC;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
	padding:1em;
}

@media screen and (max-width: 768px) {

.f-item1-2-t1 , .f-item1-3-t1 , .f-item2-3-t1 , .f-item1-4-t1 , .f-item3-4-t1 , .f-item1-5-t1 , .f-item2-5-t1 , .f-item3-5-t1 , f-item4-5-t1 , .f-item1-6-t1 {
	width: 100%;
}


.f-item1-3-t2 , .f-item1-3-ts2 , .f-item1-4-t2 , .f-item1-5-t2 , .f-item1-6-t2 {
	width: 49%;
}


.f-wrap-cen .f-item1-3-t2 {
	margin:0 3px 30px 3px;
}


.f-item1-5-t3 , .f-item1-6-t3 {
	width: 31%;
}


}

@media only screen and (max-width: 600px) {
.f-item1-2 , .f-item1-3 , .f-item1-3n2 , .f-item2-3 , .f-item1-4 , .f-item3-4 , .f-item1-5 , .f-item2-5 , .f-item3-5 , .f-item4-5 , .f-item1-6 {
	width: 100%;
	margin-bottom:30px;
}

.f-wrap-cen .f-item1-3-t2 {
	margin:0 0 30px 0;
}

.f-item1-3-t2 , .f-item1-4-t2 , .f-item1-5-t2 , .f-item1-6-t2 , .f-item1-5-t3 , .f-item1-6-t3 {
	width: 100%;
	margin-bottom:30px;
}

.f-item1-4-sp2 , .f-item1-6-sp2 {
	width: 49%;
	margin-bottom:30px;
}

.f-item1-2-USU {
	box-sizing: border-box;
	margin-bottom:10px;
}

.f-item1-3-s2 {
	width: 49%;
}


.spOrder1 {
	order:1;
}

.spOrder2 {
	order:2;
}

.spOrder3 {
	order:3;
}

.spOrder4 {
	order:4;
}

.spOrder5 {
	order:5;
}

.spOrder6 {
	order:6;
}
}
.red{
	color: #ec1a22;
}
.bigh3 {
	font-size: 1.6em;
}
