@charset "UTF-8";

/********************************************************
 tag
 ********************************************************/

body {
/*	margin-bottom: 30rem;	/* footer固定用 */
}

/********************************************************
 レイアウト
 ********************************************************/

.contents {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}

/********************************************************
 サイトロゴ
 ********************************************************/

.site_logo, .site_logo * {
	font-weight: bold;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho";
	letter-spacing: -.2rem;
}

.site_logo span {
	color: #007DB8;
}

#logo_top_support {
	float:left;
	width:14rem;
	padding-top:3rem;
	font-size:1.8rem;
}


/*******************************
 ヘッダ
 *******************************/

header {
	padding: .5rem 0;
}

header h1 {
	display: inline-block;
	margin: 8px 0 5px -5px;
}

header h1, header h1 * {
	font-size: 2.5rem;
}

header a:hover {
	text-decoration: none;
}

header h3 {
	font-size: 1.8rem;
}

header h4 {
	color:#FFF;
	font-size: 1.4rem;
	text-align:center;
	background-color:#253D99;
}

header #head_btn_logout {
	float: right;
	margin: 5px 4px 0;
}

header #juku_name {
	display: block;
	float: left;
	margin: 1rem 0 0 20rem;
	font-size: 2.5rem;
	font-weight: bold;
	color: #666;
}

/* 言語切替 */

header .change_lang {
	text-align:right;
	text-underline-offset:8px;
	font-size:1.4rem;
}

header .change_lang .selected {
	font-weight:bold;
}

header .change_lang a:hover {
	color:#4497E4;
	text-decoration: underline;
}

/*******************************
 フッタ
 *******************************/

footer {
	clear: both;
	width: 100%;
	background-color: #EEE;

	/* 固定用 */
	bottom: 0;
	height: 29.5rem;
	position: absolute;
}

footer .contents {
	height: 24rem;
	padding-top: 1.5rem;
	background-color: #EEE;
}

footer h3, footer h3 * {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho";
	letter-spacing: -.1rem;
	font-size: 2.4rem;
	line-height: 4rem;
	font-weight: bold;
}

footer h3 span {
	color: #007DB8;
}

footer a:hover.noline  {
	text-decoration: none;
}

#nav_footer {
	float: right;
	overflow: hidden;
	line-height: 2.6rem;
}

#nav_footer div {
	float: left;
	overflow: hidden;
	margin-left: 4rem;
}

#nav_footer ul {
	margin-left: 3rem;
}

#copyright {
	width: 100%;
	min-width: 1200px;
	text-align: center;
	color: #FFF;
	line-height: 4rem;
}

#copyright a {
	color: #FFF;
}

/*******************************
 トップメニュー
 *******************************/

#nav_index li {
	display: table;
	float: left;
	border-left: dotted #FFF 1px;
	height: 60px;
}

#nav_index li:last-child {
	border-right: dotted #FFF 1px;
}

#nav_index li a {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	color: #FFF;
	transition: .2s;
	text-align: center;
}

#nav_index li a:hover {
	background: #FFF;
	text-decoration: none;
}

#nav_index li:first-child a.home {
	padding: 0 20px;
}

#nav_index li:first-child a.home i {
	font-size:3rem;
}

/*******************************
 メイン
 *******************************/

#main {
	margin: 3rem auto;
	padding-bottom: 32rem;
	width: 1200px;
	overflow: hidden;
}
/*
#main h2 {
	margin: 0 0 3rem;
	padding: .5rem 0 0 2rem;
	font-size: 2.5rem;
	line-height: 4rem;
	font-weight: bold;
	border-left: 1.5rem solid #007DB8;
	background-color: #F0F0F0;
}
*/
#main h2 {
	margin: 0 0 3rem;
	padding: .5rem 0 0 2rem;
	font-size: 3.2rem;
	line-height: 5rem;
	font-weight: bold;
	border-left: 1.2rem solid #007DB8;
}

#main h4 {
	position: relative;
	margin: 8rem 0 2rem;
	padding: .5rem 0 0 3.5rem;
	font-size: 2.4rem;
	line-height: 3.5rem;
	font-weight: bold;
	border-bottom: .2rem solid #CCC;
}

#main h4:before {
	position: absolute;
	top: 18px;
	left: 0;
	width: 15px;
	height: 5px;
	display: block;
	content: '';
	background-color: #007DB8;
}

#col_right h4:first-of-type {
	margin: 4rem 0 2rem;
}

#main a {
	color: #007DB8;
	text-decoration: underline;
}

.index_frame {
	overflow: hidden;
	margin-bottom: 50px;
	padding: 20px;
	width: 450px;
	height: 450px;
	border: 1px solid #999;
	text-align: center;
	position: relative;
}

.index_frame h3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	color: #555;
	font-weight: bold;
}

/* tinybox用 */

#main_tiny {
	width: 700px;
	padding: 30px;
}

#main_tiny h1 {
	margin: 1rem 0 4rem;
	padding: .5rem 0 0 2rem;
	font-size: 2.5rem;
	line-height: 4rem;
	font-weight: bold;
	border-left: 1.5rem solid #007DB8;
	background-color: #F0F0F0;
}

#main_tiny_mini {
	width: 560px;
	padding: 30px;
}

#main_tiny_mini h1 {
	margin: 1rem 0 4rem;
	padding: .5rem 0 0 2rem;
	font-size: 2.5rem;
	line-height: 4rem;
	font-weight: bold;
	border-left: 1.5rem solid #007DB8;
	background-color: #F0F0F0;
}

/*******************************
 右カラム
 *******************************/

#col_right {
	float: left;
	width: 900px;
	overflow: hidden;
	margin-left: 20px;
	padding-bottom:10px;
}

/*******************************
 サイドメニュー
 *******************************/

#side_menu {
	float: left;
	width: 250px;
	overflow: hidden;
	background-color: #EEE;
	border: 1px solid #AAA;
	padding: 10px;
}

#side_menu h3 {
	text-align: center;
	color: #FFF;
	background-color: #007DB8;
	line-height: 3.5rem;
}

#side_menu div {
	margin-bottom: 2rem;
	padding: 1rem;
	text-align: center;
	background-color: #FFF;
}

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

button, .a_button {
	position: relative;
	padding: 1.5rem 1.5rem;
	min-width: 20rem;
	background-color: #4497E4;
	color: #FFF;
	border-style: none;
	-moz-box-shadow: 3px 3px 2px 0px rgba(140, 140, 140, .5);
	-webkit-box-shadow: 3px 3px 2px 0px rgba(140, 140, 140, .5);
	box-shadow: 3px 3px 2px 0px rgba(140, 140, 140, .5);
	border-radius: 0.8rem;
	white-space: nowrap;
}

button:hover, .a_button:hover {
	top: 2px;
	left: 2px;
	cursor: pointer;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button.disabled {
	top: 2px;
	left: 2px;
	cursor:auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333;
	background-color: #EEE;
}

button.btn_login {
	width: 400px;
	background-color: #CF4F43;
}

button.btn_logout {
	min-width: 10rem;
	color: #333;
	background-color: #EEE;
}

button.btn_regist {
	width: 400px;
}

button.btn_back {
	background-color: #999;
}

button.btn_middle {
	min-width: 12rem;
}

button.btn_small {
	padding: 0.6rem 0.8rem;
	min-width: 6rem;
	font-size: 1.7rem;
}

.btn_signup {
	background-color: #F33;
}

.btn_signup_gakken {
	background-color: #B3B;
}

button.cancel {
	background-color: #E66;
}

button.mini {
	padding: 0.4rem 0.6rem;
	min-width: 2rem;
	font-size: 1.5rem;
}

.btntype_back {
	background-color: #BBB;
}

.btntype_jomei {
	background-color: #F0AE20;
}

.btntype_delete {
	background-color: #F00;
}

.btntype_taijuku {
	background-color: #f18d00;
}

#side_menu button {
	width:22rem;
	margin-bottom:1rem;
	padding: .7rem;
}

.btntype_rank_category {
	padding: 0.8rem 0.8rem;
	min-width: 8rem;
	background-color: #BBB;
}

.btn_a {
	position: relative;
	padding: 1.5rem 3rem;
	min-width: 20rem;
	background-color: #32C1DF;
	color: #FFF!important;
	border-style: none;
	-moz-box-shadow: 3px 3px 2px 0px rgba(140, 140, 140, .5);
	-webkit-box-shadow: 3px 3px 2px 0px rgba(140, 140, 140, .5);
	box-shadow: 3px 3px 2px 0px rgba(140, 140, 140, .5);
	white-space: nowrap;
	text-align: center;
	text-decoration: none!important;
}

#btn_pass_certificate {
	background-color:#DF0000;
}


/* 協会HP バナー */

.bnr_kyokai {
	float:right;
	width:280px;
	margin:2px;
	padding:4px 10px;
	border:1px solid #0FA63C;
	font-size:1.8rem;
	color:#0FA63C;
	text-align:center;
	display:inline-block;
}

.bnr_kyokai:hover {
	text-decoration:none;
}


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

.imgframe {
	border:1px solid #999;
}

/*******************************
 フォーム
 *******************************/

/* テキスト系 */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select
{
	padding: 4px 6px;
	vertical-align:middle;
	border: solid 1px #999;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

/* テキスト系 高さ */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"]
{
	height: 2.9rem;
}
/*
select {
	height: 3.2rem;
}
*/
/* 必須（テキスト系） */
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="tel"]:required,
input[type="number"]:required,
input[type="date"]:required,
textarea:required,
select:required
{background-color: #FFF0F0;}

/* 必須（テキスト系）chromeのオートフィル対策 */
input[type="text"]:required:-webkit-autofill,
input[type="email"]:required:-webkit-autofill,
input[type="password"]:required:-webkit-autofill,
input[type="tel"]:required:-webkit-autofill,
input[type="number"]:required:-webkit-autofill
{box-shadow: 0 0 0 1000px #FFF0F0 inset;}

/* 任意（テキスト系）chromeのオートフィル対策 */
input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="number"]:-webkit-autofill
{box-shadow: 0 0 0 1000px #FFF inset;}

/* テキスト系のカーソルフォーカス時 */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="text"]:required:focus,
input[type="email"]:required:focus,
input[type="password"]:required:focus,
input[type="tel"]:required:focus,
input[type="number"]:required:focus,
input[type="date"]:required:focus,
textarea:focus,
select:focus
{
	border: solid 1px #00DDDD;
	background-color: #F0FFFF;
}

/* ラジオボタン */
input[type="radio"] {
	position: absolute;
	opacity: 0;
}
input[type="radio"] + .radio_label:before {
	content: "";
	background-color: #EEE;
	border-radius: 100%;
	border: 1px solid #999;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	position: relative;
	margin-right: .6em;
	margin-bottom: .4em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all .25s ease;
}
input[type="radio"]:checked + .radio_label:before {
	background-color: #39E;
	box-shadow: inset 0 0 0 4px #EEE;
}
input[type="radio"]:focus + .radio_label:before {
	outline: none;
	border-color: #39E;
}
input[type="radio"]:disabled + .radio_label:before {
	box-shadow: inset 0 0 0 4px #EEE;
	border-color: #BBB;
	background-color: #BBB;
}
input[type="radio"] + .radio_label:empty:before {
	margin-right: 0;
}

/* チェックボックス */
input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	vertical-align: -0.8rem;
	transition: all .1s ease-out 0s;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	margin: .4rem;
	outline: none;
	border: 1px solid #999;
	border-radius: 10%;
	background-color: #EEE;
}
input[type=checkbox]:focus {
	border: 1px solid #39E;
}
input[type=checkbox]:before, input[type=checkbox]:after {
	position: absolute;
	content: "";
	background-color: #39E;
	transition: all .1s ease-in-out;
}
input[type=checkbox]:before {
	left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
input[type=checkbox]:after {
	right: 9px;
	bottom: 3px;
	width: 2px;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transition-delay: .1s;
}
input[type=checkbox]:checked:before {
	left: 2px;
	top: 10px;
	width: 7px;
	height: 2px;
}
input[type=checkbox]:checked:after {
	right: 5px;
	bottom: 2px;
	width: 3px;
	height: 13px;
}
input[type=checkbox]:indeterminate:before, input[type=checkbox]:indeterminate:after {
	width: 7px;
	height: 2px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
	left: 1px;
	top: 7px;
}
input[type=checkbox]:indeterminate:after {
	right: 1px;
	bottom: 7px;
}

/* フォーム用テーブル */

.tbl_form th {
	padding: 1rem;
	text-align: left;
	font-weight: bold;
}

.tbl_form td {
	padding: 1.5rem;
}

.tbl_form td.required {
	background-color: #FFF0F0;
}

.tbl_form .conditions {
	margin-right: 2rem;
	padding: .1rem .5rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: normal;
}

.tbl_form .conditions.con_req {
	color: #FFF;
	background-color: #D14E4E;
}

.tbl_form .conditions.con_any {
	background-color: #FFF;
}

.tbl_form .icon_my {
	margin-right: 0;
	color: #FFF;
	background-color: #007DB8;
}


.tbl_form .example {
	margin-top: .4rem;
}

/* エラーメッセージ */

.form_error_message {
	display: inline-block;
	margin-top: .7rem;
	padding: .3rem 1rem .1rem;
	color: #000;
	background-color: #FFEE00;
	-moz-box-shadow: 2px 2px 2px 0px #999;
	-webkit-box-shadow: 2px 2px 2px 0px #999;
	box-shadow: 2px 2px 2px 0px #999;
}

/*******************************
 メッセージ
 *******************************/

.err_msg {
	margin: 2rem 4px 2rem 0;
	padding: 2rem 2rem 2rem 7.6rem;
	text-align: left;
	text-indent: 0;
	color: #000;
	background-color: #FFEE00;
	background-image: url("../image/icon_error.png");
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 40px auto;
	-moz-box-shadow: 2px 2px 2px 0px #999;
	-webkit-box-shadow: 2px 2px 2px 0px #999;
	box-shadow: 2px 2px 2px 0px #999;
}

/*******************************
 お知らせ
 *******************************/

#index_osirase {
	overflow: hidden;
}

.osirase_date {
	margin-top: 1.5rem;
	color: #999;
}

.osirase_date {
	padding-top: 1rem;
	border-top: 1px solid #999;
}

.osirase_message {
	margin-top: .5rem;
}

.juuyou_osirase {
	overflow: hidden;
	margin: 50px auto;
	padding: 30px;
/*	width: 700px;*/
	width: 92%;
	-webkit-border-radius: 10px;
	moz-border-radius: 10px;
	box-shadow:3px 3px 8px 1px #BBB;
	-moz-box-shadow:3px 3px 8px 1px #BBB;
	-webkit-box-shadow: 3px 3px 8px 1px #BBB;
	
}

.juuyou_osirase h3 {
	margin-bottom: 1rem;
	color: #F00;
	font-size: 1.8rem;
	font-weight: bold;
}

#index_osirase .important {
	margin-right: 1.2rem;
	padding: 0 1rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	color: #FFF;
	background-color: #E33;
}

.osirase {
	margin: 10px 0 30px;
	padding:2rem;
	overflow: hidden;
	background: #E6F6FF;
	border:solid 2px #55C2FF;
}

.osirase h3 {
	padding:.5rem 0 1.5rem;
	font-size:2.2rem;
	font-weight: bold;
}


/*******************************
 検定結果
 *******************************/

.kekka_td_1,
.kekka_td_2,
.kekka_td_4
{
	background-color: #FFBAF8;
}

.kekka_td_ok
{
	background-color: #FAFF90;
}



/*******************************
 フキダシ
 *******************************/

.fukidasi {
	margin: 10px 10px 30px;
	padding:2rem;
	overflow: hidden;
	width: 93%;
	background: #FFFFDD;
/*	background: #D7F9FF;*/
	box-shadow: 0 0 10px 2px #CCC;
	-moz-box-shadow: 0 0 10px 2px #CCC;
	-webkit-box-shadow: 0 0 10px 2px #CCC;
}

.fukidasi h2 {
	margin:-2rem -2rem 2rem!important;
	font-size:2.2rem!important;
	color: #FFF;
	background-color:#F00;
	border-left:none!important;
}

.fukidasi h3 {
	padding:2rem 0;
	font-size:2.2rem;
	font-weight: bold;
}

.fukidasi2 {
	position: relative;
	margin-left:15px;
	padding: 1rem;
	color: #000;
	background: #FAA;
	font-weight: bold;
}

.fukidasi.pr {
	background: #E6F6FF;
}

.fukidasi2::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: -15px;
  margin-top: -15px;
  border-right: 15px solid #FAA;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/*
.fukidasi2 a {
	color: #FFF!important;
}
*/

.fukidasi3 {
	border: 1px solid #D3D3D3;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 20px;
	line-height: 20pt;
}

.fukidasi3.important {
	margin-right: 14px;
	border-color: #5592FF;
	border-width: 10px;
	box-shadow: 8px 4px 6px #999;

	background-color: #E6F6FF;
}

.fukidasi3.important .caption {
	padding: 30px;
	font-size: 24px;
	color: #000;
/*
	color: #FFF;
	background-color: #FF6BF9;
*/
}

.fukidasi4 {
	margin: 10px 10px 30px;
	padding:2rem;
	overflow: hidden;
	width: 93%;
	background: #FFF;
	box-shadow: 0 0 10px 2px #CCC;
	-moz-box-shadow: 0 0 10px 2px #CCC;
	-webkit-box-shadow: 0 0 10px 2px #CCC;
}

.fukidasi4 h2 {
	margin:-2rem -2rem 2rem!important;
	font-size:2rem!important;
	background-color:#EEE;
	border-left:none!important;
}

.fukidasi4 h3 {
	padding:0 0 1.5rem;
	font-size:2rem;
	font-weight: bold;
}

.fukidasi_date {
	margin:-10px 0 10px;
	color:#666;
	font-size:1.5rem;
}


.fukidasi_index_wrap {
	margin:20px auto 110px;
	width:1200px;
	text-align:center;
}

.fukidasi_index {
	position:relative;
	padding:20px;
	background-color:#FFF;
	border:4px solid #000;
	border-radius:10px;
	box-shadow:5px 5px 10px 0px #a7a7a7;

	display:inline-block;
	width:580px;
	float:left;
/*
	margin-left:-300px;
*/
	margin-left:70px;

	text-align:center;
	color:#F00;
	font-weight:bold;
}

.fukidasi_index::before {
	content:'';
	position:absolute;
	display:block;
	width:0;
	height:0;
	left:200px;
	top:-20px;
	border-right:20px solid transparent;
	border-bottom:20px solid #000;
	border-left:20px solid transparent;
}

.fukidasi_index::after {
	content:'';
	position:absolute;
	display:block;
	width:0;
	height:0;
	left:200px;
	top:-14px;
	border-right:20px solid transparent;
	border-bottom:20px solid #FFF;
	border-left:20px solid transparent;
}

/* チャレンジカップ */

#fukidasi_fcc2025w {
	background-image:url(../image/back_fcc2025w.png)
}

#fukidasi_fcc2022w {
	background-image:url(../image/back_snow.png)
}

/* チャレンジカップ 2024 Winter */

#fukidasi_fcc2024w {
	background-image:url(../image/back_fcc2024w.png)
}

#fukidasi_fcc2024w h3 {
	margin-bottom:1rem;
	text-align:center;
	font-size:3rem;
	color:#FFF;
	line-height:4rem;
	-webkit-text-stroke-width:1px;
	-webkit-text-stroke-color:#666;
}

.sub_h {
	float:left;
	width:13rem;
	clear:both;
}
.sub_t {
	float:left;
}


/*******************************
 箇条書き
 *******************************/

ol.circle,
ol.square
{
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
 
ol.circle > li,
ol.square > li
{
	margin-bottom: 5rem;
	padding-left: 3rem;
	position: relative;
}

ol.circle > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #007DB8;
	color: #FFF;
	display: block;
	float: left;
	line-height: 2.5rem;
	margin-left: -3rem;
	margin-right: 2rem;
	text-align: center;
	text-indent: 0;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
}

ol.square > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #494;
	color: #FFF;
	display: block;
	float: left;
	line-height: 2.5rem;
	margin-left: -3rem;
	margin-right: 2rem;
	text-align: center;
	text-indent: 0;
	height: 2.5rem;
	width: 2.5rem;
}

.num_circle {
	display: inline-block;
	margin-left: .2rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #FFF;
	background-color: #007DB8;
	text-align: center;
	text-indent: 0;
	border-radius: 50%;
}


dl .qanda {
	overflow:hidden;
}

.qanda dt {
	float:left;
	clear:both;
	width:30px;
	padding-bottom:10px;
}

.qanda dd {
	float:left;
	width:750px;
	margin-left:10px;
	padding-bottom:10px;
}

.qanda .icon_q {
	margin-right: 1.2rem;
	padding: 0 .6rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: normal;

	color: #FFF;
	background-color: #4497E4;
}

.qanda .icon_a {
	margin-right: 1.2rem;
	padding: 0 .6rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: normal;

	color: #FFF;
	background-color: #D14E4E;
}

/*******************************
 Q&A
 *******************************/

.tbl1 td {
	padding: .2rem 2rem;
	border:none!important;
}

/*******************************
 アイコン（svg）
 *******************************/

.icon {
	width:30px;
	height:30px;
	fill:currentColor;
	color:inherit;
	vertical-align: middle;
}

.icon-red {
	color: #F30;
}


/*******************************
 その他
 *******************************/

.cap1 {
	margin: 7rem 0 2rem;
	padding: 1.5rem;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 1.8rem;
	font-weight: bold;
}

.th_cap1 {
	color: #F00;
	font-size: 1.8rem;
	font-weight: bold;
}

.ribbon1 {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
