﻿@charset "utf-8";
body{
    font-family: :"sans-serif";
}
section{   
    width: 900px;
    margin:0 auto;
    text-decoration:none;
}
.title{
  width:80%;
  font-size:125%;
  font-weight:bold;
  text-align:center;
   position: relative;
  padding: 0.5em 3.8em;
  border-top: solid 2px #696969;
  border-bottom: solid 2px #696969;
  margin:50px auto;
}
.title:before, .title:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #696969;
}
.title:before {
  left: 7px;
}
.title:after {
  right: 7px;
}

.title2{
  display:inline-block;  
  font-size:105%;
  font-weight:bold;
  position: relative;
  padding: 10px 20px;
  border-top: solid 2px #435CB7;
  border-bottom: solid 2px #435CB7;
  margin:30px auto 10px auto;
}
.title2:before, .title2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #435CB7;
}
.title2:before {
  left: 7px;
}
.title2:after {
  right: 7px;
}
.semi_title{
	font-size:105%;
    font-weight:bold; 	
    border-left:7px solid #8b0000;
    margin:10px auto;
    padding:5px 10px;
}
.model{
    display:inline-block;
    position: relative;
	font-size:100%;
    font-weight:bold;
    color:#191970;  	
    margin-top: 30px;             
    margin-bottom: 15px;    
    border-bottom: solid 4px rgb(230, 90, 90);
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;
    }
.model img{
	width:40px;
	margin-bottom:-5px;
}
.model1{
    display:inline-block;
    position: relative;
	font-size:100%;
    font-weight:bold;
    color:#191970;  	
    margin-top: 30px;             
    margin-bottom: 15px;    
    }
.model1 img{
	width:30px;
	margin-bottom:-7px;
}

.shurui{
	font-weight:bold;
}
.photo img{
	width:50%;
	margin: 20px auto 20px 0;
}
.photo p{
	text-align:center;
}
.photo1{
	text-align:center;
}
.photo1 img{
	width:550px;
}
.photo3 img{
	width:100%;
}
.photo4 img{
	width:30%;
}

.setsumei{
    font-size:90%;   
}
.kyocho{
	color:#dc143c;
	font-weight:bold;
}
.video {
  text-align:center;
}
.video iframe{
	width:550px;
	height:413px;
	}
section a{
	text-decoration:none;
	color:#484848;
}
section a:hover{
	color:#808080;
}
/*  */
.cf{
	clear:both;
} 

.board_setsumei{
	font-size:100%;
	margin:10px auto;
	color:#4682B4;
}

/* テイクオフ */
.point{
  font-size:100%;
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}
.point:after{
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.ranking img{
	width:30px;
}
.ranking li{
	list-style:none;
}
.model_img{
	float:left;
	margin:10px 50px;
}
.model_img img{
	width:150px;
}
.model_img1{
	float:left;
	margin:10px 50px;
}

.model_img1 img{
	width:300px;
}

 /* /テイクオフ */
 /* 女性 */
 .photo2{
	margin-left:30px;
}
.photo2 img{
	max-width:600px;
	max-height:600px;

}
 /* /女性 */
  /* シングルフィン */
.setsumei1{
	font-size:115%;
	font-weight:bold;
}  
/* beginner */
.cp_container{
	clear:both;
}
.cp_box label {
    text-align:center;
	font-weight: bold;
	font-size:110%;
	margin: 20px auto 20px 20px;
	padding: 0.4em 3em;
	cursor: pointer;
	transition: all 0.3s;
	color: #000000;
	border: 2px solid #696969;
	border-radius: 3px;
}
.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' 目次';
	color: #000000;
}
.cp_box input {
	display: none;
}
.cp_list{
	list-style:none;
}
/* for table */
.table{
  width: 50%;
  border-collapse: collapse;
  border:1px solid #808080;
  margin-top:7px;
  margin-bottom:7px;
}
.table tr{
  font-size:90%;
  border-bottom: solid 2px white;
}
.table tr:last-child{
  border-bottom: none;
}
.table td{
  border-left: solid 2px white;
}
.table td:first-child{
  border-left: none;
}
.table th{
  font-weight:normal;
  position: relative;
  font-size:90%;
  width: 30%;
  background-color: #a1dde6;
  color: #000000;
  text-align: center;
  padding: 10px 0;
}
.table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #a1dde6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.table td{
  width: 35%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.table td.style_1{
	background-color:#59a5b3;
	color:#ffffff;
}
.table th.style_1{
	background-color:#59a5b3;
	color:#ffffff;
}
.check1{
  display:inline-block;
  position: relative;
  padding-left: 35px;
  line-height:2.5;
  font-weight:bold;
}
.check1:before {
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: "\f00c";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  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%);
}
.check1: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%);
}
