@charset "UTF-8";

/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. 囲み文字の基本形 インデント有
		03. bootstrap 機能拡張
		04. header-nav
		05. 背景矢印
	---------------------------

 ** ************************************* **/

/** 01. Globals
 **************************************************************** **/



h4 {
	font-size: 1.5em;
	margin: 30px 0 20px 0;
	padding-bottom: 0.2em;
	border-bottom: solid 2px #005b9f;
}
#content h4 {
	text-transform: none;
}
h6.border_tb {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: solid 2px #717171;
	border-bottom: solid 2px #717171;
	background-color: #EAEAEA;
	color: #717171;
}
h5.number {
	font-size: 1.2em;
	font-weight: 700;
	padding: 0.7em 0 0.7em 0;
	border-left: 0px solid #217dbb;
	border-bottom: solid 0px #ccc;
	line-height: 2.0;
	margin-top: 0px;
	margin-bottom: 0px;
}
h9.riten {
	position: relative;
    font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0;
    border-bottom: #bebebe solid 1px;
    padding-bottom: 5px;
	display: block;
	padding: 0 0 .5em 4em;
}
h9.riten::before {
  position: absolute;
  font-family: 'YakuHanJP',kan412typos-std, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
  top: 0;
  left: 0;
  content:"利点"counter(titleNum);
  width: 60px;
  height: 30px;
  line-height: 28px;
  background-color: #ffee00;
  border-radius: 8px;
  color: #0097cf;
  font-size: .9em;
  text-align: center;
}
.notes {
	display: block;
	font-size: 8px;
	margin-top: -12px;
	margin-left: 10px;
}


div.counter_content {
	counter-reset: titleNum;
}
.counter {
	counter-increment: titleNum;
}
h9.anshin {
	position: relative;
    font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0;
    border-bottom: #bebebe solid 1px;
    padding-bottom: 5px;
	display: block;
	padding: 0 0 .5em 5.5em;
}
h9.anshin::before {
  position: absolute;
  font-family: 'YakuHanJP',kan412typos-std, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
  top: 0;
  left: 0;
  content:"安心その"counter(titleNum);
  width: 90px;
  height: 30px;
  line-height: 28px;
  background-color: #ffee00;
  border-radius: 8px;
  color: #0097cf;
  font-size: .9em;
  text-align: center;
}



ol.calender_list {
		counter-reset: my-counter;
		list-style: none;
		padding: 0;
}

.list-group h9.anshin {
    border-bottom: #bebebe solid 0px;
		margin: 0;
		padding: 0 0 0 5.5em;
}


#tbl_uchiwake th {
	text-align: center;
}

#tbl_uchiwake td:nth-child(4) {
	text-align: right;
}

#tbl_uchiwake td:nth-child(n+5) {
	text-align: center;
}

#tbl_uchiwake .tbl_left {
	text-align: left;
}

.box_area {
	position: absolute;
	top: 400px;
	margin: 0px 0px 50px 0px;
}

.box_area div {
	position: absolute;
	width: 100px;
	height: 100px;
}

.box_01 {
	background-color: #B4DC69;
	top: 10px;
	left: 50px;
	z-index: 0;
}

.box_02 {
	background-color: #FFB46E;
	top: 40px;
	left: 90px;
	z-index: 3;
}

.box_03 {
	background-color: #69A0C8;
	top: 80px;
	left: 30px;
	z-index: 2;
}

.bg_line {
	background-image: url(../images/bg_plan.png);
	background-size: contain;
	padding: 10px;
	width: 80%;
	margin: auto;
}


#content a.link_aqua {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #42adc2;
	display: inline-block;
	border-radius: 3px;
	padding: 5px 7px;
	margin: 0px;
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	}
#content a.link_aqua.non {
    opacity: 0.5;
	}
#content a.link_aqua:hover{
	opacity: 0.5;
}

sup {
	font-size: 0.5em;
}


.btn {
white-space: normal;
padding: 9px 10px;
margin-top: 5px;
}

article {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .bg_line {
        width: 100%;
    }
}



/* 吹き出し */
.balloon1-right-btm {
 	position: relative;
	display: inline-block;
	margin: -9.5em 45px -2.5em 317px;
	padding: 0 5px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: #cabc1f;
	border-radius: 50%;
	box-sizing: border-box;
}

.balloon1-right-btm:before{
	content: "";
	position: absolute;
	bottom: -8px;
	right: 65px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 21px solid #cabc1f;
	z-index: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(137deg);
}

@media (max-width: 768px) {
.balloon1-right-btm {
 	position: relative;
	display: inline-block;
	margin: -9.5em 45px -2.5em 628px;
	padding: 0 5px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: #cabc1f;
	border-radius: 50%;
	box-sizing: border-box;
}

.balloon1-right-btm:before{
	content: "";
	position: absolute;
	bottom: -8px;
	right: 65px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 21px solid #cabc1f;
	z-index: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(137deg);
}
}
@media (max-width: 480px) {
.balloon1-right-btm {
 	position: relative;
	display: inline-block;
	margin: -9.5em 45px -2.5em 245px;
	padding: 0 5px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: #cabc1f;
	border-radius: 50%;
	box-sizing: border-box;
}

.balloon1-right-btm:before{
	content: "";
	position: absolute;
	bottom: -8px;
	right: 65px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 21px solid #cabc1f;
	z-index: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(137deg);
}
}


/* ギザギザの丸 */
#gizagiza a , #gizagiza a:after , #gizagiza a:before , #gizagiza a span {
  content:"";
  width:80px;
  height:80px;
  background-color:#cabc1f;
  position:absolute;
  top: 0px;
}
#gizagiza , #gizagiza a , #gizagiza a:after , #gizagiza a:before {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
	transform: rotate(22.5deg);
}
#gizagiza a span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  line-height: 80px;
  color: #fff;
}
#gizagiza {
  position:absolute;
  width:80px;
  height:80px;
  background-color:#cabc1f;
  margin:20px 0 0 20px ;
  top:-40px;
  right: 30px;
}


.well {
    margin-bottom: 0;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.list-group-item {
    padding: 10px 35px 10px 10px;
}

#content .nav.mg0 {
    margin: 0;
}
		
.label {
    display: inline-block;
		white-space: normal
}

/** 02. 囲み文字の基本形 インデント有
 **************************************************************** **/
.maru {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column; 
	vertical-align: top;
}
/* 円の大きさ */
.size_normal{
	width: 110px;
	height: 110px;
}
@media (max-width: 768px) {
	.size_normal{
		width: 80px;
		height: 80px;
	}
}
/* 四角の大きさ */
.number .square {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	flex-flow: column; 
	margin-right: 0.2em;
}
.number .square2 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	flex-flow: column; 
	margin-right: 0.2em;
}

/* 文字の大きさ */
.letter3 {
	font-size: 1.1em;
	line-height: 1.3em;
	text-indent: 0.1em;
}
.letter4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 3em;
	text-align: center;
}
/* 囲みと文字の色 */
.gray1 {
	color: #5F5F5F;
	border: 1px solid #5F5F5F;
	background: #fff;
}
.yellow1 {
	color: #C7B500;
	border: 1px solid #C7B500;
	background: #fff;
}
.purple1 {
	color: #8a2be2;
	border: 1px solid #8a2be2;
	background: #fff;
}
.blue1 {
	color: #fff;
	border: 1px solid #217dbb;
	background: #217dbb;
}
.lightblue1 {
	color: #fff;
	border: 1px solid #BBE0F2;
	background: #BBE0F2;
}
.pink1 {
	color: #E500B3;
	border: 1px solid #E500B3;
	background: #fff;
}
.red1 {
	color: #ea1c0d;
	border: 1px solid #ea1c0d;
	background: #fff;
}
.green1 {
	color: #008000;
	border: 1px solid #008000;
	background: #fff;
}



/** 03. bootstrap 機能拡張
 **************************************************************** **/
.row-center{
text-align:center;
letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
display:inline-block;
letter-spacing:0;
vertical-align:top;
float:none !important;
}
.row-center.va-middle > [class*='col-'] {
vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
vertical-align:bottom;
}



/** 04. header-nav
 **************************************************************** **/


#content .container_nav ul li, #content .container_nav ol li {
	line-height: 1.2;
}
#content .container_nav ul, #content .container_nav ol {
	margin: 0;
	margin-bottom: 0;
}
#content .container_nav ul {
	margin: 0;
	padding-left: 0;
}
.container_nav {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.header-nav .container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.header-nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-nav a, .header-nav a:link, .header-nav a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #FF69B4;
}
.header-nav a.back_orange, .header-nav a.back_orange:link, .header-nav a.back_orange:visited {
	text-decoration: none;
	color: #fff;
	background-color: #FFA500;
}
.header-nav a.back_blue, .header-nav a.back_blue:link, .header-nav a.back_blue:visited {
	text-decoration: none;
	color: #fff;
	background-color: #000080;
}
.header-nav a {
	font-size: 1rem;
	position: relative;
	display: block;
	padding: 5px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	text-decoration: none;
	margin: 0 5px;
	font-weight: 600;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
}
.header-nav a:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.header-nav a:hover{
	background-color: #FF69B4;
	color: #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.header-nav a.back_orange:hover{
	background-color: #CE8500;
	color: #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.header-nav a.back_blue:hover{
	background-color: #3131B1;
	color: #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.header-nav .container {
	padding-right: 12px;
	padding-left: 12px;
}
.header-nav a:after {
	display: block;
	height: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	content: '';
}
.header-nav li {
	padding: 5px 3px;
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
@media screen and (max-width: 979px){
	.header-nav a {
		font-size: 0.9rem;
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	.header-nav li {
		width: 100%;
		-webkit-box-flex: initial;
		-moz-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}
	.header-nav a:after {
		position: absolute;
		top: 50%;
		right: 5px;
		width: 10px;
		margin-top: -4px;
	}
}
@media screen and (max-width: 480px){
	.header-nav li {
		width: 100%;
		-webkit-box-flex: initial;
		-moz-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}
	.header-nav a {
		font-size: 0.9rem;
		text-align: center;
	}
}



/** 05. 文字付囲み枠
 **************************************************************** **/

.box03 {
    position: relative;
    padding: 1.5em 1em;
    border: solid 3px #f44336;
    border-radius: 8px;
    margin: 1.5em 5px;
}

.box03.green_line {
    border: solid 3px #3B9720;
}

.box03.blue_line {
    border: solid 3px #3498db;
}
.box03 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #f44336;
    font-weight: bold;
}

.box03.green_line .box-title {
    color: #3B9720;
}

.box03.blue_line .box-title {
    color: #3498db;
}


.box03 p {
    margin: 0; 
    padding: 0;
}
@media (max-width: 768px) {
  .box03 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 5px;
    padding: 0 2px;
    margin: 0 5px;
    line-height: 1.5;
    font-size: 15px;
    background: #FFF;
    color: #f44336;
    font-weight: bold;
}
.box03 {
    position: relative;
    padding: 2em 1em;
    border: solid 3px #f44336;
    border-radius: 8px;
    margin: 5% 5%;
}
}




/** 05. Tab
 **************************************************************** **/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #3b536b;
	border: 0px solid #3b536b;
	border-bottom-color: transparent;
}

.nav > li > a, .nav-tabs.nav-justified > li > a {
	color: #3b536b;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	border: 0px solid #D3DFEB;
	border-bottom: 0px solid #ddd;
}
.nav > li > a, .nav-tabs.nav-justified > li > a,.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
	border: 0px solid #D3DFEB;
}

.nav > li > a.back_blue {
	background-color: #e1f0fa;
}

.nav > li > a.back_green {
	background-color: #d9eadd;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	color: #fff;
	cursor: default;
	background-color: #3b536b;
	border: 0px solid #3b536b;
	border-bottom-color: transparent;
}

.nav-tabs > li > a.back_blue:hover,
.nav-tabs > li > a.back_blue:focus{
	cursor: default;
	background-color: #5899C5;
	border: 0px solid #3b536b;
	border-bottom-color: transparent;
}

.nav-tabs > li > a.back_green:hover,
.nav-tabs > li > a.back_green:focus{
	cursor: default;
	background-color: #498B58;
	border: 0px solid #3b536b;
	border-bottom-color: transparent;
}

.nav.nav-stacked > li:first-child > a {
	margin-left: 2px;
}

/** 02. タイトル付き枠
 **************************************************************** **/
.box20 {
	margin: 1em 0;
}
.box20 .box-title {
	font-family: 'YakuHanJP' ,'M PLUS 1p', "Open Sans", "Helvetica Neue", Helvetica, "Arial","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-size: 1.2em;
	padding: 5px 10px;
	text-align: center;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.box20 .box-inner {
	padding: 10px 15px 15px 15px;
}
#content .box20 p{
	padding: 5px 0;
	margin: 0px;
	line-height: 1.5;
}
.justify{
	text-align:justify
}
.box20 p.img {
	padding: 5px;
	margin: 0;
}
.box20.backblue{
	background: #ffff;
	border: solid 1px #4e8ac9;
}
.box20.backblue .box-title {
	background: #fff;
	color: #4e8ac9;
}
.box20.backpurple{
	background: #ffff;
	border: solid 3px #7B4AB4;
}
.box20.backpurple .box-title {
	background: #fff;
	color: #7B4AB4;
}
.box20.backpink{
	background: #ffff;
	border: solid 4px #C74890;
}
.box20.backpink .box-title {
	background: #fff;
	color: #C74890;
}
.box20.backred{
	background: #ffff;
	border: solid 3px #FF0000;
}
.box20.backred .box-title {
	background: #FF0000;
	color: #fff;
}
.box20.backyellow{
	background: #ffff;
	border: solid 1px #F4CB0D;
	color: #393939;
}
.box20.backyellow .box-title {
	background: #fff;
	color: #F4CB0D;
}
@media screen and (max-width: 767px){
	.box20 .box-title {
		font-size: 1.5rem;
		padding: 10px 10px;
		text-align: center;
		font-weight: 900;
		letter-spacing: 0.05em;
	}
}




/** 02. Fukidashi
 **************************************************************** **/
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 13px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	border-radius: 15px;
	border: 1px solid #67A800;
}
.fukidashi_bottom:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -16px;
	border: 16px solid transparent;
	border-top: 16px solid #67A800;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
	z-index: 1;
}
.fukidashi_bottom.orange::before {
	border-top: 15px solid #fff2d0;
}
.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #67A800;
	
}
.fukidashi_top:after {
	content: "";
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -16px;
	border: 16px solid transparent;
	border-bottom: 16px solid #67A800;
}

.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
	z-index: 1;
}
.fukidashi_top.orange::before {
	border-bottom: 15px solid #fff2d0;
}
.fukidashi_right {
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #67A800;
}
.fukidashi_right::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -11px;
	border: 12px solid transparent;
	border-left: 22px solid #67A800;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 11px solid transparent;
	border-left: 21px solid #fff;
	z-index: 1;
}


.fukidashi_left {
	position: relative;
	display: inline-block;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #67A800;
}

.fukidashi_left::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -32px;
	margin-top: -10px;
	border: 11px solid transparent;
	border-right: 21px solid #67A800;
}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -10px;
	border: 11px solid transparent;
	border-right: 21px solid #fff;
	z-index: 1;
}



.fukidashi_left2 {
	position: relative;
	display: inline-block;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 16px;
	background: #d4f0d5;
	border-radius: 15px;
	margin-left: 20px;

}
.fukidashi_left2:before {
	content: "";
	position: absolute;
	top: 45%;
	left: -25px;
	margin-top: 0px;
	border: 10px solid transparent;
	border-right: 15px solid #d4f0d5;
}



/** 02. Fukidashi
 **************************************************************** **/
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 13px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	border-radius: 15px;
	border: 1px solid #67A800;
}
.fukidashi_bottom:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -16px;
	border: 16px solid transparent;
	border-top: 16px solid #67A800;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
	z-index: 1;
}
.fukidashi_bottom.orange::before {
	border-top: 15px solid #fff2d0;
}
.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #67A800;
	
}
.fukidashi_top:after {
	content: "";
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -16px;
	border: 16px solid transparent;
	border-bottom: 16px solid #67A800;
}

.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
	z-index: 1;
}
.fukidashi_top.orange::before {
	border-bottom: 15px solid #fff2d0;
}
.fukidashi_right {
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #67A800;
}
.fukidashi_right::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -11px;
	border: 12px solid transparent;
	border-left: 22px solid #67A800;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 11px solid transparent;
	border-left: 21px solid #fff;
	z-index: 1;
}


.fukidashi_left {
	position: relative;
	display: inline-block;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #67A800;
}

.fukidashi_left::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -32px;
	margin-top: -10px;
	border: 11px solid transparent;
	border-right: 21px solid #67A800;
}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -10px;
	border: 11px solid transparent;
	border-right: 21px solid #fff;
	z-index: 1;
}



.fukidashi_left2 {
	position: relative;
	display: inline-block;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 16px;
	background: #d4f0d5;
	border-radius: 15px;
	margin-left: 20px;

}
.fukidashi_left2:before {
	content: "";
	position: absolute;
	top: 45%;
	left: -25px;
	margin-top: 0px;
	border: 10px solid transparent;
	border-right: 15px solid #d4f0d5;
}


/** 02. Fukidashi
 **************************************************************** **/
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 13px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	border-radius: 15px;
	border: 1px solid #67A800;
}
.fukidashi_bottom:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -16px;
	border: 16px solid transparent;
	border-top: 16px solid #67A800;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
	z-index: 1;
}
.fukidashi_bottom.orange::before {
	border-top: 15px solid #fff2d0;
}
.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #67A800;
	
}
.fukidashi_top:after {
	content: "";
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -16px;
	border: 16px solid transparent;
	border-bottom: 16px solid #67A800;
}

.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
	z-index: 1;
}
.fukidashi_top.orange::before {
	border-bottom: 15px solid #fff2d0;
}
.fukidashi_right {
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #67A800;
}
.fukidashi_right::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -11px;
	border: 12px solid transparent;
	border-left: 22px solid #67A800;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 11px solid transparent;
	border-left: 21px solid #fff;
	z-index: 1;
}


.fukidashi_left {
	position: relative;
	display: inline-block;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #67A800;
}

.fukidashi_left::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -32px;
	margin-top: -10px;
	border: 11px solid transparent;
	border-right: 21px solid #67A800;
}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -10px;
	border: 11px solid transparent;
	border-right: 21px solid #fff;
	z-index: 1;
}



.fukidashi_left2 {
	position: relative;
	display: inline-block;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 16px;
	background: #d4f0d5;
	border-radius: 15px;
	margin-left: 20px;

}
.fukidashi_left2:before {
	content: "";
	position: absolute;
	top: 45%;
	left: -25px;
	margin-top: 0px;
	border: 10px solid transparent;
	border-right: 15px solid #d4f0d5;
}


/** 02. Fukidashi
 **************************************************************** **/
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 13px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	border-radius: 15px;
	border: 1px solid #67A800;
}
.fukidashi_bottom:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -16px;
	border: 16px solid transparent;
	border-top: 16px solid #67A800;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
	z-index: 1;
}
.fukidashi_bottom.orange::before {
	border-top: 15px solid #fff2d0;
}
.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #67A800;
	
}
.fukidashi_top:after {
	content: "";
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -16px;
	border: 16px solid transparent;
	border-bottom: 16px solid #67A800;
}

.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
	z-index: 1;
}
.fukidashi_top.orange::before {
	border-bottom: 15px solid #fff2d0;
}
.fukidashi_right {
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #67A800;
}
.fukidashi_right::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -11px;
	border: 12px solid transparent;
	border-left: 22px solid #67A800;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 11px solid transparent;
	border-left: 21px solid #fff;
	z-index: 1;
}


.fukidashi_left {
	position: relative;
	display: inline-block;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #67A800;
}

.fukidashi_left::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -32px;
	margin-top: -10px;
	border: 11px solid transparent;
	border-right: 21px solid #67A800;
}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -10px;
	border: 11px solid transparent;
	border-right: 21px solid #fff;
	z-index: 1;
}



.fukidashi_left2 {
	position: relative;
	display: inline-block;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 16px;
	background: #d4f0d5;
	border-radius: 15px;
	margin-left: 20px;

}
.fukidashi_left2:before {
	content: "";
	position: absolute;
	top: 45%;
	left: -25px;
	margin-top: 0px;
	border: 10px solid transparent;
	border-right: 15px solid #d4f0d5;
}



/** 05. 背景矢印
 **************************************************************** **/


#app_bgimg {
	position: relative;
}

#app_bgimg .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/univcoop_06.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	 background-position: center;
}

#app_bgimg .row.bginner {
	position: relative;
	z-index: 2;

}


@media (max-width: 768px) {
#app_bgimg .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/univcoop_06sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	 background-position: center;
}

#app_bgimg .row {
	position: relative;
	z-index: 2;
}

}
