@charset "utf-8";
/*================================================
 CSS Ver.2.00
=================================================*/

body {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 75%;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	border: none;
	counter-reset: titleNum;
	background-size: auto;
}

body {
}

html>/**/body {
font-size: 12px;
}

p {
	font-size: 1.6em;
	line-height:150%;
}

@media (max-width: 640px) {
p {
	font-size: 1.5em;
}
}


/*------------------------------------------------
	背景
-------------------------------------------------*/

.bg_01 {
	background-image: url("../image_common/bg_01.png");
}

.bg_02 {
	background-image: url("../image_common/bg_02.png");
}

.bg_03 {
	background-image: url("../image_common/bg_03.png");
	background-attachment: fixed;
}



/*------------------------------------------------
	PC / スマートフォン
-------------------------------------------------*/

.pc {
	display: block;
}

@media (max-width: 640px) {
.pc {
	display: none;
}
}

.smp {
	display: none;
}

@media (max-width: 640px) {
.smp {
	display: block;
}
}

#smp_btn {
	display: none;
}

@media (max-width: 640px) {
#smp_btn {
	position: fixed;
	bottom: 0; 
	left: 0;
	display: inline-block;
}
}

#side_btn {
	max-width: 200px;
	text-align: right;
	vertical-align: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	z-index: 99999;
	display: inline-block;
}

@media (max-width: 640px) {
#side_btn {
	display: none;
}
}



/*------------------------------------------------
	ヘッダー
-------------------------------------------------*/

header {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url("../image_common/bg_header.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border-bottom: 10px solid #00000;
}

header h1 {
	width: 100%;
}



/*------------------------------------------------
	コンテンツ
-------------------------------------------------*/

section {
	width: 100%;
	padding: 3.0em 0;
	box-sizing: border-box;
}

@media (max-width: 640px) {
section {
	width: 100%;
	padding: 1.5.0em 0;
	box-sizing: border-box;
}
}

.box {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0.8em;
	box-sizing: border-box;
	overflow: auto;
}

.box h1 {
	color: #0067C0;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.8em;
	font-weight: bold;
	width: 100%;
	text-align: center;
	border-top: 2px solid #0067C0;
	border-bottom: 2px solid #0067C0;
	padding: 0.5em 0;
}

.box h2 {
	color: #0067C0;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 1px solid #0067C0;
	margin-bottom: 0.5em;
}

@media (max-width: 640px) {
.box h1 {
	font-size: 1.8em;
}
}

.border_box {
	color: #FFFFFF;
	width: 100%;
	padding: 1.0em;
	box-sizing: border-box;
	background-color: #0067C0;
	border-radius: 5px;
}

.border_box2 {
	width: 100%;
	padding: 1.0em;
	box-sizing: border-box;
	background-color: #ffbdbd;
	border-radius: 5px;
	text-align: center;
}

.border_box3 {
	width: 100%;
	padding: 1.0em;
	box-sizing: border-box;
	background-color: #ffdbdb;
	border-radius: 5px;
}

.tb {
	border-top: 10px solid #0067C0;
}

.tb2 {
	border-top: 2px dotted #0067C0;
}

.center {
	text-align: center;
}


/*------------------------------------------------
	フッター
-------------------------------------------------*/

footer {
	color: #FFFFFF;
	width: 100%;
	padding: 0.5em 0;
	background-color: #0067C0;
	text-align: center;
}



/*------------------------------------------------
	余白調整
-------------------------------------------------*/

.margin_5 {
	margin-bottom: 0.5em;
}

.margin_10 {
	margin-bottom: 1.0em;
}

.margin_20 {
	margin-bottom: 2.0em;
}

.margin_30 {
	margin-bottom: 3.0em;
}

.padding_5 {
	padding-bottom: 0.5em;
}

.padding_10 {
	padding-bottom: 1.0em;
}

.padding_20 {
	padding-bottom: 2.0em;
}

.padding_30 {
	padding-bottom: 3.0em;
}



/*------------------------------------------------
	画像
-------------------------------------------------*/

.image_radius {
	border-radius: 50%;
}

.image_r45 {
	width: 45%;
	float: right;
	padding: 0 0 1.0em 1.0em;
}

@media (max-width: 640px) {
.image_r45 {
	width: 100%;
	float: none;
	padding: 0 0 1.0em 0;
}
}


/*------------------------------------------------
	ボタン
-------------------------------------------------*/

.image_btn {
	width: 80%;
}

@media (max-width: 640px) {
.image_btn {
	width: 100%;
}
}

.btnAnime01 {
	-webkit-animation-name: btnAnime02;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	-moz-animation-name: btnAnime02;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
}
@-webkit-keyframes btnAnime02 {
	0% {-webkit-transform: translate(0, 0);}
	50% {-webkit-transform: translate(-8px, 0);}
	100% {-webkit-transform: translate(0, 0);}
}
@-moz-keyframes btnAnime02 {
0% {-moz-transform: translate(0, 0);}
	50% {-moz-transform: translate(-8px, 0);}
	100% {-moz-transform: translate(0, 0);}
}



/*------------------------------------------------
	吹き出し
-------------------------------------------------*/

.balloon_l,
.balloon_r{
	margin: 30px 0;
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.balloon_r{
	justify-content:flex-end;
}

.faceicon img{
	width: 80px;
	height: auto;
}

.balloon_r .faceicon{
	margin-left:25px;
}

.balloon_l .faceicon{
	margin-right:25px;
}

.balloon_r .faceicon{
	order:2 !important;
}

.says {
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 17px 13px 15px 18px;
	border-radius: 12px;
	background: #07b53b;
	box-sizing: border-box;
	margin: 0 !important;
	line-height: 1.5;
	color: #FFFFFF;
}

.says p{
	margin: 8px 0 0 !important; 
}

.says p:first-child{
	margin-top: 0 !important;
}

.says:after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
}

.balloon_l .says:after {
	left: -26px;
	border-right: 22px solid #07b53b;
}

.balloon_r .says:after {
	right: -26px;
	border-left: 22px solid #07b53b;
}

.says2 {
	max-width:800px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 17px 13px 15px 18px;
	border-radius: 12px;
	background: #659AD2;
	box-sizing: border-box;
	margin: 0 !important;
	line-height: 1.5;
	color: #000000;
}

.vname {
	width: 100%;
	font-weight: bold;
	border-bottom: 2px solid #000000;
}

.says2 p{
	margin: 8px 0 0 !important; 
}

.says2 p:first-child{
	margin-top: 0 !important;
}

.says2:after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
}

.balloon_l .says2:after {
	left: -26px;
	border-right: 22px solid #659AD2;
}

.balloon_r .says2:after {
	right: -26px;
	border-left: 22px solid #659AD2;
}



/*------------------------------------------------
	フォント
-------------------------------------------------*/

.color_red {
	color: #e30000;
	font-weight: bold;
}

.color_yellow {
	color: #F8FF89;
	font-weight: bold;
}

.color_blue {
	color: #1e2e78;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.itaric {
	font-style: italic;
}

.font_s {
	font-size: 1.4em;
}

@media (max-width: 640px) {
.font_s {
	font-size: 1.1em;
}
}

.font_l {
	font-size: 2.0em;
}

@media (max-width: 640px) {
.font_l {
	font-size: 1.5em;
}
}


/*------------------------------------------------
	動画
-------------------------------------------------*/

.video-container {
 	position: relative;
 	padding-bottom: 56.25%;
 	padding-top: 30px;
 	height: 0;
 	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*------------------------------------------------
	Flex Box
-------------------------------------------------*/

.flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0.8em;
}

@media (max-width: 640px) {
.flex_box {
	display: block;
}
}

.flex_box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0.8em;
}


.flex_basis2 {
	flex-basis: 49.0%;
	font-size: 1.8em;
	background-color: #FFFFFF;
	border: 3px solid #07B53B;
	margin-bottom: 0.5em;
	padding: 0.4em;
	box-sizing: border-box;
	border-radius: 8px;
}

.flex_basis2n {
	flex-basis: 49.0%;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	padding: 0;
	box-sizing: border-box;
}

.flex_basis2n h2 {
	color: #0067C0;
	font-size: 1.5em;
	border-bottom: 2px solid #0067C0;
	margin-bottom: 0.5em;
}

.flex_basis3 {
	flex-basis: 32.0%;
	font-size: 1.8em;
	background-color: #FFFFFF;
	border: 3px solid #07B53B;
	margin-bottom: 0.5em;
	padding: 0.4em;
	box-sizing: border-box;
	border-radius: 8px;
}

@media (max-width: 640px) {
.flex_box {
	display: block;
}
}

.flex_txt {
	color: #07B53A;
	width: 100%;
	border-bottom: 4px solid #07B53A;
	margin-bottom: 0.5em;
}



/*------------------------------------------------
	Table
-------------------------------------------------*/

th {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.5em;
	background-color: #659AD2;
	text-align: center;
	border:solid 3px #FFFFFF;
}

td {
	font-size: 1.5em;
	padding: 0.5em;
	background-color: #F0F0F0;
	text-align: center;	
	border:solid 3px #FFFFFF;
}



/*------------------------------------------------
	Link
-------------------------------------------------*/

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
