html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 600px;
  margin: 20px auto;
  padding: 30px;
  overflow: hidden;
}

.container span,
.container p,
.container div {
  line-height: 1.6;
}

h1 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  text-align: center;
}

h2 {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  text-align: center;
}

h3 {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  text-align: center;
}

img {
	width: 100%;
	max-width: 400px;
    height: auto;
}

div {
   text-align:center;
}

/*--------------------------------------------------
Header
--------------------------------------------------*/

.header_line_topbottom{
padding: 10px 0px;
border-bottom: 1px solid #008b8b;
border-top: 1px solid #008b8b;
}

.header_line_topbottom_bold {
	position: relative;
	padding: .3em;
	text-align: center;
}
.header_line_topbottom_bold::before,
.header_line_topbottom_bold::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.header_line_topbottom_bold::before {
	top: 0;
	border-top: 2px solid #008b8b;
	border-bottom: 1px solid #008b8b;
}
.header_line_topbottom_bold::after {
	bottom: 0;
	border-top: 1px solid #008b8b;
	border-bottom: 2px solid #008b8b;
}

.header_line_bottom_center {
	position: relative;
	margin-bottom: 1em;
	text-align: center;
}
.header_line_bottom_center:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #008b8b;
	border-radius: 2px;
}

.header_line_bottom_maker{
	background-image: -webkit-linear-gradient(transparent 70%, #ffc0cb 0%);
    background-image: -o-linear-gradient(transparent 70%, #ffc0cb 0%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffc0cb));
    background-image: linear-gradient(transparent 70%, #ffc0cb 0%);
}

.header_circle {
	position: relative;
	padding: .3em;
	text-align: center;
}
.header_circle:before {
	content: "";
	position: absolute;
	top: -20%;
	left: 50%;
	width: 150px;
	height: 130%;
	border-radius: 50%;
	border: 5px solid #008b8b;
	border-left-color: transparent;
	border-right-color: transparent;
	transform: translateX(-50%);
}

/*--------------------------------------------------
Button
--------------------------------------------------*/

.button_red_simple{
	width: 100%;
	max-width: 335px;
	padding: 15px 15px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #008b8b;
}

.button_red_3d{
	width: 100%;
	max-width: 335px;
	padding: 15px 15px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #008b8b;
	border-bottom: 4px solid #c5394d;
	border-radius: 5px;
}

.button_red_shadow{
	width: 100%;
	max-width: 335px;
	padding: 15px 15px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #008b8b;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.12), 0 3px 20px 0 rgba(0,0,0,.12), 0 5px 6px -2px rgba(0,0,0,.2);
	-webkit-tap-highlight-color: transparent;
	border-radius: 5px;
}

/*--------------------------------------------------
BoxLabel
--------------------------------------------------*/

.box_underline{
	width: 100%;
	max-width: 330px;
	display: inline-block;
	text-align: left;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5989cf;
    background: #c6e4ff;
    border-bottom: solid 6px #aac5de;
    border-radius: 9px;
}
.box_underline p {
    margin: 0; 
    padding: 0;
}

.box_shadow {
	width: 100%;
	max-width: 335px;
	display: inline-block;
	text-align: left;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}
.box_shadow p {
    margin: 0; 
    padding: 0;
}

.box_title_online {
	width: 100%;
	max-width: 335px;
	display: inline-block;
	text-align: left;
    position: relative;
    margin: 0.5em 0em;
    padding: 1em 0.5em;
    border: solid 3px #008b8b;
    border-radius: 8px;
}
.box_title_online .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #008b8b;
    font-weight: bold;
}
.box_title_online p {
    margin: 0; 
    padding: 0;
}

.box_title_outer {
	width: 100%;
	max-width: 335px;
	display: inline-block;
	text-align: left;
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #008b8b;
}
.box_title_outer .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #008b8b;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_title_outer p {
    margin: 0; 
    padding: 0;
}

.box_title_inner {
	width: 100%;
	max-width: 335px;
	display: inline-block;
	text-align: left;
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #008b8b;
}
.box_title_inner .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #008b8b;
    color: #ffffff;
    font-weight: bold;
}
.box_title_inner p {
    margin: 0; 
    padding: 0;
}
