﻿*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


html {
	overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


body{
font-family: 'Kosugi Maru', sans-serif;
	background-color:"#fffffe";
}





/*====囲みの枠=====================================================================*/

#container {
	display: block;
	max-width: 960px;
	//max-width: 95%;
	margin:0 auto 10px auto;
	padding:20px 0px;
	background-color:#fff;
}


.news_box {
	border:1px solid #f2f2f2;
	padding:10px;
	margin-bottom:2rem;
}

.contact_box {
	border:1px solid #f2f2f2;
	padding:20px;
	margin-bottom:2rem;
	background-color:#f4f4f4;
}



@media screen and (max-width: 480px) {

		.news_box {
			flex-wrap:wrap;
		}

}



/*====画像の設置=====================================================================*/

.main_img {
	margin: 0 auto;
	text-align: center;
}

img {
	max-width:100%;
	height:auto;
}



/*====テキスト装飾=====================================================================*/


.txt_red {
	font-size: 1.6em;
	color: crimson;
	font-weight: 700;		
}



#container ul{
    margin-left: 0px;
    padding: 0px;
}

#container li{
    list-style: none;

}


.text_small {
		font-size:.8rem;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}



/*==見出しの設定====================*/

h1 {
	font-size: 3rem;
	margin: 1.4rem auto;
	color: #3f4040;
	padding-left: 1rem;
	text-align: center;
}

/*==見出し下の設定==*/
.info_box{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.info_box:before, .info_box:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.info_box:before {left: 10px;}
.info_box:after {right: 10px;}
.info_box p {
    margin: 0; 
    padding: 0;
}

/*==画像説明の設定==*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
    font-size : 1.2rem;
	color:#000;
}

/*==吹き出し風の設定==*/
.bubble-box {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.bubble-box:before{
    font-family: 'Material Symbols Outlined';
    content: '\ef4a';
    position: absolute;
    font-size: 15px;
    //left: -40px;
    bottom: 0;
    color: #fff0c6;
    left: 0px;
    top: 50px;
}
.bubble-box:after{
    font-family: 'Material Symbols Outlined';
    content: '\ef4a';
    position: absolute;
    font-size: 23px;
    //left: -23px;
    bottom: 0;
    color: #fff0c6;
    left: 0px;
    top: 30px;
}
.bubble-box p {
    margin: 0; 
    padding: 0;
}

/*==放送内容の文章==*/
h2 {
		font-size : 1.4rem;
		margin:1rem auto;
		line-height: 1.4;
		color:#000;
		font-weight: normal;
}

/*==各見出し==*/


h3 {
		font-size: 1.6rem;
    margin: 1.4rem auto;
    color: #3f4040;
    border-left: 6px solid #3f4040;
    padding-left: 1rem;
}

/*==投稿の見出し==*/


h4 {
		font-size : 1.4rem;
		border-bottom:3px solid #4caf50;
		margin:1rem auto;
		padding-bottom:.6rem;
		color:#000;
}

/*==投稿日時==*/


h5 {
		font-size : 1.2rem;
		margin:1rem auto;
		padding-bottom:.6rem;
		color:#000;
}




/*======================*/

p {
		font-size : 1.2rem;
		line-height : 1.6;
		/*margin:1rem;*/
}

ul,ol {
		margin:0 auto 20px;

}

ul li,
ol li {
		font-size : 1.2rem;
		line-height : 1.8;
}


/*==仕切り線==*/

hr {
 height: 6px;
 background-color: #f2f2f2;
 width: 90%;
 border: none;
	margin:2rem auto;
}


/*==テキスト色変更==*/

/*==オレンジ==*/

.txt_c_o {
	color:#eb6100;
}

/*==水色==*/

.txt_c_b {
	color:#00BCD4;
}


/*==ピンク==*/

.txt_c_p {
	color:#e91e63;
}


/*==赤==*/

.txt_c_r {
	color:#f43636;
}



/*====ボタンの設定=====================================================================*/


.mail_box {
	width:100%;
	margin:1rem auto;
	text-align:center;
	background-color:#fff;
	padding:1rem;
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn_mail {
	margin:1rem auto;
	max-width:100%;
}

.btn_mail,
a.btn_mail {
  color: #fff;
  background-color: #eb6100;
}
.btn_mail:hover,
a.btn_mail:hover {
  color: #fff;
  background: #f56500;
}


/*====ヘッダーの設定=====================================================================*/


#topicpath {
		padding : 10px 0;
		font-size : 10px;
		line-height : 12px;
		clear: both;
		width :100%;
		text-align : left;
		background:#294C7A;
		color:#fff;
}

#topicpath .pan {
	max-width:960px;
	margin:0 auto;
	padding:6px;
}


#topicpath .pan a {
		color:#fff;
}

/*====メディア特性の設定=====================================================================*/


.features_box {
	background-color: #fff;
	padding:  10px;
	display: flex;
	justify-content: flex-start;

}


.features {
	color:  #000;
	margin:  10px;
	border-radius:  5px;
	align-self: stretch;
	//border:solid 1px #f5f5f5;
	width: 33%;
	text-align:center;
}

.features img {
	width: 100%;
}



@media screen and (max-width: 480px) {
.features_box {
    background-color: #fff;
    padding:  10px;
		display:block;
		flex-direction: column;
	width: 100%;

}
.features {
	width: 80%;
	margin: auto;
}
}

/*====PDFボタンの設定=====================================================================*/

.btn_pdf {
	margin:.5rem auto;
	max-width:100%;
	width:100%;
}

.btn_pdf,
a.btn_pdf {
  color: #fff;
  background-color: #00BCD4;
}
.btn_pdf:hover,
a.btn_pdf:hover {
  color: #fff;
  background: #00BCD4;
}

.label_pdf {
	color: #fff;
  	background-color: #6A55F8;
  	float:left;
  	padding: 0rem 1rem;
}

.pdf_box {
	background-color: #fff;
	padding:  10px;
	display: flex;
	justify-content: flex-start;

}


.pdf {
	color:  #000;
	margin:  10px;
	border-radius:  5px;
	align-self: stretch;
	width: 50%;
	text-align:center;
}



@media screen and (max-width: 480px) {
.pdf_box {
	display:block;
	flex-direction: column;
	width: 100%;

}
.pdf {
	width: 100%;
	margin: 0px;
}
.btn_pdf {
	font-size: 1rem;
	padding: 1rem;
}
}

/*====フォームの設定=====================================================================*/
.googleform {
	height: 1110px;
	width: 100%;
}
@media screen and (max-width: 480px) {
.googleform {
	height: 1280px;
}
}

/*====フッターの設定=====================================================================*/



/* コピーライト */

#cr{
		padding : 10px 0;
		font-size : 10px;
		line-height : 12px;
		clear: both;
		width :100%;
		text-align : center;
		background:#294C7A;
		color:#fff;
}

.wrapper {
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 120px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
		background-color:#fff;
}

footer {
    width: 100%;
    text-align: center;
		position: absolute;/*←絶対位置*/
		bottom: 0; /*下に固定*/
}


/*===価格テーブル設定======================================================================*/
/*
.price-table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 490px;
}

.price-table tr:last-child{
  border-bottom:solid 1px #ddd;
}

.price-table th{
  text-align: center;
  padding: 10px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 155px;
}

.price-table th.colorA{
  background-color:#dddddd;
}

.price-table th.typeA{
  background-color:#f5b932;
  color: white;
}
.price-table th.typeB{
  background-color:#f5b932;
  color: white;
}

.price-table td{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 155px;
}

.price-table .popular{
  width: 180px;
  font-size: 30px;
}

.price-table th.popular{
  position: relative;
}

.price-table th.popular span.no1{
  position: absolute;
  top: -10px;
  left:calc(50% - 30px);
  background: #bdcc28;
  width: 60px;
  font-size: 10px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

.price-table th.popular span.inner{
  position: absolute;
  color:white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
  display: block;
  width: 180px;
  padding: 10px 0;
}
*/

/*===スマホ設定======================================================================*/


@media screen and (max-width: 480px) {

p {
		font-size : 1rem;
		line-height : 1.6;
		margin:20px;
}


h1 {
	font-size: 1.8rem;
}

h1.title {
		padding: 10px;
    font-size:1.8rem;
    color: #fff;
    margin: 0 auto;
    background-color: #00bcd4;
    text-align: center;
}

h1.title span {
    font-size: 1rem;
}

ul li,
ol li {
		font-size : 1rem;
		line-height : 1.6;
}


}


/*===モーダル設定======================================================================*/
.remodal {
	padding: 0px !important;
}