/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/


/* 
 default Style [
----------------------------------------------------------- */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

html
  {
	height:100%;
	margin-bottom:1px;
	text-align: center;
	overflow-y:scroll;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

main {
  display: block;
  }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,figure {
margin: 0;
padding: 0;
border: none;
list-style: none;
font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
    transform: rotate(.03deg);
}

p {
	margin: 0;
	color: #1F1F1F;
	line-height: 1.7;
}

ol,ul {
	list-style:none;
}

ol,ul li {
	list-style: none;
	text-align: left;
}

img { 
	border:0;
	vertical-align: top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th {
	text-align:left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}

a {
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.red {
	color: #F00;
	font-weight: normal;
	}
	
form {
	margin: 0px;
	padding: 0px;
	}
    
input[type="submit"]{
-webkit-appearance: none;
}
	
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}

/*
 Base Link Color [
----------------------------------------------------------- */
a {
	color: #000000;
    text-decoration-skip-ink: none;
}

a:hover {
    text-decoration: none;
    color: #999999;
}

a img,
a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		 	transition: 0.3s ease-in-out;
}

a img {
-webkit-backface-visibility: hidden; /* 追加 */
backface-visibility: hidden; /* 追加 */
}


a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1.3s;
	transform: translateY(100px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/*Base*/
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

パソコン向けスタイルおよび共通スタイルの指定

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
    min-width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    width: 100%;
    font-family:'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.spImg {
    display: none;
}

.Toggle{display:none;}

.wow:first-child {
      visibility: hidden;
    }
	
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	max-width: 100%;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 25px;
	}
	
 .NavMenu {
 	display: flex;
	flex-wrap:wrap;
	align-items: center;
 }

#menu-menu {
	margin-right: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#menu-menu li {
	font-size: 1.063em;
	font-weight: bold;
}

#menu-menu li a {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
}

#menu-menu .menu-item-has-children .sub-menu {
    position: absolute;
	padding-bottom: 0.8em;
	min-width: 220px;
	z-index: 1;
}

#sns,
#footer_sns {
	display: flex;
	align-items: center;
}

#sns li,
#footer_sns li {
	margin-right: 15px;
}
	
.btn {
	font-size: 1.063em;
	font-weight: bold;
}

.contact {
	margin-right: 15px;
}

.contact a {
	height: 59px;
	background-color: #153C58;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact a:hover {
	background-color: #3F9ADB;

}

.contact a span {
	background-image: url(images/mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}

.application a {
	height: 59px;
	background-color: #841F5C;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.application a:hover {
	background-color: #F273C0;

}
.application a span {
	background-image: url(images/memo.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}

#headerBlock {
	display: flex;
}

#headerBtn,
#footerBtn {
display: flex;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
	margin-top: 200px;
	background-color: #F2F2F2;
	padding-top: 55px;
	padding-bottom: 25px;
}

footer figure img {
	max-width: 288px;
}
	
#menu-footer {
	margin-top: 73px;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	max-width: 625px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
}

#menu-footer li {
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1;
	border-right: 1px solid #000000;
	margin-bottom: 25px;
}

#menu-footer li:last-child,
#menu-footer li:nth-child(5){
	border-right: 0px solid #000000;
}

#menu-footer li a {
	padding-left: 10px;
	padding-right: 10px;
}

#page-top {
    position: fixed;
    right: 16px;
    bottom:16px;
}

#footerBlock {
	display: flex;
	justify-content: center;
}

#copy {
	font-size: 0.750em;
	margin-top: 85px;
	text-align: center;
}

/*==========================================
Other
===========================================*/
#mainBg {
	max-width: 100%;
	width: 100%;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-top: 60px;
	background-size: cover;
	margin-bottom: 35px;
}

#mainBg.cstm {
    padding-top: 0;
    background-image: none;
}

#mainBg.cstm h1 {
    max-width: 1080px;
    width: 100%;
}

#mainBg.cstm h1 img.pcImg {
    width: 100%;
    aspect-ratio: 2.2;
    object-fit: cover;
}


.title {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	background-color: #153C58;
	padding-top: 5px;
	padding-bottom: 5px;
		margin-bottom: 20px;
}

.single .cms .title h1 {
    margin: 0;
}

.single .cms .title {
    width: 100%;
}

.title h2 {
	color: #FFFFFF;
	font-size: 2.688em;
	font-weight: bold;
}

.title h2 span {
	font-size: 0.698em;
}

.title2 {
	color: #841F5C;
	font-size: 2.875em;
	font-weight: 900;
		margin-bottom: 80px;
}

.title2 span.small {
	font-size: 0.652em;
}

.title2 span.collar {
	font-size: 0.652em;
	color: #153C58;
}

#point {
	position: relative;
	max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#point img {
    position: absolute;
    top: 0;
    left: 68%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.block {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: flex;
	margin-bottom: 50px;
}

.block figure {
	max-width: 480px;
	min-width: 480px;
	width: 100%;
	margin-right: 30px;
}

.block figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
 	text-align: center;
}

.block p {
	padding-bottom: 40px;
}

.icon {
	text-align: center;
	max-width: 76px;
	margin: 115px auto 26px;
}

.title3 {
	background-color: #0294B9;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 28px;
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
}

.topBlog.blog2nd .title3 {
    background-color: #841f5c;
}

.title3 h2 {
	color: #FFFFFF;
	font-size: 1.75em;
	font-weight: 700;
}

#recommendation {
	max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
flex-wrap:wrap;
}

#recommendation li {
	text-align: center;
	width: 23%;
}

#recommendation li img {
	width: 100%;
	max-width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
	aspect-ratio: 1.5;
    object-fit: cover;
}

.bn575_box {
	display: block;
	max-width: 1080px;
	width: calc(100% - 2em);
	margin: 0 auto;
}

#thinkPoint {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
	position: relative;
}

#thinkImg {
	position: absolute;
	right: 182px;
	top: -80px;
}

#thinkPoint ol {
	background-color: #F1DC78;
	border-radius: 15px;
	margin-top: 8px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-bottom: 60px;
}

#thinkPoint ol li {
	display: flex;
	align-items: center;
	font-size: 1.875em;
	font-weight: 900;
	background-image: url(images/dot.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 20px;
}

#thinkPoint ol li img {
	margin-right: 23px;
	max-width: 89px;
}

.btn575 {
	max-width: 575px;
	margin:	0 auto;
}

p.btn575.wBtn {
    display: flex;
    width: calc(100% - 2em);
    justify-content: space-evenly;
    max-width: 100%;
	margin-top:100px;
}

.btn575 img{
	width: 100%;
	height: auto; 
}

#considerBlock {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 75px;
}

#considerBlock section {
	width: 47%;
	border: 5px solid #0294B9;
	border-radius: 15px;
	padding-top: 44px;
	padding-right: 44px;
	padding-bottom: 44px;
	padding-left: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#considerBlock section img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 22px;
	aspect-ratio: 1.87;
    object-fit: cover;	
}

#considerBlock section h3 {
	color: #000000;
	font-size: 1.625em;
	font-weight: 900;
	background-color: #FFFFFF;
	border: 5px solid #0294B9;
	border-radius: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	top: -75px;
	margin-bottom: -50px;
}

#considerBlock section ul li {
	font-size: 1.125em;
	margin-bottom: 10px;
	background-image: url(images/point.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	font-weight: bold;
}

#considerBlock section:first-child {
	background-image: url(images/object.png);
	background-repeat: no-repeat;
	background-position: right 25px bottom 25px;
}

#considerBlock section:last-child {
	background-image: url(images/object2.png);
	background-repeat: no-repeat;
	background-position: right 25px bottom 25px;
}

#voice {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#voice h3 {
	background-color: #ECEBEB;
	border-radius: 5px;
	font-size: 1.25em;
	font-weight: 800;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}

.voice1 {
	display: flex;
	margin-bottom: 50px;
}

.voice2 {
	display: flex;
	margin-bottom: 50px;
	flex-direction: row-reverse;
}

.voice1 figure {
	margin-left: 15px;
	text-align: center;
	max-width: 75px;
	min-width: 75px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.voice2 figure {
	margin-right: 15px;
	text-align: center;
	max-width: 75px;
	min-width: 75px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.voice1 figure img,
.voice2 figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
 	text-align: center;
}

.voice1 figcaption {
	font-size: 0.9em;
	font-weight: 700;
	background-color: #75D7E8;
	border-radius: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	text-align: center;
}

.voice2 figcaption {
	font-size: 0.9em;
	font-weight: 700;
	background-color: #A49EF2;
	border-radius: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	text-align: center;
}

.voice1 .comm {
	background-image: url(images/yajirushi.png);
	background-repeat: no-repeat;
	background-position: left 30px;
	padding-left: 30px;
}

.voice2 .comm {
	background-image: url(images/yajirushi2.png);
	background-repeat: no-repeat;
	background-position: right 30px;
	padding-right: 30px;
}

.voice1 .commBox {
	border: 5px solid #75D7E8;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-radius: 5px;
}

.voice2 .commBox {
	border: 5px solid #A49EF2;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-radius: 5px;
}


.voice1 .commBox p,
.voice2 .commBox p {
	font-size: 1.125em;
	font-weight: 700;
	padding-bottom: 30px;
}

.marker {
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	background-position: 0% 3px;
}

#fontStyle {
	color: #000000;
	font-size: 1.563em;
	font-weight: 800;
	text-align: center;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#topAbout {
	margin-top: 153px;
}

#topAbout_main {
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 74px;
	padding-bottom: 115px;
}

#topAbout_main__inner {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

#topAbout_main__inner h2 {
	max-width: 250px;
	width: 100%;
	text-align: center;
}

#topAbout_main__inner div {
	padding-top: 35px;
	text-align: left;
}

#topAbout_main__inner div p {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 700;
	padding-bottom: 35px;
	line-height: 1.7;
}

#counter {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid #707070;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 3px 6px hsla(0,0%,0%,0.16);
	box-shadow: 0px 3px 6px hsla(0,0%,0%,0.16);
	margin-top: -56px;
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-bottom: 40px;
}

.c_line {
	border-right: 1px solid #707070;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.count {
	text-align: center;
	width: 25%;
}

.count p {
	font-size: 3.313em;
	font-weight: 900;
	line-height: 1;
}

.count aside {
	font-size: 1.125em;
	margin-top: 3px;
}

.none_yt {
    margin: 0 0 115px;
}

#mu_btn {
	margin-top: 15px;
}

iframe {
	width: 600px;
	height: 315px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.topBlog.blog2nd {
    margin-top: 120px;
}

#blogList {
	margin-top: 20px;
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#blogList section {
	background-image: url(images/dot2.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	padding-bottom: 35px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

#blogList section h3 {
font-size: 1.250em;
font-weight: bold;
}

#blogList section p {
	font-weight: bold;
	font-size: 0.938em;
}

#blogList section p a {
	background-color: #C465B4;
	border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	color: #FFFFFF;
}

#blogList section p a:hover {
	background-color: #0294B9;
}

#nextTit {
	background-image: url(images/next_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	height: 190px;
}

#nextTit_inner {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	height: 100%;
}

#nextTit_inner h1 ,
#nextTit_inner p {
	background-color: #FFFFFF;
	color: #153C58;
	font-size: 2.375em;
	font-weight: 900;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 10px;
	line-height: 1;
}

#pNavi {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 45px;
	text-align: left;
}

#pNavi p {
	color: #153C58;
	font-size: 0.750em;
}

#pNavi p a {
	color: #153C58;
	text-decoration: underline;
}

#pNavi p a:hover {
	color: #6A6A6A;
	text-decoration: none;
}

#pNavi .post:after {
    display: inline-block;
}

.nextTit h2 {
	font-size: 2em!important;
}

.share {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

.share figure {
	max-width: 480px;
	width: 100%;
	margin-right: 30px;
	float: left;
}

.share figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
 	text-align: center;
}

.share div p {
	text-align: left;
	line-height: 1.7;
	padding-bottom: 40px;
}

.share div p:last-child {
	padding-bottom: 0px;
}

#tc {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	background-color: #ECECEC;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
	flex-wrap:wrap;
}

#tc li {
	font-size: 1.125em;
	font-weight: bold;
	background-image: url(images/point.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 25px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.seriesContents {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
.seriesContents h2 {
	background-color: #F1DC78;
	border-radius: 5px;
	font-size: 1.438em;
	font-weight: 700;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-bottom: 23px;
	}
	
.seriesContents h2 span {
	font-size: 0.783em;
	}
	
.seriesContents aside {
	background-color: #ECEBEB;
	border-radius: 5px;
	font-size: 1.25em;
	font-weight: 700;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 23px;
		margin-top: 30px;
	}
	
.seriesContents h3 {
	font-size: 1.125em;
	font-weight: bold;
	border-bottom: 2px solid #707070;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 13px;
	margin-bottom: 15px;
	margin-top: 30px;
	}
	
.seriesContents p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.8;
	font-weight: 500;
	padding-bottom: 40px;
	}
	
.seriesContents .center img {
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 462px;
}

.c_bn {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#cgList {
max-width: 1080px;
width: calc(100% - 1em);
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap:wrap;
}

#cgList li {
	max-width: calc(100%/3 - 18px);
	width: 100%;
	margin-right: 9px;
	margin-left: 9px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

#cgList li:nth-child(3n) {
	margin-right: 0px!important;
}

#cgList li img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
 	text-align: center;
	aspect-ratio: 1.414;
}

#cgList li a div h3 {
	border-top: 3px solid #153C58;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

#cgList li a:hover div h3 {
	border-top: 3px solid #20A6C8;
	color: #20A6C8;
}

#cgmMovie {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

#cgmMovie h2 {
	background-color: #F1DC78;
	border-radius: 5px;
	font-size: 1.438em;
	font-weight: 700;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-bottom: 23px;
	text-align: left;
	}
	
#cgmMovie iframe {
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 610px;
	margin-bottom: 50px;
	}
	
#cgmMovie dl dt {
	font-size: 1.250em;
	font-weight: bold;
	margin-bottom: 8px;
	}
	
#cgmMovie dl dd {
font-size: 1.250em;
	}
	
#cgmMovie dl dd a {
	color: #0B64E9;
	text-decoration: underline;
	}
	
#cgmMovie dl dd a:hover {
	color: #ABABAB;
	text-decoration: none;
	}
	
#privacypolicy {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#privacypolicy p {
	line-height: 1.8;
	padding-bottom: 40px;
}

#privacypolicy p a {
	color: #0987E8;
	text-decoration: underline;
}

#privacypolicy p a:hover {
	text-decoration: none;
	color: #7F7F7F;
}

#privacypolicy h3 {
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 2px solid #153C58;
	padding-bottom: 13px;
	margin-bottom: 15px;
	margin-top: 20px;
}

#privacypolicy h4 {
	font-weight: bold;
}

.blogContents {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.blogContents {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 75px;
}
.blogContents h2 a ,
.blogContents h3 a {
	font-size: 1.125em;
	font-weight: bold;
	background-color: #ECEBEB;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	display: block;
	text-align: left;
}

.blogContents h3 a:hover {
	background-color: #E3EDF5;
	color: #000000;
}

.blogContents_inner {
display: flex;
}

.blogContents_inner figure {
	max-width: 320px;
	width: 100%;
	margin-right: 30px;
}

.blogContents_inner figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
 	text-align: center;
}

.bc01 {
	display: flex;
	align-contents: center;
	margin-bottom: 12px;
}

.bc01 p a {
	font-size: 0.875em;
	background-color: #051054;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 10px;
}

.bc01 p a:hover {
	background-color: #3F9ADB;
}

.bc01 aside {
	font-size: 0.875em;
	color: #343434;
	background-image: url(images/clock.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	padding-top: 4px;
	padding-bottom: 5px;
}

.single .bc01 {
	display: flex;
	justify-content: flex-end;
}

.single .bc01 p {
	line-height: 1;
	padding-bottom: 0;
}

.single .bc01 p a {
	box-sizing: border-box;
	display: block;
	height: 100%;
	text-decoration: none;
}

.more {
	padding-top: 15px;
}

.more a {
	color: #1DA6C8;
	text-decoration: underline;
}

.more a:hover {
	color: #7E7E7E;
	text-decoration: none;
}

.navigation {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.navigation .wp-pagenavi span.current {
    font-weight: normal;
    background-color: #eeeeee;
    border-color: #939191;
}

.navigation .wp-pagenavi a,
.navigation .wp-pagenavi span {
    font-size: 1.5em;
    border-radius: 3px;
    padding: 3px 12px;
}

.cms {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.cms h1 {
	background-color: #153C58;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-size: 1.563em;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

.single .single_recommend h2 {
    margin: 0;
    background: none;
}

.single .single_recommend .title3 {
    width: 100%;
}

.single_recommend {
    margin-top: 90px;
}

.catch {
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

.catch img {
	width: 100%;
	height: auto;
}

.cms p {
	padding-bottom: 40px;
	line-height: 1.7;
}

.cms h2 {
	margin-top: 60px;
	background-color: #20A6C8;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 1.438em;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 25px;
	clear: both;
}

.cms h3 {
	margin-top: 60px;
	font-size: 1.438em;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 5px solid #20A6C8;
		clear: both;
}

.cms .alignleft {
	max-width: 490px;
	width: 100%;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.cms .alignright {
	max-width: 490px;
	width: 100%;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

.cms h4 {
	margin-top: 60px;
	font-size: 1.250em;
	font-weight: 700;
	padding-bottom: 20px;
	clear: both;
}

.cms ul,
.cms ol {
	padding-bottom: 40px;
}

.cms ul li {
	background-image: url(images/cms_point.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 10px;
}

.cms ul li a,
.cms ol li a {
	color: #20A6C8;
	text-decoration: underline;
}

.cms ul li a:hover,
.cms ol li a:hover {
	color: #C3C3C3;
	text-decoration: none;
}

.cms ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 8px;
}

.cms table {
	border-collapse: collapse;
	border: 1px solid #707070;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.cms table th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F0FCFF;
	font-weight: normal;
	vertical-align: top;
	width: 25%;
}

.cms table td {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cms blockquote {
	border: 1px solid #B2B2B2;
	background-color: #F6F6F6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	margin-bottom: 40px;
}

.cms blockquote p {
	padding-bottom: 30px;
}

.cms blockquote p:last-child {
	padding-bottom: 0px;
}

.cms .bnBlock {
	background-color: #D9EBEF;
	padding-top: 50px;
	padding-bottom: 50px;
}

.cms .bnBlock ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: flex;
	justify-content: center;
	max-width: 100%;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

.cms .bnBlock ul li {
	list-style: none;
	padding-left: 0px!important;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.cms .wpcf7-form p {
    padding-bottom: 0;
}
.cms .wpcf7-form select,
.cms .wpcf7-form input.wpcf7-form-control {
    max-width: 500px;
    width: 98%;
    font-size: 1.3em;
	padding: 3px;
	box-sizing: border-box;
}

.cms .wpcf7-form textarea {
    width: 100%;
    max-width: 800px;
    height: 250px;
    font-size: 1.3em;
}

.cms .wpcf7-form h3:first-child {
    margin-top: 0;
}
.cms .wpcf7-form .kiyaku_Box {
	overflow-y: scroll;
    max-height: 300px;
    background-color: white;
    padding: 1em;
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 100%;
    height: 30vw;
}

.cms .wpcf7-form h3 span.red {
    font-size: 80%;
    margin-left: 6px;
}

.cms .wpcf7-form .kiyaku_Box ul {
    padding-bottom: 1em;
}

.cms .wpcf7-form .kiyaku_Box li {
    font-size: 105%;
    list-style-type: none;
    background: none;
}

.cms .wpcf7-form .kiyaku_Box dl {
    margin-top: 1em;
}

.cms .wpcf7-form .kiyaku_Box dt p {
    font-size: 106%;
    margin: 3px 0;
}

.cms .wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    max-width: 320px;
    padding: 1em;
    margin: 0 auto;
    display: block;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-weight: 600;
}

.cms .link_btn_contact a {
    display: block;
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    text-align: center;
}

.cms div.mgn20,
.cms div.mgn40,
.cms div.mgn60,
.cms div.mgn80{
	display:block;
	clear:both;
	width: 100%;
	max-width: 100%;
	margin: 0 0 20px;
}

.cms div.mgn20{
	margin: 0 0 20px;
}

.cms div.mgn40{
	margin: 0 0 40px;
}

.cms div.mgn60{
	margin: 0 0 60px;
}

.cms div.mgn80{
	margin: 0 0 80px;
}

.cms p:has(> img) {
    padding: 0;
}

.cms p a {
    text-decoration: underline;
}

.cms p a:hover {
    text-decoration: none;
}


.single .cms img:first-child{
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.single_recommend {
    margin-top: 90px;
}

.single .single_recommend .title3 {
    width: 100%;
}


.single .single_recommend h2 {
    margin: 0;
    background: none;
}

.single_recommend .recommendList {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.single_recommend .recommendList li {
    background-image: none;
    padding: 0;
	width: calc(50% - 0.5em);
}

.single_recommend .recommendList li h3 {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* 末尾に三点リーダ(…)を追加 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* 末尾に三点リーダ(…)を追加 */
    border-bottom: none;
	font-size: 1.1em;
}

.single_recommend .recommendList li p {
    text-align: right;
}

.single_recommend .recommendList li img{
	aspect-ratio: 1.7;
	object-fit: cover;
}

.pageNavi {
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.pageNavi p a {
	background-color: #FFFFFF;
	border: 3px solid #153C58;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}

.pageNavi p a:hover {
	background-color: #BDDFCD;
	color: #153C58;
}

.pageNavi p.back a {
	margin-left: 20px;
	background-image: url(images/point1.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 55px;
}

.pageNavi p.next a {
	margin-right: 20px;
	background-image: url(images/point2.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 55px;
}

.spbr,
.spbr2 {
	display: none;
}

ul.bookList {
    max-width: 1080px;
    width: calc(100% - 1em);
    margin-left: auto;
    margin-right: auto;
    display: block;
}

ul.bookList div.booksBox {
    display: flex;
	justify-content: space-between;
}

ul.bookList li {
    max-width: 100%;
	margin: 0 0 2.8em;
}

ul.bookList div.booksBox figure {
    width: 30%;
}

ul.bookList div.booksBox figure img {
    height: auto;
    width: 100%;
}

ul.bookList div.booksBox div {
    width: calc(70% - 1em);
}

ul.bookList li div h3 {
	border-top: 3px solid #153C58;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.25em;
    font-weight: bold;	
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：1045px～ */
@media only screen and (min-width:1046px) {
#menu-menu .menu-item-has-children .sub-menu {
    background: #fff;
}
.NavMenu {
    width: 596px;
}
header {
    background-color: #fff;
   	padding: 4px 10px 16px;    
    transition: top 0.7s ease; /* Add transition property for the sliding effect */
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
	padding: 25px 15px;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
}

.slide-down {
    top: 0;
}

/* サブメニューの初期設定 */
.sub-menu {
    display: none; /* 最初は非表示 */
}

.sub-menu ul li .sub-menu li {
    display: block;
	width: 200px;
}

.menu-item-has-children:hover .sub-menu {
    position: absolute;
    z-index: 1;
    display: block;
    margin: 0;
 	animation: appear .5s ease;
}
@keyframes appear {
    0%{
      opacity: 0;
}
   	100%{
      opacity: 1;
}
}
}


/* PC向けおよび大型タブレット向けのレイアウトの指定：1px～1045px */
@media only screen and (min-width:1px) and (max-width:1045px){
/*==========================================
 body
===========================================*/
body {
	min-width: 100%;
	text-align: center;
	width: 100%;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
 	text-align: center;
	}

#mainBg {
	background-image: url(images/bg_tb.png);
}

/*==========================================
Menu
===========================================*/    
nav.NavMenu {
	position: fixed;	/*表示位置を固定*/
	z-index: 2;		/*重ね順を変更*/
	top: 0;		/*表示位置を指定*/
	left: 0;	/*表示位置を指定*/
	background-color: #FFFFFF;
	color: #000;	/*文字色を黒にする*/
	text-align: center;		/*テキストを中央揃え*/
	width: 100%;	/*全幅表示*/
	transform: translateX(100%);	/*ナビを上に隠す*/
	height: 100vh;
	display: inherit;
	background-image: url(images/sp_bg.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	overflow-y: scroll;
	padding-bottom: 60px;
    box-sizing: border-box;
}

/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{
transform: translateX(0%);
transition: all 0.6s;	/*アニメーションの時間を指定*/
}
/*トグルを閉じる操作をしたら付与するクラス*/
nav.NavMenu.off{
transition: all 0.6s;	/*アニメーションの時間を指定*/
}

/*トグルボタンのスタイルを指定*/
.Toggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 13px;
	width: 51px;
	height: 51px;
	cursor: pointer;
	z-index: 3;
	background-color: #153C58;
	border-radius: 9px;
}
 
.Toggle span {
	display: block;
	position: absolute;
	width: 25px;
	border-bottom: solid 5px #FFF;
	-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
	-moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
	transition: .35s ease-in-out;
	top: 0px;
	border-radius: 50px;
}
 
.Toggle span:nth-child(1) {
    top: 13px;
	left: 13px;
}
 
.Toggle span:nth-child(2) {
    top: 23px;
		left: 13px;
}
 
.Toggle span:nth-child(3) {
    top: 33px;
		left: 13px;
}

.Toggle p {
top: 30px;
font-size: 0.563em;
color: #A52D77;
font-weight: bold;
letter-spacing: 0.2em;
position: relative;
}
 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 23px;
    left: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*==========================================
Other
===========================================*/
 .NavMenu {
 	display: block!important;
 }

#menu-menu {
	margin-right: 0px;
	display: block;
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
#menu-menu li {
	font-size: 1.125em;
		border-bottom: 1px solid #FFFFFF;
		margin-bottom: 10px;
}

#menu-menu li a {
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
}

#menu-menu .menu-item-has-children .sub-menu {
	display: none;
	position: relative;
	min-width: 220px;
	width: 100%;
	z-index: 1;
}

#menu-menu .menu-item-has-children .sub-menu li{
border-bottom: none;
}

#menu-menu .menu-item-has-children .sub-menu li a{
	padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 40px;
}

#headerBlock {
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	justify-content: center;
}

.btn {
	font-size: 0.688em;
}

.contact a,
.application a {
	padding-left: 10px;
	padding-right: 10px;
	height: 59px;
	flex-direction: column;
}

.contact a span,
.application a span {
	background-position: center top;
	padding-top: 25px;
	padding-left: 0px;
}

#point img {
    left: 78%;
	width: 7vw;
}

.block figure {
min-width: 300px;
width: 100%;
	margin-right: 30px;
}

#recommendation li {
	text-align: center;
	width: 48%;
	margin-bottom: 40px;
}

#thinkImg {
	position: absolute;
	right: 40px;
	top: -80px;
}

#thinkPoint ol li {
align-items: flex-start;
}

#considerBlock section h3 {
	font-size: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
	top: -50px;
	margin-bottom: -30px;
}

#considerBlock section {
	width: 48%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#considerBlock section:first-child,
#considerBlock section:last-child {
	background-image: none;
}

#considerBlock section ul li {
	font-size: 1em;
	margin-bottom: 8px;
}

.voice1 figcaption,
.voice2 figcaption {
	font-size: 0.688em;
	padding-left: 5px;
	padding-right: 5px;
}

.voice1 .commBox,
.voice2 .commBox {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.count aside {
	font-size: 0.9em;
}

#topAbout_main__inner h2 {
	max-width: 150px;
}

#topAbout_main__inner div p {
	font-size: 1.1em;
}

#blogList section {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#blogList section p {
	text-align: right;
	margin-top: 10px;
}

.share figure {
	max-width: 300px;
}

#cgmMovie iframe {
	height: 450px;
	}
	
.cms .alignleft {
	max-width: 350px;
}

.cms .alignright {
	max-width: 350px;
}

.cms .bnBlock {
	background-color: #D9EBEF;
	padding-top: 2em;
	padding-bottom: 2em;
}
}

@media only screen and (max-width:902px){
#cgList li {
    max-width: calc(100%/2 - 18px);
}
.single_recommend .recommendList li h3 {
	font-size: 2.5vw;
}
.single_recommend .recommendList li p{
	font-size: 2.2vw;
}
}


@media only screen and (max-width:768px){
/*==========================================
 Other
===========================================*/
.title h2 {
font-size: 2.063em;
}
#thinkImg {
	position: absolute;
	right: 20px;
}

.count aside {
	font-size: 0.7em;
}

#menu-footer {
	display: block;
}

#menu-footer li {
	line-height: 1.7;
	border-right: 0px solid #000000;
	margin-bottom: 0px;
	border-bottom: 1px solid #D4D4D4;
}

#menu-footer li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	display: block;
}

#footerBlock {
	margin-top: 25px;
}

#nextTit_inner h1 {
	font-size: 2em;
    line-height: 1.28em;
    text-align: left;
}

footer {
	margin-top: 150px;
}

#point img {
    left: 88%;
}
.block {
	display: block;
}
.block figure {
	max-width: 100%;
	min-width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}
}

@media only screen and (min-width: 470px) and (max-width: 640px){
#cgList li a div h3 {
    font-size: 1em;
}
.spbr2 {
	display: inherit;
}
}
@media only screen and (max-width: 500px){
/*==========================================
 幅500px以下から ヘッダー等微調節
===========================================*/
header .header_logo {
    width: calc(100% - 80px);
}
p.btn575.wBtn {
    display: block;
    width: calc(100% - 2em);
	margin-top:0;
}
p.btn575.wBtn img{
    max-width: 445px;
}
}


@media only screen and (max-width: 470px){
/*==========================================
 幅470px以下から ヘッダー等微調節
===========================================*/
footer {
	margin-top: 80px;
	}
	
.cms .bnBlock {
	padding-bottom: 1em;
}

.cms .bnBlock ul {
	display: block;
}

.cms .bnBlock ul li {
	margin-bottom: 1em;
}

.cms blockquote {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.catch {
	margin-bottom: 20px;
}

.cms .alignleft {
	max-width: 100%;
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-bottom: 15px;
}

.cms .alignright {
	max-width: 100%;
	width: 100%;
	float: none;
	margin-left: 0px;
	margin-bottom: 15px;
}

.cms table th {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 30%;
	font-size: 0.938em;
}

.cms table td {
font-size: 0.938em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.blogContents_inner {
	display: block;
}

.blogContents_inner figure {
	max-width: 100%;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}

#cgmMovie iframe {
	height: 190px;
	}
	
#cgList li {
	max-width: calc(100%/1 - 14px);
	width: 100%;
	margin-right: 7px;
	margin-left: 7px;
}

#cgList li a div h3 {
	font-size: 1.1em;
}

#cgList li:nth-child(3n) {
	margin-right: 7px!important;
}

#tc {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	margin-bottom: 80px;
}

.share figure {
	max-width: 100%;
	width: 100%;
	margin-right: 0px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.nextTit h2 {
	font-size: 1.8em!important;
}

#nextTit_inner h1 {
	font-size: 1.8em;
}

#menu-footer {
	margin-top: 30px;
}

#blogList section h3 {
font-size: 1em;
}

#blogList section p {
font-size: 0.750em;
}
iframe {
max-width: 100%;
width: calc(100% - 2em);
	height: 190px;
}
.count aside {
	font-size: 0.8em;
}

#counter {
	margin-top: -80px;
	display: block;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.count {
	width: 100%;
	height: 135px;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
}

.c_line {
	border-right: 0px solid #707070;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #707070;
}

#topAbout_main {
	background-image: url(images/bg2_sp.jpg);
	padding-top: 50px;
	padding-bottom: 160px;
}

#topAbout_main__inner h2 {
	max-width: 70px;
	width: 100%;
}

#topAbout_main__inner h2 img {
	width: 35px;
	height: auto;
}

#topAbout_main__inner div {
	padding-top: 25px;
}

#topAbout_main__inner div p {
	font-size: 0.813em;
	font-weight: 400;
}

#topAbout {
	margin-top: 55px;
}

.voice1 figure,
.voice2 figure {
	margin-left: 0px;
	margin-right: 0px;
}

#considerBlock {
	display: block;
	margin-bottom: 0px;
}

#considerBlock section {
	width: 100%;
	margin-bottom: 60px;
}

#thinkPoint h2 {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#thinkPoint ol {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#thinkPoint ol li {
	display: block;
	font-size: 1em;
}

#thinkPoint ol li img {
	display: block;
	width: 67px;
	height: auto;
	margin-bottom: 5px;
}

#thinkImg {
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 86px;
	height: auto;
}


#recommendation li {
	width: 100%;
}

.icon {
	margin-top: 70px;
}

#point img {
    left: 50%;
	width: 79px;
    top: -5px;
}

.title2 {
	font-size: 1.5em;
	padding-top: 75px;
	margin-bottom: 35px;
}

.title2 span.collar {
	font-size: 0.917em;
}

.spImg {
    display: inherit;
}

.pcImg {
    display: none;
}

.btn575 {
    max-width: 336px;
    width: calc(100% - 1em);
}

header h1,
header p {
    width: 230px;
	max-width: 238px;
	width: 100%;
}

header h1 img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
 	text-align: center;
}

#mainBg {
	background-image: url(images/bg_sp.png);
}

#copy {
	font-size: 0.625em;
}

.pageNavi p.back a {
	margin-left: 0px;
}

.pageNavi p.next a {
	margin-right: 0px;
}

.seriesContents h2 {
	font-size: 1.2em;
	}
	
.spbr {
	display: inherit;
}
	
#headerBtn .btn a {
    font-size: 0.65em;
    padding-left: 3px;
    padding-right: 3px;
    width: 51px;
}

.pageNavi p.back a,
.pageNavi p.next a {
	background-image: none;
	padding: 15px;
	display: block;
}
}

@media only screen and (max-width: 320px){
/*==========================================
 幅320px以下から ヘッダー等微調節
===========================================*/

ul#banners li {
display: block;
width: 100%;
margin-left: 0px;
margin-right: 0px;
}
}

.link_Kouza {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    display: block;
    position: fixed;
    bottom: 20%;
    right: 0;
}

.link_Kouza a {
    display: block;
    padding: 1em;
    border-radius: 1em 0 0 1em;
    background-color: #841f5c;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
}

.link_Kouza a:hover {
    background-color: #153c58;
}

.link_Kouza a img {
    max-width: 25px;
    margin-bottom: 4px;
    width: 6vw;
}

@media only screen and (max-width: 1000px){
.link_Kouza a {
    padding: 0.9em;
    border-radius: 0.8em 0 0 0.8em;
    font-size: 1.1em;
}	
}

@media only screen and (max-width: 760px){
.link_Kouza a {
    padding: 0.85em 1em;
    border-radius: 0.7em 0 0 0.7em;
    font-size: 1em;
}	
}

@media only screen and (max-width: 470px){
.link_Kouza {
    bottom: 30%;
}
.link_Kouza a {
    padding: 0.8em 1em;
    font-size: 0.9em;
}	
}

.kanren_posts {
    border: 2px solid #cfcfcf;
    padding: 1em;
    border-radius: 8px;
    margin: 1.1em 0 1.8em;
    position: relative;
}

.kanren_posts:before {
    content: '関連記事';
    position: absolute;
    top: -0.8em;
    font-size: 110%;
    font-weight: 600;
    background-color: #fff;
    display: block;
    padding: 0 0.4em;
}

.kanren_posts ul {
    padding: 0;
}

.kanren_posts ul li {
    padding-left: 18px;
}

.kanren_posts ul li:last-child {
    margin: 0;
}

.kanren_posts ul li a {
    background-image: url(images/kanren_link_.png);
	padding: 0 1.5em 0 0;
    background-repeat: no-repeat;
    background-position: right 3px;
    color: #0093ff;
}