/*-------------------------------------------
 * 共通
 * ------------------------------------------*/

.bold{
	font-weight: bold;
}
.tennis-ball-1_20px:before{
	content: url(https://i-love.tennis/img/tennis-ball-1_20px.png) ;
}
.tennis-ball-1_25px{
	margin: 0 0 1em 0 !important;
	padding: 0px !important;
	background: url(https://i-love.tennis/img/tennis-ball-1_25px.png) no-repeat center;
}
.tennis-ball-1_30px:before{
	content: url(https://i-love.tennis/img/tennis-ball-1_30px.png) ;
	position: absolute;
	top: 20px;
	left: 20px;
}
.post_content ol, .post_content ul{ list-style: none; }
.post_content ol li i, .post_content ul li i{ padding-right: 0.5em; }
ul.no-pad{ padding-left: 0 !important;}

ul li, ol li, dl dt, h5{ font-size: 120%; }/*16px*/

/*-------------------------------------------
 * FontAwsome
 * ------------------------------------------*/

i.far, i.fas{ color: #ffb53c;}

/*-------------------------------------------
 * 
 * ------------------------------------------*/
#main_contents{
	margin-top: 70px;
}
#page_header{
	display: none;
}
#page_header_title{
	margin-top: 4em;
	font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: #4fd3d6;
	
}
div.get_report-cate{
	background: #f3f3f3;
	padding: 0.5em 0 !important;
}
#report_category_list ul {
  width: 90%;
  margin: 0 auto;
}

/*-------------------------------------------
 * シングルページ：ページタイトルの背景
 * ------------------------------------------*/
h3#page_header_title{
	position: relative;
	padding: 0.8em;
	border-left: solid 3em #5c9ee7;
	margin-left: 2em;
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	color: #308bf0;
	font-weight: 900;
}

h3#page_header_title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width:767px) {
	h3#page_header_title{
		margin-left: 0em;
	}
}
dl dt{ font-size: ;}

/*-------------------------------------------
 * テニスのペア自動生成ツール
 * ------------------------------------------*/

#tennis-pair-tool ul{
	margin: 2em 0 3em;
}
#tennis-pair-tool ul li{
	line-height: 2;
	padding-left: 2em;
}

.checkmark{
	padding-left:24px;
	position:relative;
}
.checkmark:before,
.checkmark:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #6d7878;
	left:0;
	top: 6px;
}
.checkmark:after{
	border-left:2px solid #16b9bd;
	border-bottom:2px solid #16b9bd;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:6px;
}
.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #e6f4ff;
    color: #5c98d4;
    font-weight: bold;
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
.box24 p {
    margin: 0; 
    padding: 0;
}
div.form-group textarea,
div.form-group label{
	font-size: 1.5em;
}
.round table td{
	font-size: 1.8em;
	padding: 0.5em 0;
}
.round table td:first-child{
	font-size: 1em;
}
@media only screen and (max-width:767px) {
	#tennis-pair-tool ul li{
	font-size: 1.2em;
	}
	
	#tennis-pair-tool{
		width: 96%;
		margin: 0 auto;
	}	
	.round table td{
			font-size: 1.5em;
	}
	.round table td:first-child{
		font-size: 1em;
	}
	.btn_pair,
	.btn_mode{
		padding: 1em 0.5em;
		font-size: 1.8em;
		margin-bottom: 1.5em;
		cursor: pointer;
	}
}


  .form-group { margin-bottom: 1rem; }
  label { display: block; margin-bottom: 0.25rem; }
  input[type="text"], textarea {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    box-sizing: border-box;
  }
  textarea {
    height: 10em;
    white-space: pre;
  }
  .male-input textarea {
    background-color: #e0f0ff;
	height: 14em;
  }
  .female-input textarea {
    background-color: #ffe0f0;
	  height: 14em;
  }
  button { padding: 0.5rem 1rem; font-size: 1rem; margin-bottom: 1.5rem; cursor: pointer; }
  .round {
    background: white;
    padding: 0.5em;
    margin-bottom: 1em;
	  border: solid 1px #000;
    box-shadow: 5px 5px rgba(79,211,214,0.8);
    word-wrap: break-word;
  }
  .round h2 { margin-bottom: 0.5rem; }
  .dark-mode { background: #222; color: #eee; }
  .dark-mode .round { background: #333; color: #eee; }
  .male { color: blue; }
  .female { color: deeppink; }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  td {
    padding: 0.4rem 0.6rem;
    border-bottom: 1px solid #ddd;
  }
  th {
    text-align: left;
    background: #eee;
    padding: 0.4rem 0.6rem;
  }
  .rest {
    font-style: italic;
    color: #999;
  }

  @media (max-width: 600px) {
    body { padding: 1rem; }
  }

#page_header_no_image{
	display: none;
	padding: 3em 0 0 0;
}


/*-------------------------------------------
 *　サイドバーのイメージ
 * ------------------------------------------*/
.side_widget img{
	display: block;
	margin: 0 auto;
}



/*-------------------------------------------
 * 投稿　ブログ　小話の見出し
 * ------------------------------------------*/

.ss_article{
	margin: 2em 0 1em;
}
.ss_article p{
	font-size: 16px;
}

/*-----H2の見出し-----*/
h2 {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 5px solid;
    color: black;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

h2:before,
h2:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

h2:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -16px;
}

h2:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}


/*-----H3 の見出し-----*/
/*
.short-story h3 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

.short-story h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}*/

/*-----H3 の見出し: 2 　水色背景の吹き出し見出し　(サル)-----*/
.short-story h3.type-2{
    position: relative;
    padding: 1rem;
    border-radius: 5px;
    background: repeating-linear-gradient(45deg, #b2d5de 0 3px, #fff 3px 8px);
    color: #333;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

.short-story h3.type-2::before {
    position: absolute;
    bottom: -16px;
    left: calc(50% - 6px);
    transform: translateX(-50% + 6px);
    height: 20px;
    width: 2px;
    background-color: #333;
    content: "";
}

.short-story h3.type-2::after {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100%;
    height: 100%;
    border: 2px solid #353535;
    content: '';
}

/*-----H3 の見出し: 3 背景グリーン　背景色ズレありおしゃれ枠　（h3のクラス無し）-----*/
 .box {
    position: relative;
    padding: 0.5em 1em 0.2em;
    border-radius: 10px;
    border: 1px solid #b2d5de;
    background-color: #b2d5de;
    color: #212121;
    font-weight: normal !important;
    font-size: 14px;
}
.box:before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 3px solid #212121;
    content: "";
}
.box h3{
    font-weight: normal !important;
}
.box p {
    line-height: 1.2;
} 


/*-------------------------------------------
 * 投稿　ブログ　小話の小タイトル　ol ul li
 * ------------------------------------------*/

/*-----　ol 番号リスト：番号に吹き出しを付き(サル) -----*/
ol.fukidasi-no {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
	margin-left: 0 !important;
}
ol.fukidasi-no li.list-title{
  position: relative;
  padding: 0.5em 0.5em 0.5em 35px;
  line-height: 1.5em;
	font-size: 16px;
	font-weight: bold;
}
ol.fukidasi-no li.list-title:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;/*円にする*/
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.fukidasi-no li.list-title:after {/*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;/*左からの位置*/
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #5c9ee7;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*-----　ひらめきアイコン(サル) -----*/
.icon_hirameki {
  position: relative;
	padding: 0.6em 0.5em 0.5em 35px !important;
  line-height: 1.5em;
}
.icon_hirameki:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon_hirameki:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*　まとめの吹き出しアイコン（サルワカ）　*/
h5.icon_balloon_matome{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #70a6ff;
  border-radius: 50%;
  box-sizing: border-box;
}

h5.icon_balloon_matome:before{
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #70a6ff;
  z-index: 0;
}

/* バルーン右（サルワカ）　width、height、line-heightのpx数を変えることで調整できます（3つとも同じ値に！）*/
.balloon3-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  background: #ff8e9d;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ff8e9d;
  z-index: 0;
}


/*　まとめのリストスタイル（ステッチ風：サルワカ）　*/
div.short-story ul.stitch,
div.short-story ol.stitch{
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
  border: dashed 2px #ffb03f;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 1.5em;
}

div.short-story ul.stitch li,
div.short-story ol.stitch li{
  line-height: 1.5;
  padding: 0.5em 0;
}

/*　ボーダーボトム：細い線　*/
.marker-1 {
    background-color: rgba(255,106,106, 0.4);
}
/* ストライプの下線（サルワカ） */
.title_bor_blue{
  position: relative;
	padding-bottom: 0.45em;
}

.title_bor_blue:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

/* ゆびさし（サルワカ） */
.yubisasi:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  color: #21b384; /*アイコン色*/
	padding-right: 0.2em;
}
.yubisasi2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  color: blue; /*アイコン色*/
	font-weight: 900;
}
.yubi_pink:before{
  color: #ff6a6a; /*アイコン色*/
}
/*　カッコタイトル　（サルワカ）*/
.title_kakko {
  position: relative;/*相対位置*/
  line-height: 1.4;/*行高*/
  display: inline-block;
}
.title_kakko:before, .title_kakko:after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 1.0em;
  color: #ff6a6a;
}
.title_kakko:before {
  content:"\f053";/*アイコン種類*/
  padding-right: 0.5em
}
.title_kakko:after {
  content:"\f054";/*アイコン種類*/
  padding-left: 0.5em
}

/* 吹き出しアイコン（サルワカ） */
.icon_fukidashi:before {
	font-family: "Font Awesome 5 Free";
	content: "\f075";
	/*position: absolute;*/
	/*left : 1em;*/
	color: skyblue;
	padding-right: 0.2em;
	font-weight: bold;
}

/* 強調の下線（オレンジ色） */
.border_b_orange{
	border-bottom: solid 3px rgba(255, 127, 80, 0.5);
}

/*　補足のアイコン　*/
.icon_hosoku:before {
  font-family: "Font Awesome 5 Free";
  content: "\f518";
  font-weight: 900;
 /* position: absolute;*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #ff938b; /*アイコン色*/
	border: solid 2px #ff938b;
	border-radius: 20px;
	padding: 0.4em;

}
.hosoku{
	padding: 0.2em ;
	background: rgba(255,147,139, 0.5) ;
}