@charset "utf-8";

/*

LP

*/

/* breakpoint
@media(max-width:767px){}
@media(max-width:991px){}
*/


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

 Start Cording

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */


/* all setting
++++++++++++++++++++++++*/

body {
	font-family: '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	min-width: 1090px;
  font-size: 14px;
  color: #333333;
}
@media(max-width:767px){
body {
	-webkit-text-size-adjust: 100%; 
	width: 100%;
	font-size: 3.7vw; /* 14 / 375 */
	min-width: inherit;
}
}

/* wrapper */
.container {
	width: 1090px;
  margin: 0 auto;
}

@media(max-width: 991px){
.container {
	width: 1090px;
}
}

@media(max-width: 767px){
.container {
	width: 94%;
	margin: 0 auto;
}
}
/* typo */
h1, h2, h3, h4, h5, h6, h7 {
	font-size: inherit;
	line-height: 1.5;
}
p, dl, dt, dd, ol, ul, li, table, th, td {
	font-size: inherit;
	line-height: 1.75;
}

/* title */

/* text */
.text_red {
  color: #ff2200;
}
.text_pink {
  color: #d76250;
}
.text_yellow_marker {
  background: #ffea00;
  padding: 0 .25em;
}

/* link */
a:focus, a:hover, a { color: inherit; text-decoration: none; }
a:focus, a:hover { text-decoration: none; }
p > a:hover, p > a { color: #333333; }
a:hover img { filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
p > strong {
  color: #d7614f;
  border-bottom: 1px solid #d7614f;
}

/* button */

/* box */


/* background */
.bg_blue {
  background: #3899be;
  color: #ffffff;
}

.bg_lightblue {
  background: #8ac0db;
}

@media(max-width:767px){
#header .info p > span {
  font-size: 4.6vw;
}
}

/* contents
++++++++++++++++++++++++*/

#contents {}

#breadcrumb {
	margin-top: 0.5em;
}

section {
	padding-top: 80px;
}

.fc_y {
	color: #f7fd65;
}
.fc_r {
	color: #D76250;
}
.fs_b {
	font-size: 140%;
}

.fs_s {
	font-size: 75%;
}
.ur_y2 {
}
.ul_y {
	display: inline;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,234,0,1) 51%,rgba(255,234,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,234,0,1) 51%,rgba(255,234,0,1) 100%);
}

.txt_bg_r {
	color: #ffffff;
	background-color: #d76250;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.ul_r {
	color: #ff2200;
	text-decoration: underline;
}

/* sec01 */
.sec_leave {
	padding: 50px 0 30px;
    overflow: visible;
}
.sec_leave .chara {
	width:25%;
	
}
.sec_leave h2 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
	width:74%;
}

.sec_leave h2 .txt1 {
	display: inline-block;
	font-size: 35px;
	line-height: 1;
	color: #8dbcb9;
	background-color: #ffffff;
	padding: 0.2em 1em;
	margin: 0 auto 0.5em;
}
.sec_leave h2 .txt2 {
	display: inline-block;
	line-height: 1;
	color: #000;
	background-color: #fff;
	padding: 0.2em 0.5em;
	margin: 0.1em auto;
}

.sec_leave ul {
	width: 100%;
	height: 320px;
	padding-top: 35px;
}

.sec_leave ul li {
	width: 340px;
	float: left;
	position: relative;
	padding: 0 75px;
}

.sec_leave ul li+li {
	margin-left: 30px;
}

.sec_leave .tit {
	display: block;
	vertical-align: middle;
	width: 100%;
	height: 70px;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	position: relative;
	z-index: 4;
}
.sec_leave .tit span {
	position: relative;
	z-index: 4;
	padding:5px 8px;
	display:block;
	width: 240px;
	box-sizing:border-box;
	background-color: #d76250;
    left: -25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec_leave .tit:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 35px solid #d76250;
	border-right: 55px solid #d76250;
	border-bottom: 35px solid #d76250;
	border-left: 15px solid transparent;
	position: absolute;
	left: -65px;
	top: 15px;
	z-index: 2;
}

.sec_leave .tit:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 35px solid #d76250;
	border-left: 55px solid #d76250;
	border-bottom: 35px solid #d76250;
	border-right: 15px solid transparent;
	position: absolute;
	right: -65px;
	top: 15px;
	z-index: 3;
}

.sec_leave .img {
	width: 340px;
	height: 220px;
	background-color: #ffffff;
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 1;
	background-size: auto 150px;
	background-position: bottom 20px center;
	background-repeat: no-repeat;
}

.sec_leave .img01 {
	background-image: url(assets/images/owned_media/img_001.png)
}

.sec_leave .img02 {
	background-image: url(assets/images/owned_media/img_002.png)
}

.sec_leave .img03 {
	background-image: url(assets/images/owned_media/img_003.png)
}

.sec_leave .img04 {
	background-image: url(https://united-rivers.com/houjin/wp-content/uploads/2026/01/img_004.png)
}


.sec_leave .container {
	position: relative;
}

.sec_leave .container:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 45px solid #8dbcb9;
	border-right: 490px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 490px solid transparent;
	position: absolute;
	left: 55px;
	bottom: -120px;
}

@media(max-width:767px){
	.sec_leave {
		padding: 5vw 0 5vw;
	}

	.sec_leave h2 {
		font-size: 6vw;
	}

	.sec_leave h2 .txt1 {
		font-size: 4vw;
	}

	.sec_leave ul {
		height: auto;
		padding-top: 3vw;
	}

	.sec_leave ul li {
		width: 100%;
		float: none;
		padding: 0 0 55vw;
	}

	.sec_leave ul li+li {
		margin-left: 0px;
	}

	.sec_leave .tit {
		width: 60vw;
		height: 15vw;
		font-size: 5vw;
		left: 15vw;
	}
	.sec_leave .tit span {
		width:100%;
    left: 0;
	}

	.sec_leave .tit:before {
		border-top: 7vw solid #d76250;
		border-right: 9vw solid #d76250;
		border-bottom: 7vw solid #d76250;
		border-left: 5vw solid transparent;
		left: -12vw;
		top: 7vw;
	}

	.sec_leave .tit:after {
		border-top: 7vw solid #d76250;
		border-left: 9vw solid #d76250;
		border-bottom: 7vw solid #d76250;
		border-right: 5vw solid transparent;
		right: -12vw;
		top: 7vw;
	}

	.sec_leave .img {
		width: 90vw;
		height: 55vw;
		top: 10vw;
		background-size: auto 40vw;
		background-position: bottom 3vw center;
	}

	.sec_leave .container:after {
		border-top: 5vw solid #8dbcb9;
		border-right: 45vw solid transparent;
		border-bottom: 5vw solid transparent;
		border-left: 45vw solid transparent;
		left: 0;
		bottom: -15vw;
	}

}

/* sec_worries */
.sec_worries {
	padding-top: 95px;
}

.sec_worries h2 {
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.sec_worries ul {
	width: 100%;
	min-height: 250px;
	padding: 0;
}

.sec_worries ul li {
	width: 262px;
	float: left;
}

.sec_worries ul li+li {
	margin-left: 14px;
}

.sec_worries ul li .tit {
	font-size: 14px;
	text-align: center;
	line-height: 1.1;
	padding: 0.4em 0 0.3em;
	border: 3px solid #333333;
	border-radius: 5px;
	position: relative;
}

.sec_worries ul li .tit:before {
	display: block;
	content: "";
	border-top: 7px solid #333333;
	border-right: 7px solid #333333;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	position: absolute;
	top: 25px;
	left: 13px;
}

.sec_worries ul li .tit:after {
	display: block;
	content: "";
	border-top: 4px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-bottom: 4px solid transparent;
	border-left: 3px solid transparent;
	position: absolute;
	top: 24px;
	left: 18px;
}

.sec_worries ul li img {
	display: block;
	width: 100%;
	border: 3px solid #333333;
	margin: 20px 0 0 0;
}

.sec_worries ul li .txt {
	font-size: 100%;
	line-height: 1.3;
	padding: 0.5em;
	border: 3px solid #333333;
	border-top: none;
	position: relative;
	min-height: 70px;
}

.sec_worries ul li .txt:before {
	display: block;
	width: 14px;
	height: 14px;
	content: "";
	background-color: #333333;
	position: absolute;
	left: 121px;
	bottom: -14px;
}

.sec_worries ul li .txt:after {
	display: block;
	width: 60px;
	height: 14px;
	content: "";
	background-color: #333333;
	position: absolute;
	left: 98px;
	bottom: -28px;
}

@media(max-width:767px){
	.sec_worries {
		padding-top: 10vw;
	}

	.sec_worries h2 {
		font-size: 6vw;
		margin-bottom: 3vw;
	}

	.sec_worries ul {
		min-height: 250px;
	}

	.sec_worries ul li {
		width: 100%;
		float: none;
		margin-bottom: 15vw;
	}

	.sec_worries ul li+li {
		margin-left: 0;
	}

	.sec_worries ul li .tit {
		font-size: 4vw;
	}

	.sec_worries ul li .tit:before {
		top: 7.5vw;
	}

	.sec_worries ul li .tit:after {
		top: 6vw;
	}

	.sec_worries ul li .txt {
		font-size: 3vw;
	}

	.sec_worries ul li .txt:before {
		width: 8vw;
		height: 8vw;
		left: 41vw;
		bottom: -8vw;
	}

	.sec_worries ul li .txt:after {
		width: 20vw;
		height: 5vw;
		left: 35vw;
		bottom: -11vw;
	}


}


/* sec_fit */
.sec_fit {
	background-color: #009bc3;
	padding-bottom: 0;
}

/*.sec_fit .container {
	background-image: url(assets/images/owned_media/img_008.png);
	background-position: bottom left;
	background-size: 400px auto;
	background-repeat: no-repeat;
	height: 370px;
}*/
.sec_fit .container {
	background-image: url(https://united-rivers.com/houjin/wp-content/themes/united-rivers/assets/images/owned_media/owned_media_230628.png);
	background-position: bottom left;
	background-size: 400px auto;
	background-repeat: no-repeat;
	height: 370px;
}
.sec_fit .tit {
	width: 680px;
	margin-left: 410px;
	color: #009bc3;
	font-size: 40px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	background-color: #ffffff;
	border-radius: 5px;
	position: relative;
	margin-bottom: 30px;
}

.sec_fit .tit:after {
	display: block;
	content: "";
	border-top: 10px solid #ffffff;
	border-right: 13px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 13px solid transparent;
	position: absolute;
	bottom: -20px;
	left: 35px;
}

.sec_fit .txt {
	color: #ffffff;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5;
	width: 680px;
	margin-left: 410px;
}

.sec_fit .txt span {
	font-size: 40px;
}

@media(max-width:767px){
.sec_fit .container {
	background-position: bottom center;
	background-size: 60vw auto;
	height: 90vw;
}

.sec_fit .tit {
	width: 100%;
	margin-left: 0;
	font-size: 5vw;
	margin-bottom: 5vw;
}

.sec_fit .txt {
	font-size: 4vw;
	width: 100%;
	margin-left: 0;
}

.sec_fit .txt span {
	font-size: 4.5vw;
}
	
}
/* 共通 */

.sec_voice h2, .sec_attention h2, .sec_whole h2,
.sec_merit h2, .sec_flow h2, .sec_plan h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-bottom: 70px;
}


.ttl_icon {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
 .sec_plan h2 small {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
    display: block;
}
 .sec_plan h3  {
    color: #D76250;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.6;
    display: block;
	 padding:0.5em;
	 text-align:center;
}
 .sec_plan .price  {
    color: #D76250;
	font-weight: bold;
	font-size: 20px;
	 padding:0.2em;
	 text-align:center;
}
@media(max-width:767px){
	.sec_voice h2, .sec_attention h2, .sec_whole h2, 
	.sec_merit h2, .sec_flow h2, .sec_plan h2 {
		font-size: 6vw;
		line-height: 1.5;
		margin-bottom: 5vw;
	}

	.ttl_icon {
		width: 9vw;
		height: 9vw;
	}
 .sec_plan h2 small {
	font-size: 14px;
}
	
	
	
}

/* sec_voice */
.sec_voice .container {
	padding: 0 0 50px;
}

.sec_voice .ttl_icon {
	background-image: url(assets/images/owned_media/icon_001.png);
}

.sec_voice .box {
	border: 3px solid #333333;
	padding: 40px 0;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 50px;
}

.sec_voice .ico {
	width: 35px;
	height: 35px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.sec_voice .box:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: -3px;
	top: -3px;
	border-top: 50px solid #333333;
	border-right: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #333333;
}

.sec_voice .box1 {
	width: 225px;
	margin: 0 35px 0 50px;
	float: left;
}

.sec_voice .box1 img {
	width: 100%;
	margin-bottom: 20px;
}

.sec_voice .box1 p {
	font-size: 18px;
	color: #999999;
	text-align: center;
}

.sec_voice .box2 {
	width: 730px;
	float: left;
}

.sec_voice .box2 .txt1 {
	font-size: 27px;
	font-weight: bold;
	color: #d76250;
	line-height: 1.5;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 3px solid #cccccc;
}

.sec_voice .box2 .txt2 {
	font-size: 18px;
	color: inherit;
	line-height: 1.3;
}


@media(max-width:767px){
	.sec_voice .container {
		padding: 0 0 5vw;
	}

	.sec_voice .box {
		padding: 5vw 0;
		margin-bottom: 5vw;
	}

	.sec_voice .box1 {
		width: 100%;
		margin: 0;
		float: none;
	}

	.sec_voice .box1 img {
		width: 60%;
		margin: 0 20% 3vw;
	}

	.sec_voice .box1 p {
		font-size: 3vw;
	}

	.sec_voice .box2 {
		width: 100%;
		float: none;
		padding: 1em;
	}

	.sec_voice .box2 .txt1 {
		text-align: center;
		font-size: 4vw;
		padding-bottom: 3vw;
		margin-bottom: 3vw;
	}

	.sec_voice .box2 .txt2 {
		font-size: 3vw;
	}

}

/* sec_attention */
.sec_attention {
	margin-top:60px;
}
.sec_attention .ttl_icon {
	background-image: url(assets/images/owned_media/icon_003.png);
}

.sec_attention .box {
	border: 3px solid #333333;
	padding: 40px 50px;
	background:#fff;
}

.sec_attention .box img {
	float: left;
	margin-right: 30px;
	width: 370px;
}

.sec_attention .box p {
	font-size: 22px;
	line-height: 2;
	margin-bottom: 30px;
}
.sec_attention .box ul.list  {
	margin-left:15px;
	margin-bottom:30px;
}

.sec_attention .box ul.list {
    list-style-type: '＊';
}
.sec_attention .box ul.list2 {
    list-style-type: none;
	margin-left:0;
}

.sec_attention .box ul.list2 li:before {
content:"\2713";
}

.sec_attention .box ul.list li {
    padding: .3em;
    font-size: 22px;
	font-weight:bold;
}
.sec_attention .box ul.list2 li {
    padding: .5em;
	margin:10px 0;
	background:#f3f2cc;
	display:inline-block;
}

@media(max-width:767px){
	.sec_attention .box {
		padding: 1em;
	}

	.sec_attention .box img {
		float: none;
		width: 100%;
		margin: 0 0 3vw;
	}

	.sec_attention .box p {
		font-size: 3.5vw;
		margin-bottom: 3vw;
	}
.sec_attention .box ul.list li {
		font-size: 3.5vw;
}

}

/* sec_whole */
.sec_whole h2 {
	margin-bottom: 40px;
}

.sec_whole .ttl_icon {
	background-image: url(assets/images/owned_media/icon_004.png);
}

.sec_whole .txt_1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.sec_whole .txt_2 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 60px;
}

.sec_whole ul {
	width: 100%;
	margin: 0 auto 50px;
	padding-left: 10px;
}

.sec_whole li {
	width: 300px;
	height: 300px;
	background-color: #ffffff;
	border-radius: 50%;
	padding-top: 10px;
	float: left;
	background-size: 120px auto;
	background-position: center 70%;
	background-repeat: no-repeat;
}

.sec_whole li+li {
	margin-left: 85px;
}

.sec_whole .tit {
	display: table-cell;
	vertical-align: middle;
	width: 190px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	background-color: #d76250;
	line-height: 1.1;
	padding: 0.1em 0 0.3em;
	text-align: center;
	position: relative;
	left: 55px;
	z-index: 4;
}

.sec_whole .tit span {
	font-size: 18px;
	font-weight: normal;
}

.sec_whole .tit:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 35px solid #d76250;
	border-right: 55px solid #d76250;
	border-bottom: 35px solid #d76250;
	border-left: 15px solid transparent;
	position: absolute;
	left: -65px;
	top: 15px;
	z-index: 2;
}

.sec_whole .tit:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 35px solid #d76250;
	border-left: 55px solid #d76250;
	border-bottom: 35px solid #d76250;
	border-right: 15px solid transparent;
	position: absolute;
	right: -65px;
	top: 15px;
	z-index: 3;
}

.sec_whole .li_1 {
	background-image: url(assets/images/owned_media/icon_005.png);
}

.sec_whole .li_2 {
	background-image: url(assets/images/owned_media/icon_006.png);
}

.sec_whole .li_2 .tit {
	background-color: #73b3d1;
}

.sec_whole .li_2 .tit:before {
	border-top: 35px solid #73b3d1;
	border-right: 55px solid #73b3d1;
	border-bottom: 35px solid #73b3d1;
}

.sec_whole .li_2 .tit:after {
	border-top: 35px solid #73b3d1;
	border-left: 55px solid #73b3d1;
	border-bottom: 35px solid #73b3d1;
}
.sec_whole .li_3 {
	background-image: url(assets/images/owned_media/icon_007.png);
	background-position: 55% 70%;
}

@media(max-width:767px){
	.sec_whole h2 {
		margin-bottom: 5vw;
	}

	.sec_whole .txt_1 {
		font-size: 5vw;
	}

	.sec_whole .txt_2 {
		font-size: 4vw;
		margin-bottom: 5vw;
	}

	.sec_whole ul {
		margin: 0 auto 5vw;
		padding-left: 0;
	}

	.sec_whole li {
		width: 80vw;
		height: 80vw;
		margin: 0 auto 5vw;
		padding-top: 4vw;
		float: none;
		background-size: 45vw auto;
		background-position: center 70%;
	}

	.sec_whole li+li {
		margin-left: auto;
	}

	.sec_whole .tit {
		width: 60vw;
		font-size: 5vw;
		left: 10vw;
	}

	.sec_whole .tit span {
		font-size: 3vw;
	}

	.sec_whole .tit:before {
		border-top: 7vw solid #d76250;
		border-right: 9vw solid #d76250;
		border-bottom: 7vw solid #d76250;
		border-left: 5vw solid transparent;
		left: -12vw;
		top: 3vw;
	}

	.sec_whole .tit:after {
		border-top: 7vw solid #d76250;
		border-left: 9vw solid #d76250;
		border-bottom: 7vw solid #d76250;
		border-right: 5vw solid transparent;
		right: -12vw;
		top: 3vw;
	}

	.sec_whole .li_2 .tit:before {
		border-top: 7vw solid #73b3d1;
		border-right: 9vw solid #73b3d1;
		border-bottom: 7vw solid #73b3d1;
		border-left: 5vw solid transparent;
	}

	.sec_whole .li_2 .tit:after {
		border-top: 7vw solid #73b3d1;
		border-left: 9vw solid #73b3d1;
		border-bottom: 7vw solid #73b3d1;
		border-right: 5vw solid transparent;
	}

	.sec_whole .li_3 {
		background-position: 55% 70%;
	}
}



/* sec_merit */
.sec_merit .ttl_icon {
	background-image: url(assets/images/owned_media/icon_003.png);
}

.sec_merit .box {
	border: 3px solid #333333;
	border-bottom: none;
}

.sec_merit .box dl dt .txt_1 {
	display: table-cell;
	width: 100px;
	height: 100px;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 60px;
	padding: 0;
	margin: 0;
}

.sec_merit .box dl dt .txt_2 {
	display: table-cell;
	width: 990px;
	height: 100px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 3px solid #333333;
	vertical-align: middle;
	padding: 0 1em;
	margin: 0;
}

.sec_merit .box dl dd {
	clear: both;
	font-size: 22px;
	line-height: 2;
	padding: 1.5em;
	border-bottom: 3px solid #333333;
	margin: 0;
}


@media(max-width:767px){
	.sec_merit .box dl dt .txt_1 {
		width: 15vw;
		min-height: 10vw;
		height:auto !important;
		height: 10vw;
		font-size: 8vw;
	}

	.sec_merit .box dl dt .txt_2 {
		width: 85vw;
		padding: 0.5em;
	}
	
	.sec_merit .box dl dd {
		font-size: 3.5vw;
	}


}


/* sec_flow */
.sec_flow .ttl_icon {
	background-image: url(assets/images/owned_media/icon_008.png);
}

.sec_flow .box {
	border: 3px solid #333333;
	border-bottom: none;
}

.sec_flow .box .ttl {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 0.3em;
	background-image: url(assets/images/owned_media/bg_001.png);
	border-bottom: 3px solid #333333;
}

.sec_flow .box dl dt .txt_1 {
	display: table-cell;
	width: 70px;
	height: 70px;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	padding: 0;
	margin: 0;
}

.sec_flow .box dl dt .txt_2 {
	display: table-cell;
	width: 990px;
	height: 70px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 3px solid #333333;
	vertical-align: middle;
	padding: 0 1em;
	margin: 0;
}

.sec_flow .box dl dd {
	clear: both;
	padding: 40px 50px;
	border-bottom: 3px solid #333333;
	margin: 0;
}

.sec_flow .box dl dd img {
	width: 420px;
	margin-right: 25px;
	float: left;
}

.sec_flow .box dl dd p {
	font-size: 26px;
	line-height: 1.5;
}

.sec_flow .arrow {
	width: 60px;
	height: 60px;
	margin: 20px auto;
}

.sec_flow .arrow img {
	width: 100%;
}

@media(max-width:767px){
	.sec_flow .box .ttl {
		font-size: 4vw;
	}

	.sec_flow .box dl dt .txt_1 {
		width: 15vw;
		min-height: 8vw;
		font-size: 8vw;
	}

	.sec_flow .box dl dt .txt_2 {
		width: 85vw;
		min-height: 8vw;
		font-size: 6vw;
		padding: 0 0.5em;
	}

	.sec_flow .box dl dd {
		padding: 4vw 5vw;
	}

	.sec_flow .box dl dd img {
		width: 100%;
		margin: 0 0 3vw;
		float: none;
	}

	.sec_flow .box dl dd p {
		font-size: 3.5vw;
	}

	.sec_flow .arrow {
		width: 10vw;
		height: 10vw;
		margin: 5vw auto;
	}

}

/* sec_plan */
.sec_plan .container {
	padding: 0 0 50px;
}

.sec_plan .ttl_icon {
	background-image: url(assets/images/owned_media/icon_010.png);
}

.sec_plan table , .sec_plan td, .sec_plan th {
	border: 3px solid #cccccc;
	border-collapse: collapse;
}

.sec_plan th {
	font-size: 15px;
  width: 280px;
}

.sec_plan td {
	font-size: 14px;
  width: 270px;
}

.sec_plan td, .sec_plan th {
	text-align: left;
	padding: 1.5em 1em;
}

.sec_plan th {
	background-color: #f4f4f4;
}

.sec_plan .plan td {
	font-size: 19px;
	color: #ffffff;
	background-color: #d76250;
}

.sec_plan td ul {
	padding-left: 1em;
}
.sec_plan td ul li {
	list-style-type: disc;
}

@media(max-width:767px){
	.sec_plan .container {
	padding: 0 0 5vw;
}

.sec_plan th {
	font-size: 2.5vw;
  width: 25%;
}

.sec_plan td {
	font-size: 2vw;
  width: 25%;
}

.sec_plan .plan td {
	font-size: 3vw;
}

}

.sec_service {
	padding-bottom: 110px;
}

/* footer
++++++++++++++++++++++++*/

#footer {}

#tablink{
	width:100%;
	background:#9CA8AF;
}
#tablink ul{
	width:100%;
	max-width:1010px;
	margin:0 auto;
	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;	
}
#tablink ul li{
	width:50%;
	text-align:center;
	background:#0DA0C3;
	color:#fff;
	font-weight:bold;
	border-left:1px solid #7f7f7f;
}
#tablink ul li:last-of-type{
	border-right:1px solid #7f7f7f;
}
#tablink ul li a{
	display:block;
	background:#9CA8AF;
	color:#fff;
	padding:10px;
	text-decoration:none;
}
#tablink ul li a:hover{
	background:#0DA0C3;
}
#tablink ul li.act{ padding:10px;}
.sec_leave .btob1 .tit{
	font-size:16px;
}
#contact{
	padding:70px 0 0;
	width:95%;
	max-width:1090px;
	margin:0 auto;
}
#contact h2{
	font-size:45px;
	font-weight:bold;
	padding-bottom:15px;
	text-align:center;
}
#contact h2 em{ color:#D76250;}

#contact h3{
	font-weight:bold;
	font-size:1.6em;
	text-align:center;
	color:#28A8C6;
}
#contact h3 span{
	background:#28A8C6;
	color:#fff;
	border-radius:40px;
	padding:1px 15px;
}
#contact .table_1{ margin:15px 0 0;}
@media(max-width:767px){
	#contact h2{ font-size:1.6em;}
	#contact h3{ font-size:1.3em;}
}

.sec_plan h3 {
	width:100%;
	color: #ffffff;
	font-weight: bold;
	background-color: #d76250;
	font-size: 20px;
	text-align: center;
	margin-bottom:10px;
}
.sec_plan .flexbox {margin-bottom:40px;}

.sec_plan dl {
	border: 1px solid #cccccc;
    display: table;
	width:100%;
	box-sizing:border-box;
	background:#fff;
}

.sec_plan dt, .sec_plan dd {
	font-size: 14px;
    display: table-cell;
	padding:15px;
	box-sizing:border-box;
    vertical-align: middle;
}
.sec_plan dt {
	color: #000;
	font-weight: bold;
	background-color: #eee;
	font-size: 16px;
	width: 25%;
	text-align: center;
	border-right: 1px solid #cccccc;
	
}
.sec_plan dt span {
	display:block;
	color: #d76250;
	width:90%;
	margin:auto;
	font-size: 14px;
	background:#fff;
	padding:0.1em 0.5em;
	border-radius:15px;
}

.sec_plan dd {
	width: 75%;
	text-align: left;
	background:#fff;
}
.flexbox {
	margin:0 auto ;
	display:flex;
	border-radius:10px;
	justify-content:center;
	align-items:stretch;
    flex-wrap: wrap;}
.flexbox.flexbox2 {
	justify-content:space-evenly;
	padding-bottom:15px;
}

.sec_plan  .flexbox dl {display:block;width:32%;}
.sec_plan .flexbox dt ,.sec_plan .flexbox dd{display:block;width:100%;border:none;padding:10px;}

.sec_plan .flexbox .blc {display:block;width:32%;background:#fff;border-radius:10px;overflow:hidden;}
.sec_plan .flexbox .blc p.txt3 {padding:10px;}

@media(max-width:767px){
	.sec_plan  .flexbox dl {width:96%;margin:15px auto;}	
	.sec_plan .flexbox .blc {width:100%;}	
.sec_leave h2 .txt2 {
    padding: 0.2em 0.2em;
}
}