@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
	font-family:'メイリオ' , 'ＭＳ ゴシック' ,  sans-serif;
	background-color: #fffaf0;
	color: #000;
	line-height:25px;
	width:100%;
}

a {
	text-decoration: none;
	color:#fff;
}
a:hover {
	color:#5495cb;
}
a.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
p {
	line-height:25px;
}
img {
	max-width:100%;
	height:auto;
}
.seisaku .s_midashi {
    max-width: 650px;
	width:100%;
    margin: 3% auto;
    text-align: center;
}

.s_midashi li {
	list-style:none;
	display: inline-block;
	width: 100%;
	margin:0.5em 0;
    text-align: left;
	font-weight:600;
}

.s_midashi li::before {
  content: '〇';
  font-weight:bold;
}

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

.seisaku .s_midashi {
	width:80%;
}

.s_midashi li {
	position:relative;
}

.s_midashi li::before {
	position: absolute;
  content: '〇';
   top: 0;
  left: -1.2em;
  font-weight:bold;
}

}
@media screen and (min-width: 960px) {
.sp {
	display:none;
}

.flexbox {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
}

.flex-between {
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

form {
    max-width: 600px;
	width: 100%;
    margin: 0 auto;
    margin-top: 20px;
	margin-bottom:30px;
	background-color: #fffaf0;
}
form p {
	font-size:80%;
	padding: 15px;
	text-align:center;
}
input {
	max-width:230px;
	width:100%;
}
button {
	max-width:150px;
	width:100%;
	margin:0 39%;
}
.toiawase {
	margin-top:20px;
	padding-bottom:20px;
}
.toiawase dl {
	max-width:450px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
}
.toiawase dt {
	float: left ;
	clear: left ;
	max-width: 150px ;
	width:100%;
	margin-right:0.5em;
	margin-bottom:11px;
	background-color:#ed8594;
	padding:2px;
	font-size:85%;
	color:#fff;
	font-weight:500;
}
.toiawase dd {
	margin-bottom:15px;
	vertical-align:middle;
	font-weight:bold;
}

/* プライバシーポリシー */
.privacy {
	max-width:500px;
	width:100%;
	margin:0 auto;
	margin-top:50px;
}
.privacy h2 {
	font-size:120%;
	font-weight:bold;
	color:#ed8594;
	margin-bottom:20px;
	border-bottom:solid 2px #ed8594;
}
.privacy p {
	font-size:80%;
	max-width:430px;
	width:100%;
	margin:0 auto;
	margin-bottom:50px;
}
.privacy2 {
	max-width:155px;
	width:100%;
	margin:0 auto;
}
.privacy2 a {
	font-size:85%;
	color:#000;
}

.privacy dl {
	max-width:450px;
	width:100%;
	margin:0 auto;
	margin-top:50px;
}
.privacy dt {
	margin-top:50px;
	margin-bottom:20px;
	border-bottom:solid 2px #ed8594;
	border-left:solid 5px #ed8594;
	padding-left:5px;
}
.privacy dd {
	max-width:430px;
	width:100%;
	font-size:75%;
	margin:0 auto;
}
span.pric {
	color:#ed8594;
}

div#roop {
    width: 100%;
    height: 280px;
    background: url(img/slide4.png) repeat-y;
    background-position: 0 0;
    -webkit-animation: bgroop 50s linear infinite;
    animation: bgroop 50s linear infinite;
	margin:0 auto;
}

div.mainimg {
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	margin: auto;
	max-width:1000px;
	width:100%;
	max-height:280px;
	height:100%;
	background: #fffaf0;
}
div.mainimg ul {
	overflow:hidden;
	list-style:none;
}
div.mainimg li {
	max-width:480px;
    width: 100%;
	float:left;
}
div.mainimg li:first-child {
	max-width:400px;
	margin-left:70px;
}
div.mainimg li:last-child {
	margin-left:50px;
}

header {
	position:relative;
	background: #ed8594;
	width: 100%;
	max-height:50px;
	height:100%;
	z-index:99;
	margin-top:280px;
}

.ribbon1 {
    display: inline-block;
    position: relative;
    height: 50px;/*リボンの高さ*/
    line-height: 50px;/*リボンの高さ*/
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    background: #ed8594;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
}
.ribbon1:before, .ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

nav.g-nav {
	width: 100%;
	z-index: 10;
	display:block;
}
.g-nav-menu {
	text-align: center;
}
.g-nav-menu li {
	color: #fff;
	padding: 0 30px;
	list-style-type: none;
	display: inline-block;
	line-height: 40px;
	font-size:100%;
	vertical-align:middle;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	margin-top:280px;
}
.fixed .g-nav-menu li {
	line-height: 40px;
}
.fixed .g-nav-menu li:first-child {
	text-align:left;
	font-size:110%;
}
.fixed .g-nav-menu li:last-child {
	text-align:right;
}
span.nametitle {
	font-size:130%;
}
/*プルダウン*/
div.select-area {
	display:none;	
}

div.seisaku {
	width:100%;
	margin-top:50px;
}
div.seisaku h2 {
	font-size:200%;
	font-weight:bold;
	color:#cd5c5c;
	margin-top:0px;
	text-align:center;
}
div.seisaku p {
	margin-top:30px;
	font-size:100%;
	font-weight:bold;
	line-height:2.5em;
	margin-left:400px;
	
}

div.katudo {
	max-width:800px;
	width:100%;
	margin:0 auto;
	margin-top:50px;	
	text-align:center;
}
div.katudo h2 {
	font-size:240%;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
	padding: 0.5em;
  color: #cd5c5c;
  background: #ffdbed;
  border-left: solid 5px #cd5c5c;
  border-right: solid 5px #cd5c5c;
}
div.katudo h3 {
	font-size:180%;
	font-weight:bold;
	color:#cd5c5c;
	text-align:center;
	margin-bottom:50px;
}
div.katudo p{
	font-weight: bold;
    color: #cd5c5c;
	text-align:right;
	margin-bottom:10px;
}
	
div.katudo p a{
	font-weight: bold;
    color: #cd5c5c;
	text-decoration:underline;
	margin-top:150px;	
}

a.kreport:hover{ 
color:#5495cb;
}


div.katudo dl {
	margin-bottom:50px;
}
div.katudo img {
	max-width:500px;
	width:100%;
	height:auto;
}
div.katudot h2{
	font-size:240%;
	font-weight:bold;
	text-align:center;
	margin-top:50px;
	padding: 0.5em;
  color: #cd5c5c;
}
	
.katudo2 {
	max-width:500px;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin:5px auto;
}
.katudo2 img {
	max-width:128px;
	width:100%;
	max-height:126px;
	height:100%;
	margin:0 10px;
}
.katudoname {
	font-size:120%;
	padding:10px 0;
	margin-bottom:50px;
}
.katudoname2 {
	font-size:100%;
	padding:10px 0;
	margin-bottom:20px;
}
.frame {
	display: inline-block;
	position: relative;
	
}


div.iframe_bloc {
	max-width:500px;
	width:100%;
	margin:0 auto;
}

footer {
	max-width:800px;
	width:100%;
	margin:0 auto;
	margin-top:80px;
	margin-bottom:100px;
	text-align:center;
}

footer div {
	font-weight:bold;
	color:#fff;
}
footer .banner {
	margin-bottom:30px;
}
footer img {
	max-width:120px;
	width:100%;
	height:auto;
	vertical-align: middle;
	padding:0 10px;
}

.ribbon11 {
    display: inline-block;
    position: relative;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}
.ribbon11:before {/*左側のリボン端*/
    content: '';
    position: absolute;
    width: 50px;
    bottom: -10px;
    left: -35px;
    z-index: -2;
    border: 20px solid #ed8594;
    border-left-color: transparent;/*山形に切り抜き*/
}
.ribbon11:after {/*右側のリボン端*/
    content: '';
    position: absolute;
    width: 50px;
    bottom: -10px;
    right: -35px;
    z-index: -2;
    border: 20px solid #ed8594;
    border-right-color: transparent;/*山形に切り抜き*/
}
.ribbon11 h3 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 20px;
    line-height: 45px;
    font-size: 95%;
    color: #FFF;
    background: #ed8594;/*真ん中の背景色*/
}
.ribbon11 h3:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #f5b1aa;/*左の折り返し部分*/
}
.ribbon11 h3:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #f5b1aa;/*右の折り返し部分*/
}

/* page01 */
.profile {
	max-width:1200px;
	width:100%;
	height:100%;
	margin:0 auto;
	margin-top:40px;
	background:url(img/profimg2020.png) no-repeat top right;
}
.profile h2{
	font-size:240%;
	font-weight:bold;
	color:#cd5c5c;
	margin-top:50px;	
	margin-bottom:50px;
	text-align:left;
}
.profile dl {
	max-width:800px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	margin-top: 50px;
}
.profile dt {
	float: left ;
	clear: left ;
	margin-right: 0.5em ;
	max-width: 125px ;
	width:100%;
	margin-bottom:15px;
}
.profile dt img {
	max-width:125px;
	width:100%;
	height:auto;
}
.profile .kao {
	float: left ;
	clear: left ;
	margin-right: 0.5em ;
	max-width: 158px ;
	width:100%;
	margin-bottom:15px;
}
.profile .kao img {
	max-width:158px;
	width:100%;
	height:auto;
}
.profile dd {
	float: left ;
	margin-left: 1em ;
	margin-top:3px;
	margin-bottom:15px;
	vertical-align:middle;
	font-weight:bold;
}
.profile .kao2 {
	float: left ;
	margin-left: 1em ;
	margin-top:10px;
	margin-bottom:15px;
	vertical-align:middle;
	font-weight:bold;
}

/* page02 */
.system {
	max-width:345px;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:50px;
}
div.jiiseki {
	max-width:780px;
	width:100%;
	margin:0 auto;
	margin-top:30px;
}
div.jiiseki h2 {
	font-size:240%;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
	padding: 0.5em;/*文字周りの余白*/
  color: #cd5c5c;/*文字色*/
  background: #ffdbed;/*背景色*/
  border-left: solid 5px #cd5c5c;/*左線（実線 太さ 色）*/
  border-right: solid 5px #cd5c5c;/*左線（実線 太さ 色）*/

}
 
div.jiiseki h3 {
	font-size:180%;
	font-weight:bold;
	color:#cd5c5c;
	text-align:center;
	
}


.twitter {
	max-width:500px;
	width:100%;
	margin:0 auto;
	margin-top:50px;
}
.jiiseki dl {
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
.jiiseki dd {
	margin-top:25px;
	vertical-align:top;
	text-align:center;
}
.jiiseki03a {
	max-width:198px;
	width:100%;
	height:auto;
	vertical-align:middle;
	display:inline-block;
}
.jiiseki03a img {
	text-align:center;
}
.jiiseki03b {
	max-width:169px;
	width:100%;
	height:auto;
	display:inline-block;
}
.jiiseki03b img {
	text-align:center;
}
.jiiseki04a {
	max-width:143px;
	width:100%;
	height:auto;
	display:inline-block;
}
.jiiseki04a img {
	border:solid 10px #fff;
	text-align:center;
}
.jiiseki04b {
	max-width:326px;
	width:100%;
	height:auto;
	display:inline-block;
}
.jiiseki04b img {
	border:solid 10px #fff;
	text-align:center;
}
.jiiseki05a {
	max-width:350px;
	width:100%;
	display: -webkit-inline-flex;
	display: inline-flex;
}
.jiiseki05a img {
	max-width:100%;
	width:100%;
	margin:5px auto;
	border:solid 10px #fff;
}
.jiiseki05h {
	max-width:500px;
	width:100%;
	display: -webkit-inline-flex;
	display: inline-flex;
}
.jiiseki05h img {
	max-width:181px;
	width:100%;
	height:100%;
	margin:5px auto;
	border:solid 10px #fff;
}
.jiiseki06 {
	display: -webkit-inline-flex;
	margin-left:55px;
	
}
.jiiseki06a {
	display:inline-block;
}

.jiiseki06a2 p{
	margin-top:20px;
}

.jiiseki06a img {
	height:100%;
	width:auto;
	text-align:center;
	border:solid 10px #fff;
}

.jiiseki06b {
	display:inline-block;
	margin-top:30px;
}


.jiiseki06b img {
	max-height:100%;
	height:100%;
	width:auto;
	text-align:center;
	border:solid 5px #fff;
}


.jiiseki06c {
	max-width:100%;
	width:265px;
	max-height:182px;
	height:100%;
	display:inline-block;
}
.jiiseki06c img {
	max-width:111px;
	width:100%;
	height:100%;
	text-align:center;
	margin:0 10px;
	border:solid 10px #fff;

}

.jiisekiword{
	margin-top:25px;
	margin-bottom:25px;
}
/* 親要素(コンテナ) */
.flex-container {
	background-color: #fffaf0;
    display: flex;
	justify-content:center;
	margin:0 auto;
	border-bottom: solid 1px #ababab;
    padding: 50px;
}

/* 子要素(アイテム) */
.flex-item {
	margin: 10px auto;
	padding: 5px 10px;
	box-sizing: border-box;
}
.flex-item-item{
	width:30%;
	height:100%;
	text-align:center;
	margin-left:30px;
}
.flex-item-item2{
	width:100%;
	text-align:center;
}
.flex-item-item3{
	width:30%;
	text-align:center;
	margin-left:30px;
}

.flex-item-item:first-child{
	margin-left:0;
}





.siensystem {
	max-width:345px;
	width:100%;
	height:auto;
	vertical-align:middle;
	display:inline-block;
}
.siensystem img {
	text-align:center;
}
.answer01 {
	max-width:350px;
	width:100%;
	height:auto;
	display:inline-block;
}
.answer01 img {
	text-align:center;
	margin:5px 0;
	border:solid 10px #fff;
}
.sns {
	width:100%;	
}
.sns img {
	max-width:50px;
	width:100%;
	height:auto;
	margin:5px 50px;
}

.jiiseki11 img {
	text-align:center;
	margin:5px 0;
	border:solid 10px #fff;
}


/* 戻るボタン */
#re-top {
	position:fixed; /*画面に固定*/
	bottom:10%; /*画面下へ*/
	right:5%; /*画面右へ*/
	z-index:10; /*レイヤー順序を上に*/
	background-color:transparent; /*領域の背景色（透明）*/
}
/*丸ボタン*/
.re-topB {
	position:relative;
	display:block; 
	background-color:#cd5c5c; /*丸ボタンの色*/
	color:rgb(255,255,255); /*三角と文字色*/
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:24px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
}
/*三角部分*/
.re-topB:before {
	content:'\25B2';
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	text-align:center;
	font-size:20px;
}
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0px  1334px;
    }
    to {
        background-position: 0px -1334px;
    }
}
@keyframes bgroop {
     from {
        background-position: 0px  1334px;
    }
    to {
        background-position: 0px -1334px;
    }
}

@media screen and (max-width: 959px) {
/* スマホ対応 */

.pc {
	display:none;
}

form {
    max-width: 500px;
	width: 100%;
	margin-bottom:30px;
	background-color: #fff;
	padding-top:20px;
}
form p {
	text-align:center;
	font-size:80%;
	line-height:140%;
	margin:15px 0;
}
input {
	max-width:235px;
	width:100%;
}

input["type=address"] {
	
}
button {
	max-width:150px;
	width:100%;
	margin:0 31%;
}
textarea {
	margin:0 3%;	
}

.toiawase {
	margin-top:20px;
	padding-bottom:20px;
}
.toiawase dl {
	max-width:235px;
	width:100%;
	margin:0 auto;
}
.toiawase dt {
	padding:2px;
	font-size:85%;
	text-align:center;
	margin-top:15px;
}
.toiawase dd {
max-width:235px;
	width:100%;
	margin:0 auto;	
}

/* プライバシーポリシー */
.privacy {
	max-width:330px;
	width:100%;
	margin:0 auto;
	margin-top:50px;
}
.privacy h2 {
	font-size:120%;
	font-weight:bold;
	color:#ed8594;
	margin-bottom:20px;
	border-bottom:solid 2px #ed8594;
}

.privacy p {
	font-size:80%;
	max-width:305px;
	width:100%;
	margin:0 auto;
	margin-bottom:50px;
}
.privacy2 {
	max-width:155px;
	width:100%;
	margin:0 auto;
}
.privacy2 a {
	font-size:80%;
	color:#000;
}

.privacy dl {
	max-width:450px;
	width:100%;
	margin:0 auto;
	margin-top:50px;
}
.privacy dt {
	margin-top:50px;
	margin-bottom:20px;
	border-bottom:solid 2px #ed8594;
	border-left:solid 5px #ed8594;
	padding-left:5px;
}
.privacy dd {
	max-width:305px;
	width:100%;
	font-size:75%;
	margin:0 auto;
}

#roop {
	background: #00A0E8;
	max-width:800px;
	width: 100%;
}
div.mainimg ul {
	list-style:none;
}
/*プルダウン*/
#myselectbox {
	max-width:800px;
	width:100%;
	height:50px;
}
.g-nav {
	display:none;
}
.fixed {
	display:none;
}
.select-area {
	position: relative;
	width:100%;
}
.select-label {
	width: 100%;
	background: #fff;
	color: #fff;
	padding: 8px 0;
	font-size: 120%;
	font-weight:bold;
	border-radius: 5px;
	text-align: center;
	position: relative;
	color:#ed8594;
}
.select-label span {
	color: #ed8594;
	margin: 0 10px 0 0;
}
select {
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	color: #ed8594;
	padding: 8px;
	font-size: 100%;
	font-weight:bold;
}
select:focus {
	opacity: 1;
}
div.seisaku {
	width:100%;
	margin-top:50px;
}
div.seisaku h2 {
	font-size:240%;
	font-weight:bold;
	color:#cd5c5c;
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
}
div.seisaku p {
	margin-top:30px;
	font-size:100%;
	font-weight:bold;
	line-height:2.5em;
}

div.katudo {
	max-width:800px;
	width:100%;
	margin:0 auto;
	margin-top:50px;
	text-align:center;
}

div.katudo p a{
	font-weight: bold;
	font-size:80%;
    color: #cd5c5c;
	text-decoration:underline;	
	text-align:right;
}

a.kreport:hover{ 
color:#5495cb;
}

.katudo h2 {
	width:80%;
	font-size:150%;
	font-weight:bold;
	color:#cd5c5c;
	text-align:center;
	margin:0 auto;
	margin-bottom:20px;
    background: #ffdbed;
    border-left: solid 5px #cd5c5c;
    border-right: solid 5px #cd5c5c;
    padding: 15px;

}

.katudo h2 span {
	font-size:80%;
}

div.katudot h2{
font-size:240%;
	font-weight:bold;
	text-align:center;
	margin-top:50px;
	padding: 0.5em;
  color: #cd5c5c;
}

div.katudo h3 {
	font-size:130%;
	font-weight:bold;
	color:#cd5c5c;
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
}

div.katudo dl {
	margin-top:30px;
}
div.katudo img {
	max-width:500px;
	width:100%;
	height:auto;
}
.katudo2 {
	max-width:500px;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin:5px auto;
}
.katudo2 img {
	max-width:128px;
	width:100%;
	max-height:126px;
	height:100%;
	margin:0 10px;
}
.katudoname {
	font-size:120%;
	padding:10px 0;
	margin-bottom:50px;
}
.katudoname2 {
	max-width:250px;
	font-size:100%;
	margin:0 auto;
	padding:10px 0;
	margin-bottom:20px;
}

div.iframe_bloc {
	max-width:90%;
	margin:0 auto;
	text-align:center;
}


footer {
	max-width:800px;
	width:100%;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
}
footer div {
	font-weight:bold;
	color:#fff;
}
footer .banner {
	margin-bottom:10px;
}
footer img {
	max-width:100px;
	width:100%;
	height:auto;
	vertical-align: middle;
	padding:0 10px;
}

.ribbon11 {
    display: inline-block;
    position: relative;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}
.ribbon11:before {/*左側のリボン端*/
    content: '';
    position: absolute;
    width: 40px;
    bottom: -10px;
    left: -25px;
    z-index: -2;
    border: 20px solid #ed8594;
    border-left-color: transparent;/*山形に切り抜き*/
}
.ribbon11:after {/*右側のリボン端*/
    content: '';
    position: absolute;
    width: 40px;
    bottom: -10px;
    right: -25px;
    z-index: -2;
    border: 20px solid #ed8594;
    border-right-color: transparent;/*山形に切り抜き*/
}
.ribbon11 h3 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 20px;
    line-height: 23px;
    font-size: 95%;
    color: #FFF;
    background: #ed8594;/*真ん中の背景色*/
}
.ribbon11 h3:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #f5b1aa;/*左の折り返し部分*/
}
.ribbon11 h3:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #f5b1aa;/*右の折り返し部分*/
}

/* page01 */
.profile {
	max-width:950px;
	width:100%;
	height:100%;
	margin:0 auto;
	margin-top:40px;
}
.profile h2{
	font-size:240%;
	font-weight:bold;
	color:#cd5c5c;
	margin-top:50px;
	margin-bottom:50px;
	line-height: 45px;
	text-align:center;
}
.profile dl {
	max-width:800px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	margin-top:50px;
}
.profile dt {
	float: none ;
	max-width: 125px ;
	width:100%;
	margin:0 auto;
	margin-bottom:15px;
}
.profile dt img {
	max-width:125px;
	width:100%;
	height:auto;
}
.profile dd {
	margin-top:5px;
	margin-bottom:20px;
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
}
.profile photoimg {
	max-width:466px;
	width:100%;
	height:auto;
}

/* page02 */
.system {
	max-width:345px;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:50px;
}
div.jiiseki {
	max-width:550px;
	width:100%;
	margin:0 auto;
	margin-top:40px;
}
div.jiiseki h2 {
	font-size:210%;
	width:80%;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	margin-bottom:50px;
	line-height: 40px;
    padding: 0.5em;
    color: #cd5c5c;
    background: #ffdbed;
    border-left: solid 5px #cd5c5c;
    border-right: solid 5px #cd5c5c;

}
div.jiiseki h3 {
	font-size:180%;
	font-weight:bold;
	color:#cd5c5c;
	text-align:center;
	margin-bottom:15px;
	line-height:35px;
}

.twitter {
	max-width:500px;
	width:100%;
	margin:0 auto;
	margin-top:50px;
}
.jiiseki dl {
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
.jiiseki dd {
	width:100%;
	vertical-align:middle;
	text-align:center;
}
.jiiseki03a {
	max-width:198px;
	width:100%;
	height:auto;
	vertical-align:middle;
	display:inline-block;
}
.jiiseki03a img {
	text-align:center;
}
.jiiseki03b {
	max-width:169px;
	width:100%;
	height:auto;
	display:inline-block;
}
.jiiseki03b img {
	text-align:center;
}
.jiiseki04a {
	max-width:143px;
	width:100%;
	height:auto;
	display:inline-block;
}
.jiiseki04a img {
	text-align:center;
	border:0;
}
.jiiseki04b {
	max-width:326px;
	width:100%;
	height:auto;
	display:inline-block;
}
.jiiseki04b img {
	text-align:center;
	border:0;
}
.jiiseki05a {
	max-width:350px;
	width:100%;
	display: -webkit-inline-flex;
	display: inline-flex;
}
.jiiseki05a img {
	max-width:165px;
	width:100%;
	margin:5px auto;
	border:solid 10px #fff;
}
.jiiseki05h {
	max-width:500px;
	width:100%;
	display: -webkit-inline-flex;
	display: inline-flex;
}
.jiiseki05h img {
	max-width:181px;
	width:100%;
	height:100%;
	margin:5px auto;
}
.jiiseki06 {
	display:block;
	margin:0;
}
.jiiseki06a {
	display:inline-block;
}

.jiiseki06a img {
	max-height:167px;
	height:100%;
	width:auto;
	text-align:center;
	margin-top:30px;
}
.jiiseki06b {
	display:inline-block;
	margin-top:30px;
}


.jiiseki06b img {
	max-height:167px;
	height:100%;
	width:auto;
	text-align:center;
}
.jiiseki06c {
	max-width:100%;
	width:265px;
	max-height:182px;
	height:100%;
	display:inline-block;
}
.jiiseki06c img {
	max-width:111px;
	width:100%;
	height:100%;
	text-align:center;
	margin:5px 10px;
}
.jiiseki11 img {
	max-width:198px;
	height:auto;
	vertical-align:middle;
	display:inline-block;
}


/* 親要素(コンテナ) */
.flex-container {
	background-color: #fffaf0;
    display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin:0 auto;
	border-bottom: solid 1px #ababab;
    padding: 50px;
}

/* 子要素(アイテム) */
.flex-item {
	margin: 10px auto;
	padding: 5px 10px;
	box-sizing: border-box;
}
.flex-item-item{
	width:100%;
	height:100%;
	text-align:center;
	margin-left:0;
	margin-bottom:50px;
	
}

.flex-item-item:last-child {
    margin-bottom: 0;
}

.flex-item-item2{
    width:100%;
    text-align:center;
    padding: 0 5%;
}

.flex-item-item3{
	width:100%;
	text-align:center;
	margin-top:50px;
}

.flex-item-item:first-child{
	margin-left:0;
}


.siensystem {
	width:80%;
	margin:0 auto;
}
.siensystem img {
	max-width:345px;
	width:100%;
	height:auto;
}
.answer01 {
	max-width:350px;
	width:100%;
	height:auto;
	display:inline-block;
}
.answer01 img {
	text-align:center;
	margin:20px 0;
}
.sns {
	width:100%;	
}
.sns img {
	max-width:50px;
	width:100%;
	height:auto;
	margin:5px 50px;
}

/* 戻るボタン */
#re-top {
	position:fixed; /*画面に固定*/
	bottom:10%; /*画面下へ*/
	right:5%; /*画面右へ*/
	z-index:10; /*レイヤー順序を上に*/
	background-color:transparent; /*領域の背景色（透明）*/
}
/*丸ボタン*/
.re-topB {
	position:relative;
	display:block; 
	background-color:#cd5c5c; /*丸ボタンの色*/
	color:rgb(255,255,255); /*三角と文字色*/
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:24px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
}
/*三角部分*/
.re-topB:before {
	content:'\25B2';
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	text-align:center;
	font-size:20px;
}
}


}

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

}
@media screen and (min-width: 823px)and (max-width:823px) {

}
@media screen and (min-width: 812px)and (max-width:812px) {

}
@media screen and (min-width: 731px)and (max-width:731px) {

}
@media screen and (min-width: 667px)and (max-width:667px) {

}
@media screen and (min-width: 640px)and (max-width:640px) {

}
@media screen and (min-width: 568px)and (max-width:568px) {

}
@media screen and (min-width: 414px)and (max-width:414px) {

}
@media screen and (min-width: 411px)and (max-width:411px) {

}
@media screen and (min-width: 375px)and (max-width:375px) {

}
@media screen and (min-width: 1024px)and (max-width:1024px) {
.g-nav-menu li {
	padding: 0 5px;
}
}
