@charset "UTF-8";


/*高さ設定*/

/*パディング系*/

.h10{
	padding-top: 10px;
}/*高さ10px*/

.h20{
	padding-top: 20px;
}/*高さ20px*/

.h30{
	padding-top: 30px;
}/*高さ30px*/

.h40{
	padding-top: 30px;
}/*高さ40px*/

.h50{
	padding-top: 40px;
}/*高さ50px*/

.h60{
	padding-top: 60px;
}/*高さ60px*/

/*左パディング系*/

.hl10{
	padding-left: 10px;
}/*左10px*/

.hl20{
	padding-left: 20px;
}/*左20px*/

.hl30{
	padding-left: 30px;
}/*左30px*/

.hl40{
	padding-left: 30px;
}/*左40px*/

.hl50{
	padding-left: 40px;
}/*左50px*/

.hl60{
	padding-left: 60px;
}/*左60px*/

/*右パディング系*/

.hre10{
	padding-right: 10px;
}/*右10px*/

.hre20{
	padding-right: 20px;
}/*右20px*/

.hre30{
	padding-right: 30px;
}/*右30px*/

.hre40{
	padding-right: 30px;
}/*右40px*/

.hre50{
	padding-right: 40px;
}/*右50px*/

.hre60{
	padding-right: 60px;
}/*右60px*/

/*下パディング系*/

.hbo10{
	padding-bottom: 10px;
}/*下10px*/

.hbo20{
	padding-bottom: 20px;
}/*下20px*/

.hbo30{
	padding-bottom: 30px;
}/*下30px*/

.hbo40{
	padding-bottom: 30px;
}/*下40px*/

.hbo50{
	padding-bottom: 40px;
}/*下50px*/

.hbo60{
	padding-bottom: 60px;
}/*下60px*/


/*上マージン系*/
.mh10{
	margin-top: 10px;
}/*高さ10px*/

.mh20{
	margin-top: 20px;
}/*高さ20px*/

.mh30{
	margin-top: 30px;
}/*高さ30px*/

.mh40{
	margin-top: 40px;
}/*高さ40px*/

.mh50{
	margin-top: 50px;
}/*高さ50px*/

.mh60{
	margin-top: 60px;
}/*高さ60px*/

/*右マージン系*/
.mr10{
	margin-right: 10px;
}/*右10px*/

.mr20{
	margin-right: 20px;
}/*右20px*/

.mr30{
	margin-right: 30px;
}/*右30px*/

.mr40{
	margin-right: 40px;
}/*右40px*/

.mr50{
	margin-right: 50px;
}/*右50px*/

.mr60{
	margin-right: 60px;
}/*右60px*/

/*左マージン系*/
.ml10{
	margin-left: 10px;
}/*左10px*/

.ml20{
	margin-left: 20px;
}/*左20px*/

.ml30{
	margin-left: 30px;
}/*左30px*/

.ml40{
	margin-left: 40px;
}/*左40px*/

.ml50{
	margin-left: 50px;
}/*左50px*/

.ml60{
	margin-left: 60px;
}/*左60px*/

/*下マージン系*/
.mbo10{
	margin-bottom: 10px;
}/*下10px*/

.mbo20{
	margin-bottom: 20px;
}/*下20px*/

.mbo30{
	margin-bottom: 30px;
}/*下30px*/

.mbo40{
	margin-bottom: 40px;
}/*下40px*/

.mbo50{
	margin-bottom: 50px;
}/*下50px*/

.mbo60{ 
	margin-bottom: 60px;
}/*下60px*/

/*マイナスマージン*/

.mh20{ 
	margin-top: -20px;
}/*上マイナス20px*/


/*文字セット*/

p {
	line-height:2em;
	font-size: 16px;
	margin: 0;
	padding: 10px 0;
}

h2 {
  font-size: 36px;
  margin: 40px auto 40px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-weight: normal;

}

h2:before {
  position: absolute;
  top: 10px;
  left: calc(50% - 30px);
  width: 50px;
  height: 1px;
  content: '';
  border-radius: 3px;
  background: #000000;
}

h2 > span {
  margin: 0 auto 0;
  padding: 1.2rem;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}

h3 {
	font-size: 22px;
	font-weight: 100;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	color:#FFFFFF;
	clear: both;
	background: #69D969;
	margin-bottom: 60px;
	margin-top:0;
	position: relative;
}

h3::after {
	position: absolute;
	right: 10px;
	top:50%;
	bottom: 0;
	content: "";
	background: #FFF;
	width: 60px;
	height: 2px;
}

h4 {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5em;
  padding: 0 0 5px;
  border-bottom: solid 3px #2B4882;
  position: relative;
	margin-bottom:10px;
	margin-top:30px;
}

h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #B89649;
  bottom: -3px;
  width: 20%;
}

h5 {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #AF9449;
}

/*赤字*/
.red_text{
	color: rgba(203,0,3,1.00);
}


/*リスト改行行間設定*/
.line_hi{
	line-height: 1.7em;
}


/*太字*/

.bold_text{
	font-weight: bold;
}

/*キャプション*/
.caption{
	margin: 0;
	padding: 0.2em 0;
	line-height: 1.3em;
	font-size: .8em;
	text-align: center;
}

/*文字センター*/
.text_center{
	text-align: center;
	margin: 0 auto;
}

/*文字ライト*/
.text_right{
	text-align:right;
}

/*文字レフト*/
.text_left{
	text-align:left;
}

/*アンカーセット*/
.content_block_inn a {
  padding: 4px .3em;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(46, 204, 113, 1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
  display: block;
  color: #54A9FE;
}
.content_block_inn a:hover {
  background-position: -100% 0;
  color: #fff;
}

.content_block_inn a:after {
  margin: 0 3px;
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

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



}

/*フォントアイコン*/


/*リスト基本設定*/



/*テーブル設定*/
table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
table-layout: fixed;
	margin-top: 20px;
	margin-bottom:40px;
}

table tr th{
padding: 20px 10px;
text-align: center;
vertical-align: middle;
border: solid #CCC;
border-width: 1px;
}

table tr td{
padding: 20px 10px;
text-align: left;
vertical-align: middle;
border: solid #CCC;
border-width: 1px;
}

table tr th{
background: #eee;
}

.clear{
	clear:both;
}

/*ボタン設定*/

a.more_link_bt {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background: #eee;
	color: #27acd9;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	margin:20px auto;
	cursor: pointer;
}
a.more_link_bt::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #27acd9;
}
a.more_link_bt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #27acd9;
}
a.more_link_bt:hover {
	background: #d4eef7;
	color: #27acd9;
}

/*リスト行間*/
#contents_block ul li {
	padding:4px 0;
}

#contents_block ol li {
	padding:4px 0;
	line-height:1.5em;
}

.cp_content_box_left ul li {
	padding:4px 0;
	line-height:1.5em;
}

.cp_content_box_left ol li {
	margin-left:20px;
	padding:4px 0;
	line-height:1.5em;
	list-style-type:    decimal;
}



/*次の記事前の記事*/
.post-link {
  width: 300px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  list-style:none;
  border:none;
}

.post-link li a {
  list-style:none !important;
  border:none !important;
	margin:0 20px;
}

.post-link li a:after {
    margin: 0 0 !important;
  font-family: FontAwesome !important;
	font-size:0;
  vertical-align: middle !important;
  content: '\f08e';
}

@media screen and (max-width : 767px ){
h3 {
	font-size: 18px;
	font-weight: 100;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	color:#FFFFFF;
	clear: both;
	background: #1C83AC;
	margin-bottom: 60px;
	margin-top:0;
	position: relative;
}

h3::after {
	position: absolute;
	right: 10px;
	top:50%;
	bottom: 0;
	content: "";
	background: #FFF;
	width: 0;
	height: 0;
}
}

/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/

/*フォーム*/
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}

.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}

.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}


/*――――「表」デザイン――――*/

.cform th {
	font-size: 15px;
	width: 25%; 
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0px 10px 15px;
	font-weight: bolder;
	background:#d4edff;
}


.cform td {
	font-size: 15px;
	line-height: 200%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px;
}


/*―――――表示―――――*/

.cform {
	width: 100%;
	margin: auto;
}


.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}



@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
  border: none;
  padding: .5em 1em;
		display: block;
		border-top: none;
	}
}

/*――「送信ボタン」デザイン――*/

.submit-btn input {
background-color:#64bbfa;
border:0;
color:#ffffff;
font-size:1.3em;
font-weight:bolder;
margin:0 auto;
padding: 10px 35px;
border-radius: 3px;
cursor: pointer;
text-align:center;
}

.submit-btn {
text-align:center;
margin-top:20px;
　cursor: pointer;
}

.submit-btn input:hover {
	background: #EF5B9C;
	color: #FFFFFF;
　cursor: pointer;
}


/*―――「必須」デザイン―――*/
.required-srt {
	width:90px;
display:block;
font-size:0.7em;
padding: 6px;
border-radius: 5px;
	margin:10px auto;
background: #64bbfa;
color: #ffffff;
}

.check-box{
	width:100%;
	text-align:center;
	padding:20px;
}

.mw_wp_form_complete{
	width:100%;
	background:#adf5ff;
	padding:20px;
}

.cps{
	width:100%;
	margin:0 auto 20px;
	padding:20px;
}
button,
input,
optgroup,
select
{
  -webkit-appearance: block !important; /* 1 */
  appearance: block !important;
}