@charset "UTF-8";
/* CSS Document */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.75;
    color: #333;
	background: #F2F2F7;
}
div, p, img, table, ul, li {
    box-sizing: border-box;
}
::placeholder {
	color: #cccccc;
	font-weight: 400;
}
p {
	margin: 25px 0;
	padding: 0;
	font-size: 1.1rem;
	line-height: 1.75;
}

header {
	width: 100%;
    height: auto;
	padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03041d;
}

header h1 img {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.hero-content {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 0;
	line-height: 0;
}

.hero-content h1 {
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0;
	line-height: 0;
}

section {
    width: 100%;
    padding: 25px 15px;
    margin: 0 auto;
}

section .text_box {
	width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 35px 25px;
	background-color: #ffffff;
	border-radius: 5px;
}

h2 {
    font-size: 2rem;
    margin-bottom: .5em;
	text-align: center;
	line-height: 1.3;
}

h2 span {
    color: #C51726;
}

ul.contents_list {
	width: 100%;
	margin: 0 auto 25px auto;
	padding: 0 15px;
	list-style: none;
}

ul.contents_list li {
	margihn: 0;
	padding: 15px 0 15px 30px;
    font-size: 1.1rem;
	line-height: 1.3;
	border-bottom: 1px dashed #cccccc;
	background: url(../image/check2.png) left 15px no-repeat;
	background-size: 25px auto;
}

table.haishin {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-spacing: inherit;
	border-top: 2px solid #135AAF;
	border-left: 2px solid #135AAF;
	border-right: 2px solid #135AAF;
}

table.haishin th {
	width: 100%;
	display: block;
	margin: 0;
	padding: 5px 15px;
	border-bottom: 2px solid #135AAF;
	color: #ffffff;
	background: #135AAF;
}

table.haishin td {
	width: 100%;
	display: block;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	border-bottom: 2px solid #135AAF;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
	background: #ededed;
}

.gallery img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #f2f6f9;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #f2f6f9;
}

.says p {
  margin: 0;
  padding: 0;
  color: #524E4E;
  line-height: 1.3;
}

.box26 {
    position: relative;
    margin: 4em 0 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #135AAF;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1.3;
    font-size: 20px;
    background: #FFF;
    color: #135AAF;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

ul.osusume_list {
	width: 100%;
	margin: 0 auto;
	padding: 15px 25px;
}
ul.osusume_list li {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 1.3;
	border-bottom: 1px dashed #135AAF;
}
ul.osusume_list li:last-child {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 1.3;
	border-bottom: none;
}

.features ul {
    list-style: none;
}
.features li {
    margin-bottom: .75em;
    padding-left: 1.5em;
    position: relative;
}
.features li:before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #ff6b6b;
}
.subscribe {
    background: #ffffff;
    text-align: center;
    padding: 60px 20px;
    border-radius: 8px;
}
.subscribe h3 {
    font-size: 1.8rem;
    margin-bottom: 1em;
}
input[type="text"] {
    width: 100%;
    max-width: 500px;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 1em;
}

textarea {
    width: 100%;
    max-width: 500px;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 1em;
}

dl {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
dl dt {
	text-align: left;
	font-weight: 900;
}
dl dt span {
	margin: 0 0 0 5px;
	padding: 1px 7px;
	font-size: 85%;
	color: #ff0000;
	border: 1px solid #ff0000;
	border-radius: 10px;
}
.sub_button {
	width: 100%;
	max-width: 300px;
    background: #135AAF;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 1.5rem;
    border-radius: 30px;
    cursor: pointer;
	font-weight: 900;
    transition: 0.3s;
}
.sub_button:hover {
    background: #ff5252;
}

p.kome {
	font-size: 0.9rem;
}

footer {
    text-align: center;
    padding: 20px;
    font-size: .9rem;
    color: #ffffff;
	background: #135AAF;
}
footer p {
    text-align: center;
	margin: 0;
    padding: 5px;
    font-size: .9rem;
    color: #ffffff;
}
footer ul.footer_menu {
    width: 100%;
    max-width: 550px;
    margin: 15px auto;
    padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
footer ul.footer_menu li {
    width: 25%;
    margin: 0;
    padding: 0;
    font-size: 80%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 1.0;
    border-left: 1px solid #ffffff;
}
footer ul.footer_menu li:last-child {
    width: 25%;
    margin: 0;
    padding: 0;
    font-size: 80%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 1.0;
    border-right: 1px solid #ffffff;
}
footer ul.footer_menu li a {
    color: #ffffff;
    text-decoration: none;
}

.pc-display {
	display: block;
}

.sp-display {
	display: none;
}

@media screen and ( max-width:480px ) {

header img {
    width: 95%;
}

section .box {
	width: 95%;
}
	
h2 {
    font-size: 1.6rem;
}
	
h2 span.h2_b {
    font-size:2.0rem;
}
	
h3 {
	font-size: 1.8rem;
}
	
h3.kari {
	font-size: 1.5rem;
}
	
h3.kari span {
	padding: 1px 5px;
	font-size: 1.80rem;
}
	
h4 {
	font-size: 1.3rem;
}

ul.contents_list {
	padding: 0;
}
	
ul.osusume_list {
	padding: 15px 5px 15px 15px;
}
	
.mu_title img {
	width: 95%;
	margin: 0 auto;
}

table.nittei {
    font-size: 0.8rem;
}
	
table.cource {
    font-size: 0.8rem;
}
footer ul.footer_menu {
    padding: 0;
}

.pc-display {
	display: none;
}

.sp-display {
	display: block;
}
	
}